Which action will accomplish this task?

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

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

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 0

Your email address will not be published. Required fields are marked *