Specifications

164 Implementing IBM System Networking 10Gb Ethernet Switches
The configuration topics described in this section are:
򐂰 VLANs and Port VLAN ID Numbers
򐂰 VLAN Tagging
򐂰 Protocol-based VLANs
򐂰 Private VLANs
VLANs and Port VLAN ID numbers
Here we show some basic switching configuration, such as configuring a VLAN, assigning a
port to a VLAN, and configuring protocol-based VLANs and private VLANs.
The RackSwitch G8264 and RackSwitch G8124 switches support up to 1024 VLANs per
switch. Even though the maximum number of VLANs supported at any time is 1024, each can
be identified with any number 1 - 4094.
By default, all data ports are members of VLAN 1, so configure only those ports that belong to
other VLANs. VLAN 4095 is used by the management network, which includes the
management port.
VLANs definition and port assignment configuration steps
To define the VLANs and configure the port assignment, complete the following steps:
1. Define the VLANs by using the commands shown in Example 5-10.
Example 5-10 VLAN definition
AGG-1#configure terminal
Enter configuration commands, one per line. End with Ctrl/Z.
AGG-1(config)#vlan 100
VLAN number 100 with name "VLAN 100" created.
VLAN 100 was assigned to STG 100.
AGG-1(config-vlan)#name AGG
1-AGG2
AGG-1(config-vlan)#enable
AGG-1(config-vlan)#
AGG-1(config-vlan)#vlan 101
VLAN number 101 with name "VLAN 101" created.
VLAN 101 was assigned to STG 101.
AGG-1(config-vlan)#name AGG1-ACC1
AGG-1(config-vlan)#enable
AGG-1(config-vlan)#
AGG-1(config-vlan)#vlan 103
VLAN number 103 with name "VLAN 103" created.
VLAN 103 was assigned to STG 103.
AGG-1(config-vlan)#name AGG1-ACC2
AGG-1(config-vlan)#enable
AGG-1(config-vlan)#
AGG-1(config-vlan)#end
AGG-1#