Specifications

Managing the ARP Table
5-26 Configuring and Managing IP Interfaces and Services
Example
ToaddastaticARPentrythatmapsIPaddress10.10.10.1toMACaddress00:bb:cc:dd:ee:ff,type
thefollowingcommand:
RBT-8100# 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
Theagingtimeoutspecifieshowlongadynamicentrycanremainunusedbeforethesoftware
removestheentryfromtheARPtable.Thedefaultagingtimeoutis1200seconds(20minutes).
Theagingtimeoutdoesnotaffectthelocalentry,staticentries,orpermanententries.
Tochangetheagingtimeout,use
thefollowingcommand:
set arp agingtime seconds
Youcanspecifyfrom0to1,000,000seconds.Todisableaging,specify0.
Example
TodisableagingofdynamicARPentries,typethefollowingcommand:
RBT-8100# set arp agingtime 0
success: set arp aging time to 0 seconds
Note: To reset the ARP aging timeout to its default value, use the set arp agingtime 1200
command.