System information

12-254
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
restore fcip
restore fcip
To cause the previously saved configuration information related to the named FCIP instance to be copied
from the specified configuration file into the bootable configuration, use the restore fcip command. The
configuration file must exist in the savedconfig directory. Use the show savedconfig command to display
the contents of the savedconfig directory.
Note This does not change the running configuration of the storage router.
restore fcip {name |all} from filename
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines The FCIP instance should be inactive before it is restored. Use the no fcip enable command to stop an
active FCIP instance so it can be restored. After the specified FCIP instance is restored, it is
automatically enabled and the running configuration of the storage router is updated.
A restore command never deletes existing FCIP instances. The restore command will add missing
instances and will overwrite configuration information for existing instances of the same name. If
necessary, you can delete the FCIP instance and then restore it from a saved configuration file.
Examples The following example restores the FCIP instance fcip1 from the configuration file named
fcip_backup001:
[SN5428-2A]# restore fcip fcip1 from fcip_backup001
name The name of the FCIP instance to be restored. Valid names are fcip1 and
fcip2.
all Keyword to restore all FCIP instances.
from filename The name of the configuration file containing the information to be
restored. This file must exist in the savedconfig directory.
Release Modification
3.3.1 This command was introduced.