cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
849
Views
0
Helpful
2
Replies

Serial Interface VoIP/RTP QoS

chrispresland
Level 1
Level 1

Hi there,

I'm wanting to setup some sort of VoIP/RTP QoS on a 2MB link between a satellite site and HQ. I have approx 20 handsets at the remote site. I have setup the following QoS rules on both remote and HQ routers, 2620's with IOS 12.2.

Router-HQ#sh run

call rsvp-sync

controller E1 1/0

!

class-map match-all class1

match access-group 101

!

policy-map policy1

class class1

bandwidth 2048

random-detect

random-detect precedence 0 32 256 100

!

interface Serial0/0

bandwidth 2048

encapsulation ppp

ip tcp header-compression iphc-format

ip rtp header-compression iphc-format

ip rtp compression-connections 64

ip rtp reserve 16384 100 800

!

Router-HQ#

I am trying to implement a more aggressive queue QoS method than just ip rtp header-compression?

Does anyone have any recommendations regarding my bodged attempt??

Much appreciated, Cheers!

2 Replies 2

Brandon Buffin
VIP Alumni
VIP Alumni

Take a look at the QoS SRND.

QoS SRND

http://www.cisco.com/application/pdf/en/us/guest/netsol/ns432/c649/ccmigration_09186a008049b062.pdf

Specifically, look at the following sections.

WAN Aggregator QoS Design -> WAN Edge Classification and Provisioning Models

WAN Edge Link Specific QoS Design -> Frame Relay -> High-Speed

This should help you with classifying and prioritizing traffic.

Hope this helps. If so, please rate the post.

Brandon

Hi Brandon,

Apologies for the late reply!

Thanks for your input and guidance. I shall be applying some new configuration soon so will let you know how it turns goes!

Best Regards,

Chris