Logging Access-List hits
filed in Cisco Networking on Jun.28, 2009
Heres a trick on how to log your access-list hits to a syslog server but only log 30 hits at a time.
Lets create our ACL first to log how amny times someone tried to SSH into our Router.
# ip access-list extended NO_SSH
# 10 deny tcp any any eq 22 log
Apply the acl to our vty [...]
