06-20-2022 05:02 AM
Hi,
We have DSCP marking setup on LAN switches across branch sites.
And we've found only a few queues are in use on WAN router at a branch site.
WAN routers are supposed to assign packet to defined queue depending on DSCP set on incoming packet.
We're guessing LAN switch, where DSCP marking is happening, is doing wrong DSCP marking somewhat as the cause of above issue.
Is there any best way to debug on LAN switch how LAN switch is marking DSCP to verify whether LAN switch is causing the issue? Or any best show commands to check it?
LAN switch model is C3750.
06-20-2022 05:24 AM
Hi
The best way I can recommend is use port span (monitor session) on the switch with Wireleshard and analize the packet in the wireshark. On the Wireshark you can have a lot of filter but for QoS making, will not be nacessary actually. Just expand the packet and you are going to see the QoS information.
06-20-2022 07:26 AM
I recall the 3750 has some ASIC/port commands that will show frame/packet counts, per DSCP markings, for both ingress and egress.
BTW, on a 3750 if QoS is enabled, it will, by default, reset ToS markings.
06-23-2022 07:12 AM - edited 06-23-2022 07:15 AM
Hi,
From CLI you can use the following command to check DSCP markings-
Switch#show mls qos int gi1/0/1 statistics
This will show you which dscp marking are increasing on the interface in both ingress and egress direction. This can give you some idea about traffic patten, for exact marking on any specific packet you can take SPAN and check it in Wireshark.
Thanks,
AR
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide