Use this command to copy a pre-existing IPv6 access list to a new IPv6 access list.
standard | extended | Specifies whether the access list is a standard or extended access list. |
name | Specifies a standard or extended access name. |
None.
Global configuration.
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.
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)->