IP Commands
page 29-100 OmniSwitch 6250 CLI Reference Guide November 2009
show arp
Displays the ARP table. The ARP table contains a listing of IP addresses and their corresponding transla-
tions to physical MAC addresses.
show arp [ip_address | hardware_address]
Syntax Definitions
ip_address IP address of the entry you want to view.
hardware_address MAC address of the entry you want to view.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
Use the basic command (show arp) to view all of the entries in the table. Enter a specific IP address or
MAC address to view a specific entry.
Examples
-> show arp
Total 8 arp entries
Flags (P=Proxy)
IP Addr Hardware Addr Type Flags Port Interface Name
-----------------+-------------------+----------+-------+--------+----------+------
10.255.11.59 00:50:04:b2:c9:ee DYNAMIC 3/20 vlan 1
10.255.11.48 00:50:04:b2:ca:11 DYNAMIC 3/20 vlan 1
10.255.11.201 00:10:83:03:e7:e4 DYNAMIC 3/20 vlan 1
10.255.11.14 00:10:5a:04:19:a7 DYNAMIC 3/20 vlan 1
10.255.11.64 00:b0:d0:62:fa:f1 DYNAMIC 3/20 vlan 1
10.255.11.25 00:b0:d0:42:80:24 DYNAMIC 3/20 vlan 1
10.255.11.26 00:b0:d0:42:82:59 DYNAMIC 3/20 vlan 1
10.255.11.254 11:50:04:11:11:11 STATIC 3/20 vlan 1 demoarp
output definitions
IP Address Device IP address.
Hardware Addr MAC address of the device that corresponds to the IP address.
Type Indicates whether the ARP cache entries are dynamic or static.
Flags Indicates the type of entry:
• P = Proxy
Port The port on the switch attached to the device identified by the IP
address.
Interface The interface to which the entry belongs (e.g., VLAN, EMP).
Name User configured name of static arp entry.