DES-1228/ME Metro Ethernet Managed Switch CLI Reference Guide
102
config log_save_timing
Purpose
Used to configure the method of saving logs to the Switch’s Flash
memory.
Syntax
config log_save_timing [time_interval <min 1-65535> | on_demand |
log_trigger]
Description
This command is used to configure the method used in saving logs
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 logs. The logs will
be saved every x number of minutes that are configured here.
on_demand
−
Users who choose this method will only save logs
when they manually tell the Switch to do so, using the save all or
save log command.
log_trigger
−
Users who choose this method will have logs saved to
the Switch every time a log event occurs on the Switch.
Restrictions
Only Administrator level, Operator level or Power User level users
can issue this command.
Example usage:
To configure the time interval as every 30 minutes for saving logs:
DES-1228/ME:5#config log_save_timing time_interval 30
Command: config log_save_timing time_interval 30
Success.
DES-1228/ME:5#
show log_save_timing
Purpose
Used to display the method configured for saving logs to the
Switch’s Flash memory.
Syntax
show log_save_timing
Description
This command is used to view the method configured for saving
logs to the Switch’s Flash memory.
Parameters
None.
Restrictions
None.
Example usage:
To display the method for saving logs:
DES-1228/ME:5#show log_save_timing
Command: show log_save_timing
Saving log method: on_demand
DES-1228/ME:5#