System information

12-264
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
restore vlan
restore vlan
To cause the specified VLAN to be copied from the named configuration file into persistent memory, use
the restore vlan command. The configuration file must exist in the savedconfig directory. To display the
contents of the savedconfig directory, issue the show savedconfig command.
Note If the SN 5428-2 Storage Router belongs to a cluster, the restored VLAN configuration information will
automatically be propagated to other members of that cluster.
restore vlan {vid | all} from filename
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines If the VLAN currently exists, the restore vlan command overwrites existing configuration information
with the information from the named configuration file. The restore vlan command also restores the
VTP configuration information.
Note In a cluster environment, VLAN management functions are handled by a single storage router. To
determine which storage router is performing VLAN management functions, issue the show cluster
command. If you issue a restore vlan command from a storage router that is not performing VLAN
management functions, the CLI displays an informational message with the name of the node that is
currently handling those functions. See Chapter 11, “Maintaining and Managing the SN 5428-2 Storage
Router, for more information about operating the storage router in a cluster.
Examples The following example restores VLAN 100 from the vlanBackup file:
[SN5428-2A]# restore vlan 100 from vlanBackup
vid The VLAN identification number.
all Restore all VLAN definitions.
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.2.1 This command was introduced.