1 Description
This instruction describes how to create and configure a Load-sharing for the SCCP protocol using the Ericsson Command-Line Interface (ECLI).
2 Procedure
2.1 Configure SCCP Load-sharing between two Destinations
Prerequisites
- A Managed Object (MO) SccpSignalingPoint exists.
- A Managed Objects (MOs), 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 first 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,LocalSignalingPoint=1,SccpSignalingPoint=1,LocalSap=1"
- (config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1,RemoteSap=1"
- Change the CLI position to the parent MO (GtTranslator), for example:
(config-GtDestination=1)>up
- Create the second MO for the GtDestination MOC, for example:
(config-GtTranslator=1)>GtDestination=2
- Set the value of the sap attribute
as a reference to an MO to configure routing on. Examples:
- (config-GtDestination=2)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1,LocalSap=2"
- (config-GtDestination=2)>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 to one of previously created GtDestination MO, for example:
(config-GtTranslator=1)>primaryGtDestination="GtDestination=1"
- Set the value of the secondaryGtDestination attribute to refer to another one of previously created GtDestination MO, for example:
(config-GtTranslator=1)>secondaryGtDestination="GtDestination=2"
- Set the value of loadShareIndicator. Example:
(config-GtDestination=2)>loadShareIndicator=LOAD_SHARING
- Set sane values for GtTranslator attributes. Example:
(config-GtTranslator=1)>translationType=-2
(config-GtTranslator=1)>numberSeries=*
- Commit the changes:
>commit
2.2 Configure SCCP Extended Load-sharing
Prerequisites
- It is possible to configure 4, 8 or 16 GtDestination MOs under GtTranslator MOC instance for SCCP extended loadsharing.
- A Managed Object (MO) SccpSignalingPoint exists.
- A Managed Objects (MOs), 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. Example:
(config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,RemoteSignalingPoint=2"
- Change the CLI position to the parent MO (GtTranslator), for example:
(config-GtDestination=1)>up
- Perform steps 4-6 from this chapter 3, 7 or 15 times to
configure necessary number of destinations. Example:
(config-GtTranslator=1)>GtDestination=2
(config-GtDestination=2)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1,LocalSap=1"
(config-GtDestination=2)>up
(config-GtTranslator=1)>GtDestination=3
(config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1,LocalSap=2"
(config-GtDestination=31)>up
(config-GtTranslator=1)>GtDestination=4
(config-GtDestination=1)>sap="ManagedElement=1,Ss7=1,SignalingNetwork=1,LocalSignalingPoint=1,SccpSignalingPoint=1,LocalSap=3"
(config-GtDestination=41)>up
- Set the value of the primaryGtDestination attribute to refer to one of previously created GtDestination MO, for example:
(config-GtTranslator=1)>primaryGtDestination="GtDestination=1"
- Set the value of the secondaryGtDestination attribute to refer to another one of previously created GtDestination MO, for example:
(config-GtTranslator=1)>secondaryGtDestination="GtDestination=3"
- Set the value of loadShareIndicator. Example:
(config-GtDestination=2)>loadShareIndicator=LOAD_SHARING
- Set sane values for GtTranslator attributes. Example:
(config-GtTranslator=1)>translationType=-2
(config-GtTranslator=1)>numberSeries=*
- Commit the changes:
>commit

Contents