1 Introduction
This document describes how to configure one or more Diameter connections from the own node to a peer node.
1.1 Prerequisites
This section describes the prerequisites, which must be fulfilled before using the procedure.
1.1.1 Conditions
The following conditions must apply:
- The following mandatory attributes are known:
- The unique node identifier, formatted as a case-insensitive, and extended Fully Qualified Domain Name (FQDN). The identifier is composed of the unique node identifier of the peer node to connect to, and the Diameter stack identifier assigned to the own node.
- The unique identifier of the Diameter connection to configure between the own node and the peer node.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To configure a peer node connection:
- Navigate to the DIA-CFG-PeerNodeContainer Managed Object (MO), for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc
- Enter Config mode:
(DIA-CFG-PeerNodeContainer=abc)>configure
- Create the DIA-CFG-NeighbourNode MO, for example:
(config-DIA-CFG-PeerNodeContainer=abc)>DIA-CFG-NeighbourNode=node12.ericsson.com\23abc
- Note:
- A first connection conn1 is created automatically with the DIA-CFG-NeighbourNode MO.
- Set attributes transportLayerType and ipAddressesList of the DIA-CFG-NeigbourNode MO, for example.
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>transportLayerType=1
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc>ipAddressesList="0:10.1.137.2"
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc>ipAddressesList="1:2dea::66:2"
- Set any other relevant optional attributes for the DIA-CFG-NeighbourNode MO.
- Enable the DIA-CFG-NeighbourNode MO:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>enabled=true
- Commit the settings:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>commit -s
- Verify the peer node configuration result:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>show
The following is an example output:
DIA-CFG-NeighbourNode=node12.ericsson.com\23abc connIds "0:abc#23node12.ericsson.com#23conn1" diaVendorId="0" firmwareRevision="0" isDynamic=false ipAddressesList "0:10.1.137.2" "1:2dea::66:2" productName="" realm="" transportLayerType="1" DIA-CFG-Conn=abc\23node12.ericsson.com\23conn1 - Navigate to the DIA-CFG-Conn MO
for the connection conn1, for example:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>DIA-CFG-Conn=abc\23node12.ericsson.com\23conn1
- Set any other relevant optional attributes for the connection for the DIA-CFG-Conn MO.
- Enable the DIA-CFG-Conn MO,
for the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\23conn1)>enabled=true
- Commit the settings:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\23conn1)>commit -s
- Verify the connection configuration result:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\23conn1)>show
The following is an example output:
DIA-CFG-Conn=abc\23node12.ericsson.com\23conn1 blockReason="Own Node or Peer Node disabled" enabled=true linkStatus="Initial"
- Are more connections
needed?
Yes: Continue with the next step.
No: Proceed with Step 22.
- Navigate to the DIA-CFG-NeighbourNode MO:
>up
- Create the DIA-CFG-Conn MO
for one more connection, for example:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>DIA-CFG-Conn=abc\23node12.ericsson.com\23conn2
- Set any other relevant optional attributes for the connection for the DIA-CFG-Conn MO.
- Enable the DIA-CFG-Conn MO
for the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\23conn2)>enabled=true
- Commit the settings:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\23conn2)>commit -s
- Verify the connection configuration result:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\23conn2)>show
The following is an example output:
DIA-CFG-Conn=abc\23node12.ericsson.com\23conn2 blockReason="Own Node or Peer Node disabled" enabled=true linkStatus="Initial"
- Proceed with Step 14.
- Return to Exec mode:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\23conn2)>end

Contents