System information

12-366
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
show accesslist
show accesslist
To display a list of access lists or the contents of the named access list (or all access lists), use the
show accesslist command.
show accesslist [name | all] [from {filename | bootconfig | runningconfig}]
Syntax Description
Defaults If no from parameter is specified, the display shows information from the currently running
configuration.
Command Modes Administrator or Monitor.
Command History
Usage Guidelines
Use the show accesslist command to display a list of all access lists from the current running
configuration.
Use the all keyword to display the contents of all access lists.
Use the from bootconfig keywords to display the specified access list information as it exists in the
current saved configuration, used when the storage router restarts. This may differ from the running
configuration.
Examples To display a list of access lists, issue this command:
[SN5428-2A]# show accesslist
To display the contents of all access lists from the current running configuration, issue this command:
[SN5428-2A]# show accesslist all
To display the contents of all access lists as they exist in the current bootable configuration, issue this
command:
[SN5428-2A]# show accesslist all from bootconfig
name (Optional) The name of the access list.
all (Optional) Display all access list entries.
from filename (Optional) The name of the configuration file where the access list
configuration is stored. This file must exist in the savedconfig directory.
from bootconfig (Optional) Display the access list information from the persistent saved
configuration.
from runningconfig (Optional) Display the access list information from the currently running
configuration.
Release Modification
3.2.1 This command was introduced.