A
CCESS
C
ONTROL
L
IST
C
OMMANDS
23-14
Example
This example accepts any incoming packets if the destination address is
2009:DB9:2229::79/48.
This allows packets to any destination address when the DSCP value is 5.
This allows any packets sent to the destination 2009:DB9:2229::79/48
when the flow label is 43.”
Related Commands
access-list ipv6 (23-10)
show ipv6 access-list
This command displays the rules for configured IPv6 ACLs.
Syntax
show ip access-list {standard | extended} [acl_name]
• standard – Specifies a standard IPv6 ACL.
• extended – Specifies an extended IPv6 ACL.
• acl_name – Name of the ACL. (Maximum length: 16 characters)
Command Mode
Privileged Exec
Example
Console(config-ext-ipv6-acl)#permit 2009:DB9:2229::79/48
Console(config-ext-ipv6-acl)#
Console(config-ext-ipv6-acl)#permit any dscp 5
Console(config-ext-ipv6-acl)#
Console(config-ext-ipv6-acl)#permit 2009:DB9:2229::79/48
flow-label 43
Console(config-ext-ipv6-acl)#
Console#show ipv6 access-list standard
IPv6 standard access-list david:
permit host 2009:DB9:2229::79
permit 2009:DB9:2229:5::/64
Console#