JN0-636 Exam Question 36

Your company recently acquired a competitor. You want to use using the same IPv4 address space as your company.
Referring to the exhibit, which two actions solve this problem? (Choose two)
  • JN0-636 Exam Question 37

    You configured a chassis cluster for high availability on an SRX Series device and enrolled this HA cluster with the Juniper ATP Cloud.
    Which two statements are correct in this scenario? (Choose two.)
  • JN0-636 Exam Question 38

    Which configurable SRX Series device feature allows you to capture transit traffic?
  • JN0-636 Exam Question 39

    Click the Exhibit button.

    The exhibit shows a snippet of a security flow trace. A user cannot open an SSH session to a server.
    Which action will solve the problem?
  • JN0-636 Exam Question 40

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