Reference Guide

588 | Interfaces
www.dell.com | support.dell.com
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 23-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 23-24. Unconfigure the hybrid port
Related
Commands
rate-interval
c e s
Configure the traffic sampling interval on the selected interface.
Syntax
rate-interval seconds
Parameters
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.
seconds Enter the number of seconds for which to collect traffic data.
Range: 30 to 299 seconds
Note: Since polling occurs every 15 seconds, the number of seconds designated
here will round to the multiple of 15 seconds lower than the entered value. For
example, if 44 seconds is designated it will round to 30; 45 to 59 seconds will
round to 45, and so forth.