Description, Examples – Allied Telesis AT-S63 User Manual
Page 197
AT-S63 Management Software Command Line Interface User’s Guide
197
severity
Saves events of a particular severity.
Choices are I for Informational, E for Error,
W for Warning, and D for Debug. You can
select more than one severity at a time (for
example, E,W). For a definition of the
severity levels, see Table 5, “Event Log
Severity Levels” on page 204.
overwrite
Overwrites the file if it already exists. Without this
option, the command displays an error if the file
already exists.
Description
This command saves the current entries in the event log to a file in the file
system. The parameters in the command allow you to specify which
events you want saved in the log file.
Examples
The following command saves all informational, error, and warning
messages stored in the permanent event log in a file called “switch2.log”:
save log=permanent filename=switch2.log
The following command saves the error messages of the VLAN module
stored in the temporary event log in a file called “sw14.log.”:
save log=temporary filename=sw14.log module=vlan severity=e
The following command saves all informational messages in a file called
“sw56.log” and overwrites the file of the same name if it already exists in
the file system:
save log=permanent filename=sw56.log severity=i overwrite