Reference Guide

Interfaces | 629
FTOS(conf-if-vl-20)#
Usage
Information
The example 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
Example
(Tagged Hybrid
Interface)
The next 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
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)#
Example
(Removing Hybrid
port configuration)
The text below is an example unconfiguration of the hybrid port using the no portmode hybrid
command.
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
rate-interval
c e s
Configure the traffic sampling interval on the selected interface.
Syntax
rate-interval seconds
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.