05-24-2019 02:24 PM
Hi there,
Thanks for reading.
We have a router which is running into the standard license 85Mbps Tx/Rx threshold. I proposed a simple shaping policy to keep flows below 85Mbps. In my mind, a FIFO shaping policy makes high-level sense just to stop the site from losing packets. Is there any benefit to applying this kind of shaping without an extensive QoS strategy applied throughout the LAN? I have a coworker who thinks shaping without QoS is a waste.
Thanks again!
Bob
Solved! Go to Solution.
05-24-2019 04:58 PM
05-24-2019 04:58 PM
05-25-2019 04:13 AM - edited 05-25-2019 04:18 AM
Hello
FIFO scheduler will service whichever packets reaches the the interface queue first without any regard for the importance or size of the packet, thus you could in incur delay to more sensitive traffic , So applying some fairness to the interface queue (WFO) would at least allow packets importance to be serviced first and share the remaining BW flows fairly.
If you wan circuit exceeds your allocated CIR from the isp it is suggested that you do shape your egress traffic to that of your allocated CIR so in times of high utilization you don't exceed this limit.
Another possible reason to shape I can think of is egress blocking - if you have site-2-site connection and one side has a lesser CIR then you do you could again overtime send to much traffic towards that other site which could overwhelm its link.
Example:
policy-map WAN_child
class class-default
fair-queue
policy-map WAN_parent
class class-default
shape average 87040000
service-policy WAN_child
int x/x
description WAN link
service policy output WAN_parent
05-25-2019 10:59 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