Technical data

Table Of Contents
244 Converged Enhanced Ethernet Command Reference
53-1002508-01
switchport converged
2
switchport converged
Adds or removes native and tagged VLANs on a Layer 2 interface.
Synopsis switchport converged {vlan vlan_id | allowed vlan {add vlan_id | all | none | remove vlan_id}}
no switchport converged
Operands 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 Layer 2 interface. The range
of valid values is from 2 through 3583.
all Allows all VLANs to transmit and receive through the Layer 2 interface.
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 from 2 through 3583.
Defaults The default native VLAN for a converged interface is 1.
Command
Modes
Interface configuration mode
Description Converged mode allows tagged and untagged traffic on the interface. The untagged traffic on
should be tagged to a VLAN. By default it is assigned to VLAN 1. To change the default VLAN, use
the command switchport converged vlan <vlanid>.
Usage
Guidelines
None
Examples To set the native VLAN of 200 on an interface:
switch(conf-if-te-0/19)#switchport converged vlan 200
To set the tagged VLAN on an interface to 100:
switch(conf-if-te-0/19)#switchport converged allowed vlan add 100
To remove the tagged VLAN 100 from the interface:
switch(conf-if-te-0/19)#switchport converged allowed vlan remove 100
See Also show vlan, show interface, switchport mode, switchport trunk