Cisco Systems MDS 9000 Marine Radio User Manual


 
20-85
Cisco MDS 9000 Family Command Reference
78-16088-01, Cisco MDS SAN-OS Release 1.3
Chapter 20 Show Commands
show ip access-list
show ip access-list
To display the IP access control lists (IP-ACLs) currently active, use the show ip access-list command.
show ip access-list [list-number | usage]
Syntax Description
Defaults None.
Command Modes EXEC mode.
Command History This command was introduced in Cisco MDS SAN-OS Release 1.2(1).
Usage Guidelines None.
Examples The following example displays configured IP-ACLs.
switch# show ip access-list usage
Access List Name/Number Filters IF Status Creation Time
-------------------------------- ------- ---- --------- -------------
abc 3 7 active Tue Jun 24 17:51:40 2003
x1 3 1 active Tue Jun 24 18:32:25 2003
x3 0 1 not-ready Tue Jun 24 18:32:28 2003
The following example displays a summary of the specified IP-ACL
switch# show ip access-list abc
ip access-list abc permit tcp any any (0 matches)
ip access-list abc permit udp any any (0 matches)
ip access-list abc permit icmp any any (0 matches)
ip access-list abc permit ip 10.1.1.0 0.0.0.255 (2 matches)
ip access-list abc permit ip 10.3.70.0 0.0.0.255 (7 matches)
ip access-list Displays the information for all IP-ACLs.
list-number Identifies the IP-ACL with an integer ranging from 1 to 256.
usage Specifies the interface type.