PrepAway - Latest Free Exam Questions & Answers

which policy will allow traffic from Host 1, Host 2, and Host 3 to the Internet?

Click the Exhibit button.
Referring to the exhibit, which policy will allow traffic from Host 1, Host 2, and Host 3 to the
Internet?

PrepAway - Latest Free Exam Questions & Answers

A.
[edit security policies]
user@host# show
global {
policy allow-internet {
match {
source-address [ host-1 host-2 host-3 ];
destination-address any;
application any;
}
then permit;

B.
[edit security policies]
user@host# show
from-zone all to-zone all {
policy allow-internet {
match {
source-address [ host-1 host-2 host-3 ];
destination-address any;
application any;
}
then permit;

C.
[edit security policies]
user@host# show
default {
policy allow-internet {
match {
source-address [ host-1 host-2 host-3 ];
destination-address any;
application any;
}
then permit;

D.
[edit security policies]
user@host# show
from-zone any to-zone any {
policy allow-internet {
match {
source-address [ host-1 host-2 host-3 ];
destination-address any;
application any;
}
then permit;


Leave a Reply