Chapter 10
| Access Control Lists
IPv6 ACLs
– 404 –
Default Setting
None
Command Mode
Global Configuration
Command Usage
â—† When you create a new ACL or enter configuration mode for an existing ACL,
use the permit or deny command to add new rules to the bottom of the list. To
create an ACL, you must add at least one rule to the list.
â—† To remove a rule, use the no permit or no deny command followed by the
exact text of a previously configured rule.
â—† An ACL can contain up to 64 rules.
Example
Console(config)#access-list ipv6 standard david
Console(config-std-ipv6-acl)#
Related Commands
permit, deny (Standard IPv6 ACL) (405)
permit, deny (Extended IPv6 ACL) (406)
ipv6 access-group (Interface Configuration) (408)
show ipv6 access-list (409)
ipv6 access-group
(Global Configuration)
This command binds an IPv6 ACL to all ports for ingress traffic. Use the no form to
remove the port.
Syntax
ipv6 access-group acl-name in
[time-range time-range-name] [counter]
no ipv6 access-group acl-name in
acl-name – Name of the ACL. (Maximum length: 32 characters)
in – Indicates that this list applies to ingress packets.
time-range-name - Name of the time range. (Range: 1-32 characters)
counter – Enables counter for ACL statistics.
Default Setting
None
Command Mode
Global Configuration