White Papers

Table Of Contents
Usage
Information
The following describes the interface command shown in the following example. This example sets
a port as hybrid, makes the port a tagged member of VLAN 20, and an untagged member of VLAN 10,
which becomes the native VLAN of the port. The port now accepts:
untagged frames and classify them as VLAN 10 frames
VLAN 20 tagged frames
The following describes the do show interfaces command shown in the following example. This
example shows output with Hybrid as the newly added value for 802.1QTagged. The options for this
field are:
True port is tagged
False port is untagged
Hybrid port accepts both tagged and untagged frames
The following describes the interface vlan command shown in the following example. This example
shows unconfiguration of the hybrid port using the no portmode hybrid command.
NOTE: Remove all other configurations on the port before you can remove the hybrid configuration
from the port.
Example
Dell(conf)#interface tengig 0/2
Dell(conf-if-te-0/2)#no shut
Dell(conf-if-te-0/2)#portmode hybrid
Dell(conf-if-te-0/2)#sw
Dell(conf-if-te-0/2)#int vlan 10
Dell(conf-if-vl-10)#tag tengig 0/2
Dell(conf-if-vl-10)#int vlan 20
Dell(conf-if-vl-20)#untag tengig 0/2
Dell(conf-if-vl-20)#
Example (tagged
hybrid)
Dell(conf)#interface tengig 0/2
Dell(conf-if-te-0/2)#no shut
Dell(conf-if-te-0/2)#portmode hybrid
Dell(conf-if-te-0/2#sw
Dell(conf-if-te-0/2)#int vlan 10
Dell(conf-if-vl-10)#int tengig 0/2
Dell(conf-if-vl-20)# untag tengig 0/2
Dell (conf-if-vl-20)#
Dell(conf)#do show interfaces switchport tengigabitethernet 3/2
Codes: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
G - GVRP tagged, M - Trunk, H - VSN tagged
i - Internal untagged, I - Internal tagged, v - VLT untagged,
V - VLT tagged
Name: TenGigabitEthernet 3/2
802.1QTagged: Hybrid
Vlan membership:
Q Vlans
U 20
T 10
Native VlanId: 20.
Dell(conf)#
Example
(unconfigure the
hybrid port)
Dell(conf-if-vl-20)#interface vlan 10
Dell(conf-if-vl-10)#no untagged tengig 0/2
Dell(conf-if-vl-10)#interface vlan 20
Dell(conf-if-vl-20)#no tagged tengig 0/2
Dell(conf-if-vl-20)#interface tengig 0/2
Dell(conf-if-te-0/2)#no portmode hybrid
Dell(conf-if-vl-20)#
Interfaces 499