User`s manual
18
It is 18 seconds passby after the setting command.
12. configure command
This command will change the console interface to configure mode. And the
prompt will become “(configure)#”. In this mode, administrator can do system
configuration of the switch.
The operation of configure mode will be describe in next section.
“exit” command can be used to quit this operation mode.
13. copy command
This command is used to backup system configuration/firmware to TFTP server,
restore system configuration from TFTP server, and update firmware from TFTP
server.
Here are the examples.
Backup configuration to TFTP server at 192.168.1.10 ...
# copy config running-config tftp 192.168.1.10
Backup firmware to TFTP server at 192.168.1.10 ...
# copy firmware running-firmware tftp 192.168.1.10
Restore configuration from TFTP server at 192.168.1.10 ...
# copy config tftp running-config 192.168.1.10
Update firmware from TFTP server at 192.168.1.10 ...
# copy firmware tftp running-firmware 192.168.1.10