cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1397
Views
10
Helpful
11
Replies

QoS Confusion

bssmith10
Level 1
Level 1

We have some 4500/4900/6500 switches with 100/10000 ethernet ports used for WAN connectivity on slower speed links (6mb/3mb). We need to apply QoS on these ports to give priority to RTP traffic. We have tried to apply the MQC configs built for our 3800/7200 routers and have found that the catalysts will reject the outbound service-policy with any sort of priority or policing configured in the policy-map. Is this because the Ethernet line cards already have the 1P3Q8T queuing built in? If so, what is the solution? Use MCQ to mark traffic inbound on the other ports, and trust the COS on the outbound WAN port and let the built in queuing do its thing? In addition, how do we make the Ethernet port know that there is only a 6mb link, not a 100m or 1000m link?

11 Replies 11

Edison Ortiz
Hall of Fame
Hall of Fame

LAN ports on 4500/4900/6500 do not support CBWFQ and LLQ from MQC like in regular routers.

If you had the 4500 with Sup6-E, you can do MQC.

For information on QoS for each platform, I recommend reading their respective QoS documentation.

6500

http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/qos.html

4500/4900

http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/53SG/configuration/qos.html

With the 6500, you can purchase a WAN module (SIP/SPA or FlexWAN) and implement MQC QoS.

Regards

Edison

Joseph W. Doherty
Hall of Fame
Hall of Fame

I believe LAN Ethernet ports, on the switches your describe, are rather QoS feature poor, such as in supporting your need to shape to a slower rate. On the 6500, there are "WAN" cards that support Ethernet with a much better QoS feature set, but then tend to be pricy.

What you might consider is dropping a 2960-8TC-L in-line and using its QoS features. You could use the "srr-queue bandwidth limit" command to "shape" bandwidth and its "priority-queue out" command (and queue 1) for your RTP traffic.

I have a similar need as the OP's.

We have a 3845 w/ a 20M DS3 Internet that is shared among multiple sites through dark fiber on the backend.

I was hoping to divi up the 20M Internet circuit w/o having to purchase something like a Packeteer device.

How can I trick the 10/100/1000M LAN interface into thinking it only has 20Mbps of bandwidth?

I believe the bandwidth interface command is for IGP's to calculate the cost/metric.

Would that work for the purpose of QoS?

I can configure QoS policy, allocate bandwidth for each remote site, and tie it to the LAN interface.

However, QoS doesn't kick in until there's congestion on the interface.

Since this is an Internet edge router, it means the LAN interface will never see congestion.

Any ideas are appreciated.

Unclear, to me, exactly what you want to accomplish.

On a 3845, you could shape bandwidth for each site or you could shape for the total capacity (20 Mbps) and allocate minimum guarantee for each site.

e.g.

policy-map perSite

class site1

shape average 1000000

class site2

shape average 1000000

== or ==

policy-map shape20mbps

class class-default

shape average 20000000

service-policy eachSite

policy-map eachSite

class site1

bandwidth remaining percent 5

class site2

bandwidth remaining percent 5

The bandwidth statement is primarily used for IGP's to calculate the cost/metric, however at the same time, it also influences the QoS on normal routers.

If you use for instance the percent bandwidth in the policy-map, you will see the allocated bandwidth change with the bandwidth statement when displaying the policy-map interface.

Thanks for the responses to my question. It pretty much confirmed what I have read and tested.

Apologize for the lack of details.

We have a dark fiber ring that inter-connects eight locations in a metro area.

The 3845 w/ the 20M DS3 is located at one of the eight sites.

Right now there's no QoS set up on the 3845, so any one of the eight sites can potentially hog the entire 20M bandwidth.

I want to implement something that would guarantee 2.5M (20/8) for each of the eight locations.

The LAN interface on the 3845 faces down towards the eight locations, so that's where I was to implement a QoS policy.

The problem I'm facing is that in order to trigger QoS, congestion has to occur on the interface.

Being that it's a 100/1000M LAN interface, there'll never be congestion, and therefore, QoS would never kick in.

My second example, in my prior post, would address your need.

The hierarchical QoS you have above?

policy-map shape20mbps

class class-default

shape average 20000000

service-policy eachSite

policy-map eachSite

class site1

bandwidth remaining percent 5

class site2

bandwidth remaining percent 5

How can you shape 20M outbound on a 100M LAN interface?

To trigger any QoS policy, there needs to be congestion on the interface first.

Traffic would never exceeds 20M out of the 100M LAN interface because we're being "policed" by ISP on the DS3 interface.

Kevin,

Shaping method does its job without congestion on the interface. It's not Congestion management. Traffic will be passed to the shaping policy. In case of exceed,traffic will be sent to the queue. You now can apply any method in the queue. CBWFQ is what you posted above.

HTH,

Toshi

Thank you all for your help!

I didn't realize a shaping policy doesn't require congestion to occur first...thought if there's no congestion, why bother w/ shaping or policing?

Edit-

After taking a deep breath and thinking about it, I definitely got confused w/ congestion management like Toshi pointed out.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card