07-23-2018 11:13 PM - edited 03-05-2019 10:48 AM
Hi my friends.
I want to configure qos in my brach router .
We have 2 Tunnel in branch router and have 2 different Wan Links that hast different speeds and each has a subinterface
fa 0/1.200 ==> 256 Kbps
fa 0/2.500 ==> 512 Kbps
I dont know I should enable qos in which interface
fa0/1 or subinterfaces or tunnels?
Best Regards
07-24-2018 01:43 AM
Hello,
QoS over tunnel interfaces is usually not a good idea, better put your QoS on the subinterfaces.
The below should work:
policy-map 256_KBPS_POLICY
class class-default
shape average 256000
fair-queue
policy-map 512_KBPS_POLICY
class class-default
shape average 512000
fair-queue
fa 0/1.200 ==> 256 Kbps
service-policy 256_KBPS_POLICY out
fa 0/2.500 ==> 512 Kbps
service-policy 512_KBPS_POLICY out
07-24-2018 02:40 AM
Thank you for your answer and help.
I want to specify certain bandwidth for some server and protocol, using access lists and NBAR.
Can I config something like that, below the subinterface?
policy-map child-policy
class Important-class
bandwidth percent 60
class Medium-class
bandwidth percent 20
class MGMT
bandwidth percent 20
class class-default
fair-queue
policy-map 512_kbps_Policy
class class-default
shape average 512000
service-policy child-policy
policy-map 256_kbps_Policy
class class-default
shape average 256000
service-policy child-policy
07-24-2018 04:32 AM
07-24-2018 05:13 AM
"You might, but unless you really understand QoS, I would suggest you first try FQ for all your traffic."
could you please, explain more about this.
Cant I use parent and child policy in this situation. and should I use fair-queue?
Best Regards
07-24-2018 05:43 AM
07-24-2018 09:33 PM
Hi
Yes we have delay or drop sensitive traffic and we need to guarantee BW for some traffics towards specific servers, I want to do that using ACL.
"A good example of how easy it's to overlook something, for one company I placed SSH traffic......"
That was a great example. thanks
07-25-2018 04:18 AM
07-27-2018 10:41 PM
Hi Joseph
07-30-2018 04:32 AM
07-24-2018 04:38 AM
07-24-2018 04:27 AM
07-24-2018 05:09 AM
Hi.
Thanks so much for your help.
really I have 2 WAN links and 4 tunnels, because we have 2 cores and I created 2 tunnel for every WAN Link
tu1: wan 1 => core 1
tu2: wan 1 => core 2
tu3: wan 2 => core 1
tu4: wan 2 => core 2
wan 1 fa0/1.200: 256 Kbps
wan 2 fa0/1.500: 512 Kbps
according to your answer because I have more than one subinterface/tunnel per physical interface I cant place QoS on the physical interface, and I should apply 2 policy for 2 subinterfaces?
Best Regars
07-24-2018 05:48 AM - edited 07-24-2018 05:50 AM
"according to your answer because I have more than one subinterface/tunnel per physical interface I cant place QoS on the physical interface, and I should apply 2 policy for 2 subinterfaces?"
Not exactly. Yes, if you have more than one subinterface/tunnel, you'll likely want QoS specific for it. However, in such cases, sometimes you still want QoS on the physical interface. Such would be desired if the aggregate of the subordinates can exceed maximum available bandwidth (probably not true in this case).
So, yes, if you have multiple subinterface/tunnels you would likely want QoS on each.
BTW, why do you have subinterfaces and tunnels? (I suspect the subinterfaces are for some logical circuit between sites, if so, you're using tunnels are to add encryption?)
07-24-2018 09:23 PM
Hi
We use sub-interfaces to get separate services from ISP. and use tunnel to route LAN traffics, use IPsec and create HA with two core Routers in central point.
Best Regards
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