Specifications
Managing the Layer 2 Forwarding Database
RoamAbout Mobility System Software Configuration Guide 4-23
Removing Entries from the Forwarding Database
Toremoveanentryfromtheforwardingdatabase,usethefollowingcommand:
clear fdb {perm | static | dynamic | port port-list} [vlan vlan-id] [tag tag-
value]
Examples
ToclearalldynamicforwardingdatabaseentriesthatmatchallVLANs,typethefollowing
command:
RBT-8100# clear fdb dynamic
success: change accepted.
Toclearalldynamicforwardingdatabaseentriesthatmatchports1,typethefollowingcommand:
RBT-8100# clear fdb port 1
success: change accepted.
Configuring the Aging Timeout Period
Theagingtimeoutperiodspecifieshowlongadynamicentrycanremainunusedbeforethe
softwareremovestheentryfromthedatabase.
YoucanchangetheagingtimeoutperiodonanindividualVLANbasis.Youcanchangethe
timeoutperiodtoavaluefrom0through1,000,000seconds.Thedefaultaging
timeoutperiodis
300seconds(5minutes).Ifyouchange thetimeoutperiodto0,agingisdisabled.
Displaying the Aging Timeout Period
Todisplaythecurrentsettingoftheagingtimeoutperiod,usethefollowingcommand:
show fdb agingtime [vlan vlan-id]
Example
TodisplaytheagingtimeoutperiodforallconfiguredVLANs,typethefollowingcommand:
RBT-8100# show fdb agingtime
VLAN 2 aging time = 300 sec
VLAN 1 aging time = 300 sec
Changing the Aging Timeout Period
Tochangetheagingtimeoutperiod,usethefollowingcommand:
set fdb agingtime vlan-id age seconds
Example
TosettheagingtimeoutperiodforVLAN2to600seconds,typethefollowingcommand:
RBT-8100# set fdb agingtime 2 age 600
success: change accepted.