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
844
show access-list
show access-list {any | ports <portlist> | vlan <vlanname>} {ingress |
egress}
Description
Displays the ACLs configured on an interface.
Syntax Description
Default
The default is to display all interfaces, ingress.
Usage Guidelines
The ACL with the port and VLAN displayed as an asterisk (*) is the wildcard ACL.
If you do not specify an interface, the policy names for all the interfaces are displayed, except that
dynamic ACL rule names are not displayed. To display dynamic ACLs use the following commands:
show access-list dynamic
show access-list dynamic rule <rule> {detail}
If you specify an interface, all the policy entries, and dynamic policy entries are displayed.
Example
The following command displays all the interfaces configured with an ACL:
show access-list
The output from this command is similar to:
Vlan Name Port Policy Name Dir Rules Dyn Rules
==================================================================
* 3:6 TCP_flag ingress 3 2
* 3:8 qos_hongkong ingress 3 0
* 2:1 tc_2.4 ingress 4 0
* 2:7 tcp ingress 1 0
aclname
Specifies the ACL name. The name can be from 1-32 characters long.
any
Specifies the wildcard ACL.
portlist
Specifies which ports’ ACLs to display.
vlanname
Specifies which VLAN’s ACL to display.
ingress
Display ingress ACLs.
egress
Display egress ACLs (BlackDiamond 10808 and BlackDiamond 12804 only).