...
Item | Description | |||||
---|---|---|---|---|---|---|
Hostname | The hostname (case sensitive) or IP address of a Diameter Identity. For example: ggsn01.vendor.com.
| |||||
Port | The port to connect to when initiating transport connections with a peer. For example: 3868. | |||||
Protocol | The transport protocol to use when initiating a peer connection. The following settings are available:
When TCP/TLS is selected, the Diameter Stack requires a secure connection from this host. You configure this feature by setting the Keystore Path and the Keystore Password in the Diameter Stack agent. For further information, see the section, Advanced Tab, in Diameter Stack Agent Configuration.
| |||||
Throughput Threshold | If throttling has been enabled for the peer, this field will show the configured threshold for when transmissions of request UDRs should be throttled. Throttled UDRs will be routed back into the workflow. For example: 1.000 (which means a maximum of 1.000 UDRs/second will be transmitted).
| |||||
On Connection from Unknown Peer | When unknown peers try to connect to the Diameter Stack, you can configure how such connection attempts are to be handled. You can choose from three options from the drop box:
|
To Add a Host
In the Diameter Routing Profile , click on the Add button beneath the Peer Table .
The Add Host dialog opens.
The Diameter Routing Profile - Adding a Host
Enter the host name and port for the host in the Hostname and Port fields.
Select protocol in the Protocol drop-down-list.
If you want to enable throttling for the peer, select the Enable Throttling check box, and then enter the maximum number of request UDRs per second you want the Diameter Stack agent to transmit to the peer in the Throughput Threshold (UDR/s) field.
Note title Note! Ensure that you handle the throttled UDRs in your APL code in the workflow in order to not loose any UDRs.
Click on the Add button and the host will be added in the Peer Table , and then click on the Close button to close the dialog when you are finished adding hosts.
...