Application Example Configuring 802.1Q
page 11-10 OmniSwitch 6600 Family Network Configuration Guide April 2006
The following steps apply to Stack 2. They will attach port 2/1 to VLAN 2, and set the port to accept
802.1Q tagged traffic only:
1Create VLAN 2 by entering vlan 2 as shown below (VLAN 1 is the default VLAN for the switch):
-> vlan 2
2Set port 2/1 as a tagged port and assign it to VLAN 2 by entering the following:
-> vlan 2 802.1q 2/1
3Set port 2/1 to accept only tagged traffic by entering the following:
-> vlan 802.1q 2/1 frame type tagged
4Check the configuration using the show 802.1q command, as follows:
-> show 802.1q 2/1
Acceptable Frame Type : tagged only
Force Tag Internal : on
Tagged VLANS Internal Description
-------------+-------------------------------------------------+
2 TAG PORT 2/1 VLAN 2
Connecting Stack 2 and Stack 3 Using 802.1Q
The following steps apply to Stack 2. They will attach ports 3/1 and 3/2 as link aggregation group 5 to
VLAN 3.
1Configure static aggregate VLAN 5 by entering the following:
-> static linkagg 5 size 2
2Assign ports 3/1 and 3/2 to static aggregate VLAN 5 by entering the following two commands:
-> static agg 3/1 agg num 5
-> static agg 3/2 agg num 5
3Create VLAN 3 by entering the following:
-> vlan 3
4Configure 802.1Q tagging with a tagging ID of 3 on link aggregation group 5 (on VLAN 3) by enter-
ing vlan 3 802.1q 5 as shown below:
-> vlan 3 802.1q 5
5Check the configuration using the show 802.1q command, as follows:
-> show 802.1q 5
Tagged VLANS Internal Description
-------------+-------------------------------------------------+
3 TAG AGGREGATE 5 VLAN 3