show ipv6 access-list
To display the IPv6 access list, use the show ipv6 access-list command in privileged EXEC mode. The IPv6 access list determines what IPv6 traffic can pass through the ASA.
show ipv6 access-list [ id [ source-ipv6-prefix/prefix-length | any | host source-ipv6-address ]]
Syntax Description
any |
(Optional) An abbreviation for the IPv6 prefix ::/0. |
host source-ipv6-address |
(Optional) IPv6 address of a specific host. When provided, only the access rules for the specified host are displayed. |
id |
(Optional) The access list name. When provided, only the specified access list is displayed. |
source-ipv6-prefix /prefix-length |
(Optional) IPv6 network address and prefix. When provided, only the access rules for the specified IPv6 network are displayed. |
Command Default
Displays all IPv6 access lists.
Command Modes
The following table shows the modes in which you can enter the command:
Command Mode |
Firewall Mode |
Security Context |
|||
---|---|---|---|---|---|
Routed |
Transparent |
Single |
Multiple |
||
Context |
System |
||||
Privileged EXEC |
|
— |
|
|
— |
Command History
Release |
Modification |
---|---|
7.0(1) |
This command was added. |
9.0(1) |
IPv6 access rules were incorporated into the access-list command, so this command is no longer meaningful. |
Usage Guidelines
The show ipv6 access-list command provides output similar to the show ip access-list command, except that it is IPv6-specific.
This command shows only those access lists configured using the ipv6 access-list command. In ASA 9.0(1), IPv6 access control was integrated into the same access-list structure as IPv4. Thus, in systems running software versions starting with 9.0(1), the show ipv6 access-list command is no longer meaningful.
Examples
The following is sample output from the show ipv6 access-list command. It shows IPv6 access lists named inbound, tcptraffic, and outbound.
ciscoasa# show ipv6 access-list
IPv6 access list inbound
permit tcp any any eq bgp reflect tcptraffic (8 matches) sequence 10
permit tcp any any eq telnet reflect tcptraffic (15 matches) sequence 20
permit udp any any reflect udptraffic sequence 30
IPv6 access list tcptraffic (reflexive) (per-user)
permit tcp host 2001:0DB8:1::1 eq bgp host 2001:0DB8:1::2 eq 11000 timeout 300 (time
left 243) sequence 1
permit tcp host 2001:0DB8:1::1 eq telnet host 2001:0DB8:1::2 eq 11001 timeout 300
(time left 296) sequence 2
IPv6 access list outbound
evaluate udptraffic
evaluate tcptraffic