Reference Guide

436 | Interfaces
www.dell.com | support.dell.com
Command History
Example
Figure 20-20. portmode hybrid configuration example
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)#
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 20-21. Display the Tagged Hybrid Interface
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)#
The figure below is an example unconfiguration of the hybrid port using the no portmode hybrid
command.
Example
Figure 20-22. Unconfigure the hybrid port
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)#
Related
Commands
Version 9.0.2.0 Introduced on then S6000.
Version 8.3.11.1 Introduced on the Z9000.
Version 8.2.1.0 Introduced on the S4810
Note: You must remove all other configurations on the port before you can remove the hybrid
configuration from the port.
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.