ipv6 access-list check

Use this command to check the efficiency of an IPv6 access list.

Syntax

ipv6 access-list {standard | extended} name check

Parameters

standard | extended Specifies whether the access list is a standard or extended access list.
name Specifies a standard or extended access list name.

Defaults

None.

Mode

Configuration command, Global configuration.

Usage

This command checks the efficiency of an IPv6 access-list by determining if any rules are hidden by preceding rules.

Example

This example checks the efficiency of standard access list acl1:

System(rw-config)->ipv6 access-list standard acl1 check
access-list acl1 is efficient -- no rules are hidden by preceding rules.
System(rw-config)->