Nortel Networks 2300 Switch User Manual


 
Configuring and managing IP interfaces and services 145
Nortel WLAN—Security Switch 2300 Series Configuration Guide
To add an ARP entry, use the following command:
set arp {permanent | static | dynamic} ip-addr mac-addr
To add a static ARP entry that maps IP address 10.10.10.1 to MAC address 00:bb:cc:dd:ee:ff, type the following
command:
WSS# set arp static 10.10.10.1 00:bb:cc:dd:ee:ff
success: added arp 10.10.10.1 at 00:bb:cc:dd:ee:ff on VLAN 1
Changing the aging timeout
The aging timeout specifies how long a dynamic entry can remain unused before the software removes the entry from
the ARP table. The default aging timeout is 1200 seconds (20 minutes). The aging timeout does not affect the local
entry, static entries, or permanent entries.
To change the aging timeout, use the following command:
set arp agingtime seconds
You can specify from 0 to 1,000,000 seconds. To disable aging, specify 0.
For example, to disable aging of dynamic ARP entries, type the following command:
WSS# set arp agingtime 0
success: set arp aging time to 0 seconds
Pinging another device
To verify that another device in the network can receive IP packets sent by the WSS, use the following command:
ping host [count num-packets] [dnf] [flood] [interval time] [size size] [source-ip ip-addr |
vlan-name]
To ping a device that has IP address 10.1.1.1, type the following command:
WSS# ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) from 10.9.4.34 : 56(84) bytes of data.
64 bytes from 10.1.1.1: icmp_seq=1 ttl=255 time=0.769 ms
64 bytes from 10.1.1.1: icmp_seq=2 ttl=255 time=0.628 ms
64 bytes from 10.1.1.1: icmp_seq=3 ttl=255 time=0.676 ms
64 bytes from 10.1.1.1: icmp_seq=4 ttl=255 time=0.619 ms
64 bytes from 10.1.1.1: icmp_seq=5 ttl=255 time=0.608 ms
--- 10.1.1.1 ping statistics ---
5 packets transmitted, 5 packets received, 0 errors, 0% packet loss
Note. To reset the ARP aging timeout to its default value, use the set arp agingtime
1200 command.