CLI Guide

Table Of Contents
interface Vlan 20
no ip address
tagged GigabitEthernet 1/42
shutdown
DellEMC(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 Gi 1/42
100 Active M Gi 1/42
DellEMC(conf-if-vl-20)#
Example 2
DellEMC(config)# vlan-stack protocol-type 88A8
DellEMC(config)# interface gigabitethernet 3/10
DellEMC(conf-if-gi-3/10)# no shutdown
DellEMC(conf-if-gi-3/10)# switchport
DellEMC(conf-if-gi-3/10)# vlan-stack access
DellEMC(conf-if-gi-3/10)# exit
DellEMC(config)# interface Gigabitethernet 5/1
DellEMC(conf-if-gi-5/1)# no shutdown
DellEMC(conf-if-gi-5/1)# portmode hybrid
DellEMC(conf-if-gi-5/1)# switchport
DellEMC(conf-if-gi-5/1)# vlan-stack trunk
DellEMC(conf-if-gi-5/1)# exit
DellEMC(config)# interface vlan 10
DellEMC(conf-if-vlan)# vlan-stack compatible
DellEMC(conf-if-vlan)# member Gi 4/1, Gi 3/10, Gi 5/1
DellEMC(conf-if-vlan)# exit
DellEMC(config)# interface vlan 30
DellEMC(conf-if-vlan)# untagged Gi 5/1
DellEMC(conf-if-vlan)# exit
DellEMC(config)#
DellEMC(config)# interface vlan 40
DellEMC(conf-if-vlan)# tagged Gi 5/1
DellEMC(conf-if-vlan)# exit
DellEMC(config)#
VLAN Stacking
1607