reset packet-filter statistics

Use reset packet-filter statistics to clear the match statistics (including the accumulated statistics) and the default action statistics of ACLs for packet filtering.

Syntax

reset packet-filter statistics { global | interface [ interface-type interface-number ] | vlan [ vlan-id ] } { inbound | outbound } [ default | [ ipv6 ] { acl-number | name acl-name } ]

Views

User view

Predefined user roles

network-admin

mdc-admin

Parameters

global: Specifies all physical interfaces.

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, the command clears packet filtering ACL statistics on all interfaces.

vlan [ vlan-id ]: Specifies a VLAN by its ID. If no VLAN is specified, the command clears packet filtering ACL statistics in all VLANs.

inbound: Specifies the inbound direction.

outbound: Specifies the outbound direction.

default: Clears the default action statistics of ACLs for packet filtering.

acl-number: Specifies an ACL by its number:

name acl-name: Specifies an ACL by its name. The acl-name argument is a case-insensitive string of 1 to 63 characters. It must start with an English letter. For a basic ACL or advanced ACL, if you do not specify the ipv6 keyword, this option specifies the name of an IPv4 basic ACL or advanced ACL. If you specify the ipv6 keyword, this option specifies the name of an IPv6 basic ACL or advanced ACL.

Usage guidelines

When none of default, acl-number, and name acl-name is specified, this command clears the match statistics and default action statistics of all ACLs for packet filtering.

Examples

# Clear IPv4 basic ACL 2001 statistics for incoming packet filtering in VLAN 2.

<Sysname> reset packet-filter statistics vlan 2 inbound 2001

Related commands