Link to home
Start Free TrialLog in
Avatar of iamihs
iamihs

asked on

Qos on Cisco Routers for Intertel Phone system

We have an intertel phone system at each of our locations. I added some commands to configure Qos in our routers and applied them to the interfaces. Our main location is a Cisco 2911 Router and the remote locations are Cisco 1800 series. The following is the commands I did for the routers.

class-map match-any VoiceMediaNBAR
 match protocol rtp audio
 match ip rtp 5000 2000

class-map match-any VoiceSignalingNBAR
 match protocol skinny
 match protocol h323
 match protocol sip

policy-map VoiceLLQNBAR
 class VoiceMediaNBAR
  set ip dscp ef
  priority percent 50

 class VoiceSignalingNBAR
  set ip dscp cs3
  bandwidth percent 5

Are those command accurate for what I need?
I'm getting i/c calls that to and from one of the location that cut out a lot. We do not have any IP phones.

Thanks in advance
SOLUTION
Avatar of macoronat
macoronat
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of yelbaglf
yelbaglf
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is being closed as part of the Cleanup Program. See my comment at the end of the question for more details.