show access-list counter
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
847
show access-list counter
show access-list counter {<countername>} {any | ports <portlist> | vlan
<vlanname>} {ingress | egress}
Description
Displays the specified access list counters.
Syntax Description
Default
The default direction is ingress.
Usage Guidelines
Use this command to display the ACL counters.
Example
The following example displays all the counters for all ACLs:
show access-list counter
The output of this command is similar to the following:
Policy Name Vlan Name Port Direction
Counter Name Packet Count Byte Count
=====================================================================
firewall1 * * ingress
DENY_SYN 0 0
PERMIT_SYN_ACK 1228300404 1920048848
tc_2.4 * 2:1 ingress
arp192 3 204
denyAll 0 0
destIp 0 0
destIp2 0 0
tcp * 2:7 ingress
PERMIT_SYN_ACK 0 0
TCP_flag * 3:6 ingress
denyAll 0 0
countername
Specifies the ACL counter to display.
portlist
Specifies to display the counters on these ports.
vlanname
Specifies to display the counters on the VLAN.
ingress
Specifies to display ingress counters.
egress
Specifies to display egress counters (BlackDiamond 10808 and BlackDiamond
12804 only).