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:
- From configuration mode, access the configuration statement that configures the Diameter peer.
- (Optional) Specify the protocol used for the transport layer.
- (Optional) Specify the port used for incoming connections.
- (Optional) Specify the IP address of the local peer.
- (Optional) Specify the Diameter identifier for the local endpoint that is the originator of the Diameter message.
- (Optional) Specify the Diameter identifier for the realm of the local endpoint that is the originator of the Diameter message.
- (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; }
