Using the display arp-limit command, you can view the maximum number of ARP entries that an interface can learn.
Usage Scenario
If the number of ARP entries that the device learns has reached the upper limit, it will cause some users unable to use the network normally, you can run this command to view the maximum number of ARP entries that each interface can learn and the number of ARP entries that each interface has learned.
Precautions
If you use this command on a Layer 2 or Layer 3 interface, both the maximum number of ARP entries that the Layer 2 or Layer 3 interface can learn and the number of ARP entries that the device has learnt are displayed.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display arp-limit Interface LimitNum VlanID LearnedNum --------------------------------------------------------------------------- Eth-Trunk0 100 0 5 GigabitEthernet0/1/1 500 0 20 GigabitEthernet0/1/2 300 0 50 GigabitEthernet0/1/3 500 0 0 --------------------------------------------------------------------------- Total:4
Item | Description |
---|---|
Interface | Interface type. |
LimitNum | Maximum number of ARP entries that the interface can learn. |
VlanID | ID of the VLAN to which the interface belongs. |
LearnedNum | Number of ARP entries that the interface has learnt. |
Total | Total Interface number. |