Reference Guide

588 | Interfaces
www.dell.com | support.dell.com
Command History
Example
Figure 18-22. portmode hybrid configuration example
Usage Information
The figure above 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 will now accept:
untagged frames and classify them as VLAN 10 frames
VLAN 20 tagged frames
The next figure is an example show 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
Example
Figure 18-23. Display the Tagged Hybrid Interface
The figure below is an example unconfiguration of the hybrid port using the no portmode hybrid
command.
Example
Figure 18-24. Unconfigure the hybrid port
Related
Commands
Version 8.3.11.1 Introduced on the Z9000.
Version 8.1.1.0 Introduced on E-Series ExaScale
Version 7.6.1.0 Introduced on E-Series and S-Series
Version 7.5.1.0 Introduced on C-Series only
FTOS(conf)#interface gi 7/0
FTOS(conf-if-gi-7/0)#portmode hybrid
FTOS(conf-if-gi-7/0)#interface vlan 10
FTOS(conf-if-vl-10)#untagged gi 7/0
FTOS(conf-if-vl-10)#interface vlan 20
FTOS(conf-if-vl-20)#tagged gi 7/0
FTOS(conf-if-vl-20)#
Note: You must remove all other configurations on the port before you can remove the hybrid
configuration from the port.
FTOS(conf-if-vl-20)#do show interfaces switchport
Name: GigabitEthernet 7/0
802.1QTagged: Hybrid
Vlan membership:
Vlan 10, Vlan 20
Native VlanId: 10
FTOS(conf-if-vl-20)#
FTOS(conf-if-vl-20)#interface vlan 10
FTOS(conf-if-vl-10)#no untagged gi 7/0
FTOS(conf-if-vl-10)#interface vlan 20
FTOS(conf-if-vl-20)#no tagged gi 7/0
FTOS(conf-if-vl-20)#interface gi 7/0
FTOS(conf-if-gi-7/0)#no portmode hybrid
FTOS(conf-if-vl-20)#
show interfaces switchport Display the configuration of switchport (Layer 2) interfaces on the switch.
switchport Place the interface in a Layer 2 mode.
vlan-stack trunk Specify an interface as a trunk port to the Stackable VLAN network.