I have a Cisco 3750 switch with QoS configurations in place. I want to try using the CBQoS module but when I query the switch, PRTG shows 'No CBQoS Entries available'. This seems to be the same issue as this person:
https://www.paessler.com/knowledgebase/en/topic/59400-class-based-qos-not-appearing
I tried but I cannot reply to that thread so I have started this new one. Here are my QoS specifics:
3750-01#show class-map Class Map match-all VVLAN-CALL-SIGNALING (id 1) Match access-group name VVLAN-CALL-SIGNALING
Class Map match-any class-default (id 0) Match any
Class Map match-all VVLAN-VOICE (id 2) Match access-group name VVLAN-VOICE
Class Map match-all VVLAN-ANY (id 3) Match access-group name VVLAN-ANY
Class Map match-all AGENT-DESKTOP-TRAFFIC (id 4) Match access-group name AGENT-DESKTOP-TRAFFIC
3750-01#show policy-map Policy Map IPPHONE+PC-BASIC Class VVLAN-VOICE set dscp ef police 256000 8000 exceed-action drop Class VVLAN-CALL-SIGNALING set dscp cs3 police 32000 8000 exceed-action policed-dscp-transmit Class VVLAN-ANY set dscp default police 32000 8000 exceed-action policed-dscp-transmit Class AGENT-DESKTOP-TRAFFIC set dscp cs3 police 256000 8000 exceed-action policed-dscp-transmit Class class-default set dscp default police 5000000 8000 exceed-action policed-dscp-transmit
Add comment