325
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       Show Commands
show startup-config aclmgr
show startup-config aclmgr
To display the access control list (ACL) configuration in the startup configuration, use the show 
startup-config aclmgr command.
show startup-config aclmgr [all]
Syntax Description
Command Default None
Command Modes Any command mode
Command History
Examples This example shows how to display the ACL startup configuration:
switch# show startup-config aclmgr 
!Command: show startup-config aclmgr
!Time: Tue Aug 31 05:01:58 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
:
<snip>
:
vlan access-map vacl-mac
  match mac address acl-mac
  action forward
all (Optional) Displays configured and default information.
Release Modification
5.2(1)N1(1) This command was introduced.