Specifications

Backing Up and Restoring the System
RoamAbout Mobility System Software Configuration Guide 23-15
Managing Configuration Changes
Thebackupcommandplacesthebootconfigurationfileintothearchive.(Thebootconfiguration
fileistheConfiguredbootconfigurationintheshowbootcommand’soutput.)Iftherunning
configurationcontainschangesthathavenotbeensaved,thesechangesarenotintheboot
configurationfileandarenotarchived.To
makesurethearchivecontainstheconfigurationthatis
currentlyrunningontheswitch,usethesave configcommandtosavetherunningconfiguration
tothebootconfigurationfile,before usingthebackupcommand.
Therestorecommandreplacesthebootconfigurationontheswitchwiththeoneinthearchive.
Theboot
configurationinclud estheconfigurationfilena meandtheimagefilenametouseafterthe
nextswitchrestart.(ThesearetheConfiguredbootimageandConfig uredbootconfigurationfileslisted
intheshow bootcommand’soutput.)Therestorecommanddoesnotaffecttherunningimageor
therunningconfiguration.
Ifyouwantto
usetheconfigurationinthebootconfigurationfilerestoredfromanarchiveinstead
oftheconfigurationcurrentlyrunningontheswitch,usetheloadconfigcommandtoloadthe
bootconfigurationfile,orrestarttheswitch.Ifinstead,youwanttoreplacetheconfiguration
restoredfromthearchivewiththerunning
configuration,usethesaveconfigcommandtosave
therunningconfigurationtothebootconfigurationfile.
Backup and Restore Examples
Thefollowingcommandcreatesanarchiveofthesystemcriticalfilesandcopiesthearchive
directlytoaTFTPserver.ThefilenameinthisexampleincludesaTFTPserverIPaddress,sothe
archiveisnotstoredlocallyontheswitch.
Examples
RBT-8100# backup system tftp:/10.10.20.9/sysa_bak critical
success: sent 28263 bytes in 0.324 seconds [ 87231 bytes/sec]
Thefollowingcommandrestoressystemcriticalfilesonaswitch,fromarchivesysa_bak:
RBT-8100# restore system tftp:/10.10.20.9/sysa_bak
success: received 11908 bytes in 0.150 seconds [ 79386 bytes/sec]
success: restore complete.
Note: The next time the switch is restarted after the restore command is used, the switch uses the
boot configuration filename that was in use when the archive was created. If you change the boot
configuration filename after creating the archive, the new name is not used when the switch is
restarted. To use the new configuration, use the save config filename command, where filename is
the name of the boot configuration file restored from the archive, before you restart the switch. If you
have already restarted the switch, use the load config filename command to load the new
configuration, then use the save config filename command.