Hub/Switch Reference Guide

IP Services Commands 119
Nortel WLAN—Security Switch 2300 Series Command Line Reference
See Also
set arp agingtime on page 109
show arp on page 144
set arp agingtime
Changes the aging timeout for dynamic ARP entries.
Syntax
set arp agingtime seconds
Defaults
The default aging timeout is 1200 seconds.
Access
Enabled.
Usage
Aging applies only to dynamic entries.
To reset the ARP aging timeout to its default value, use the set arp agingtime 1200 command.
Examples
The following command changes the ARP aging timeout to 1800 seconds:
WSS# set arp agingtime 1800
success: set arp aging time to 1800 seconds
The following command disables ARP aging:
WSS# set arp agingtime 0
success: set arp aging time to 0 seconds
See Also
set arp on page 108
show arp on page 144
set interface
Configures an IP interface on a VLAN.
Syntax
set interface vlan-id ip {ip-addr mask | ip-addr/mask-length}
seconds Number of seconds an entry can remain unused before WSS Software removes the
entry. You can specify from 0 through 1,000,000. To disable aging, specify 0.
vlan-id VLAN name or number.
ip-addr mask IP address and subnet mask in dotted decimal notation (for
example, 10.10.10.10 255.255.255.0).
ip-addr/mask-length IP address and subnet mask length in CIDR format (for
example, 10.10.10.10/24).