cancel
Showing results for 
Search instead for 
Did you mean: 

show ports qosmonitor

show ports qosmonitor

Eugene_Lupashko
New Contributor
Hi all,

We're implementing QoS on 6 switches - 4 BD8810 and 2 X480, SW version is 15.2.1.5
The configuration is as follows:

configure vlan qosprofile qp6
enable diffserv replacement ports
configure diffserv replacement qp6 code-point 46

Then we check queues by issuing "show ports qosmonitor
The interesting thing is that on all BD we see counters incrementing in real-time for QP1 and QP6 as it should be.
But on both X480 despite the same configuration while typing the same command we see only QP1 counters increment while QP6 counters increase only once right after enabling diffserv replacement.
I experimented - cleared the counters and issued "enable diffserv replacement" once again, then checked counters - they again increased only once (some small numbers like 100 packets) and then stop.

I tried to configure diffserv examination on uplink ports but it didn't change the indication of qosmonitor.
Also tried the same on old X450 with 11 version - but the result was the same - it didn't show the increase in QP6.

Have anyone faced the same?

3 REPLIES 3

Drew_C
Valued Contributor III
Hi Eugene,
Did Paul's advice help to answer your questions?

Eugene_Lupashko
New Contributor
Hi Paul,

Thank you for advice, I'll try it after the weekend and share results.

Best regards,
Eugene

Paul_Russo
Extreme Employee
Hey Eugene

This is most likely do to the fact that VLAN and Diffserv examination are on the lower side of the precedence order for QoS.

see here

"BlackDiamond X8 series switches, BlackDiamond 8800 Series Switches, SummitStack, and Summit Family"
"Switches"
"1 ACL-based traffic groups for IP packets (specifies IP address information)"
"2 ACL-based traffic groups for Ethernet frames (specifies MAC address information)"
"3 CoS 802.1p-based traffic groups"
"4 Port-based traffic groups"
"5 VLAN-based traffic groups"
"6 DiffServ-based traffic groups"

If the packet going into the 480 is tagged then .1p will take precedence and will be handled before Diff-Serv examination will.

.1p examination is enabled by default. So test this and work around it you can disable .1p examination and then Diff-Serv will take over or you can use an ACL to look at the DSCP then put it in the correct Queue. ACLs have the highest precedence

Let us know what you find out.

Thanks
P

GTM-P2G8KFN