Juniper
JN0-633 · Question #189
Click the Exhibit button. [edit security] user@host# show policies global { policy new-policy { match { source-address any; destination-address any; application junos-https; } then { permit {…
The correct answer is B. HTTP traffic is dropped. C. HTTPS traffic is permitted. See the full explanation below for the reasoning.
Question
Click the Exhibit button. [edit security] user@host# show policies global { policy new-policy { match { source-address any; destination-address any; application junos-https; } then { permit { application-services { application-firewall { rule-set appfw; } } } } } } [edit security] user@host# show application-firewall rule-sets appfw { rule 1 { match { dynamic-application junos:SSL; } then { permit; } } rule 2 { match { dynamic-application junos:HTTP; } then { reject; } } Referring to the exhibit, which two statements are correct? (Choose two.)
Options
- AHTTP traffic is permitted.
- BHTTP traffic is dropped.
- CHTTPS traffic is permitted.
- DHTTPS traffic is dropped.
How the community answered
(24 responses)- A13% (3)
- B83% (20)
- D4% (1)
Community Discussion
No community discussion yet for this question.