08-12-2017 04:33 AM - edited 03-05-2019 08:59 AM
I am getting this error while I apply
class-map match-all rate-limit
match input-interface FastEthernet0/4
!
!
policy-map 3M
class rate-limit
police 3000000 8000 exceed-action drop
!
DR-EdgeRouter(config-if)#service-policy output 3M
Match input interface is not supported for this interface
any help?
08-12-2017 05:14 AM
Which interface are you applying the service policy to ?
08-12-2017 05:16 AM
on interface FastEthernet0/4
08-12-2017 05:25 AM
Hello,
your input interface is the same as the interface where the policy is applied to ?
class-map match-all rate-limit
match input-interface FastEthernet0/4
I don't think that is supported...
Try applying the service policy to a different interface to check if you get the same error...
08-12-2017 05:28 AM
Hi,
I tried and it is the same
DR-EdgeRouter(config)#interface FastEthernet0/3
DR-EdgeRouter(config-if)#service-policy output 3M
Match input interface is not supported for this interface
Bu here the interface aren't connected and I don't think it has effect on this
08-12-2017 05:36 AM
Are these layer 2 (switchport) or layer 3 (no switchport) interfaces ?
08-12-2017 06:32 AM
layer 3 (no switchport) interfaces
08-13-2017 05:13 AM
Hello
input-interface is just specifying the interface you wish to match traffic, you use an access-list to do the same thing but matching on certain traffic .
In this case the switch is trying to tell you, you cannot apply a policing policy Outbound using the input-interface from the class map, it should allow you though to specify a service-policy INPUT, or if you use an access list in the class-map instead it should allow you to use service-policy OUTPUT
res
Paul
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