Bridge CLI Commands
2/1553-ZAT 759 94 Uen B – December 2005
55
Option Description
Default
value
vlanid
The VLAN Id that the user wants to
assign to the named VLAN. The
valid values for the VLAN Id ranges
between 1 and 4094.
Set to
1
to add the default VLAN.
(VLAN Id 1 is used only for the
default VLAN).
N/A
fdb
The name of an existing Filtering
Database with which the user wants
the VLAN to be associated. If the
FDB already exists, the VLAN
becomes associated with that FDB.
If the FDB does not exist, it is
created and the VLAN becomes
associated with it. See the
bridge
list fdbs
command to display all
the existing filtering databases
configured in the bridge and their
corresponding statistics.
Set to
DefaultFdb
to add the default
VLAN.
N/A
4.18.4 Example
-->
bridge add vlan VLAN_1 2 FDB_1
Creates VLAN_1 with ID 2 using filtering database FDB_1.
-->
bridge add vlan DefaultVlan 1 DefaultFdb
Creates the default VLAN.