nerdexam
Juniper

JN0-635 · 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

(29 responses)
  • A
    14% (4)
  • B
    79% (23)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full JN0-635 Practice