L Commands
logging ip access-list cache
245
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
logging ip access-list cache
To configure the Optimized ACL Logging (OAL) parameters, use the logging ip access-list cache
command. To reset to the default settings, use the no form of this command.
logging ip access-list cache {{entries num_entries} | {interval seconds} | {threshold
num_packets}}
no logging ip access-list cache {{entries num_entries} | {interval seconds} | {threshold
num_packets}}
Syntax Description
Defaults None
Command Modes Global configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines This command does not require a license.
Examples This example shows how to to specify the maximum number of log entries that are cached in the
software:
switch# configure terminal
switch(config)# logging ip access-list cache entries 200
switch(config)#
entries
num_entries
Specifies the maximum number of log entries that are cached in the software. The
range is from 0 to 1048576. The default value is 8000 entries.
interval seconds Specifies the maximum time interval before an entry is sent to a syslog. The range
is from 5 to 86400. The default value is 300 seconds.
threshold
num_packets
Specifies the number of packet matches (hits) before an entry is sent to a syslog.
The range is from 0 to 1000000. The default value is 0 packets—rate limiting is
off; the system log is not triggered by the number of packet matches.
Release Modification
4.0(1) This command was introduced.