11-27-2020 09:02 AM
Hi all
just a quick question, we have a sub interface configured to my isp on my isr4k
The QOS Service policy is on the physical interface, I’m assuming this will work all ok? Or do I need to put it on the sub interface?
cheers
11-27-2020 09:34 AM
yes it should be ok below guide help you : ( you need to configure on sub-interface since it tagged with dot1q)
https://www.cisco.com/c/en/us/support/docs/quality-of-service-qos/qos-policing/10104-qos-subint.html
11-27-2020 09:44 AM - edited 11-27-2020 10:29 AM
Hello,
typically, QoS on subinterfaces requires a Parent - Child policy. Below an example of a very simple 100MB traffic shaper applied to a subinterface:
policy-map CHILD
class class-default
fair-queue
!
policy-map PARENT
class class-default
shape average 100000000
service-policy CHILD
!
interface GigabitEthernet0/1.10
description Subinterface to ISP
service-policy output PARENT
11-27-2020 10:42 AM
Do you have to apply it to the sub interface ? Would it not work if attached to the physical interface then ? If so how come ?
11-27-2020 11:59 AM
As mentioned subinterface are tagged with VLAN so the QOS applies based on that config ? is this make sense?
11-27-2020 03:22 PM
"Ok" depends on whether you need the policy to apply to all the traffic on the interface or if you have QoS requirements per sub interface.
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