5
Table 1 Output description
IP address in an ARP entry
MAC address in an ARP entry
VLAN ID contained in a static ARP entry
Outbound interface in an ARP entry
Aging time for a dynamic ARP entry in minutes ("DIS" or ―N/A‖ means
unknown aging time or no aging time)
ARP entry type: D for dynamic, S for static
# Display the number of all ARP entries.
<Sysname> display arp all count
Total Entry(ies): 4
display arp ip-address
Syntax
display arp ip-address [ slot slot-number ] [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
ip-address: Displays the ARP entry for the specified IP address.
slot slot-number: Displays the ARP entries of the specified device. The slot-number argument is the member
number of the device in the IRF, which you can display with the display irf command. The value range for
the slot-number argument depends on the number of members and numbering conditions in the current
IRF. If no IRF exists, the slot-number argument is the current device number.
If the switch does not support IRF, the slot-number argument must be 1.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see the Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use the display arp ip-address command to display the ARP entry for a specified IP address.
Related commands: arp static and reset arp.