02-07-2009 07:41 PM - edited 03-06-2019 03:55 AM
We currently have 2 locations that are connected via 100Mbps metro ethernet (Cisco 3550 on each side) that is rate limited at 15 Mbps by the provider. On our network, we currently use "auto qos voip trust" for all trunk ports and "auto qos voip cisco-phone" for all access ports.
What is the best way to configure the ports that terminate our metro ethernet to ensure that VoIP signalling/traffic have sufficient bandwidth? I assume that "auto qos" won't work since both sides think there is a full 100Mbps available. Can anyone provide a config example?
Solved! Go to Solution.
02-09-2009 03:47 AM
If you slow your outbound connection to 10 Mbps, it would work since you'll now will not exceed the provider's 15 Mbps. If your outbound connection remains at 100 Mbps, yes you'll insure your VoIP is protected if there's transient congestion at 100 Mbps, but the issue is what does your provider do with the 100 Mbps? (Even though your VoIP won't exceed 100, unless the provider treats traffic differently they can still drop VoIP when all your traffic bandwidth exceeds 15.)
02-07-2009 11:58 PM
While the "auto qos" is a feature used alot I am sure, nothing beats working out your QoS policy to 100% of your needs. Below is the Cisco QoS srnd guide, which will give you all the recommendations:-
http://www.cisco.com/univercd/cc/td/doc/solution/esm/qossrnd.pdf
For you WAN links, the below config example will guide you where you need to go:-
http://www.cisco.com/en/US/tech/tk389/tk813/technologies_tech_note09186a00801558cb.shtml
HTH>
02-08-2009 04:43 AM
What you logically want to do is shape your egress to match the available bandwidth (in your case, 15 Mbps) and prioritize VoIP within the shaped traffic. However, looking at the QoS for the 3350, I don't see something like the "srr-queue bandwidth limit" command found on the later 2960/3560/3750.
If I'm correct that the 3550 doesn't support any type of shaping, you have a couple of options. You might check whether your provider supports any kind of ToS markings or you might place a network device with better QoS support between the 3550 and the MetroE. For the former, you'll want to determine whether the provider will prioritize VoIP marked packets and avoid discarding them if your total bandwidth exceeds 15 Mbps. For the latter, you could use a low end ISR that supports 15 Mbps (don't forget to size larger if you expect future bandwidth increase), or a small L2/L3 switch that supports some form of shaping (e.g. srr-queue bandwidth limit) and an Egress Expedite Queue (e.g. 2960/3560).
02-08-2009 07:14 PM
Assuming that our voice traffic never exceeds the link bandwidth and considering the fact that we are using 3550's on each end, could I use the "wrr-queue bandwidth" command along with "priority-queue out" and then classify all VoIP traffic to queue 4? That would guarantee VoIP traffic would get delivered even if the link were saturated with data (DSCP 0) traffic, correct?
02-09-2009 03:47 AM
If you slow your outbound connection to 10 Mbps, it would work since you'll now will not exceed the provider's 15 Mbps. If your outbound connection remains at 100 Mbps, yes you'll insure your VoIP is protected if there's transient congestion at 100 Mbps, but the issue is what does your provider do with the 100 Mbps? (Even though your VoIP won't exceed 100, unless the provider treats traffic differently they can still drop VoIP when all your traffic bandwidth exceeds 15.)
02-09-2009 05:27 AM
Thanks. I think we have some 3650's somewhere on the network. I'll free up 2 of them so I can implement it the recommended way. I'll mark this one as resolved.
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