cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
283
Views
0
Helpful
0
Replies

Co-existence on main and sub-interface policies A9K

Federico36
Level 1
Level 1

Hi all,

 

I'm trying to apply a policy on the main interface and other policy on the sub-interface,

The goal is to rate limit the main interface and to remark the cos in the sub-interface:

 

interface TenGigE0/0/0/8
description *** TO IXIA 4/13 ***
mtu 9212
service-policy input 500MB ------------------------> Limit the traffic to 500MB in ingress
!
interface TenGigE0/0/0/8.100 l2transport
encapsulation dot1q 100
mtu 9194

service-policy input Mono_Cos_0 ------------------> Remark the CoS to p-bit "0"
!

 

But i'm getting this error when i commit the configuration:

 

% 'qos-ea' detected the 'warning' condition 'Cannot bind policy-map to both main interface and sub-interface in the same direction'

 

I'm wondering if there is a limitation that i don't find in the documents of A9K,

Or if i need to enable some feature on the router to accomplish this task

 

Thanks

 

--------------------Class-Map

 

class-map match-any Mono_CoS
match cos 0 1 2 3 4 5 6 7
end-class-map
!

 

-------------------Policy-Map

 

policy-map Mono_Cos_0
class Mono_CoS
set cos 0
!
class class-default
!
end-policy-map
!

 

policy-map 500MB
class class-default
police rate 500MB
!
!
end-policy-map
!

0 Replies 0