Configuring the Switch
3-98
CLI – This example configures ports 13 and 14 as uplink ports and ports 1-8 as
downlink ports.
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.
Console(config)#Console(config)#pvlan up-link ethernet 1/13-14 down-link
ethernet 1/1-8 4-144
Console(config)#end
Console#show pvlan
Private VLAN status: Enabled
Up-link port:
Ethernet 1/13
Ethernet 1/14
Down-link port:
Ethernet 1/1
Ethernet 1/2
Ethernet 1/3
Ethernet 1/4
Ethernet 1/5
Ethernet 1/6
Ethernet 1/7
Ethernet 1/8
Console#
Console(config)#