PrepAway - Latest Free Exam Questions & Answers

Which configuration setting would resolve this issue?

You have recently deployed a dynamic VPN. The remote users are complaining that
communications with devices on the same subnet as the SRX device are intermittent and often
fail. The tunnel is stable and up, and communications with remote devices on different subnets
work without any issues. Which configuration setting would resolve this issue?

PrepAway - Latest Free Exam Questions & Answers

A.
adding local-redirect at the [edit security nat] hierarchy

B.
adding local-redirect at the [edit interfaces <interface-name>] hierarchy

C.
adding proxy-arp at the [edit security nat] hierarchy

D.
adding proxy-arp at the [edit interfaces <interface-name>] hierarchy

Explanation:

Reference : http://www.juniper.net/us/en/local/pdf/app-notes/3500151-en.pdf

7 Comments on “Which configuration setting would resolve this issue?

  1. Emre says:

    I guess C: is the correct one

    For example, to configure Proxy ARP for two Dynamic VPN Pulse clients assigned the IP address 192.168.2.200 and 192.168.2.200, use the following command:

    user@srx# set security nat proxy-arp interface ge-0/0/1.0 address 192.168.2.200 to 192.168.2.201

    user@srx> show configuration security nat

    proxy-arp {
    interface ge-0/0/1.0 {
    address {
    192.168.2.200/32;
    192.168.2.201/32;
    }
    }
    }




    0



    0

Leave a Reply