MAC Filtering
add fdb <b> mac
<mac_address> vid
<number>
Configure the MAC address whose info is
unwanted. The filtered packets are based on
destination address.
Ex: add fdb b mac 001234567890 vid 1 port
1
delete fdb <b> mac
<mac_address> vid
<number>
Delete switch filtering MAC address.
Ex: delete fdb b mac 001234567890 vid 1
port 1
clear fdb b
Clear all switch filtering MAC address.
show fdb b
Show all switch filtering MAC address.
3.6
VLAN
Command Description
add vlan <name> vid
<number 1> protocol
<number 2> ports <portlist>
[tag/untag]
Create VLAN group.
<name>:Name the VLAN. The valid string is 1-15.
<number 1>: Assign one number as the VLAN ID.
Availablein1~4094.
<number 2>: Assign a user-defining protocol. The
valid range is 0-18. About protocol please see Table
A.
<portlist>: port number.
Ex: add vlan v1 vid 2 protocol 0 ports 1,2 tag
config vlan <name> protocol
<number>
Configure protocol inexistent VLAN.
<name>: existent VLAN name.
Ex: config vlan v1 protocol 5
config vlan <name> addport
<portlist> [tag/untag]
Add per or multi port in VLAN group. User can
point to port as tagged or untagged.
Ex: config vlan v1 addport 3,4 tag
config vlan <name> delport
<portlist>
Delete per or multi port in VLAN.
Ex: config vlan v1 delport 3,4
Config vlan <name> tag
<portlist>
Configure tagged port in VLAN.
Ex: config vlan v1 tag 1
config vlan <name> untag
<portlist>
Configure untagged port in VLAN.
Ex: config vlan v1 untag 2
delete vlan <name>
Delete VLAN via name.
Ex: del vlan v1