[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the Local Diameter Peer

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

slot number ims aracf-rq {
protocol protocol;
port port;
address address;
origin-host origin-host;
origin-realm origin-realm;
}

To configure the local Diameter peer:

  1. From configuration mode, access the configuration statement that configures the Diameter peer.
  2. (Optional) Specify the protocol used for the transport layer.
  3. (Optional) Specify the port used for incoming connections.
  4. (Optional) Specify the IP address of the local peer.
  5. (Optional) Specify the Diameter identifier for the local endpoint that is the originator of the Diameter message.
  6. (Optional) Specify the Diameter identifier for the realm of the local endpoint that is the originator of the Diameter message.
  7. (Optional) Verify your configuration.
    [edit slot 0 ims aracf-rq] 
    user@host# show 
    protocol tcp;
    port 3868;
    address 127.0.0.1;
    origin-host testserver;
    origin-realm testrealm;
    peer 1 {
      address 127.0.0.1;
      origin-host testclient;
    }
    
    

[Contents] [Prev] [Next] [Index] [Report an Error]