Configures the switch to respond to ARP requests on behalf of devices that are incapable of doing so.
ipNetmask | Specifies an IP address/mask length. |
ip_addr | Specifies an IP address. |
mask | Specifies a subnet mask. |
vr_name | Specifies a VR name. |
mac | Specifies a MAC address to use in the ARP reply. |
vrrp | Specifies a MAC address to use in the ARP reply. For VLANs running VRRP, the switch replies with the VRRP virtual MAC. For non-VRRP VLANs, the switch replies with the switch MAC. |
always | Specifies that the switch responds regardless of the This command is available on the ExtremeSwitching X440-G2, X450-G2, X460-G2, X465, X590, X620, and X695 series switches. that the request arrives from. |
If you do not specify a VR or VRF, the current VR context is used.
When mask is not specified, an address with the mask 255.255.255.255 is assumed. When neither mac nor vrrp is specified, the MAC address of the switch is used in the ARP response. When always is specified, the switch answers ARP requests without filtering requests that belong to the same subnet of the receiving router interface.
After IP ARP is configured, the system responds to ARP requests on behalf of the device as long as the following conditions are satisfied:
After all the proxy ARP conditions have been met, the switch formulates an ARP response using the configured MAC address in the packet.
The default maximum number of proxy entries is 256, but can be increased to 4096 by using the following command:
configure iparp max_proxy_entries max_proxy_entriesThe following example configures the switch to answer ARP requests for all devices with the address range of 100.101.45.1 to 100.101.45.255:
configure iparp add proxy 100.101.45.0/24
This command was first available in ExtremeXOS 10.1.
This command is available on ExtremeSwitching X435, X440-G2, X450-G2, X460-G2, X465, X590, X620, and X695 series switches.