logging correlator buffer-size
To configure the logging correlator buffer size, use the
logging correlator buffer-size
command in global
configuration mode. To return the buffer size to its default setting, use the
no
form of this command.
logging correlator buffer-size bytes
no logging correlator buffer-size bytes
Syntax Description
The size, in bytes, of the logging correlator buffer. Range is 1024 to 52428800 bytes.
bytes
Command Default
bytes
: 81920 bytes
Command Modes
Global configuration
Command History
Modification
Release
This command was introduced.
Release 3.2
Usage Guidelines
The
logging correlator buffer-size
command configures the size of the correlation buffer. This buffer holds
all the correlation records as well as the associated correlated messages. When the size of this buffer is
exceeded, older correlations in the buffer are replaced with the newer incoming correlations. The criteria that
are used to recycle these buffers are:
•
First, remove the oldest nonstateful correlation records from the buffer.
•
Then, if there are no more nonstateful correlations present; remove the oldest stateful correlation records.
Use the
show logging correlator info, on page 50
command to confirm the size of the buffer and the percentage
of buffer space that is currently used. The
show logging events buffer, on page 57
all-in-buffer
command
can be used to show the details of the buffer contents.
Task ID
Operations
Task ID
read, write
logging
Examples
This example shows how to set the logging correlator buffer size to 90000 bytes:
RP/0/0/CPU0:router(config)#
logging correlator buffer-size 90000
Cisco IOS XR System Monitoring Command Reference for the Cisco XR 12000 Series Router, Release 4.1
20
OL-24735-01
Alarm Management and Logging Correlation Commands
logging correlator buffer-size