ipv6 access-list append to

Use this command to append the specified IPv6 access list to another IPv6 access list.

Syntax

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

Parameters

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

Defaults

None.

Mode

Configuration command, Global configuration.

Usage

This command appends the first access list specified to the second access list specified. When appending an IPv6 access list, both the access list to append and the access list to append to must already exist.

Example

This example appends standard IPv6 access list acl1 to a pre-existing standard IPv6 access list acl3:

System(rw-config)->ipv6 access-list standard acl1 append to acl3
System(rw-config)->