Vlan configuration example, Vlan configuration example 58 – Blade ICE G8000 User Manual
Page 58

RackSwitch G8000 Application Guide
58
Chapter 3: VLANs
BMD00041, November 2008
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 G8000 (config)# interface port 5
RS G8000 (config-if)# tagging
RS G8000 (config-if)# exit
RS G8000 (config)# interface port 47
RS G8000 (config-if)# tagging
RS G8000 (config-if)# exit
RS G8000 (config)# interface port 48
RS G8000 (config-if)# tagging
RS G8000 (config-if)# exit
RS G8000 (config)# vlan 2
RS G8000 (config-vlan)# enable
RS G8000 (config-vlan)# member 3
RS G8000 (config-vlan)# member 5
RS G8000 (config-vlan)# member 47
RS G8000 (config-vlan)# member 48
RS G8000 (config-vlan)# exit
RS G8000 (config)# vlan 3
RS G8000 (config-vlan)# enable
RS G8000 (config-vlan)# member 4,47,48
RS G8000 (config-vlan)# exit