Administrator Guide
port-channel 1 mode active
!
protocol lldp
advertise management-tlv system-name
dcbx port-role auto-downstream
no shutdown
Dell(conf-if-te-0/2)#
Except for hybrid ports, only a tagged interface can be a member of multiple VLANs. You can assign hybrid
ports to two VLANs if the port is untagged in one VLAN and tagged in all others.
NOTE: When you remove a tagged interface from a VLAN (using the no vlan tagged command), it
remains tagged only if it is a tagged interface in another VLAN. If you remove the tagged interface from
the only VLAN to which it belongs, the interface is placed in the default VLAN as an untagged interface.
Adding an Interface to an Untagged VLAN
To move an untagged interfaces from the default VLAN to another VLAN, use the vlan untagged command
as shown in the below figure.
Dell(conf)# interface tengigabit 0/2
Dell(conf-if-te-0/2)#vlan untagged ?
<1-4094> Untagged VLAN id
Dell(conf-if-te-0/2)#
Dell(conf-if-te-0/2)#vlan untagged 4094
Dell(conf-if-te-0/2)#show config
!
interface TenGigabitEthernet 0/2
mtu 12000
vlan untagged 4094
!
port-channel-protocol LACP
port-channel 1 mode active
!
protocol lldp
advertise management-tlv system-name
dcbx port-role auto-downstream
no shutdown
Dell(conf-if-te-0/2)#
VLAN Configuration on Physical Ports and Port-
Channels
Unlike other Dell Networking OS platforms, IOA allows VLAN configurations 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 configurations such as admin up, portmode, and switchport.
Dell#configure
Dell(conf)#int tengigabitethernet 0/1
Dell(conf-if-te-0/1)#no shutdown
Interfaces 416