ipv6 access-list extended

Use this command to enter access list configuration mode for extended IPv6 access lists.

Syntax

ipv6 access-list extended name
no ipv6 access-list name

Parameters

name Specifies an extended access list name.

Defaults

None.

Mode

Global configuration.

Usage

The ipv6 access-list extended command enters the rule configuration command mode for the specified extended access list. Extended access lists specify both a source and destination address.

You specify a name to identify a new ACL. A name may be quoted, as the quotes are stripped, but spaces are not supported in the quoted string. A name cannot be one of the show access-lists keywords brief or applied, or any prefix thereof such as ?br? or ?app?. Names can be up to 64 characters in length.

Restrictions defined by an access list are applied to an interface using the ipv6 access-group command (ipv6 access-group).

The “no” form of this command removes the specified access list.

Example

This example creates extended IPv6 access list extend10, if it does not already exist, and enters access list extend10 configuration mode:

System(su-config)->ipv6 access-list extended extend10
System(su-cfg-ipv6-ext-acl)->