Configuring the Remote Diameter Peer (SRC CLI)
Use the following configuration statements to configure the remote Diameter peer:
slot number ims aracf-rq peer name { address address; port port; origin-host origin-host; watchdog-timeout watchdog-timeout; incoming-queue-limit incoming-queue-limit; }
To configure the remote Diameter peer:
- From configuration mode, access the statement that configures
the Diameter peer. In this sample procedure, the remote SPDF peer
called primary-spdf is configured. user@host# edit slot 0 ims aracf-rq peer primary-spdf
- (Optional) Specify the IP address of the remote peer. [edit slot 0 ims aracf-rq peer primary-spdf] user@host# set address address
- (Optional) Specify the port of the remote peer. [edit slot 0 ims aracf-rq peer primary-spdf] user@host# set port port
- (Optional) Specify the Diameter identifier for the remote
endpoint that is the originator of the Diameter message. [edit slot 0 ims aracf-rq peer primary-spdf] user@host# set origin-host origin-host
- (Optional) Specify the watchdog timeout of the connection
to the remote peer. [edit slot 0 ims aracf-rq peer primary-spdf] user@host# set watchdog-timeout watchdog-timeout
- (Optional) Specify the size of the incoming message queue
before the system rejects messages. [edit slot 0 ims aracf-rq peer primary-spdf] user@host# set incoming-queue-limit incoming-queue-limit
- (Optional) Verify your configuration.
[edit slot 0 ims aracf-rq peer primary-spdf] user@host# show address 127.0.0.1; origin-host testclient;