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:
- user@host# edit slot 0 ims aracf-rq
- [edit slot 0 ims aracf-rq]
- user@host# set protocol protocol
- [edit slot 0 ims aracf-rq]
- user@host# set port port
- [edit slot 0 ims aracf-rq]
- user@host# set address address
- [edit slot 0 ims aracf-rq]
- user@host# set origin-host origin-host
- [edit slot 0 ims aracf-rq]
- user@host# set origin-realm origin-realm
[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;
}