11-15-2018 08:29 AM
We have a large MPLS enviromnet with a lot of sites using low bandwidth links. Alot of these sites are using VoIP which is currently being prioritized in our QoS policies on IOS devices. If a low bandwidth site retreives a large file from another site that would actually be Rx (download) traffic on the router of the site retrieving the file. Would this be as simple as adding the IP of the device(s) doing the download to the QoS policy? Would a file download affect voice quality since it is on the same policy? Would I need to apply a new inbound QoS policy to the interface that is passing the download to the requesting device? In this case it would be the WAN interface. QoS is currently applied in the outbound direction of the WAN interface for voice. Here is my current config for the site downloading the file.
interface Serial2/0
ip address 1.1.1.1 255.255.255.252
encapsulation ppp
dsu bandwidth 44210
service-policy output CL-VOICE_AND_DATA
class-map match-any RATELIMIT_CLASS_1
match access-group name HOST-X
class-map match-any Voice
match dscp ef
match ip precedence 5
match protocol rtp
match access-group 30
policy-map CL-VOICE_AND_DATA
class Voice
priority percent 80
set ip precedence 5
class RATELIMIT_CLASS_1
police rate percent 50 peak-rate percent 60
conform-action transmit
exceed-action drop
violate-action drop
class class-default
fair-queue
random-detect
set ip precedence 0
queue-limit 256 packets
access-list 30 remark Tag as EF Traffic
access-list 30 permit 10.220.153.24
11-15-2018 08:58 AM
What is your WAN bandwidth capacity, what is the % of bandwidth you looking to commit for VoIP all the time so there is no Voice issue occurs when the other Services over utilizing the links ?
Based on the information we can suggest configuration.
01-10-2019 10:43 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide