Configuration and Image Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1940
configuration, use the
save configuration {primary | secondary | <existing-config> |
<new-config>}
command.
When you save the configuration file, the switch automatically adds the .cfg file extension to the
filename. This saves the ASCII configuration as an XML-based configuration file.
You can use any name for the configuration. For example, after loading the file meg_upload_config1.xsf,
you need to save it to the switch. To save the configuration as configuration1.cfg, do the following:
save configuration configuration1
Host Name and Remote IP Address Character Restrictions.
This section provides information about the
characters supported by the switch for host names and remote IP addresses.
When specifying a host name or remote IP address, the switch permits only the following characters:
●
Alphabetical letters, upper case and lower case (A-Z, a-z)
●
Numerals (0-9)
●
Period ( . )
●
Dash ( - ) Permitted only for host names
●
Underscore ( _ ) Permitted only for host names
●
Colon ( : )
When naming or configuring an IP address for your network server, remember the requirements listed
above.
Remote Filename Character Restrictions.
This section provides information about the characters
supported by the switch for remote filenames.
When specifying a remote filename, the switch permits only the following characters:
●
Alphabetical letters, upper case and lower case (A-Z, a-z)
●
Numerals (0-9)
●
Period ( . )
●
Dash ( - )
●
Underscore ( _ )
●
Slash ( / ) Permitted only for remote files
When naming a remote file, remember the requirements previously described.
Example
The following command uploads the current switch configuration as an ASCII-based file named
configbackup.xsf to the TFTP server with an IP address of 10.10.10.10:
upload configuration 10.10.10.10 configbackup.xsf
If you successfully upload the configuration to the TFTP server, the switch displays a message similar to
the following:
Uploading configbackup.xsf to 10.10.10.10 ... done!