curity policy merupakan suatu aturan yang di buat untuk lalu lintas sebuah jaringan dimana aturan tersebut akan di buat untuk dua buah sisi….
security {
policies {
from-zone UNTRUST to-zone TRUST_LOCAL1 {
policy PUBLIC-TO-LOCAL1 {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
from-zone TRUST_LOCAL1 to-zone UNTRUST {
policy LOCAL1-TO-UNTRUST {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
}
Set Security Policy JUNIPER