cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
589
Views
0
Helpful
3
Replies

QoS Voice not hitting my policy map

eleevercc
Level 1
Level 1

Hi QoS Gurus, 

 

This is my first time to write in Cisco and have to say that new to QoS technologies and i was hoping i could get some recommendation on my issue. 

 

Basically we just migrated all our IPTEL to a cloud based setup and now we have setup all of our QoS for voice to be prioritized as we have noticed that the voice quality is garbled (sound robotic) 

Although my main issue is, i have configured my own QoS to prioritize voice traffic but i cant see that any traffic passing through that policy map. Below is a quick glance on how the traffic goes

 

(Internet - Cloud Telephony) -->ISP Facing CISCO1921-->MPLS Cloud -->CISCO1921 -->IP Phones

 

I understand that i need to configure the QoS in our CISCO1921 but it seems i am not getting all voice traffic to hit the policy map that i have created and to complicate things, we are using a subinterfaces. facing internet and mpls (which i am not sure weather qos would work in this setup) 

 

 

ISP Facing CISCO1921

GigabitEthernet0/1 unassigned YES manual up up
GigabitEthernet0/1.898 xx.xx.xx.xx YES manual up up (MPLS)
GigabitEthernet0/1.899 xx.xx.xx.xx.70 YES manual up up (ISP CLOUD TELEPHONY)

 

Standard IP access list 11
10 permit 10.81.114.0, wildcard bits 0.0.0.255

 

show class-map
Class Map match-any class-default (id 0)
Match any

Class Map match-all SAL_VOICE (id 1)
Match access-group 11
Match dscp cs3 (24)
Match precedence 5
Match dscp ef (46)
Match ip rtp 11780 12780

 

show policy-map OUT-QoS
Policy Map OUT-QoS
Class SAL_VOICE
priority 10 (%)

 

 

sh run int gigabitEthernet 0/1
Building configuration...

Current configuration : 129 bytes
!
interface GigabitEthernet0/1
no ip address
duplex full
speed auto
service-policy output OUT-QoS

 

sh run int gigabitEthernet 0/1.898
Building configuration...

Current configuration : 144 bytes
!
interface GigabitEthernet0/1.898
encapsulation dot1Q 898
ip address 10.1.81.1 255.255.255.252
ip nat inside
ip virtual-reassembly in
end

 

sh run int gigabitEthernet 0/1.899
Building configuration...

Current configuration : 167 bytes
!
interface GigabitEthernet0/1.899
encapsulation dot1Q 899
ip address 220.101.116.70 255.255.255.252
ip nat outside
ip virtual-reassembly in
crypto map CMAP
end

 

Hoping for your kind patience and understanding :)

 

3 Replies 3

Francesco Molino
VIP Alumni
VIP Alumni

Hi 

 

You want to apply qos on interface g0/1.899?

 

This interface is building an ipsec tunnel with your voice provider. On that interface you need to add the command qos pre-classify to be able to apply qos on the traffic passing through it.

 

The service-policy has to be applied on sub interface.

Also your class-map is configured with a match-all and you have multiple match statement. If you want to have a traffic matching one of those then you need to modify it with match-any keyword.

 

 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

Thank you for for the urgent reply. 

 

SAL-MPLS-RTR01#show ver
Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.6(2)T1, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2016 by Cisco Systems, Inc.
Compiled Fri 08-Jul-16 07:43 by prod_rel_team

ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)

SAL-MPLS-RTR01 uptime is 15 weeks, 1 day, 19 hours, 50 minutes
System returned to ROM by power-on
System restarted at 16:59:20 UTC Tue Oct 17 2017
System image file is "usbflash0:c1900-universalk9-mz.SPA.156-2.T1.bin"
Last reload type: Normal Reload
Last reload reason: power-on

 


-------------------------------------------------
Device# PID SN
-------------------------------------------------
*1 CISCO1921/K9 FGL205321XL

 

When i tried to apply qos pre-classify it seems the command is not available.. i was actually having a doubt weather QoS feature is even activate in this router as i there was no option for me to activate the qos via mls qos but noticed that i can create all the class map and policy map. 

 

 

Sorry, you're not using a tunnel interface.

You need to apply qos pre-classify under the crypto map configuration.

 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
Review Cisco Networking for a $25 gift card