Allied Telesis AT-8100 Series User Manual
Page 1607
AT-8100 Switch Command Line User’s Guide
1607
gt
Matches packets that are greater than the TCP port number
specified by the src_ipaddress parameter.
ne
Matches packets that are not equal to the TCP port number
specified by the src_ipaddress parameter.
src_tcp_port
Specifies the source TCP port number. The range is 0 to 65535.
Omit this parameter if you are entering a range of TCP port
numbers.
dest_ipaddress
Specifies the destination IP address of the ingress packets the
access list should filter. Choose from the following options:
any: Matches any IP address.
ipaddress/mask: Matches packets that have a source IP
address of a subnet or an end node. The mask is a decimal
number that represents the number of bits in the address, from
left to right, that constitute the network portion of the address.
For example, the subnet address 149.11.11.0 would have a
mask of “24” for the twenty-four bits of the network section of the
address. The IP address and the mask are separated by a slash
(/); for example, “149.11.11.0/24.”
host ipaddress: Matches packets with a destination IP address
and is an alternative to the IPADRESS/MASK variable for
addresses of specific end nodes. The HOST keyword indicates
that the address is of a specific end node and that no mask is
required.
lt
Matches packets that are less than the TCP port number specified
by the dest_ipaddress parameter.
gt
Matches packets that are greater than the TCP port number
specified by the dest_ipaddress parameter.
ne
Matches packets that are not equal to the TCP port number
specified by the dest_ipaddress parameter.
range
Matches packets with TCP port numbers within the range.
Separate the numbers of the range with a space, for instance:
range 4 10