CLI Guide
portmode hybrid
To accept both tagged and untagged frames, set a physical port or port-channel. A port congured this way is identied as a hybrid port in
report displays.
Syntax
portmode hybrid
To return a port to accept either tagged or untagged frames (non-hybrid), use the no portmode hybrid
command.
Defaults non-hybrid
Command Modes INTERFACE (conf-if-interface-slot/port)
Supported Modes Full–Switch
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the M I/O Aggregator.
8.3.16.1 Introduced on the MXL 10/40GbE Switch IO Module.
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 eld 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
unconguration of the hybrid port using the no portmode hybrid command.
NOTE: Remove all other congurations on the port before you can remove the hybrid conguration
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
Interfaces 545