Avaya X330W2-DS1 Network Router User Manual


 
Chapter 7 X330WAN CLI Commands
64 Avaya X330W-2DS1 User’s Guide
Layer 3 CLI Commands
This section contains a list of all Layer 3 related CLI commands.
arp
Use the arp command to add a permanent entry to the Address Resolution
Protocol (ARP) cache. The no form of this command removes an entry, either a
static entry or a dynamically learned entry.
The syntax for this command is:
[no] arp <ip-address> <mac-address>
Examples:
To add a permanent entry for station 192.168.7.8 to the ARP cache:
Router(configure)# arp 192.168.7.8 00:40:0d:8c:2a:01
To remove an entry to the ARP cache for the station 192.168.13.76:
Router(configure)# no arp 192.168.13.76
arp timeout
Use the arp timeout command to configure the amount of time that an entry
remains in the ARP cache. To restore the default value, 14400, use the no form of
this command.
The syntax for this command is:
arp timeout <seconds>
The syntax for the no form of this command is:
no arp timeout
Examples:
To set the arp timeout to one hour:
X330WAN-2DS1-1(configure)# arp timeout 3600
To restore the default arp timeout:
ip-address IP address, in dotted decimal format, of the station
mac-address MAC address of the local data link
seconds The amount of time, in seconds, that an entry remains
in the arp cache.
Max value is 604800