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

Clearing hitcnt on a access-list

j.arthur
Level 1
Level 1

I was looking and didn't seem to find a way to clear the hitcnt on a access-list other than deleting and redoing the access-list. Does anyone know how to do this?

Thanks

J

access-list nonat permit ip x.x.x.x 255.255.255.240 any (hitcnt=72408)

1 Accepted Solution

Accepted Solutions

gfullage
Cisco Employee
Cisco Employee

In 6.1(4) code and above you can use:

> clear access-list nonat counters

In pre-6.1(4) code you have to remove and re-add the ACL in.

View solution in original post

2 Replies 2

gfullage
Cisco Employee
Cisco Employee

In 6.1(4) code and above you can use:

> clear access-list nonat counters

In pre-6.1(4) code you have to remove and re-add the ACL in.

Thanks, thats what I was looking for.

J