Removing An Ip Acl - Cisco AP775A - Nexus Converged Network Switch 5010 Configuration Manual

Cli software configuration guide
Hide thumbs Also See for AP775A - Nexus Converged Network Switch 5010:
Table of Contents

Advertisement

Removing an IP ACL

Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Related Topics
Removing an IP ACL
You can remove an IP ACL from the switch.
Before you remove an IP ACL from the switch, be sure that you know whether the ACL is applied to an
interface. The switch 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 switch considers the
removed ACL to be empty.
To remove an IP ACL from the switch, perform this task:
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
284
Command or Action
switch# configure terminal
switch(config)# {ip | ipv6}
access-list name
switch(config-acl)#
[sequence-number] {permit | deny}
protocol source destination
switch(config-acl)# no
{sequence-number | {permit |
deny} protocol source destination}
switch(config-acl)# [no] statistics
switch# show {ip | ipv6}
access-lists name
switch# copy running-config
startup-config
Changing Sequence Numbers in an IP ACL, page 285
Purpose
Enters configuration mode.
Enters IP ACL configuration mode for the ACL that you
specify by name.
Creates a rule in the IP ACL. Using a sequence number
allows you to specify a position for the rule in the ACL.
Without a sequence number, the rule is added to the end of
the rules. The sequence-number argument can be a whole
number between 1 and 4294967295.
The permit and deny commands support many ways of
identifying traffic. For more information, see the Cisco
Nexus 5000 Series Command Reference.
(Optional)
Removes the rule that you specified from the IP ACL.
The permit and deny commands support many ways of
identifying traffic. For more information, see the Cisco
Nexus 5000 Series Command Reference.
(Optional)
Specifies that the switch maintains global statistics for
packets matching the rules in the ACL.
The no option stops the switch from maintaining global
statistics for the ACL.
(Optional)
Displays the IP ACL configuration.
(Optional)
Copies the running configuration to the startup
configuration.
Configuring IP ACLs
OL-16597-01

Advertisement

Table of Contents
loading

Table of Contents