xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
84
show system_severity
Purpose
To display the current severity settings set on the Switch.
Syntax
show system_severity
Description
This command is used to view the severity settings that have been
implemented on the Switch using the
config system_severity
command.
Parameters None.
Restrictions None.
Example usage:
To view the system severity settings currently implemented on the Switch:
DGS-3627:5#show system_severity
Command: show system_severity
system_severity log : information
system_severity trap : critical
DGS-3627:5#
config log_save_timing
Purpose
Used to configure the method of saving log files to the switch’s flash
memory.
Syntax
config log_save_timing [time_interval <min 1-65535> |
on_demand | log_trigger]
Description
The
config log_save_timing
command allows the user to
configure the time method used in saving log files to the switch’s
flash memory.
Parameters
time_interval <min 1-65535>
- Use this parameter to configure the
time interval that will be implemented for saving log files. The log
files will be save every x number of minutes that are configured
here.
on_demand
- Users who choose this method will only save log files
when they manually tell the Switch to do so, using the
save
or
save
log
command.
log_trigger
- Users who choose this method will have log files saved
to the Switch every time a log event occurs on the Switch.
Restrictions
Only administrator-level and operator-level users can issue this
command.
Example usage:
To configure the time interval as every 30 minutes for saving log files
:
DGS-3627:5#config log_save_timing time_interval 30
Command: config log_save_timing time_interval 30
Success.
DGS-3627:5#