Quality of Service 82
Use the /cfg/qos/8021p/cur command to display the mapping between 802.1p values, Class of Service queues
(COSq), and COSq scheduling weights.
>> 802.1p# cur
Current priority to COS queue configuration:
Number of COSq: 2
Priority COSq Weight
-------- ---- ------
0 0 1
1 0 1
2 0 1
3 0 1
4 1 2
5 1 2
6 1 2
7 1 2
802.1p configuration (CLI example)
1. Configure a port’s default 802.1 priority.
>> Main# cfg/port 20 (Select port)
>> Port 20# 8021ppri (Set port’s default 802.1p priority)
Current 802.1p priority: 0
Enter new 802.1p priority [0-7]: 1
>> Port 20# apply
2. Map the 802.1p priority value to a COS queue and set the COS queue scheduling weight.
>> Main# cfg/qos/8021p (Select 802.1p menu)
>> 802.1p# priq (Set COS queue assignments)
Enter priority [0-7]: 1
Current COS queue (for priority 1): 0
Enter new COS queue (for priority 1) [0-1]: 1
>> 802.1p# qweight (Set COS queue weights)
Enter COS queue [0-1]: 1
Current weight (for COS queue 1): 0
Enter new weight (for COS queue 1) [0-15]: 1
>> 802.1p# apply