Specifications

upload log
ExtremeWare XOS 10.1 Command Reference Guide 323
Usage Guidelines
This command is similar to the show log command, but instead of displaying the log contents on the
command line, this command saves the log to a file on the TFTP server you specify. For more details on
most of the options of this command, see the command
show log on page 283.
Example
The following command uploads messages with a critical severity to the filename switch4critical.log on
TFTP server at 10.31.8.25:
upload log 10.31.8.25 switch4critical.log critical
The following command uploads messages with warning, error, or critical severity to the filename
switch4warn.log on TFTP server at 10.31.8.25:
upload log 10.31.8.25 switch4warn.log warning
The following command uploads messages starting August 1, ending August 31, containing the string
slot 2 in order of oldest to newest to the filename switch4aug03.log on TFTP server at 10.31.8.25:
upload log 10.31.8.25 switch4aug03.log starting date 8/1 ending date 8/31 match "slot
2"