Description | Setting each value causes the appropriate action:
'dstOnly' - causes the creation of rows in the
cseFlowDataTable corresponding to the current L3 flow
information for the absolute destination IP address
set in the cseFlowQueryDestination object in this table.
If cseFlowQueryDestinationMask is also specified at the
same time, it will be applied to the address part of
cseFlowQueryDestination.
'srcOrDst' - causes the creation of rows in the
cseFlowDataTable corresponding to the current L3 flow
information for EITHER of the absolute IP addresses set in
the cseFlowQueryDestination or cseFlowQuerySource objects.
If either of cseFlowQueryDestinationMask and
cseFlowQuerySourceMask
objects are also specified at the same time,
they will be applied to the respective address parts
of cseFlowQueryDestination and cseFlowQuerySource
objects. This option is typically used to
setup queries for flows on traffic in either directions.
'srcAndDst' - causes the creation of rows in the
cseFlowDataTable corresponding to the current L3 flow
information for BOTH the absolute IP addresses set in
the cseFlowQueryDestination and cseFlowQuerySource objects.
If either of cseFlowQueryDestinationMask and
cseFlowQuerySourceMask objects are also specified
at the same time, they will be applied to the
respective address parts of cseFlowQueryDestination and
cseFlowQuerySource objects. This option is typically used to
setup queries for flows on traffic in one direction only.
'fullFlow' - causes the creation of row(s) in the
cseFlowDataTable exactly corresponding to the current
L3 flow information for the complete IP flow (including the
transport port numbers) set in the cseFlowQueryDestination and
cseFlowQuerySource objects. If either of
cseFlowQueryDestinationMask and cseFlowQuerySourceMask
objects are also specified at the same
time, they will be applied to the respective address parts of
cseFlowQueryDestination and cseFlowQuerySource objects.
This option is typically used to setup queries for flows
on traffic for specific (TCP/UDP) port numbers
corresponding to standard protocols such as FTP,
WWW, TELNET, etc.
'ipxDstOnly' - causes the creation of rows in the
cseFlowDataTable corresponding to the current L3 flow
information for the absolute destination IPX address
set in the cseFlowQueryDestination object in this table.
If cseFlowQueryDestinationMask is also specified at
the same time, it will be applied to the address part
of cseFlowQueryDestination.
'ipxSrcAndDst' - causes the creation of rows in the
cseFlowDataTable corresponding to the current L3 flow
information for BOTH the absolute IPX addresses set in
the cseFlowQueryDestination and cseFlowQuerySource objects.
If either of cseFlowQueryDestinationMask and
cseFlowQuerySourceMask objects are also specified at the
same time, they will be applied to the respective address
parts of cseFlowQueryDestination and
cseFlowQuerySource objects.
'any' - returns all rows corresponding to all established
flow entries in the cseFlowDataTable.
Note:
1. The type FlowAddressComponent used for objects
cseFlowQuerySource and cseFlowQueryDestination, has the
network address part and also the transport port
number part, if applicable.
2. The value of this object cannot be modified when the
corresponding instance of cseFlowQueryStatus is 'active'. |