09-12-2016 05:38 PM
09-14-2016 10:04 PM
09-14-2016 10:04 PM
12-04-2019 06:07 PM
Hello Everyone,
since this article is about 3 years old, things may have changed on the recent EXOS load. I am on 22.6.1.4 and 30.2.2.17.
I am using X440G2 and X450G2. My end devices are tagging DSCP for voice, video and signalling (46, 34 and 24). I just want the switches to prioritize the traffic into correct Queues.
By Default, I can see QOS profiles QP1 to QP8 already created. I understand QP1 is default and QP8 is switch traffic.
I see all ports by default are strict-priority, which is fine.
I also see that diffserv examination is setting the Queues as per Scott’s email.
CodePoint->QOSProfile mapping:
00->QP1 01->QP1 02->QP1 03->QP1 04->QP1 05->QP1 06->QP1 07->QP1
08*>QP1 09*>QP1 10*>QP1 11*>QP1 12*>QP1 13*>QP1 14*>QP1 15*>QP1
16*>QP1 17*>QP1 18*>QP1 19*>QP1 20*>QP1 21*>QP1 22*>QP1 23*>QP1
24*>QP1 25*>QP1 26*>QP1 27*>QP1 28*>QP1 29*>QP1 30*>QP1 31*>QP1
32*>QP1 33*>QP1 34*>QP1 35*>QP1 36*>QP1 37*>QP1 38*>QP1 39*>QP1
40*>QP1 41*>QP1 42*>QP1 43*>QP1 44*>QP1 45*>QP1 46*>QP1 47*>QP1
48*>QP1 49*>QP1 50*>QP1 51*>QP1 52*>QP1 53*>QP1 54*>QP1 55*>QP1
56->QP8 57->QP8 58->QP8 59->QP8 60->QP8 61->QP8 62->QP8 63->QP8
So, I was going to simply change the mappings for DSCP 46 to QP6, DSCP 34 to QP4 and DSCP 24 to QP3.
However, looking at qosmonitor, I saw traffic in almost all queues, I didn’t expect that with the default config, anyone can explain?
for example, my uplink:
port,QP1, QP2...etc
1:50 14171144084 53010 250705 26000 452582 1288002 0 66238477
It's all default config so really no config to paste.
Any help would be appreciated. Must be missing something very basic.
12-05-2019 10:51 AM
Hi!
You probably see traffic in all queues because packets are tagged with 802.1p. Check out these commands on your switch:
Slot-1 sw21.3 # show dot1p
802.1p Priority Value QOS Profile Ingress Meter
0 QP1
1 QP1
2 QP3
3 QP3
4 QP5
5 QP5
6 QP5
7 QP8
Slot-1 sw21.4 # show dot1p replacement
QOSProfile VPri
QP1 -> 0
QP3 -> 2
QP5 -> 4
QP8 -> 7
Your output may well be different from the above.
/Fredrik