Specifications

arp timeout Reviewing and Configuring the ARP Table
Enterasys Matrix N Standalone (NSA) Series Configuration Guide 16-17
Mode
Routercommand,Interfaceconfiguration:Matrix>Router(configif(Vlan1))#
Usage
Bydefault,everyroutinginterfaceusesthesameMACaddress.Iftheuserneedsinterfacestouse
differentMACaddresses,thiscommandwillallowit.ItistheusersresponsibilitytoselectaMAC
addressthatwillnotconflictwithotherdevicesontheVLANsincetheEnterasysMatrixSeries
device
willnotautomaticallydetectthisconflict.
The“no”formofthiscommandclearstheMACaddress.
Example
ThisexampleshowshowtosetanIPMACaddressof000A.000A.000B.onVLAN1:
Matrix>Router(config)#interface vlan 1
Matrix>Router(config-if(Vlan 1))#ip mac-address 000A.000A.000B
arp timeout
Usethiscommandtosettheduration(inseconds)forentriestostayintheARPtablebefore
expiring.
Syntax
arp timeout seconds
no arp timeout seconds
Parameters
Defaults
None.
Mode
Routercommand,Globalconfiguration:Matrix>Router(config)#
Usage
Thedevicecansupportupto2000outstandingunresolvedARPentries.
The“no”formofthiscommandrestoresthedefaultvalueof14,400seconds
Example
ThisexampleshowshowtosettheARPtimeoutto7200seconds:
Matrix>Router(config)#arp timeout 7200
seconds SpecifiesthetimeinsecondsthatanentryremainsintheARPcache.
Validvaluesare0‐65535.Avalueof0specifiesthatARPentrieswill
neverbeagedout.