313
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       Show Commands
show running-config aclmgr
show running-config aclmgr
To display the access control list (ACL) configuration in the running configuration, use the show 
running-config aclmgr command.
show running-config aclmgr [all]
Syntax Description
Command Default None
Command Modes Any command mode
Command History
Examples This example shows how to display the ACL running configuration:
switch# show running-config aclmgr 
!Command: show running-config aclmgr
!Time: Tue Aug 31 05:01:56 2010
version 5.2(1)N1(1)
ip access-list BulkData
  10 deny ip any any
ip access-list CriticalData
  10 deny ip any any
ip access-list Scavenger
  10 deny ip any any
mac access-list acl-mac
  10 permit any any
ip access-list denyv4
  20 deny ip 10.10.10.0/24 10.20.10.0/24 fragments
  30 permit udp 10.10.10.0/24 10.20.10.0/24 lt 400
  40 permit icmp any any router-advertisement
  60 deny tcp 10.10.10.0/24 10.20.10.0/24 syn
  70 permit igmp any any host-report
  80 deny tcp any any rst
  90 deny tcp any any ack
  100 permit tcp any any fin
  110 permit tcp any gt 300 any lt 400
  130 deny tcp any range 200 300 any lt 600
  140 deny tcp any range 200 300 any lt 600
ip access-list dot
  statistics per-entry
  10 permit ip 20.1.1.1 255.255.255.0 20.10.1.1 255.255.255.0 precedence flash-o
verride
:
<snip>
all (Optional) Displays configured and default information.
Release Modification
5.2(1)N1(1) This command was introduced.