Configuring the Remote Diameter Peer

Use the following configuration statements to configure the remote Diameter peer:

slot number ims aracf-rq peer primary-spdf {
address address;
origin-host origin-host;
}

To configure the remote Diameter peer:

  1. From configuration mode, access the configuration 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
  2. (Optional) Specify the IP address of the remote peer.
      [edit slot 0 ims aracf-rq peer primary-spdf]
      user@host# set address address
  3. (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
  4. (Optional) Verify your configuration.
    [edit slot 0 ims aracf-rq peer primary-spdf]
    user@host# show
    address 127.0.0.1;
    origin-host testclient;