PrepAway - Latest Free Exam Questions & Answers

Which action will accomplish this task?

You want to silently drop HTTP traffic.
Which action will accomplish this task?

PrepAway - Latest Free Exam Questions & Answers

A.
[edit security policies from-zone untrust to-zone trust policy drop-http]
user@host# show
match {
source-address any;
destination-address any;
application junos-http;
}
then {
deny;
}

B.
[edit security policies from-zone untrust to-zone trust policy drop-http]
user@host# show
match {
source-address any;
destination-address any;
application junos-http;
}
then {
reject;
}

C.
[edit security policies from-zone untrust to-zone trust policy drop-http]
user@host# show
match {
source-address any;
destination-address any;
application junos-http;
}
then {
block;
}

D.
[edit security policies from-zone untrust to-zone trust policy drop-http]
user@host# show
match {
source-address any;
destination-address any;
application junos-http;
}
then {
terminate;
}


Leave a Reply