TCP/IP Related UDR Types
TCPIPUDR
The TCPIPUDR is the UDR type created by default in the TCPIP agent. It can be viewed in the UDR Internal Format Browser. To open the browser click Build → New Configuration → APL Code. In the editing area right-click and select  UDR Assistance... to open the UDR Internal Format Browser.
TCPIPUDR
Field | Description |
---|---|
| The IP address of the client. |
| The port through which the agent connects to the client. |
| The data that the agent sends back to the client. |
| A per-connection unique number that is generated by the TCPIP agent. This number enables you to follow the order by which the UDRs are collected. The agent counter is reset whenever connection with the agent is established. |
The UDR fieldsÂ
RemoteIP
,ÂRemotePort
, andÂSequenceNumber
are accessible from the workflow configuration only if the TCP/IP agent is configured with a decoder that extends the built-in TCP/IP format. For further information see Decoder in the section Decoder Tab in TCP/IP Collection Agent Configuration.The TCPIPUDR cannot be cloned and the socket connection is not initialized if cloning is attempted. It is therefore recommended that you initialize every UDR from the decoder, and then route it into the workflow.
TCPIPStateUDR
You can configure the collection agent to track the connection state of the client. Whenever the client is connected or disconnected, the agent sends this UDR which contains the status of the connection each time it changes state. To activate this function, go to the TCP/IP tab and select the Send TCPIPStateUDR checkbox. See the TCP/IP Tab in TCP/IP Collection Agent Configuration.
TCPIPStateUDR
Field | Description |
---|---|
| This field is only populated when the collection agent tries to send a response to the client but the client is no longer connected. The agent then sends the |
| The IP address of the client. |
| This field indicates if the client is connected or disconnected. When there is a new connection, this field is set to |
| The port of the client. |
| The data that the agent sends back to the client. |