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

what happens to none matching traffic in policing

alison.hou
Level 1
Level 1

Please see the following policy. what happens to the rest of inbound traffics which do not match in the class microsoftDS? Are they just passing through like without any policy?

class-map microsoftDS

            match access- group name microsoftDS

policy-map POLICE_microsoftDS

class microsoftDS

   police 100000 4000 4000 conform-action transmit exceed-action transmit violate-action drop

ip access-list extended microsoftDS

permit tcp host 10.80.14.140 eq 445 any

permit udp host 10.80.14.140 eq 445 any

interface ATM1/ima0.1 point-to-point

service-policy input POLICE_microsoftDS

thanks.

Alison

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Alison

Basically yes. There is a class default but unless you configure a specific action for it then with your above policy if the traffic does not match your acl it is not policed and sent through as is.

Jon

thanks.