918 ExtremeWare Software 7.3.0 Command Reference Guide
Security Commands
show access-list
show access-list {<name> | port <portlist>}
Description
Displays access list information and real-time statistics.
Syntax Description
Default
Shows information for all access lists.
Usage Guidelines
To verify access list settings, you can view the access list configuration and see real-time statistics on
which access list entries are being accessed when processing traffic.
Example
The following command shows information on all current the access lists:
show access-list
It produces output similar to the following:
Rule Dest/mask:L4DP Src/mask:L4SP Flags Hits
test1 0.0.0.0/ 0: 0 0.0.0.0/ 0: 0 I-P-X 1531
Flags: I=IP, T=TCP, U=UDP, E=Established, M=ICMP
P=Permit Rule, D=Deny Rule
N=Port Specific Rule, X=Any Port
The following command shows real-time access list statistics for ingress ports 5-7:
show access-list port 5-7
The following command shows information for access list test1:
show access-list test1
name Specifies the name of an access list to be displayed.
portlist Specifies one or more ports or slots and ports. On a modular switch, can be a
list of slots and ports. On a stand-alone switch, can be one or more port
numbers. May be in the form 1, 2, 3-5, 2:5, 2:6-2:8.