Configuring IP Distributed ARP
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 15-17
To disable the feature, use the command as shown in the example:
-> ip distributed-arp admin-state disable
Verifying the Distributed ARP
The ARP utilization can be monitored and checked at any time using the show ip arp utilization
command. For example:
-> show ip arp utilization
Distributed ARPs: Enabled
ARP HW
NI Max Count Usage %
------+--------+-------+-------+-------
1/1 16384 8 11 0%
2/1 16384 12 15 0%
To view the ARP utilization for all of the configured interfaces, use the interfaces parameter with the
command. For example:
-> show ip arp utilization interfaces
Distributed ARPs: Enabled
ARP HW
NI Max Count ARPS % VRF Interface
------+--------+-------+-------+-------+------+------------------
1/1 16384 1 0 0% 0 vlan-1001
1/1 16384 5 4 0% 0 vlan-1002
1/1 16384 5 0 0% 0 vlan-1003
1/1 16384 5 4 0% 0 vlan-1004
1/1 16384 5 0 0% 0 vlan-1005
1/1 16384 5 0 0% 0 vlan-1006
2/1 16384 1 0 0% 0 vlan-1001
2/1 16384 5 0 0% 0 vlan-1002
2/1 16384 5 4 0% 0 vlan-1003
2/1 16384 5 0 0% 0 vlan-1004
2/1 16384 5 4 0% 0 vlan-1005
2/1 16384 5 4 0% 0 vlan-1006
To view the utilization for all the interfaces on a specific chassis and slot, use the interfaces slot
parameter with the command. For example:
-> show ip arp utilization interfaces slot 2/1
Distributed ARPs: Enabled
ARP HW
NI Max Count ARPS % VRF Interface
------+--------+-------+-------+-------+------+------------------
2/1 16384 1 0 0% 0 vlan-1001
2/1 16384 5 0 0% 0 vlan-1002
2/1 16384 5 4 0% 0 vlan-1003
2/1 16384 5 0 0% 0 vlan-1004
2/1 16384 5 4 0% 0 vlan-1005
2/1 16384 5 4 0% 0 vlan-1006
Note. To reset or update the designated-NI, the feature must be disabled and then enabled.