© Copyright IBM Corp. 2011 Chapter 8. VLANs 101
VLAN Configuration Example
Use the following procedure to configure the example network shown in Figure 7 on
page 99.
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 19
RS G8000(config-if)# tagging
RS G8000(config-if)# exit
RS G8000(config)# interface port 20
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 19
RS G8000(config-vlan)# member 20
RS G8000(config-vlan)# exit
RS G8000(config)# vlan 3
RS G8000(config-vlan)# enable
RS G8000(config-vlan)# member 4,19,20
RS G8000(config-vlan)# exit