Specifications

Managing the Layer 2 Forwarding Database
4-22 Configuring and Managing Ports and VLANs
Example
Todisplayallentriesintheforwardingdatabase,typethefollowingcommand:
RBT-8100# show fdb all
* = Static Entry. + = Permanent Entry. # = System Entry.
VLAN TAG Dest MAC/Route Des [CoS] Destination Ports [Protocol Type]
---- ---- ------------------ ----- -----------------------------------------
1 00:01:97:13:0b:1f 1 [ALL]
1 aa:bb:cc:dd:ee:ff * 2 [ALL]
1 00:0b:0e:02:76:f5 1 [ALL]
Total Matching FDB Entries Displayed = 3
Todisplayallentriestha tbeginwith00,typethefollowingcommand:
RBT-8100# show fdb 00:*
* = Static Entry. + = Permanent Entry. # = System Entry.
VLAN TAG Dest MAC/Route Des [CoS] Destination Ports [Protocol Type]
---- ---- ------------------ ----- -----------------------------------------
1 00:01:97:13:0b:1f 1 [ALL]
1 00:0b:0e:02:76:f5 1 [ALL]
Total Matching FDB Entries Displayed = 2
(Forinformationaboutthefieldsintheoutput,seetheRoamAboutMobilitySystemSoftware
CommandLineInterfaceReferenceGuide.)
Adding an Entry to the Forwarding Database
Toaddanentrytotheforwardingdatabase,usethefollowingcommand:
set fdb {perm | static} mac-addr port port-list vlan vlan-id [tag tag-value]
Examples
ToaddapermanententryforMACaddress00:bb:cc:dd:ee:ffonports1inVLANblue,typethe
followingcommand:
RBT-8100# set fdb perm 00:bb:cc:dd:ee:ff port 1 blue
success: change accepted.
ToaddastaticentryforMACaddress00:2b:3c:4d:5e:6fonport1inthedefaultVLAN,type the
followingcommand:
RBT-8100# set fdb static 00:2b:3c:4d:5e:6f port 1 vlan default
success: change accepted.