Vlan configuration example – Blade ICE RACKSWITCH G8124-E User Manual
Page 97

BLADEOS 6.5.2 Application Guide
BMD00220, October 2010
Chapter 6: VLANs 97
VLAN Configuration Example
Use the following procedure to configure the example network shown in
.
1.
Enable VLAN tagging on server ports that support multiple VLANs.
2.
Enable tagging on uplink ports that support multiple VLANs.
3.
Configure the VLANs and their member ports.
By default, all ports are members of VLAN 1, so configure only those ports that belong to other
VLANs.
RS G8124(config)# interface port 5
RS G8124(config-if)# tagging
RS G8124(config-if)# exit
RS G8124(config)# interface port 19
RS G8124(config-if)# tagging
RS G8124(config-if)# exit
RS G8124(config)# interface port 20
RS G8124(config-if)# tagging
RS G8124(config-if)# exit
RS G8124(config)# vlan 2
RS G8124(config-vlan)# enable
RS G8124(config-vlan)# member 3
RS G8124(config-vlan)# member 5
RS G8124(config-vlan)# member 19
RS G8124(config-vlan)# member 20
RS G8124(config-vlan)# exit
RS G8124(config)# vlan 3
RS G8124(config-vlan)# enable
RS G8124(config-vlan)# member 4,19,20
RS G8124(config-vlan)# exit