ACL Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
828
clear access-list counter
clear access-list {dynamic} counter {<countername>} {any | ports <portlist>
| vlan <vlanname>} {ingress | egress}
Description
Clears the specified access list counters.
Syntax Description
Default
The default direction is ingress; the default ACL type is non-dynamic.
Usage Guidelines
Use this command to clear the ACL counters. If you do not specify an interface, or the
any
option, you
will clear all the counters.
Example
The following example clears all the counters of the ACL on port 2:1:
clear access-list counter port 2:1
The following example clears the counter
counter2
of the ACL on port 2:1
clear access-list counter counter2 port 2:1
History
This command was available in ExtremeWare XOS 10.1.
The VLAN option was first available in ExtremeWare XOS 11.0.
The egress and dynamic options were first available in ExtremeWare XOS 11.3.
dynamic
Specifies that the counter is from a dynamic ACL.
countername
Specifies the ACL counter to clear.
any
Specifies the wildcard ACL.
portlist
Specifies to clear the counters on these ports.
vlanname
Specifies to clear the counters on the VLAN.
ingress
Clear the ACL counter for packets entering the switch on this interface.
egress
Clear the ACL counter for packets leaving the switch from this interface
(BlackDiamond 10808 and BlackDiamond 12804 only).