03-14-2018 08:44 AM - edited 03-08-2019 02:15 PM
Hi All,
Looking for some advice on an issue. I defaulted a port for a new configuration and when I apply a new port configuration and I execute the "auto qos voip cisco-phone," I receive the below message;
AutoQoS Error: policy-map (AutoQos-4.0-CiscoPhone-Input-Policy) does not exist
AutoQoS Error while generating commands on Gi1/0/9.
This is also what's configured on the switch relating to QoS from a VoIP perspective;
class-map match-any SINGNALING
match ip dscp cs3
class-map match-any VIDEO
match ip dscp cs4
class-map match-any VOICE
match access-group name VOICE
match ip dscp ef
class-map match-any non-client-nrt-class
!
policy-map port_child_policy
class non-client-nrt-class
bandwidth remaining ratio 10
policy-map PARENT-POLICY-MAP
class class-default
policy-map CHILD-POLICY
policy-map AutoQoS-Police-CiscoPhone
!
qos queue-softmax-multiplier 100
!
table-map AutoQos-4.0-Trust-Cos-Table
default copy
table-map AutoQos-4.0-Trust-Dscp-Table
default copy
Thanks!