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
838
The following command creates a dynamic ACL that accepts all the UDP packets from the 10.203.134.0/
24 subnet that are destined for the host 140.158.18.16, with source port 190 and a destination port in the
range of 1200 to 1250:
create access-list udpacl “source-address 10.203.134.0/24;destination-address
140.158.18.16/32;protocol udp;source-port 190;destination-port 1200 - 1250;”
“permit”
The previous example creates a dynamic ACL entry named
udpacl
that is equivalent to the following
ACL policy file entry:
entry udpacl {
if {
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;
}
}
History
This command was first available in ExtremeWare XOS 11.3.
Platform Availability
This command is available on all platforms.