MIB NAVIGATOR COMMAND SET OVERVIEWEMM-E6 User’s Guide13-1113.3.3 Built-In CommandsThe following provides a brief description, the proper format, and anexample of each Built-In command.arp The arp command provides access to the ARP (AddressResolution Protocol) cache, enabling you to view cachedata, delete entries, or add a static route. Superuser accessis required to delete an entry or add a static route.Each arp cache entry lists: the networkinterface that thedevice is connected to, the device’snetwork address or IPaddress, the device’sphysical address or MAC address, andthemedia type of connection to the device. The device’smedia connection occurs in one of the following ways:1 - Other2 - Invalid entry (cannot ping device, timed out, etc.)3 - Dynamic route entry4 - Static route entry (not subject to change).Format arp -a (to view cache data)arp -d (deletes an IP addressentry)arp -s (adds astatic entry)Example MIBNav> arp -a# Interface Network Address Physical Address Media Type# (SonicInt) 122.144.40.111 00.00.0e.12.3c.04 3(dynamic)# (SonicInt) 122.144.48.109 00.00.0e.f3.3d.14 3(dynamic)# (SonicInt) 122.144.52.68 00.00.0e.12.3c.04 3(dynamic)# (SonicInt) 122.144.21.43 00.00.0e.03.1d.3c 3(dynamic)Example MIBNav> arp -d 1 122.144.52.68Example MIBNav> arp -s 1 22.44.2.3 00:00:0e:03:1d:3c