System information

12-250
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
restore accesslist
restore accesslist
To cause the named access list or all access lists to be copied from the specified configuration file into
persistent memory, use the restore accesslist 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 storage router belongs to a cluster, the restored access list information will automatically be
propagated to other members of that cluster.
restore accesslist {name |all} from filename
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines If the access list currently exists in some form, the restore command does not delete existing
information. The restore command adds missing entries, or overwrites existing entries of the same
name, but never purges or deletes existing access list entries. If necessary, you can delete an access list
and all its entries and then restore it from a saved configuration file.
There is a maximum of 100 access lists per storage router or per storage router cluster. There is a
maximum of 200 access list identification entries across all access lists in the storage router or storage
router cluster.
Note In a cluster environment, access list management functions are handled by a single storage router. To
determine which storage router is performing access list management functions, issue the show cluster
command. If you issue a restore accesslist command from a storage router that is not performing access
list 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.
name The name of the access list to be restored.
all Keyword to restore all access lists.
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.