System information

12-283
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
save vlan
save vlan
To save VLAN and VTP configuration information for the specified VLAN or for all VLANs to
nonvolatile memory, use the save vlan command.
save vlan {vid |all} {filename | bootconfig}
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines You must save configuration data from the running configuration to the bootable configuration for it to
be retained in the storage router when it is restarted. Configurations saved to a file can be moved between
storage routers and can be restored at a later time.
VTP mode and domain information is saved, along with the specified VLAN 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 the save 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.
The following example saves the current configuration for all VLANs to the system’s bootable
configuration, to be used when the storage router is restarted:
[SN5428-2A]# save vlan all bootconfig
The following example saves VLAN 12 to the file named vlanbackup:
[SN5428-2A]# save vlan 12 vlanbackup
vid The VLAN identification number of the VLAN configuration to be saved.
all Save all VLANs associated with this storage router.
filename The name of the file where the current VLAN configuration data will be
written. This file is stored in the savedconfig directory.
bootconfig Save the current VLAN configuration to the system’s bootable
configuration, to be used when the storage router is restarted. If the storage
router belongs to a cluster, the saved VLAN information will automatically
be propagated to other members of that cluster.
Release Modification
3.2.1 This command was introduced.