04-14-2016 02:23 AM - edited 03-05-2019 03:48 AM
Hello all,
I've been reading up on how to do QoS on a 7600, which fromthe looks of things is not so simple.
The reason I'm looking into this, is because I have an interface policed at 30mb for all traffic. What I'd like to do is prioritise VoIP traffic.
From my "research" and attempts, I realise you can't do MQC, so this is how I think I can achieve my goal. I'm only interested in the interface that has the policer applied for now.
policy-map FOO
class RPs
class VoIP
police cir 6000000
conform-action transmit
exceed-action drop
violate-action drop
class class-default
police cir 24000000
conform-action transmit
exceed-action drop
violate-action drop
The RP class is just looking at OSPF traffic - I want to leave that alone. Then I police the VoIP traffic before(?) it goes the strict priority queue. Then police everything else.
There are a few fundamentals that I don't quite understand. I was always under the impression that QoS only gets applied under congestion. Will the interface know it's congested at 30mb on a 1gb interface, or do you have to set the bandwidth statement on the interface?
Any insight would be appreciated. I'm really enjoying working on this; I've not really done QoS work before. Wish I could have picked a simpler platform to start with though.
04-14-2016 12:02 PM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
I was always under the impression that QoS only gets applied under congestion.
Depends on the QoS. Congestion based QoS does rely on congestion to trigger it.
Will the interface know it's congested at 30mb on a 1gb interface, or do you have to set the bandwidth statement on the interface?
Normally no and no.
On full featured routers, shapers are used to create congestion before the physical interface would. However, some line cards might support shaping on the 7600. I recall the FlexWANs did, and maybe some of the ES cards do too.
04-15-2016 02:26 AM
Thanks for that.
I found this page that seems to indicate my idea of policing traffic that gets mapped to the strict-priority queue might work (see QoS Flow in the Catalyst 6500):
I know it's for 6500, but I think most of the logic still applies. Need to look through that whole page now.
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