The display arp vlan command displays the Address Resolution Protocol (ARP) entries of a VLAN.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display arp vlan 1 interface gigabitethernet 0/1/1 IP ADDRESS MAC ADDRESS EXPIRE(M) TYPE INTERFACE VPN-INSTANCE VLAN/CEVLAN PVC ------------------------------------------------------------------------------ 10.0.0.1 00e0-fcb8-d6b6 19 D-1 GE0/1/0 ------------------------------------------------------------------------------ Total:1 Dynamic:1 Static:0 Interface:0 Remote:0 Redirect:0
Item | Description |
---|---|
IP ADDRESS | IP address in an ARP entry. |
MAC ADDRESS | MAC address in the ARP entry. When an IP packet triggers an ARP Miss message, the device generates a MAC address with the Incomplete flag based on the ARP Miss message. |
INTERFACE | Type and number of an interface that has learned ARP entries. |
VPN-INSTANCE | VPN instance name of an ARP entry. |
Interface | Number of ARP entries for the local interface in the ARP table. |
Redirect | Number of redirected ARP entries. |
EXPIRE(M) | Remaining lifetime of an ARP entry, in minutes. |
TYPE | Type and slot ID of an ARP entry. The entry type contains 3 bits. The first bit can be any of the following:
The second bit can only be F, indicating that the entry is reported to the routing module, the route to this IP address is calculated, and the entry is installed to the FIB. The third bit indicates the slot ID of the interface board from which the entry is obtained. The third bit displays a hyphen (-) for ARP entries with the type as "I" or "S". |
VLAN/CEVLAN | VLAN ID of an ARP entry. |
PVC | Interface on which a PVC is configured and corresponding VPI/VCI. |
Total | Number of ARP entries in the ARP table. |
Dynamic | Number of dynamic ARP entries in the ARP table. |
Static | Number of static ARP entries in the ARP table. |
Remote | Number of remote backup ARP entries. |