Specifications
12-477
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
show savedconfig
show savedconfig
To list the available files in the savedconfig directory or to view the contents of a specific configuration
file, use the show savedconfig command. Configuration files are stored in the savedconfig directory.
show savedconfig [filename]
Syntax Description
Defaults None.
Command Modes Administrator or Monitor.
Command History
Usage Guidelines Use this command to display a list of configuration files in the savedconfig directory before attempting
a restore. Use the filename parameter to view the contents of the specified configuration file. You can
also use the show scsirouter from or show accesslist from commands to display specific objects from
the named configuration file, allowing you to verify that the object of your restore command exists in
the selected file.
Examples The following is example output from the show savedconfig command:
[SN5428-2A]# show savedconfig
Config_Nov122001
Config_Jul172001
Special_Config
AccessList_Config
The following is example output from the show savedconfig command using the filename parameter:
[SN5428-2A]# show savedconfig AccessList_Config
!
! CLUSTER
!
cluster Lab1
!
! ACCESSLIST
!
accesslist aegis
accesslist aegis 10.2.0.23/255.255.255.255
accesslist aegis 10.3.0.36/255.255.255.255
accesslist aegis 10.4.0.49/255.255.255.255
filename (Optional) The name of the configuration file to display. This file must exist
in the savedconfig directory and be in the appropriate format.
Release Modification
3.2.1 This command was introduced.