Command Reference IP Address Commands
Configuration
Examples
The following example shows the output result of the show arp command.
Ruijie# show arp
Total Numbers of Arp: 7
Protocol Address Age(min) Hardware
Type Interface
Internet 192.168.195.68 0 0013.20a5.7a5f arpa VLAN 1
Internet 192.168.195.67 0 001a.a0b5.378d arpa VLAN 1
Internet 192.168.195.65 0 0018.8b7b.713e arpa VLAN 1
Internet 192.168.195.64 0 0018.8b7b.9106 arpa VLAN 1
Internet 192.168.195.63 0 001a.a0b5.3990 arpa VLAN 1
Internet 192.168.195.62 0 001a.a0b5.0b25 arpa VLAN 1
Internet 192.168.195.5 -- 00d0.f822.33b1 arpa VLAN 1
Field Description
Protocol
Protocol of the network address,which is always set to Internet
Address IP address corresponding to the hardware address
Age (min)
Age of the ARP cache record in minutes
If it is locally or statically configured, the value of the field is represented with “-”.
Hardware Hardware address corresponding to the IP address
Type Hardware address type, which is ARPA for Ethernet addresses
Interface Interface associated with the IP address
The following example shows the output result of the show arp 192.168.195.68 command.
Ruijie# show arp 192.168.195.68
Protocol Address Age(min) Hardware Type Interface
Internet 192.168.195.68 1 0013.20a5.7a5f arpa VLAN 1
The example shows the output result of the show arp 192.168.195.0 255.255.255.0 command.
Ruijie# show arp 192.168.195.0 255.255.255.0
Protocol Address Age(min) Hardware Type Interface
Internet 192.168.195.64 0 0018.8b7b.9106 arpa VLAN 1
Internet 192.168.195.2 1 00d0.f8ff.f00e arpa VLAN 1
Internet 192.168.195.5 -- 00d0.f822.33b1 arpa VLAN 1
Internet 192.168.195.1 0 00d0.f8a6.5af7 arpa VLAN 1