System information
12-87
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
delete fcip
delete fcip
To delete the named elements from the FCIP instance, or to delete the named instance or all FCIP
instances, use the delete fcip command. This command does not change the persistent storage router
configuration until the relevant configuration information has been saved using the appropriate save
command with the bootconfig keyword.
delete fcip {name | all}
delete fcip name destination name
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines Use this command if you want to reconfigure the FCIP instance. You can delete the peer destination or
the entire FCIP instance, or all FCIP instances. You must save the configuration changes to update the
storage router bootable configuration.
Examples The following examples deletes a destination named dest2 from the FCIP instance, fcip2:
[SN5428-2A]# delete fcip fcip2 destination dest2
The following example deletes all FCIP instances:
[SN5428-2A]# delete fcip all
The following example deletes the FCIP instance named fcip1:
[SN5428-2A]# delete fcip fcip1
name The name of the FCIP instance.
all Keyword, used to delete all FCIP instances from the storage router.
Note You are not prompted to confirm your actions.
destination name The name of the specific destination to delete.
Release Modification
3.3.1 This command was introduced.