Technical data

Table Of Contents
116
System Level Commands
These commands are online action and status commands. They allow you to perform the following functions:
log into and log out of configuration update mode
display the router’s configuration, the version and level numbers
list running tasks, memory, communication interfaces
connect to a remote router to test the line
list IP routes, and IPX routes and SAPs, root bridge
save the new configuration image
reboot the system
ARP DELETE
Deletes the IP address of the entry in the ARP table.
ipaddr
IP address in the format of 4 decimals separated by periods.
all Deletes all existing arp table entries
Example:
arp delete 128.1.2.0
ARP LIST
Lists ARP table entries in an IP routing environment. ARP (Address Resolution Protocol) is a tool used to find
the appropriate MAC addresses of devices based on the destination IP addresses.
ipaddr
IP address associated with a MAC address for a device on the local interface in the format of 4
decimals separated by periods.
InterfaceName
MAC address on the local network
InterfaceUnit
For an Ethernet interface, can be a 1 or 0. For a DSL interface, this is a VPN number.
Example:
arp list
Response: IP Addr Mac Address Interface
192.84.210.148 00:05:02:00:80:A8 ETHERNET/0
arp delete
<
ipaddr
>|all
arp list
<ipaddr><InterfaceName> <InterfaceUnit>