Users Guide
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 twentyFiveGigE 1/45
DellEMC(conf-if-tf-1/45)# portmode hybrid
DellEMC(conf-if-tf-1/45)# interface vlan 10
DellEMC(conf-if-vl-10)# untagged twentyFiveGigE 1/45
DellEMC(conf-if-vl-10)# interface vlan 20
DellEMC(conf-if-vl-20)# tagged twentyFiveGigE 1/45
DellEMC(conf-if-vl-20)#
Example
DellEMC(conf-if-vl-20)# do show interfaces switchport
Name: twentyFiveGigE 1/45
802.1QTagged: Hybrid
Vlan membership:
Vlan 10, Vlan 20
Native VlanId: 10
DellEMC(conf-if-vl-20)#
Example (Vlan)
DellEMC(conf-if-vl-20)# interface vlan 10
DellEMC(conf-if-vl-10)# no untagged twentyFiveGigE 1/45
DellEMC(conf-if-vl-10)# interface vlan 20
DellEMC(conf-if-vl-20)# no tagged twentyFiveGigE 1/45
DellEMC(conf-if-vl-20)# interface twentyFiveGigE 1/45
DellEMC(conf-if-tf-1/45)# no portmode hybrid
DellEMC(conf-if-vl-20)#
rate-interval
Configure the traffic sampling interval on the selected interface.
Syntax
rate-interval seconds
Parameters
seconds
Enter the number of seconds for which to collect traffic data. The range is from 5
to 299 seconds.
NOTE: Because polling occurs every 15 seconds, the number of seconds
designated here rounds to the multiple of 15 seconds lower than the entered
value. For example, if 44 seconds is designated, it rounds to 30; 45 to 59
seconds rounds to 45.
Defaults 299 seconds
Command Modes INTERFACE
698 Interfaces