08-25-2007 06:56 AM - edited 03-03-2019 06:28 PM
Hi,
I have a problem when i enable QoS on Routers fas 0/1 interface. i am strucked up with this & i can't proceed further. below is the error i get when i enable the QoS of the commad on the fas 0/1 on Cisco 3845 Router.
Rotuer-3845(config-if)#service-policy output shaping
GTS : Can be enabled only at the first level
08-25-2007 08:52 AM
Do you have subinterfaces on this interface?
Please post complete configuration.
08-25-2007 08:58 AM
I think you are trying to shape in two places. First, you are shaping in class of a policy-map, and then you are applying this policy map as a child map of another shaped policy map.
This is two level hierarchy.
Your IOS does not support this, so it writes, that you can shape only at a first level.
e.g.:
Policy-map LEVEL2
class HTTP
shape average 256000
class class-default
Policy-map LEVEL1
class class-default
shape average 512000
service-policy LEVEL2
I named the maps to show you which level is which. So you can shape only at first level map, not at the second level one.
For more info, refer to this document:
hope this helps.
Please rate all helpful posts
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