clear access-list hitcounts control-plane

Syntax

clear access-list hitcounts [{ip|ipv6} <ACL-NAME>] control-plane vrf <VRF-NAME>

Description

Clears the hit counts for ACLs applied to the specified Control Plane VRF.

Command context

Operator (>) or Manager (#)

Parameters

ip|ipv6

Specifies the ACL type: ip for IPv4, oripv6 for IPv6.

<ACL-NAME>

Specifies the ACL name.

vrf <VRF-NAME>

Specifies the VRF name.

Authority

Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.

Examples

Clearing the hit counts for an IPv4 ACL applied to the Control Plane mgmt VRFs:

switch# clear access-list hitcounts ip My_ipv4_ACL control-plane vrf mgmt

Clearing the hit counts for an IPv6 ACL applied to all Control Plane VRFs:

switch# clear access-list hitcounts ipv6 My_ipv6_ACL control-plane