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:
[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;
}