show access-list dynamic rule
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
851
show access-list dynamic rule
show access-list dynamic rule <rule> {detail}
Description
Displays the syntax of a dynamic ACL.
Syntax Description
Default
N/A.
Usage Guidelines
None.
Example
The following command displays the syntax of the dynamic ACL
udpacl
:
show access-list dynamic rule updacl
The output of the command is similar to the following:
entry udpacl {
if match all {
source-address 10.203.134.0/24 ;
destination-address 140.158.18.16/32 ;
protocol udp ;
source-port 190 ;
destination-port 1200 - 1250 ;
} then {
permit ;
} }
The following command displays where the dynamic ACL
udpacl
has been applied:
show access-list dynamic rule updacl
The output of the command is similar to the following:
Rule updacl has been applied to the following interfaces.
Vlan Name Port Direction
=================================
* 1 ingress
rule
Specifies the rule to display.
detail
Specifies to display where the ACL has been applied.