1 Description
This instruction describes how to create new local and remote Signaling Points, using the Ericsson Command-Line Interface (ECLI):
2 Procedure
2.1 Create Local Signaling Point
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
Steps
- Navigate to the SignalingNetwork MO, for example:
>ManagedElement=1,Ss7=1,SignalingNetwork=1
- Enter Config mode:
(SignalingNetwork=1)configure
- Enter the name of new LocalSignalingPoint, for example:
(config-SignalingNetwork=1)>LocalSignalingPoint=2
- Set the point code, localSignalingPointCode, for example
(config-LocalSignalingPoint=2)>localSignalingPointCode=200
- Create an M3UA local application server (AS), LocalAs and tie it with the LocalSignalingPoint, for example:
(config-LocalSignalingPoint=2)>ManagedElement=1,Ss7=1,M3ua=1,LocalAs=4,localSpc="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=2"
- Note:
- How to create LocalAs read in "Configure Basic M3-IETF IPSP - IPSP Configuration"
- Commit the settings:
(config-LocalSignalingPoint=2)>commit
2.2 Create SCCP Signaling Point
- Note:
- Only one SccpSignalingPoint can be created during a transaction.
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
Steps
- Navigate to the LocalSignalingPoint MO, for example:
>ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=2
- Enter Config mode:
(LocalSignalingPoint=2)configure
- Enter the name of new SccpSignalingPoint, for example:
(config-LocalSignalingPoint=2)>SccpSignalingPoint=Mercury
- Check the default value for attributes:
(config-SccpSignalingPoint=Mercury)>show -v
- Change the value of attributes if required
- Note:
- If nodeUsedByTcap is set to YES, then at least one LocalSap should be configured.
- Commit the settings:
(config-SccpSignalingPoint=Mercury)>commit
2.3 Create Remote Signaling Point
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
Steps
- Navigate to the SignalingNetwork MO, for example:
>ManagedElement=1,Ss7=1,SignalingNetwork=1
- Enter Config mode:
(SignalingNetwork=1)configure
- Enter the name of new RemoteSignalingPoint, for example:
(config-SignalingNetwork=1)>RemoteSignalingPoint=Mars
- Set the point code, remoteSignalingPointCode, for example:
(config-RemoteSignalingPoint=Mars500)>remoteSignalingPointCode=500
- Commit the settings:
(config-RemoteSignalingPoint=Mars500)>commit

Contents