Configuring, Modifying, and Monitoring the Unit
26
To activate/deactivate bootp use the following commands:
set-bootp — Enables or disables the bootp process activation.
get-bootp — Retrieves the state of the bootp process.
Address Resolution Protocol (ARP)
To view the ARP commands, enter ARP at the CLI prompt. The following are the available
ARP commands.
get-arp-tbl
The get-arp-tbl command displays the ARP table. The ARP table contains information
relating IP addresses to MAC addresses and interface numbers. It also shows the TTL (Time-
To-Live) value for each entry.
Example
SYS_console>get-arp-tbl
If Ip MAC TTL
=============================================
01 194.090.136.254 08-00-87-1d-9b-32 1200
01 194.090.136.010 00-20-1a-01-3f-18 1200
01 194.090.136.028 08-00-09-9d-5e-30 900
SYS_console>
del-arp-entry
The del-arp-entry command deletes entries from the ARP table. If an IP address is specified,
the matching arp entry is deleted. If * is specified, the entire ARP table is flushed. This
command should be used if the network topology has physically changed, e.g. if a management
station has been moved from one segment to another, thus changing its interface number.
del-arp-entry {<IP address>|*}
add-arp-entry
The add-arp-entry command adds an entry to the ARP table.
add-arp-entry <IP address> <mac_address> <Interface>
Example
SYS_console>add-arp-entry 194.90.136.133 00-11-22-33-44-55 1
ARP Table Entry successfully added
SYS_console>