Configuring the ACL Log Match Level
Configuring the ACL Log Match Level
Procedure
Step 1
Step 2
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
Step 1
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
Command or Action
switch# configure terminal
switch(config)# acllog
match-log-level number
switch(config)# copy
running-config
startup-config
Command or Action
switch# configure terminal
hardware rate-limiter access-list-log
packets num-packets
Purpose
Enters global configuration mode.
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
Note
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
Message Logging to a File, on page
(Optional)
Saves the change persistently through reboots and restarts by
copying the running configuration to the startup configuration.
Purpose
Enters global configuration mode.
num-packets—Value in packets per second. Valid
range is 50 to 600000. The default is 100 packets
per second.
Configuring System Message Logging
and
Configuring System
99.
OL-31641-01