3Com 3CRWX440095A Webcam User Manual


 
134 CHAPTER 6: IP SERVICES COMMANDS
Access — Enabled.
History— Introduced in MSS Version 3.0.
Examples — The following command adds a static ARP entry that maps
IP address 10.10.10.1 to MAC address 00:bb:cc:dd:ee:ff:
WX1200# 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
See Also
set arp agingtime on page 134
telnet on page 158
set arp agingtime Changes the aging timeout for dynamic ARP entries.
Syntaxset arp agingtime seconds
seconds — Number of seconds an entry can remain unused before
MSS removes the entry. You can specify from 0 through 1,000,000.
To disable aging, specify 0.
Defaults — None.
Access — Enabled.
History— Introduced in MSS Version 3.0.
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:
WX1200# set arp agingtime 1800
success: set arp aging time to 1800 seconds
The following command disables ARP aging:
WX1200# set arp agingtime 0
success: set arp aging time to 0 seconds