Avaya P330-ML-ML Manual Do Utilizador

Página de 320
Chapter 3        Avaya P330-ML Layer 3 CLI Commands
212
Avaya P330-ML Reference Guide
General Commands
arp
User level: privileged, supervisor.
L If you are at the “privileged” level, you can only access this command in 
Configure mode. 
Type configure at the command prompt to enter configure mode.
Use the arp command to add a permanent entry to the Address Resolution Protocol 
(ARP) cache. 
Use the no arp command to remove an entry, either static entry or dynamically 
learned. 
The syntax for this command is:
[no] arp <ip-address> <mac-address>
Example:
To add a permanent entry for station 192.168.7.8 to the ARP cache:
Example:
To remove an entry to the ARP cache for the station 192.168.13.76:
arp timeout
User level: privileged, supervisor.
L If you are at the ”privileged” level, you can only access this command in 
Configure mode. 
Type configure at the command prompt to enter configure mode.
Use the arp timeout command to set the amount of time that an entry remains in 
the ARP cache. 
Use the no arp timeout command to restore the default value, 14,400.
ip-address
IP address, in dotted decimal format, of the station
mac-address
MAC address of the local data link
Router-N(configure)# arp 192.168.7.8 00:40:0d:8c:2a:01 
Router-N(configure)# no arp 192.168.13.76