Users Guide
x - Dot1x untagged, X - Dot1x tagged
G - GVRP tagged, M - Vlan-stack, H - VSN tagged
i - Internal untagged, I - Internal tagged, v - VLT untagged, V - VLT tagged, C - CMC tagged
NUM Status Description Q Ports
4 Active U Po1(Te 0/16)
T Po128(Te 0/33,39,51,56)
T Te 0/1-15,17-32
Dell#
VLAN Conguration on Physical Ports and Port-Channels
Unlike other Dell Networking OS platforms, IOA allows VLAN congurations on port and port-channel levels. This allows you to assign
VLANs to a port/port-channel.
NOTE: In PMUX mode, in order to avoid loops, only disjoint VLANs are allowed between the uplink ports/uplink LAGs and uplink-
to-uplink switching is disabled.
1 Initialize the port with congurations such as admin up, portmode, and switchport.
Dell#configure
Dell(conf)#int tengigabitethernet 0/1
Dell(conf-if-te-0/1)#no shutdown
Dell(conf-if-te-0/1)#portmode hybrid
Dell(conf-if-te-0/1)#switchport
2 Congure the tagged VLANs 10 through 15 and untagged VLAN 20 on this port.
Dell(conf-if-te-0/1)#vlan tagged 10-15
Dell(conf-if-te-0/1)#vlan untagged 20
Dell(conf-if-te-0/1)#
3 Show the running congurations on this port.
Dell(conf-if-te-0/1)#show config
!
interface TenGigabitEthernet 0/1
portmode hybrid
switchport
vlan tagged 10-15
vlan untagged 20
no shutdown
Dell(conf-if-te-0/1)#end
Dell#
4 Initialize the port-channel with congurations such as admin up, portmode, and switchport.
Dell#configure
Dell(conf)#int port-channel 128
Dell(conf-if-po-128)#portmode hybrid
Dell(conf-if-po-128)#switchport
5 Congure the tagged VLANs 10 through 15 and untagged VLAN 20 on this port-channel.
Dell(conf-if-po-128)#vlan tagged 10-15
Dell(conf-if-po-128)#
Dell(conf-if-po-128)#vlan untagged 20
6 Show the running congurations on this port-channel.
Dell(conf-if-po-128)#show config
!
interface Port-channel 128
portmode hybrid
switchport
vlan tagged 10-15
vlan untagged 20
shutdown
Dell(conf-if-po-128)#end
Dell#
104
Interfaces