Configuring the ACL Log Match Level
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Specifies the logging level to match for entries to be logged in the
ACL log (acllog). The number is a value from 0 to 7. The default
is 6.
For log messages to be entered in the logs, the logging
level for the ACL log facility (acllog) and the logging
severity level for the logfile must be greater than or equal
to the ACL log match log level setting. For more
information, see Configuring Module and Facility
Messages Logging, on page 101 and Configuring System
Message Logging to a File, on page 99.
Note
switch(config)# acllog
match-log-level number
Step 2
(Optional)
Saves the change persistently through reboots and restarts by
copying the running configuration to the startup configuration.
switch(config)# copy
running-config
startup-config
Step 3
Configuring Rate Limiter for ACL Logging
You can limit the number of logged packets that are sent to the supervisor (CPU) to be logged to the cache.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
num-packets—Value in packets per second. Valid
range is 50 to 600000. The default is 100 packets
per second.
hardware rate-limiter access-list-log
packets num-packets
Step 2
This example shows how to set the rate limiter to 1000 packets per second.
switch# configure terminal
switch(config)# hardware rate-limiter access-list-log packets 1000
Clearing ACL Logs
You can clear the ACL logs.
   Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
112 OL-31641-01   
Configuring System Message Logging
Configuring the ACL Log Match Level