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

Qos Config VoIP over MPLS end to end

Hi, 

We need to configure the Qos for our router

1. Two location connected over MPLS (5Mbps) for data and voice connectivity

2. In each loaction VoIP calls working through SIP over MPLS

Request is need to configure Qos for each location and assign voice traffic 2 Mbps.

Please help to support

1 Accepted Solution

Accepted Solutions

Well, at least you answered my first question. ;)

You'll likely want something like:

class-map match-any SOMENAME
match ip dscp ef
match protocol sip
match (an ACL)

policy-map SOMENAME-PARENT
class class-default
shape average 5000000 !if shaper only counts L3, you'll want to shape 10 to 15% less
policy SOMENAME-CHILD

policy-map SOMENAME-CHILD
class SOMENAME
priority percent 40
class class-default
fair-queue

interface WAN
service-policy output SOMENAME-PARENT

View solution in original post

3 Replies 3

Joseph W. Doherty
Hall of Fame
Hall of Fame
What are the devices at each location?

Do your devices host the MPLS interface or hand-off "regular" Ethernet to a service provider's PE?

Have you asked your MPLS provider if they support any QoS?

This MPLS "link" is strictly p2p?

two location having Cisco 4331 router and static routing 

we need sample Qos configuration for VoIP SIP 

Well, at least you answered my first question. ;)

You'll likely want something like:

class-map match-any SOMENAME
match ip dscp ef
match protocol sip
match (an ACL)

policy-map SOMENAME-PARENT
class class-default
shape average 5000000 !if shaper only counts L3, you'll want to shape 10 to 15% less
policy SOMENAME-CHILD

policy-map SOMENAME-CHILD
class SOMENAME
priority percent 40
class class-default
fair-queue

interface WAN
service-policy output SOMENAME-PARENT
Review Cisco Networking for a $25 gift card