show ipv6 access-list

Displays all or specific configured IPv6 access control list (ACL) or IPv6 ACLs bound to a route map or listener policy.

Syntax

show ipv6 access-list { name | all }
show ipv6 access-list all route-map
show ipv6 access-list all listener-policy

Parameters

name
Specifies the name of IPv6 ACL.
all
Specifies all configured IPv6 ACLs.
route-map
Specifies the name of the route-map.
listener-policy
Specifies the name of the listener-policy.

Modes

Exec mode

Examples

The following example shows settings for the IPv6 access list, IPV6-1.

device# show ipv6 access-list IPv6-1
seq 66 permit tcp any any ( 0 Packets, 0 Bytes, 0 Packets/sec, 0 Bits/sec )

The following example shows all IPv6 access lists.

device# sshow ipv6 access-list all 
ipv6 access-list ip6-2 
  seq 10 permit gtpu any any ( 0 Packets, 0 Bytes, 0 Packets/sec, 0 Bits/sec ) 
  seq 20 permit ipv6 2001::1 2001:0::0:1 any ( 0 Packets, 0 Bytes, 0 Packets/sec, 0 Bits/sec ) 
ipv6 access-list ip6-3 
  seq 40 permit ipv6 2002::2 2002:: 2003::3 2003::0 ( 0 Packets, 0 Bytes, 0 Packets/sec, 0 Bits/sec ) 

The following example shows all configured IPv6 access lists bound to a route map.

device# show ipv6 access-list all route-map
Route map: rm1 
  ipv6 access-list ip6-3 
    seq 40 permit ipv6 2002::2 2002:: 2003::3 2003::0 ( 0 Packets, 0 Bytes, 0 Packets/sec, 0 Bits/sec ) 

The following example shows all IPv6 access lists bound to a listener policy.

device# show ipv6 access-list all listener-policy 
Listener policy: LP1 
  ipv6 access-list ip6-2 
    seq 10 permit gtpu any any ( 0 Packets, 0 Bytes, 0 Packets/sec, 0 Bits/sec ) 
    seq 20 permit ipv6 2001::1 2001:0::0:1 any ( 0 Packets, 0 Bytes, 0 Packets/sec, 0 Bits/sec )