To allow to ping the interface in trust zone:
[edit security zones security-zone trust]
root# show
tcp-rst;
host-inbound-traffic {
system-services {
ping;
}
}
interfaces {
ge-0/0/1.0;
}
...
To allow to ping the interface in trust zone:
[edit security zones security-zone trust]
root# show
tcp-rst;
host-inbound-traffic {
system-services {
ping;
}
}
interfaces {
ge-0/0/1.0;
}
...