Specifications

Class of Service Configuration
2-93
2
CLI – This example sets port 1 to accept only tagged frames, assigns PVID 3 as the
native VLAN ID, enables GVRP, sets the GARP timers, and then sets the switchport
mode to hybrid.
Class of Service Configuration
Class of Service (CoS) allows you to specify which data packets have greater
precedence when traffic is buffered in the switch due to congestion. This switch
supports CoS with four priority queues for each port. Data packets in a port’s
high-priority queue will be transmitted before those in the lower-priority queues.
You can set the default priority for each interface, and configure the mapping of
frame priority tags to the switch’s priority queues.
Setting the Default Priority for Interfaces
You can specify the default port priority for each interface on the switch. All untagged
packets entering the switch are tagged with the specified default port priority, and
then sorted into the appropriate priority queue at the output port.
Command Usage
This switch provides four priority queues for each port. It uses Weighted Round
Robin to prevent head-of-queue blockage.
The default priority applies for an untagged frame received on a port set to accept
all frame types (i.e, receives both untagged and tagged frames). This priority does
not apply to IEEE 802.1Q VLAN tagged frames. If the incoming frame is an IEEE
802.1Q VLAN tagged frame, the IEEE 802.1p User Priority bits will be used.
If the output port is an untagged member of the associated VLAN, these frames are
stripped of all VLAN tags prior to transmission.
Command Attributes
Default Priority* – The priority that is assigned to untagged frames received on
the specified interface. (Range: 0 - 7, Default: 0)
Number of Egress Traffic Classes – The number of queue buffers provided for
each port.
* CLI displays this information as “Priority for untagged traffic.”
Console(config)#interface ethernet 1/1
Console(config-if)#switchport acceptable-frame-types tagged 3-134
Console(config-if)#switchport ingress-filtering 3-135
Console(config-if)#switchport native vlan 3 3-136
Console(config-if)#switchport gvrp 3-141
Console(config-if)#garp timer join 10 3-142
Console(config-if)#garp timer leave 90 3-142
Console(config-if)#garp timer leaveall 2000 3-142
Console(config-if)#switchport mode hybrid 3-134
Console(config-if)#