| Help : Query : Parameter : sourcePort |
A port may refer to a port, type or sap depending on the table type being analyzed (see tableType). For example, when analyzing a TCP traffic matrix for http traffic, specify sourcePort=80).
Ranges and lists of ports can be constructed, for example:
sourcePort=20,21 specifies ftp data and control traffic.
sourcePort=1-1023 specifies all "well known" ports.
Note: Certain well known ports can be specified using their names, for
example:
sourcePort=ftp_data,ftp is equivalent to sourcePort=20,21