1 Description
This instruction describes how to create and configure a Routing on Remote or Local Destination for the SCCP protocol using the Ericsson Command-Line Interface (ECLI).
The instructions below considers only configuring a Primary Destination, but can be applied for any other.
2 Procedure
2.1 View Available MOs for any MOC
Steps
- Run show command
>show -m MocName -r
Where MocName is the name of the MOC to get available MOs for.
The following is an example:
show -m RemoteSignalingPoint -r
ManagedElement=1,Ss7=1,SignalingNetwork=1,RemoteSignalingPoint=SccpRemoteSpInap remoteSignalingPointCode=100 reservedBy "ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=0,SccpSignalingPoint=SccpForInap,RemoteSap=SccpRemoteSpInap" "ManagedElement=1,Ss7=1,M3ua=1,LocalAs=1,RkGrouping=1" ManagedElement=1,Ss7=1,SignalingNetwork=1,RemoteSignalingPoint=SccpRemoteSpSccpCl remoteSignalingPointCode=103 reservedBy "ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=3,SccpSignalingPoint=SccpForSccpCl,RemoteSap=SccpRemoteSpSccpCl" "ManagedElement=1,Ss7=1,M3ua=1,LocalAs=4,RkGrouping=1" ManagedElement=1,Ss7=1,SignalingNetwork=1,RemoteSignalingPoint=SccpRemoteSpSccpCo remoteSignalingPointCode=102 reservedBy "ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=2,SccpSignalingPoint=SccpForSccpCo,RemoteSap=SccpRemoteSpSccpCo" "ManagedElement=1,Ss7=1,M3ua=1,LocalAs=3,RkGrouping=1" ManagedElement=1,Ss7=1,SignalingNetwork=1,RemoteSignalingPoint=SccpRemoteSpTcap remoteSignalingPointCode=101 reservedBy "ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=SccpForTcap,RemoteSap=SccpRemoteSpTcap" "ManagedElement=1,Ss7=1,M3ua=1,LocalAs=2,RkGrouping=1"
2.2 Configure Routing on Destination for current Local Node only
Prerequisites
- A Managed Object LocalSignalingPoint, representing Local Node, exists.
- A Managed Object SccpSignalingPoint under LocalSignalingPoint MO exists.
- A Managed Object, representing Destination (Destination MO), exists. The Destination
MO can be an instance of one of following MOCs:
- LocalSignalingPoint
- RemoteSignalingPoint
- LocalSap
- RemoteSap
Steps
- Navigate to the SccpSignalingPoint MO, for example:
>dn ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1
- Enter Config mode:
(SccpSignalingPoint=1)>configure
- Create the MO for the GtTranslator MOC, for example:
(config-SccpSignalingPoint=1)>GtTranslator=1
- Create the MO for the GtDestination MOC, for example:
(config-GtTranslator=1)>GtDestination=1
- Set the value of the sap attribute
as a reference to an MO to configure routing on. Examples:
- (config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,RemoteSignalingPoint=2"
- (config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=2"
- (config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1,LocalSap=2"
- (config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1,RemoteSap=2"
- Change the CLI position to the parent MO (GtTranslator), for example:
(config-GtDestination=1)>up
- Set the value of the primaryGtDestination attribute to refer on previously created GtDestination MO, for example:
(config-GtTranslator=1)>primaryGtDestination="GtDestination=1"
- Set sane values for GtTranslator attributes. Example:
(config-GtTranslator=1)>translationType=-2
(config-GtTranslator=1)>numberSeries=*
- Commit the changes:
>commit
2.3 Configure Routing on Destination for every Local Node in current Network
Prerequisites
- A Managed Object SignalingNetwork exists.
- A Managed Object, representing Destination (Destination MO), exists. The Destination
MO can be an instance of one of following MOCs:
- LocalSignalingPoint
- RemoteSignalingPoint
- LocalSap
- RemoteSap
- SharedRemoteSap
Steps
- Navigate to the SignalingNetwork MO, for example:
>dn ManagedElement=1,Ss7=1,SignalingNetwork=1
- Enter Config mode:
(SignalingNetwork=1)>configure
- Create the MO for the SharedGtTranslator MOC, for example:
(config-SignalingNetwork=1)>SharedGtTranslator=1
- Create the MO for the SharedGtDestination MOC, for example:
(config-SharedGtTranslator=1)>SharedGtDestination=1
- Define the DN of Destination MO to configure routing on (see: Section 2.1)
- Set the value of the sap attribute.
Examples:
- (config-SharedGtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,RemoteSignalingPoint=1"
- (config-SharedGtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,SharedRemoteSap=1"
- (config-SharedGtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=3,SccpSignalingPoint=1,RemoteSap=2"
- (config-SharedGtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=3,SccpSignalingPoint=1,LocalSap=1"
- (config-SharedGtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1"
- Change the CLI position to the parent MO (GtTranslator=1), for example:
(config-SharedGtDestination=1)>up
- Set the value of the primaryGtDestination attribute, for example:
(config-SharedGtTranslator=1)>primaryGtDestination="SharedGtDestination=1"
- Set sane values for SharedGtTranslator attributes. Example:
(config-SharedGtTranslator=1)>translationType=-2
(config-SharedGtTranslator=1)>numberSeries=*
- Commit the changes:
>commit
2.4 Configure Routing on Local Destination on the same Node
- Define a Destination MO of LocalSap MOC: choose previously created one (see: Section 2.1) or create new one.
- Perform steps from Section 2.2 with Destination MO defined on previous step.
2.5 Configure Routing on another Local Node
- Define a Destination MO of LocalSignalingPoint MOC: choose previously created one (see: Section 2.1) or create new one.
- Perform steps from Section 2.2 with Destination MO defined on previous step.
2.6 Configure Routing on Remote Destination by SPC and SSN
2.6.1 Configure Routing on Remote Destination for current Local Node only
- Define a Destination MO of RemoteSap MOC: choose previously created one (see: Section 2.1) or create new one.
- Perform steps from Section 2.2 with Destination MO defined on previous step.
2.6.2 Configure Routing on Remote Destination for every Local Node in current Network
- Define a Destination MO of SharedRemoteSap MOC: choose previously created one (see: Section 2.1) or create new one.
- Perform steps from Section 2.3 with Destination MO defined on previous step.
2.7 Configure Routing on Remote Destination by SPC only
- Define a Destination MO of RemoteSignalingPoint MOC to configure routing on: choose previously created one (see: Section 2.1) or create new one.
- Perform steps from Section 2.2 with Destination MO defined on previous step.
2.8 Configure Routing between Networks
- Define a Destination MO of LocalSignalingPoint MOC from another network (SignalingNetwork) to configure routing on: choose previously created one (see: Section 2.1) or create new one. Example:
ManagedElement=1,Ss7=1,SignalingNetwork=5,LocalSignalingPoint=2
The LocalSignalingPoint=2 belongs to SignalingNetwork=5. An MO for GtDestination MOC belongs to SignalingNetwork=1.
- Perform steps from Section 2.2 with Destination MO defined on previous step.

Contents