System Management
350
7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
3HE 16132 AAAB TQZZA Edition: 01
6.11.4.7 Save
The save command saves the running configuration to a configuration file. If the
debug-save parameter is specified, debug configurations are saved in the
configuration file; otherwise, the debug configurations are not saved between
reboots.
Use the following syntax to save the running configuration.
CLI Syntax: admin
save [file-url] [detail] [index]
debug-save [file-url]
The following example shows the command usage to save the running configuration.
Example: admin# save ftp://test:test@192.168.x.xx/./1.cfg
admin# debug-save debugsave.txt
The following is a sample configuration output of the save command.
A:ALA-1>admin# save ftp://test:test@192.168.x.xx/./1x.cfg
Writing file to ftp://test:test@192.168.x.xx/./1x.cfg
Saving configuration ...Completed.
ALA-1>admin# debug-save ftp://test:test@192.168.x.xx/./debugsave.txt
Writing file to ftp://julie:julie@192.168.x.xx/./debugsave.txt
Saving debug configuration .....Completed.
A:ALA-1>admin#
6.11.4.8 Reboot
The reboot command reboots the router including redundant cards in redundant
systems. If the now option is not specified, you are prompted to confirm the reboot
operation. The reboot upgrade command forces an upgrade of the device firmware
(CPLD and ROM) and reboots.
Use the following syntax to reboot the router.
CLI Syntax: admin
reboot [upgrade][auto-init][now]
The following example shows the command usage to reboot the router.
Example: admin# reboot now
The following is a sample output of the reboot command.