Purpose
Command or Action
increment
argument can be a whole number between 1 and
4294967295.
Displays the IP ACL configuration.
(Optional)
show ip access-lists name
Example:
Step 3
switch(config)# show ip access-lists acl-01
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 4
switch(config)# copy running-config startup-config
Removing an IP ACL
You can remove an IP ACL from the device.
Before you begin
Ensure that you know whether the ACL is applied to an interface. The device allows you to remove ACLs
that are currently applied. Removing an ACL does not affect the configuration of interfaces where you have
applied the ACL. Instead, the device considers the removed ACL to be empty. Use the
show ip access-lists
command or the
show ipv6 access-lists
command with the summary keyword to find the interfaces that an
IP ACL is configured on.
SUMMARY STEPS
1.
configure terminal
2.
Enter one of the following commands:
•
no ip access-list name
•
no ipv6 access-list name
3.
(Optional) Enter one of the following commands:
•
show ip access-lists name summary
•
show ipv6 access-lists name summary
4.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
239
Configuring IP ACLs
Removing an IP ACL