Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To open the TCP/IP collection agent configuration, click Build → New Configuration. Select Workflow from the Configurations dialog. When prompted to Select workflow type, select Realtime. Click Add agent and selectTcp Ip from the Agent Selection dialog. Double-click the agent icon or right-click the icon and select Edit agent, to display the Agent Configuration dialog.

TCP/IP Tab

Image Removed Image Added

TCP/IP collection agent configuration dialog - TCP/IP tab

SettingDescription

Host

The IP address or hostname to which the TCP collector will bind. If the host is bound the port must also be bound. If left empty TCP collector binds to all IP addresses available on the system.

Note
titleNote!

This can be dynamically updated.


Port

The port number from which the data is received. Make sure the port is not used by other applications.

Note
titleNote!

The port can also be dynamically updated while the agent is running. Double-click the agent in the Workflow Editor in monitor mode and modify it. To trigger the agent to use the new port the workflow must be saved. For further information about updating agent configurations while the workflow is running, see Dynamic Update in 1.2 Administration and Management .


Allow Multiple Connections

If enabled, several TCP/IP connections are allowed simultaneously. If disabled, only one at a time is allowed.

Number of Connections Allowed

If Allow Multiple Connections is enabled, the maximum number of simultaneous connections is specified as a number between 2 and 65000.

Send Response

If enabled, the collector will be able to send a response back to the source. If Allow Multiple Connections is enabled, the collector expects a UDR extended with the default TCPIPUDR as reply. If disabled, it expects a bytearray.

Note
titleNote!

Drag and release in the opposite direction in the workflow to create a response route between the agents. The TCP/IP agent must be connected to an agent utilizing APL. This since responses are created with APL commands.

For a description of the differences between a single- and a multiple connection setup, see A TCP/IP Example .

Send TCPIPStateUDR

If enabled, you can track the connection state of the client. When this option is selected the collection agent sends a udr indicating the status of the client connection each time it changes state. See TCPIPStateUDR in TCP/IP Related UDR Types.

Note
titleNote!

It is not detected if a client is powered down or if its network cable has been removed.


Decoder Tab

Image RemovedImage Added

TCP/IP collection agent configuration dialog - Decoder tab

...