QTECH
Software Configuration Manual
18-219
! Enable current terminal information displaying
QTECH(config)#terminal monitor
(3) Logging monitor configuration command is as following :
logging monitor
{ all |
monitor-no
} { level | none | level-list { level [ to level ] } &<1-8> } [ module {
xxx | … } * ]
no logging monitor
{ all | monitor-no }
filter
xxx : means the name of the module. … means other modules are omitted
For example :
! Configure filter regulations of all terminals to allow all modules of levels 0 to 7 to output information
QTECH(config)#logging monitor 0 7
18.2.5
Syslog logging buffered outputting configuration
Use logging buffered command in global configuration mode to enable buffered logging and configure filter
regulations. Use no logging buffered command to disable buffered logging and restore to default filter regulations.
(1) Logging buffered configuration command is as following :
logging buffered
no logging buffered
For example :
! Enable buffered logging
QTECH(config)# logging buffered
(2) Filtration rules configuration command is as following :
logging buffered
{ level | none | level-list { level [ to level ] } &<1-8> } [ module { xxx | … } * ]
no logging buffered filter
xxx : means the name of the module. … means other modules are omitted.
For example :
! Configure filter regulations of all terminals to allow all module of level 0 to 6 to output information
QTECH(config)#logging buffered 6
18.2.6
Syslog Flash storage outputting configuration
Use logging flash command in global configuration command to enable flash logging and configure filter
regulations.
(1) Logging buffered configuration command is as following
logging flash
no logging flash
For example :
! Enable flash logging
QTECH(config)# logging flash
(2) Filtration rules configuration command is as following :
logging flash
{ level | none | level-list { level [ to level ] } &<1-8> } [ module { xxx | … } * ]
no logging flash filter
xxx : means the name of the module. … means other modules are omitted.
For example :
! Configure filter regulations of all terminals to allow all modules to output information with the level of 0, 1,
2, 6
QTECH(config)#logging flash level-list 0 to 2 6