Installation manual

3-22
SIGNAMAX LLC • www.signamax.eu
CLI – To download new firmware from a TFTP server, enter the IP address of the TFTP
server, select “opcode” as the file type, then enter the source and destination file names.
When the file has finished downloading, and then restart the switch for the new code to
take effect.
To start the new firmware, enter the “reload” command or reboot the system.
Saving or Restoring Configuration Settings
You can upload/download configuration settings to/from a TFTP server. The configuration
files can be later downloaded to restore the switch’s settings.
Command Attributes
File Transfer Method – The configuration copy operation includes these options:
- file to file – Copies a file within the switch directory, assigning it a new name.
- file to running-config – Copies a file in the switch to the running configuration.
- file to startup-config – Copies a file in the switch to the startup configuration.
- file to tftp – Copies a file from the switch to a TFTP server.
- running-config to file – Copies the running configuration to a file.
- running-config to startup-config Copies the running config to the startup config.
- running-config to tftp – Copies the running configuration to a TFTP server.
- startup-config to file – Copies the startup configuration to a file on the switch.
- startup-config to running-config Copies the startup config to the running config.
- startup-config to tftp – Copies the startup configuration to a TFTP server.
- tftp to file – Copies a file from a TFTP server to the switch.
- tftp to running-config – Copies a file from a TFTP server to the running config.
- tftp to startup-config – Copies a file from a TFTP server to the startup config.
TFTP Server IP Address – The IP address of a TFTP server.
File Type – Specify config (configuration) to copy configuration settings.
File Name
— The file name should not contain slashes (\ or /),
the leading letter of the
file name should not be a period (.), and the maximum length for file names on the TFTP
server is 127 characters or 31 characters for files on the switch. (Valid characters: A-Z,
a-z, 0-9, “.”, “-”, “_”)
Note:
The maximum number of user-defined configuration files is limited only by available
flash memory space.
Console#copy tftp file 4-36
TFTP server ip address: 192.168.1.23
Choose file type:
1. config: 2. opcode: <1-2>:
Source file name: runtime.bix
Destination file name: runtime1.bix
\Write to FLASH Programming.
-Write to FLASH finish.
Success.
Console#config
Console(config)#boot system opcode:runtime1.bix 4-41
Console(config)#exit
Console#reload 4-14