UMN:CLI User Manual
SURPASS hiD 6615 S223/S323 R1.5
190 A50010-Y3-C150-2-7619
| 1 2 3 4
Name( VID| FID) |123456789012345678901234567890123456789012
-----------------------------------------------------------------
default( 1| 1) |u...uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
br2( 2| 2) |.u........................................
br3( 3| 3) |..u.......................................
br4( 4| 4) |...u......................................
SWITCH(bridge)#
[Sample Configuration 2] Deleting Port-based VLAN
The following is deleting vlan id 3 among configured VLAN.
SWITCH(bridge)#
vlan del
3 3
SWITCH(bridge)#
exit
SWITCH(config)#
interface
3
SWITCH(interface)#
shutdown
SWITCH(interface)#
exit
SWITCH(config)#
bridge
SWITCH(bridge)#
no vlan
3
SWITCH(bridge)#
show vlan
u: untagged port, t: tagged port
-----------------------------------------------------------------
| 1 2 3 4
Name( VID| FID) |123456789012345678901234567890123456789012
-----------------------------------------------------------------
default( 1| 1) |u.u.uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
br2( 2| 2) |.u........................................
br4( 4| 4) |...u......................................
SWITCH(bridge)#
[Sample Configuration 3] Configuring Protocol-based VLAN
The following is an example of configuring protocol based VLAN on the port 2 and port 4
default br2
br3
br4
0x800 packet among
the packets entering
to Port 2.
0x900 packet among
the packets entering
to Port 4
SWITCH(bridge)#
vlan pvid
2
ethertype
0x800 5
SWITCH(bridge)#
vlan pvid
4
ethertype
0x900 6
SWITCH(bridge)#
show vlan protocol