cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1246
Views
0
Helpful
6
Replies

VoIP QOS

bryantsteve
Level 1
Level 1

Need help in understanding where to apply VoIP QOS on my VPN network. Using C2800 routers with a private networks behind the non IP address 0/1 interface the Voice, data and management subnets are subinterfaces  eg 0/1.1 data, 0/1.2 voice, etc.. The IPSEC VPNs are mapped to the outside interface 0/0. I need to be able to prioritize the traffic going out the VPN to prefer VoIP but I am not sure where/how to apply the QOS polcies generated by the VoIP auto QOS feature. Thanks

1 Accepted Solution

Accepted Solutions

If you put pre-classify on the crypto map, you can apply QOS settings on the outgoing interface based on the pre IPSEC encapsulated headers.

View solution in original post

6 Replies 6

Jason Gervia
Cisco Employee
Cisco Employee

Hello,

Not sure what your exact configuration is, but typically QOS would be applied to the unencrypted traffic vs encrypted.


Try looking at this:

http://www.cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtml#charactrafficqos

--Jason

Thanks Jason

Site to Site VPN network,  Basically config looks like this

crypto map XXXX 10 ipsec-isakmp

interface FastEthernet0/0

Real Internet Address
crypto map XXXX

interface FastEthernet0/1
no ip address

interface FastEthernet0/1.1
description data
encapsulation dot1Q 10
ip address 10.X.X.X.1  255.255.255.0

interface FastEthernet0/1.2
  description VoIP
  encapsulation dot1Q 10
  ip address 10.X.X.Y.1  255.255.255.0

.....

h323-gateway voip bind srcaddr

So would I apply QOS to the 0/1 interface and prequalify on the crypto map interface to enforce  VoIP QOS on the unencrypted private network?

Hi,

QoS queuing is happen on the WAN interface, fa0/0 on your case; QoS marking is happen on the LAN interface, fa0/1.1 and fa0/1.2 on your case.

HTH,

Lei Tian

Thanks Lei,  one more question if you would please,  how do I utilize the auto qos voip feature on these interfaces to create the QOS  configuration ?

If you put pre-classify on the crypto map, you can apply QOS settings on the outgoing interface based on the pre IPSEC encapsulated headers.

OK I think I've got a good idea now how to proceeed thanks for the help!