JN0-633 Web TestEngine demo

Exit VCEDump JN0-633 Security, Professional (JNCIP-SEC)
Question 5 of 27
0% complete
Q5 Multiple choice

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;
}
}
default-rule {
permit;
}
}

Referring to the exhibit, which two statements are correct? (Choose two.)

Select all that apply.

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in