RUGGEDCOM ROX II
CLI User Guide
Chapter 9
Layer 3
Deleting a Static ARP Table Entry 321
Section9.3.3
Deleting a Static ARP Table Entry
To delete a static ARP table entry, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the key by typing:
no switch layer3-switching arp-table address
Where:
• address is the IP address for the network device the entry describes
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section9.4
Viewing a Static and Dynamic ARP Table Summary
To view a static and dynamic ARP table summary, type:
show switch layer3-switching arp-table-summary
If ARP table entries have been configured, a table or list similar to the following example appears:
ruggedcom# show switch layer3-switching arp-table-summary
IP ADDRESS MAC VID STATIC STATUS
--------------------------------------------------------
192.11.0.2 00:11:94:11:00:01 4084 false resolved
192.11.0.3 00:11:94:11:00:02 4084 false resolved
192.11.0.4 00:11:94:11:00:03 4084 false resolved
192.11.0.5 00:11:94:11:00:04 4084 false resolved
192.11.0.6 00:11:94:11:00:05 4084 false resolved
This table or list provides the following information:
Parameter Description
ip-address Synopsis: A string
The IP address of the network device the entry describes.
mac Synopsis: A string 17 characters long
Default: 00:00:00:00:00:00
The MAC address of the network device specified by the IP address.
vid Synopsis: A 32-bit signed integer
The VLAN Identifier of the VLAN upon which the MAC address operates.
static Synopsis: { true, false }
Default: true
Whether the entry is static or dynamic. Static entries are configured as a result of
management activity. Dynamic entries are automatically learned by the device and can be
unlearned.
status Synopsis: { resolved, unresolved }
Default: unresolved
The Address Resolution Protocol (ARP) entry resolution status:
• Resolved: MAC-IP address pair is resolved and operational.