display arp network
Function
The display arp network command displays ARP mapping entries of a specified network segment.
Parameters
Parameter |
Description |
Value |
---|---|---|
net-number |
Specifies the network ID. |
The value is in dotted decimal notation. |
net-mask |
Specifies the subnet mask. |
The value is in dotted decimal notation. |
mask-length |
Specifies the mask length. |
The value is a decimal integer ranging from 1 to 32. |
dynamic |
Displays dynamic ARP entries of a specified network segment. |
- |
static |
Displays static ARP entries of a specified network segment. |
- |
Example
# Display all ARP entries of the network segment with network ID 10.10.0.0 and subnet mask 255.255.0.0.
<AC6605> display arp network 10.10.0.0 255.255.0.0 IP ADDRESS MAC ADDRESS EXPIRE(M) TYPE INTERFACE VPN-INSTANCE VLAN/CEVLAN PVC ------------------------------------------------------------------------------ 10.10.20.9 0018-2000-0083 I - Vlanif1 10.10.10.6 0018-2000-0083 I - Vlanif20 ------------------------------------------------------------------------------ Total:2 Dynamic:0 Static:0 Interface:2
Item |
Description |
---|---|
IP ADDRESS |
IP address in the ARP entry. |
MAC ADDRESS |
MAC address in the ARP entry. |
EXPIRE(M) |
Remaining lifetime of ARP entries, in minutes. |
TYPE |
ARP entry type and slot ID of the LPU that obtains the entry. The entry type contains 3 bits. The first bit can be any of the following:
NOTE:
The third bit indicates the slot ID of the LPU that obtains the entry.If the entry is not reported to the routing module, this field displays "-". For the ARP entry with the type as "I", this flag bit does not exist. NOTE:
For the ARP entry with the type as "I" or "S", this field displays "-". |
VPN-INSTANCE |
Name of the VPN instance to which the ARP entry belongs. |
INTERFACE |
Type and number of the interface that has learnt ARP entries. |
VLAN/CEVLAN |
ID of the VLAN to which the ARP entry belongs. The value is set using the vlan command. |
PVC |
Interface where the PVC exists and the corresponding VPI/VCI. |
Total |
Total number of ARP entries in the ARP mapping table. |
Dynamic |
Number of dynamic ARP entries in the ARP mapping table. |
Static |
Number of static ARP entries in the ARP mapping table. |
Interface |
Number of ARP entries in the ARP mapping table on the local interface. |