662 IP Access Control List Commands
ip access-list This command creates an extended IP Access Control List (ACL) identified by
name, consisting of classification fields defined for the IP header of an IPv4
frame. The name parameter is a case-sensitive alphanumeric string from 1 to 31
characters uniquely identifying the IP access list. The rate-limit attribute
configures the committed rate and the committed burst size.
If an IP ACL by this name already exists, this command enters IPv4-Access_List
config mode to allow updating the existing IP ACL.
The CLI mode changes to IPv4-Access-List Config mode when you successfully
execute this command.
no ip access-list This command deletes the IP ACL identified by name from the system.
ip access-list
rename
This command changes the name of an IP Access Control List (ACL). The name
parameter is the names of an existing IP ACL. The newname parameter is a case-
sensitive alphanumeric string from 1 to 31 characters uniquely identifying the IP
access list.
This command fails is an IP ACL by the name newname already exists.
{deny | permit} (IP
ACL)
This command creates a new rule for the current IP access list. Each rule is
appended to the list of configured rules for the list. A rule may either deny or
permit traffic according to the specified classification fields. At a minimum,
either the every keyword or the protocol, source address, and destination address
Format
ip access-list
name
Mode Global Config
Format
no ip access-list
name
Mode Global Config
Format
ip access-list rename
name newname
Mode Global Config