CLI Guide
for VLAN 10, while also switching untagged traffic for VLAN 30 and tagged traffic
for VLAN 40. (To allow VLAN 30 traffic, the native VLAN feature is required, by
executing the portmode hybrid command. Refer to portmode hybrid in the
Interfaces chapter.
Example
Dell(conf-if-Te-0/12)#switchport
Dell(conf-if-Te-0/12)#vlan-stack trunk
Dell(conf-if-Te-0/12)#show config
!
interface TenGigabitEthernet 0/42
no ip address
switchport
vlan-stack trunk
no shutdown
Dell(conf-if-Te-0/42)#interface vlan 100
Dell(conf-if-vl-100)#vlan-stack compatible
Dell(conf-if-vl-100-stack)#member TenGigabitethernet 0/12
Dell(conf-if-vl-100-stack)#show config
!
interface Vlan 100
no ip address
vlan-stack compatible
member TenGigabitEthernet 0/42
shutdown
Dell(conf-if-vl-100-stack)#interface vlan 20
Dell(conf-if-vl-20)#tagged Tengigabitethernet 0/12
Dell(conf-if-vl-20)#show config
!
interface Vlan 20
no ip address
tagged TenGigabitEthernet 0/12
shutdown
Dell(conf-if-vl-20)#do show vlan
Codes: * - Default VLAN, G - GVRP VLANs
Q: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
G - GVRP tagged, M - Vlan-stack
NUM Status Description Q Ports
* 1 Inactive
20 Active T Te 0/12
100 Active M Te 0/12
Dell(conf-if-vl-20)#
Example
Dell(config)#vlan-stack protocol-type 88A8
Dell(config)#interface TenGigabitethernet 3/8
Dell(conf-if-te-3/8)#no shutdown
Dell(conf-if-te-3/8)#switchport
Dell(conf-if-te-3/8)#vlan-stack access
Dell(conf-if-te-3/8)#exit
Dell(config)#interface TenGigabitethernet 8/0
Dell(conf-if-te-10/0)#no shutdown
Dell(conf-if-te-10/0)#portmode hybrid
Dell(conf-if-te-10/0)#switchport
Dell(conf-if-te-10/0)#vlan-stack trunk
Dell(conf-if-te-10/0)#exit
Dell(config)#interface vlan 20
Dell(conf-if-vlan)#vlan-stack compatible
Dell(conf-if-vlan)#member Te 7/0, te 3/8, TenGi 8/0
1512
VLAN Stacking