Extreme Networks ExtremeWare XOS Command Reference Manual page 670

Version 11.3
Hide thumbs Also See for ExtremeWare XOS:
Table of Contents

Advertisement

ACL Commands
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
"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
source-port 190;
destination-port
} then {
permit;
}
}
History
This command was first available in ExtremeWare XOS 11.3.
Platform Availability
This command is available on all platforms.
670
udp;source-port 190;destination-port
udp;
1200 - 1250;
1200 - 1250;"
ExtremeWare XOS 11.3 Command Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Extremeware xos 11.3

Table of Contents