Book now with code EOY2025
kalebksp wrote: » I doubt that would alleviate your problem, in fact it will probably make it worse. Your now going to be using NBAR on every packet going through that vlan interface, which is going to drive up the processor even more. If the router can handle it, then yeah it could probably work. If your router doesn't have the horse power to route those packets, QOS can't really help you.
You would need to give all other traffic some treatment better than rsync as well. As you outlined it above all you're doing is applying WFQ and WRED to rsync. Applying WFQ to a single type of traffic is likely to not have much effect, as all the flows will be very similar. WRED might be helpful in that it would alleviate TCP synchronization, but I've always assumed that was more effective when you had many TCP connections, not just a few.
kalebksp wrote: » For studying purposes of course I would probably mark packets even if they we're going through a single device too, just don't think that packets have to be marked for QOS to work.
It's also a good idea to remember that a specific classification doesn't mean anything until you tell the router what it means. It's completely possible to make voip marked as EF be treated horribly and put bittorrent marked as BE in a priority queue.
If you have a couple routers, you could create a policy on one that marks different classes and on the other create a policy that matches on those markings. Then use "show policy-map interface" to see the packets matching statistics. Makes for a pretty good lab.
Forsaken_GA wrote: » If I'm not mistaken, you do have to mark traffic to make use of WRED (if this isn't correct, that'd be good to know, because it means I have a horrible misunderstanding of WRED).
kalebksp wrote: » To make use of the weighted part of WRED you need marking. It will still stop TCP synchronization by randomly dropping some packets even if there is no marking. Of course then you lose some control of what gets dropped first.
A.P.A wrote: » Cisco doesn't support RED..... if you want WRED you have to use the weight part of it hence the name Weighted-Random Early Detection. RED is what allows you to prevent global synch by random dropping packets but you don't have control over what it drops...... Unfortunately cisco has no support for this... Enabling WRED is random-detect (without key word it's IP Precedence by based by default)
In fact, if all packets were precedence 0, RED and WRED would behave identically.
kalebksp wrote: » There is no weighting if you have only one class of traffic. From Cisco QOS Exam Certification Guide (Page 429): Cisco may not have "RED" exactly, but if your traffic isn't marked (in which case it would all be Prec 0/BE) there is no real difference between RED and WRED. Forsaken_AG, I just remembered that WFQ does take IP Precedence in to account, so there's another tool which relies on marking to some degree.
Forsaken_GA wrote: » Alright, thanks guys, that tells me what I need to know!
kpjungle wrote: » You say that you apply it to inbound traffic? afaik the queueing strategies 1) only take place when congestion occurs, and 2) queuing only makes any sense outbound. Ofcourse you can mark it inbound, but applying any congestion management and/or avoidance inbound is futile.
Use code EOY2025 to receive $250 off your 2025 certification boot camp!