Go to primary content
Diameter Signaling Router Subscriber Database Server User's Guide
Release 8.2
E89028
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Connections maintenance elements

Table 4-1 describes elements on the SDS > Maintenance > Connections page.

Table 4-1 Connections Maintenance Elements

Element Description Data Input Notes
Timestamp Time the connection was established Format: Year-Month-Day Hour-Minute-Second
CID Connection ID N/A
Remote IP Address IP address for the remote client Format: Valid IP address

Range: Either an IPv4 or an IPv6 IP address.

IPv4 addresses are 32 bits, represented in a dot-decimal notation like this: x.x.x.x where each x (called an octed) is a decimal value from 0 to 255. They are separated by periods. For example: 1.2.3.4 and 192.168.0.100 are valid IPv4 addresses.

IPv6 addresses are 128 bits, represented in a colon-hexadecimal notation like this: z:z:z:z:z:z:z:z where each z is a group of hexadecimal digits ranging from 0 to ffff. They are separated by colons. Leading zeros may be omitted in each group. "::" can be used (at most once) in an IPv6 address to represent a range of as many zero fields as needed to populate the address to eight fields. So the IPv6 address 2001:db8:c18:1:260:3eff:fe47:1530 can also be represented as 2001:0db8:0c18:0001:​​​​​​0260:3eff:0fe47:1530 and the IPv6 address ::1 is the same as 0000:0000:0000:0000:​​​​0000:0000:0000:0001

Remote Port Port used for the remote client connection Format: Valid port number
Version Version of API this client application is using Default: 1.0
Txn Mode Database transaction mode Range:
  • normal: All updates must be sent inside a transaction explicitly begun and ended by begin_txn and end_txn/abort_txn requests respectively.
  • single: Transactions are implicitly begun and ended for individual update requests

Default: normal

Cnx Manager Connection manager Options: Pdba, Xds, XmlImport, XmlExport, PdbRelay, PdbAudit
Idle Timeout Number of minutes the connection can be idle before it is automatically timed out Range:
  • 0 (the connection is never terminated)
  • 1 - 44640 minutes

Default: 0