show access-list
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
845
v1 * tcp ingress 1 0
* * firewall1 ingress 2 1
The following command displays the ingress access list entries configured on the VLAN v1006:
show access-list v1006 ingress
The output from this command is similar to the following:
# RuleNo 1
entry dacl13 { #Dynamic Entry
if match all {
ethernet-destination-address 00:01:05:00:00:00 ;
} then {
count c13 ;
redirect 1.1.5.100 ;
} }
# RuleNo 2
entry dacl14 { #Dynamic Entry
if match all {
ethernet-source-address 00:01:05:00:00:00 ;
} then {
count c14 ;
qosprofile qp7 ;
} }
# RuleNo 3
entry dacl13 {
if match all {
ethernet-destination-address 00:01:05:00:00:00 ;
} then {
count c13 ;
redirect 1.1.5.100 ;
} }
History
This command was available in ExtremeWare XOS 10.1.
The
<aclname>
option was removed in ExtremeWare XOS 11.1.
The
ingress, egress, any
,
ports
, and
vlan
options were added in ExtremeWare XOS 11.3
Platform Availability
This command is available on all platforms.