cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
382
Views
5
Helpful
1
Replies

Configuring AutoQOS

briansciarra
Level 1
Level 1

Hello,

I'm setting up some 2960's that will be used for cisco phones.

 

On my access ports I'm using 'auto qos voip cisco-phone' for automatic setup of qos.

On my trunk ports I'm using 'auto qos voip trust' to allow qos tagging to follow the frames to the core switch.

As i understand it this is the appropriate configuration for access ports and trunk ports.

However when I run the 'auto qos voip trust' command on my trunk ports, I get the following message:

*Feb 28 19:08:11: %PARSE_RC-4-PRC_NON_COMPLIANCE: `no policy-map AutoQoS-Police-SoftPhone '
*Feb 28 19:08:11: %PARSE_RC-4-PRC_NON_COMPLIANCE: `no policy-map AutoQoS-Police-CiscoPhone '

 

So my question is, am I missing something?  Shouldn't these policy maps be auto-created?  Am i wrong in assuming my auto qos configuration is appropriate?

These are the policy maps that were "auto-created" by 'auto qos voip cisco-phone' on my switches:

!
policy-map AUTOQOS-SRND4-CISCOPHONE-POLICY
 class AUTOQOS_VOIP_DATA_CLASS
   set dscp ef
  police 128000 8000 exceed-action policed-dscp-transmit
 class AUTOQOS_VOIP_SIGNAL_CLASS
   set dscp cs3
  police 32000 8000 exceed-action policed-dscp-transmit
 class AUTOQOS_DEFAULT_CLASS
   set dscp default
  police 10000000 8000 exceed-action policed-dscp-transmit
!

Can i expect the QOS tagging at the trunks to work without the policy maps mentioned in the logs, or do i need to manually add these policy maps?

 

Thanks!

 

1 Reply 1

Hi briansciarra,

 try first to remove all the 'auto qos' commands and reenter them again.


Hope this helps.