ipv6 access-list copy to

Use this command to copy a pre-existing IPv6 access list to a new IPv6 access list.

Syntax

ipv6 access-list {standard | extended} name copy to name

Parameters

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

Defaults

None.

Mode

Global configuration.

Usage

When copying an access list, the access list to copy must already exist, and the access list the original is being copied to must not already exist.

Access list names can be up to 64 characters in length.

Example

This example creates standard IPv6 access list acl2 and copys the already existing standard IPv6 access list acl1 to it:

System(rw-config)->ipv6 access-list standard acl1 copy to acl2
System(rw-config)->