JN0-636 Exam Question 1

Referring to the exhibit. You configure a traceoptions file called radius on your returns the output shown in the exhibit. What is the source of the problem?
  • JN0-636 Exam Question 2

    You want to use selective stateless packet-based forwarding based on the source address.
    In this scenario, which command will allow traffic to bypass the SRX Series device flow daemon?
  • JN0-636 Exam Question 3

    Exhibit

    You are validating bidirectional traffic flows through your IPsec tunnel. The 4546 session represents traffic being sourced from the remote end of the IPsec tunnel. The 4547 session represents traffic that is sourced from the local network destined to the remote network.
    Which statement is correct regarding the output shown in the exhibit?
  • JN0-636 Exam Question 4

    you configured a security policy permitting traffic from the trust zone to the untrust zone but your traffic not hitting the policy.
    In this scenario, which cli command allows you to troubleshoot traffic problem using the match criteria?
  • JN0-636 Exam Question 5

    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.)