R3102-R3103-HP 6600/HSR6600 Routers Fundamentals Command Reference

125
Slot 1:
Backup done.
Configuration is saved to device successfully.
The output shows that the old configuration file is archived as _config_bak.cfg. The new configuration file
overwrites the old one and is saved as the main next-startup configuration file on each MPU.
# Save the running configuration to the main next-startup configuration file. In this example, the
configuration file has settings incompatible with the software version and the standby MPU fails to back
up the configuration file.
<Sysname> save
The current configuration will be written to the device. Are you sure? [Y/N]:y
Please input the file name(*.cfg)[cfa0:/config.cfg]
(To leave the existing filename unchanged, press the enter key):
Cfa0:/config.cfg exists, overwrite? [Y/N]:y
The configuration file cfa0:/config.cfg will be automatically backed up as
cfa0:/_config_bak.cfg for a future version downgrading.
Validating file. Please wait.....................
The current configuration is saved to the active main board successfully.
Slot 1:
Backup failed.
Failed to back up configuration file.
The system will overwrite the configuration file. Continue?[Y/N]:n
Failed to save the current configuration.
The output shows that the system backs up the old configuration file to the CF card as _config_bak.cfg on
the active MPU, but it fails to back up the file on the standby MPU. If you enter N or n, the command fails.
The running configuration you have not saved will be lost at the next system startup. If you enter Y or y,
the running configuration directly overwrites the old configuration file without backing up the file. HP
recommends that you enter Y or y and manually copy the backup file _config_bak.cfg on the active MPU
to the standby MPU.
# Save the running configuration to the configuration file test.cfg on the standby MPU in slot 1.
Method 1:
<Sysname> save test.cfg slot 1
The current configuration will be saved to slot1#cfa0:/test.cfg. Continue? [Y/N]:y
Now saving current configuration to the device.
Saving configuration slot1#cfa0:/test.cfg. Please wait...
........
Configuration is saved to slot1#cfa0 successfully.
Method 2:
<Sysname> save slot1#cfa0:/test.cfg
# Save the running configuration to the main next-startup configuration file without any confirmation
required.
<Sysname> save force
Validating file. Please wait.....................
The current configuration is saved to the active main board successfully.
Slot 1:
The current configuration file is saved successfully.
Configuration is saved to device successfully.