Go to primary content
Oracle® Communications Inter-Working Function (IWF) Cloud Native User's Guide
Release 1.0
F16989-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Configuring Diameter Peer

Peer nodes are configured in diameter-peer.yaml" file present in the location <IWF config path>/data/dp of master node.

Note:

IWF does not listen for incoming connections, as connection with diameter peer is always initiated by IWF.

Following is a sample yaml file.

version: '0.1'
kind: 'diameter-config'
metadata:
  label: 'diameter-peer-config'
setting:
  reconnectDelay: 3
  responseTimeout: 4
  connectionTimeOut: 3
  watchdogInterval: 6
  transport: 'TCP'
 
nodes:
  - name: 'dra'
    address: '10.75.157.155'
    port: 3868
    realm: 'oracle.com'
    identity: 'dra.oracle.com'

Table 3-1 provides information about the yaml file parameters.

Table 3-1 Config Yaml File Parameter

Config Yaml File Parameter Description
reconnectDelay Time delay in seconds between successive peer connection establishment attempts
responseTimeout Response timer value in seconds
connectionTimeOut Connection timer value in seconds
watchdogInterval Inactivity time in seconds after which DWR will be triggered
transport Transport protocol type TCP
nodes (list) name Name of the peer node
address IP address of the peer node
port Port on which peer node listens for connections
realm Realm of the peer node
identity FQDN of the peer node