
255
Displaying and maintaining information center
Execute
display
commands in any view and
reset
commands in user view.
Task Command
Display the information of each output destination.
display info-center
Display the state and the log information of the log
buffer (in standalone mode).
display logbuffer
[
reverse
] [
level
severity
|
size
buffersize
|
slot
slot-number
] *
Display the state and the log information of the log
buffer (in IRF mode).
display logbuffer
[
reverse
] [
level
severity
|
size
buffersize
|
chassis
chassis-number
slot
slot-number
]
*
Display a summary of the log buffer (in standalone
mode).
display logbuffer summary
[
level
severity
| slot
slot-number
] *
Display a summary of the log buffer (in IRF mode).
display logbuffer summary
[
level
severity
|
chassis
chassis-number
slot
slot-number
] *
Display the configuration of the log file.
display logfile summary
Display the diagnostic log file configuration.
display diagnostic-logfile summary
Clear the log buffer.
reset logbuffer
Information center configuration examples
Configuration example for outputting logs to the console
Network requirements
Configure the device to send the console FTP logs that have a severity level of at least
warning
.
Figure 75
Network diagram
Configuration procedure
# Enable the information center.
<Device> system-view
[Device] info-center enable
# Disable log output to the console.
[Device] info-center source default console deny
To avoid output of unnecessary information, disable all modules from outputting log information to the
specified destination (
console
in this example) before you configure the output rule.
# Configure an output rule to output to the console FTP logs that have a severity level of at least
warning
.
[Device] info-center source ftp console level warning
[Device] quit