Quick Steps for Configuring Port-Based VLAN Stacking Configuring VLAN Stacking
page 6-14 OmniSwitch 6800/6850/9000 Network Configuration Guide March 2008
Quick Steps for Configuring Port-Based VLAN
Stacking
The following steps provide a quick tutorial for configuring VLAN Stacking by using the legacy mode
commands. In this mode, configuration is done on a port level or a port-VLAN level. This tutorial uses the
port level approach to tunnel all customer traffic received on a specific User Network Interface (UNI) port.
Configuring a VLAN Stacking service is not supported in the legacy mode.
1 Enable the VLAN Stacking legacy mode for the switch using the ethernet-service mode command.
-> ethernet-service mode vstk
2 Create SVLAN 1001 with a name using the vlan svlan command. For example:
-> vlan svlan 1001 name “Customer ABC”
3 Configure port 1/1 as a user-customer port using the vlan svlan port command. For example:
-> vlan svlan port 1/1 user-customer-port default-svlan 1001
4 Use the vlan svlan port lookup-miss command to configure VLAN Stacking to tunnel tagged packets
on the default SVLAN for port 1/1 when packets ingressing on this port trigger a VLAN lookup miss. For
example:
-> vlan svlan port 1/1 lookup-miss default
5 Configure port 1/49 as a network port using the vlan svlan port command. For example:
-> vlan svlan port 1/49 network-port
6 Associate SVLAN 1001 to network port 1/49 using the vlan svlan port svlan command. For example:
-> vlan svlan port 1/49 svlan 1001