4-3
<Sysname> system-view
[Sysname] acl ipv6 number 2002 name flow
[Sysname-acl6-basic-2002-flow]
# Enter the view of an IPv6 ACL that has no name by specifying its number.
<Sysname> system-view
[Sysname] acl ipv6 number 2000
[Sysname-acl6-basic-2000]
# Enter the view of an IPv6 ACL that has a name by specifying its number.
<Sysname> system-view
[Sysname] acl ipv6 number 2002
[Sysname-acl6-basic-2002-flow]
# Delete the IPv6 ACL with the number of 2000.
<Sysname> system-view
[Sysname] undo acl ipv6 number 2000
# Delete the IPv6 ACL named flow.
<Sysname> system-view
[Sysname] undo acl ipv6 name flow
acl ipv6 copy
Syntax
acl ipv6 copy { source-acl6-number | name source-acl6-name } to { dest-acl6-number | name
dest-acl6-name }
View
System view
Default Level
2: System level
Parameters
source-acl6-number: Number of an existing IPv6 ACL, which must be in the following ranges:
z 2000 to 2999 for basic IPv6 ACLs,
z 3000 to 3999 for advanced IPv6 ACLs.
source-acl6-name: Name of an existing IPv6 ACL, a case insensitive string of 1 to 32 characters. It must
start with an English letter and cannot be named all to avoid confusion.
dest-acl6-number: Number of a non-existent IPv6 ACL, which must be in the following ranges:
z 2000 to 2999 for basic IPv6 ACLs
z 3000 to 3999 for advanced IPv6 ACLs
dest-acl6-name: Name for the new IPv6 ACL, a case insensitive string of 1 to 32 characters. It must
start with an English letter and cannot be named all to avoid confusion. The system will automatically
assign the new ACL a number which is the smallest one among the available numbers of the same ACL
type.
Description
Use the acl ipv6 copy command to create an IPv6 ACL by copying an existing IPv6 ACL. The new ACL
is of the same ACL type and has the same rule order, rules, rule numbering step and descriptions.
Note that: