Configuring and managing ports and VLANs 135
Nortel WLAN—Security Switch 2300 Series Configuration Guide

Adding an entry to the forwarding database

To add an entry to the forwarding database, use the following command:
set fdb {perm | static} mac-addr port port-list vlan vlan-id [tag tag-value]
To add a permanent entry for MAC address 00:bb:cc:dd:ee:ff on ports 3 and 5 in VLAN blue, type the following
command:
WSS# set fdb perm 00:bb:cc:dd:ee:ff port 3,5 vlan blue
success: change accepted.
To add a static entry for MAC address 00:2b:3c:4d:5e:6f on port 1 in the default VLAN, type the following command:
WSS# set fdb static 00:2b:3c:4d:5e:6f port 1 vlan default
success: change accepted.