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

3650 QOS

yishaky_ub
Level 1
Level 1

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?

7 Replies 7

Which interface are you applying the service policy to ?

on interface FastEthernet0/4

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...

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

Are these layer 2 (switchport) or layer 3 (no switchport) interfaces ?

layer 3 (no switchport) interfaces

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card