To view information about the connected users, check ARP entries on a gateway device. This information includes IP addresses, MAC addresses, and interfaces.
In routine maintenance, you can run the following commands in any view to check ARP entry information on the device.
Run the display arp [ all ] command to check all ARP entries.
To check the ARP entry of an IP address (for example, 10.1.1.1), run the display arp all | include 10.1.1.1 command.
Run the display arp dynamic [ vlan vlan-id ] command to check dynamic ARP entries.
Run the display arp static command to check all static ARP entries.
Run the display arp network net-number [ net-mask | mask-length ] [ dynamic | static ] command to check ARP entries on a specified network segment.
Run the display arp interface interface-type interface-number command to check ARP entries on a specified interface.
Run the display arp vpn-instance vpn-instance-name [ dynamic | static ] command to check ARP entries in a specified VPN instance.