Administrator Guide

Command History
This guide is platform-specific. For command information about other platforms, see the relevant Dell EMC
Networking OS Command Line Reference Guide.
Version Description
9.10(0.1) Introduced on the S6010-ON and S4048T-ON.
9.10(0.0) Introduced on the S3148.
9.8(2.0) Introduced on the S3100 series.
9.8(0.0P5) Introduced on the S4048-ON.
9.8(0.0P2) Introduced on the S3048-ON.
9.7(0.0) Introduced on the S6000-ON.
9.2(1.0) Introduced on the Z9500.
9.0.2.0 Introduced on the S6000.
8.3.19.0 Introduced on the S4820T.
8.3.11.1 Introduced on the Z9000.
8.3.7.0 Introduced on the S4810.
8.1.1.0 Introduced on the E-Series.
7.6.1.0 Introduced on the S-Series.
7.5.1.0 Introduced on the C-Series.
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
DellEMC(conf)# interface tengigabitethernet 1/1
DellEMC(conf-if-te-1/1)# portmode hybrid
DellEMC(conf-if-te-1/1)# interface vlan 10
DellEMC(conf-if-vl-10)# untagged tengigabitethernet 1/1
DellEMC(conf-if-vl-10)# interface vlan 20
DellEMC(conf-if-vl-20)# tagged tengigabitethernet 1/1
DellEMC(conf-if-vl-20)#
Example
DellEMC(conf-if-vl-20)# do show interfaces switchport
Name: TenGigabitEthernet 1/1
802.1QTagged: Hybrid
Vlan membership:
Vlan 10, Vlan 20
Native VlanId: 10
DellEMC(conf-if-vl-20)#
Interfaces 693