Specifications
Managing the ARP Table
RoamAbout Mobility System Software Configuration Guide 5-25
Managing the ARP Table
TheAddressResolutionProtocol(ARP)tablemapsIPaddressestoMACaddresses.AnARPentry
entersthetableinoneofthefollowingways:
• AddedautomaticallybytheRoamAboutSwitch.AswitchaddsanentryforitsownMAC
addressandaddsentriesforaddresseslearnedfromtrafficreceivedbythe
RoamAbout
Switch.WhentheRoamAboutSwitchreceivesanIPpacket,theswitchaddsthepacket’s
sourceMACaddressandsourceIPaddresstotheARPtable.
• Addedbythesystemadministrator.Youcanadddynamic,static,andpermanententriesto
theARPtable.
ARPisenabledbydefaultonaRoamAbout
Switchandcannotbedisabled.
Displaying ARP Table Entries
TodisplayARPtableentries,usethefollowingcommand:
show arp [ip-addr]
Example
RBT-8100# show arp
ARP aging time: 1200 seconds
Host HW Address VLAN Type State
------------------------------ ----------------- ----- ------- --------
10.5.4.51 00:0b:0e:02:76:f5 1 DYNAMIC RESOLVED
10.5.4.53 00:0b:0e:02:76:f7 1 LOCAL RESOLVED
Thisexampleshowstwoentries.Thelocalentry(withLOCALintheTypefield)isforthe
RoamAboutSwitchitself.TheMACaddressofthelocalentryistheswitch’sMACaddress.The
ARPtablecontainsonelocalentryforeachVLANconfiguredontheswitch.Thedynamicentryis
learned
fromtrafficreceivedbytheswitch.TheARPtablecanalsocontainstaticandpermanent
entries,whichareaddedbyanadministrator.TheStatefieldindicateswhetheranentryis
resolved(RESOLVED)orwhetherMSShassentanARPrequestfortheentryandiswaitingfor
thereply(RESOLVING).
Adding an ARP Entry
MSSautomaticallyaddsalocalentryforaRoamAboutSwitchanddynamicentriesforaddresses
learnedfromtrafficreceivedbytheswitch.Youcanaddthefollowingtypesofentries:
• Dynamic—Agesoutbasedontheagingtimeout.
•Static—Doesnotageoutbutisremovedbyasoftwarereboot.
• Permanent—Doesnotageout
andremainsintheARPtablefollowingasoftwarereboot.
ToaddanARPentry,usethefollowingcommand:
set arp {permanent | static | dynamic} ip-addr mac-addr