Dell Converged Enhanced Ethernet Command Reference 5353-1002115-01switchport converged 3switchport convergedAdds or removes native and tagged VLANs on a Layer 2 interface.Synopsis switchport converged {vlan vlan_id | allowed vlan {add vlan_id | all | except vlan_id | none |remove vlan_id}}no switchport convergedOperands vlan vlan_id Sets the default native VLAN for the Layer 2 interface.allowed vlan Sets the VLANs that will transmit and receive through the Layer 2 interface.add vlan_id Adds a VLAN to transmit and receive through the Layer2 interface. The rangeof valid values is 2-3583.all Allows all VLANs to transmit and receive through the Layer 2 interface.except vlan_id Allows all VLANs except the VLAN ID to transmit and receive through the Layer2 interface. The range of valid values is 2-3583.none Allows no VLANs to transmit and receive through the Layer 2 interface.remove vlan_id Removes a VLAN that transmits and receives through the Layer 2 interface.The range of valid values is 2-3583.Defaults The default native VLAN for a converged interface is 1.CommandModesInterface configuration modeDescription Use this command to add or remove tagged VLANs on a Layer 2 interface.UsageGuidelinesThere are no usage guidelines for this command.Examples To set the native VLAN of 200 on an interface:switch(conf-if-te-0/19)#switchport converged vlan 200To set the tagged VLAN on an interface to 100:switch(conf-if-te-0/19)#switchport converged allowed vlan add 100To remove the tagged VLAN 100 from the interface:switch(conf-if-te-0/19)#switchport converged allowed vlan remove 100See Also show vlan brief, show interface switchport, switchport mode, switchport trunk