Juniper
JN0-634 · Question #66
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
(17 responses)- A6% (1)
- B82% (14)
- D12% (2)
Community Discussion
No community discussion yet for this question.