2 system-view[Sysname] acl number 2000[Sysname-acl-basic-2000]# Create IPv4 basic ACL 2001 with the name flow, and enter its view. system-view[Sysname] acl number 2001 name flow[Sysname-acl-basic-2001-flow]acl accelerateSyntaxacl accelerate number acl-numberundo acl accelerate number acl-numberViewSystem viewDefault level2: System levelParametersnumber acl-number: Specifies the number of an existing IPv4 ACL:• 2000 to 2999 for IPv4 basic ACL• 3000 to 3999 for IPv4 advanced ACLDescriptionUse the acl accelerate command to enable ACL acceleration for an IPv4 ACL.Use the undo acl accelerate command to disable ACL acceleration for an IPv4 ACL.By default, ACL acceleration is disabled.ACL acceleration speeds up ACL lookup. The acceleration effect increases with the number of ACL rules.ACL acceleration uses memory. To achieve the best trade-off between memory and ACL processingperformance, H3C recommends you enable ACL acceleration for large ACLs.For example, when you use a large ACL for a session-based service, such as NAT or ASPF, you canenable ACL acceleration to avoid session timeouts caused by ACL processing delays.Enable ACL acceleration in an ACL after you have finished editing ACL rules. ACL acceleration alwaysuses ACL criteria that have been set before it is enabled for rule matching. It does not synchronize withany subsequent match criterion changes.ACL acceleration is not available for ACLs that contain a non-contiguous wildcard mask.Related commands: display acl accelerate.Examples# Enable ACL acceleration for IPv4 advanced ACL 3000. system-view[Sysname] acl accelerate number 3000