It appears to be impossible to do what I need to do. First - the class "class-default" never matches any packets according to the fine print in the documentation.
Next, you cannot use deny ACEs in class-maps.
Finally, you cannot combine two different ACL-based class entries in a policy-map...
I am trying to limit traffic on a gigabit interface using policing. IOS version is 12.1(19)EA1c. The simplest configuration is:
policy-map Limit-Net
class class-default
police 12000000 65536 exceed-action drop
...
interface GigabitEthernet0/1
service-policy input Limit-Net
I see no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.