How to apply 2 different QoS to 2 different subinterfaces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2013 07:03 AM - edited 03-04-2019 09:13 PM
Hi all,
I have a 1006 ASR and I need to apply 2 different QoS policies to 2 different subinterfaces.
I have created a parent policy and the policy that I want to apply inside, in order to apply it on the subinterface and that is working fine but the problem comes when I want to apply a second QoS policy to another subinterface because I get the message that a different policy is already applied. Is there any way I can accomplish what I want?
class-map match-all class-Interactive
match access-group 142
class-map match-all class-Video
match access-group 143
class-map match-all class-2
match access-group 141
class-map match-all class-HighPriority
match access-group 140
!
policy-map Child-QoS
class class-HighPriority
priority percent 25
class class-2
bandwidth percent 25
queue-limit 512 packets
class class-Interactive
bandwidth percent 10
queue-limit 384 packets
class class-Video
bandwidth percent 15
queue-limit 384 packets
class class-default
fair-queue
queue-limit 384 packets
policy-map EMEA-Shape-100M
class class-default
shape peak 100000000
service-policy Child-QoS
policy-map EMEA-Shape-10M
class class-default
shape peak 10000000
service-policy Child-QoS
Depending on the speed of the link, I want to apply 100Mbs or 10Mbs. Thanks for your support!
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2013 05:04 AM
Hi,
That should work fine. Can you share your sub-interface configs and the error message when you apply the policy-map?
HTH,
Lei Tian
