Going through this lab mapping the cos 1-4 , 6-7 to queue 2 doesn't match the output in the verification setting when logging at the dscp-input-q
this is from the INE workbook.
Rack1SW2#show mls qos maps dscp-input-q
Dscp-inputq-threshold map:
d1 :d2 0 1 2 3 4 5 6 7 8 9
------------------------------------------------------------
0 : 02-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 02-01 01-01
1 : 01-01 01-01 01-01 01-01 01-01 01-01 02-01 01-01 01-01 01-01
2 : 01-01 01-01 01-01 01-01 02-01 01-01 01-01 01-01 01-01 01-01
3 : 01-01 01-01 02-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01
4 : 01-01 02-01 02-01 02-01 02-01 02-01 02-01 02-01 02-01 01-01
5 : 01-01 01-01 01-01 01-01 01-01 01-01 02-01 01-01 01-01 01-01
6 : 01-01 01-01 01-01 01-01
Below is from my own person lab rack.
Rack1SW1#show mls qos maps cos-input-q
Cos-inputq-threshold map:
cos: 0 1 2 3 4 5 6 7
------------------------------------
queue-threshold: 2-1 2-1 2-1 2-1 2-1 1-1 2-2 2-2
Rack1SW1#show mls qos maps dscp-input-q
Dscp-inputq-threshold map:
d1 :d2 0 1 2 3 4 5 6 7 8 9
------------------------------------------------------------
0 : 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01
1 : 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01
2 : 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01
3 : 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01
4 : 02-01 02-01 02-01 02-01 02-01 02-01 02-01 02-01 01-01 01-01
5 : 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01 01-01
6 : 01-01 01-01 01-01 01-01
here my config
mls qos srr-queue input bandwidth 10 30
mls qos srr-queue input
priority-queue 1 bandwidth 15
mls qos srr-queue input cos-map queue 1
threshold 1 5
mls qos srr-queue input cos-map queue 2 threshold 1 1 2 3 4 6 7
the below out is correct, but again it doens't match what it is in the book. Is the book in error?
Rack1SW1# show mls qos maps cos-input-q
Cos-inputq-threshold map:
cos: 0 1 2 3 4 5 6 7
------------------------------------
queue-threshold: 2-1 2-1 2-1 2-1 2-1 1-1 2-2 2-2
book says dscp 48 and 56 which maps to cos 6 7 should be mapped to queue 2 but the output in my rack doesn't show that. Anyone else experience this?