You need to apply the Junos Screen protect-zone to the public zone.
Which configuration meets this requirement?
A.
[edit security zones security-zone public]
user@host# show
address-book {
address host-1 192.168.1.1/32;
}
screen protect-zone;
host-inbound-traffic {
system-services {
all;
}
}
interfaces {
ge-0/0/0.0;
}
B.
[edit security zones security-zone public]
user@host# show
address-book {
address host-1 192.168.1.1/32;
}
host-inbound-traffic {
screen protect-zone;
system-services {
all;
}
}
interfaces {
ge-0/0/0.0;
}
C.
[edit security zones security-zone public]
user@host# show
address-book {
address host-1 192.168.1.1/32;
}
host-inbound-traffic {
system-services {
all;
}
}
interfaces {
ge-0/0/0.0;
screen-protect-zone;
}
D.
[edit security zones security-zone public]
user@host# show
address-book {
address host-1 192.168.1.1/32;
}
screen all;
host-inbound-traffic {
system-services {
all;
}
}
interfaces {
ge-0/0/0.0;
}