Link to home
Start Free TrialLog in
Avatar of PKSITDEPT
PKSITDEPTFlag for United States of America

asked on

Can't apply QoS output service policy to Cisco 9300

While trying to apply a QoS outbound rule to a Catalyst 9300:

Invalid queuing class-map!!! Queuing actions supported only with dscp/cos/qos-group/precedence/exp based classification!!!

The config we are using is below:

policy-map Shoretel-Input-Policy
class class-shoretel-media-input
  set dscp ef
class class-shoretel-signaling-input
  set dscp cs3
class class-default
  set dscp default
policy-map Shoretel-Output-Policy
class class-shoretel-media-output
  set dscp ef
  priority level 1 percent 5
class class-shoretel-signaling-output
  set dscp cs3
  bandwidth remaining percent 15 
 class class-default
  set dscp default
  bandwidth remaining percent 60

Open in new window

Avatar of Feroz Ahmed
Feroz Ahmed
Flag of India image

Hi,

You need to define access-list and apply it in class-map as match access-group followed by accesss-list number or name.You did not define class-map any where in the above configuration .Could you plz share information of command sh run policy-map int fa0/0.
Avatar of PKSITDEPT

ASKER

class-map match-any class-shoretel-media-output
 match access-group name acl-qos-shoretel-RTP
 match dscp ef
class-map match-any class-shoretel-signaling-output
 match access-group name acl-qos-shoretel-voip
 match ip dscp cs3
class-map match-any class-shoretel-media-input
 match access-group name acl-qos-shoretel-RTP
 match dscp ef
class-map match-any class-shoretel-signaling-input
 match access-group name acl-qos-shoretel-voip
 match ip dscp cs3
Do you continue to get the error when you remove the ACLs from your class-map statements and match only on the DSCP values? Looking at the error above, it looks like ACL matching may not be supported.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.