08-07-2003 05:26 AM - edited 02-20-2020 10:55 PM
does anybody know how to clear pix acl counters?
clear access-list counters does not work for pix.
Solved! Go to Solution.
08-15-2003 10:10 AM
config t
clear access-list acl-id-here counters
You have to do the command in configuration mode.
08-07-2003 05:40 AM
Hi -
Try this:
clear access-list "access-list name" counters
Hope this helps --
08-07-2003 05:49 AM
hello,
i have pix 6.2.2 and
clear access-list x counters
does not work.
08-07-2003 06:07 AM
Hi -
Now that's strange as I actually tried on a Lab pix running IOS 6.2.2 with cmd 'clear access-list 'acl-name' counters
Anyway you could remove the acl's from the pix onto a text-editor, and issue a 'no access-list
Best to use 'hyperterminal' to do the above.
Thanks --
08-07-2003 06:14 AM
Hi -
Sorry forgot to say on my other post - don't forget the access-group cmd, i.e. if you remove the inside acls then remove also the access-group cmd for the inside interface as well.
Thanks --
08-15-2003 10:40 AM
That advice will kill his traffic.
Also "no access-list
I think you meant "no access-list
If you want to replace the ACL, enter the new one then change the access-group command.
Clearing the ACL counters needs to be done in config mode.
08-15-2003 10:10 AM
config t
clear access-list acl-id-here counters
You have to do the command in configuration mode.
08-15-2003 12:32 PM
Hello,
This is a question to for 'kcook', can you tell me why 'no access-list
Thanks - Jay
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