The EdgeSWG is responding to ARP requests on interfaces that don't have the IP address bound.
This is causing problems with load balancers to not work correctly.
Is there a way to disable this feature?
By default, the EdgeSWG will answer to ARP requests received on any interface as long as there is an IP address configured on the proxy that matches the request. For example assume the EdgeSWG has 2 interfaces configured:
Interface "0" is configured with 10.1.1.1
Interface "1" is configured with 192.168.1.1
If an ARP request for 10.1.1.1 is received on interface "1", even if the IP is for another interface, the EdgeSWG will answer the ARP request. This behavior might cause problems with some load-balancers.
The EdgeSWG has a command to change this default behavior. To change this setting, connect to CLI (SSH or serial/vm console) of the EdgeSWG and run the following commands
With this option enabled, an interface will only response to ARP request for its own IP address.
To revert back to default behavior:
EdgeSWG#(config)tcp-ip arp-strict-matching disable