Sigtran configuration : Connection to multi-homed STP as client?

237 views
Skip to first unread message

Hussien AlMaain

unread,
Mar 4, 2016, 1:20:46 PM3/4/16
to mobicents-public

Dears,


Could you please help me with configuration for the following diagram.






Note:
STP 1 and 2 for SCCP provider.
STP 3 Restcomm SMSC .


Thanks in advance.
STP_multihomed.png
Message has been deleted

Hussien AlMaain

unread,
Mar 5, 2016, 9:58:58 AM3/5/16
to mobicents-public
If I have the following information:
STP1
    <IP1> <Port1>
    <IP2> <Port1>
    <ISPC1>
    <remote ssn 1>

STP2
    <IP3> <Port2>
    <IP4> <Port2>
    <ISPC2>
    <remote ssn 2>

STP3
    <IP10> <Port10>
    <IP11> <Port11>
    <SPC3>
    <GT1>

Does this command create needed connections?

sctp association create stp1 CLIENT <IP1> <Port1> <IP10> <Port10>
    # note: can we configure the peer host like this: sctp association create stp1 CLIENT <IP1>,<IP2> <Port1> <IP10> <Port10>
    # or I should to configure sepreated association for <IP2> like this: sctp association create stp2 CLIENT <IP2> <Port1> <IP10> <Port10>
   
sctp association create stp3 CLIENT <IP3> <Port2> <IP11> <Port11>
    # note: can I configure the peer host like this: sctp association create stp3 CLIENT <IP3>,<IP4> <Port2> <IP11> <Port11>
    # or I should to configure sepreated association for <IP4> like this: sctp association create stp4 CLIENT <IP4> <Port2> <IP11> <Port11>
 
 
to continue m3ua and sccp configuration I should complete the sctp first, so please advice.

Hussien AlMaain

unread,
Mar 5, 2016, 10:19:30 AM3/5/16
to mobicents-public
Note:
<ISPC1> and <ISPC1> are International Signaling Point Code of SCCP carrier
<SPC3> is Signaling Point Code of RestComm SMSC gateway

I will try to configure both cases, so please correct me.

In case 1:
<IP1> and <IP2> in sctp1 as peer address's
<IP3> and <IP4> in sctp2 as peer address's
----------------------------------------------------

m3ua asp create ASP1 stp1
m3ua asp create ASP2 stp2

m3ua as create AS1 IPSP mode DE ipspType CLIENT
m3ua as create AS2 IPSP mode DE ipspType CLIENT

m3ua as add AS1 ASP1
m3ua as add AS2 ASP2

m3ua route add AS1 <ISPC1> <SPC3> -1 trafficmode 2
m3ua route add AS2 <ISPC2> <SPC3> -1 trafficmode 2

 

sccp sap create 1 1 <SPC3> 3

sccp dest create 1 1 <ISPC1> <ISPC1> 0 255 255
sccp dest create 1 2 <ISPC2> <ISPC2> 0 255 255

sccp rsp create 1 <ISPC1> 0 0
sccp rsp create 2 <ISPC2> 0 0

sccp rss create 1 <ISPC1>  <remote ssn 1> 0
sccp rss create 2 <ISPC2>  <remote ssn 2> 0

// SCCP incoming rule
sccp primary_add create 1 83 <SPC3> 0 0 1 4 <GT1>
sccp rule create 1 K 82 0 0 0 1 4 <GT1> solitary 1

// SCCP outgoing rule
sccp primary_add create 2 83 <ISPC1> 0 0 1 4 -
sccp backup_add create 1 83 <ISPC2> 0 0 1 4 -
sccp rule create 2 K 82 0 0 0 1 4 * loadshared 2 1 bit3


Hussien AlMaain

unread,
Mar 5, 2016, 11:30:20 AM3/5/16
to mobicents-public
case 2:


sctp association create stp1 CLIENT <IP1> <Port1> <IP10> <Port10>
sctp association create stp2 CLIENT <IP2> <Port1> <IP10> <Port10>
   
sctp association create stp3 CLIENT <IP3> <Port2> <IP11> <Port11>
sctp association create stp4 CLIENT <IP4> <Port2> <IP11> <Port11>

m3ua asp create ASP1 stp1
m3ua asp create ASP2 stp2
m3ua asp create ASP3 stp3
m3ua asp create ASP4 stp4


m3ua as create AS1 IPSP mode DE ipspType CLIENT
m3ua as create AS2 IPSP mode DE ipspType CLIENT

m3ua as add AS1 ASP1
m3ua as add AS1 ASP2

m3ua as add AS2 ASP3
m3ua as add AS2 ASP4

Hussien AlMaain

unread,
Mar 5, 2016, 11:56:06 AM3/5/16
to mobicents-public
 I read about SCTP Dynamic Address Reconfiguration "ASCONF", so does it mean that, I shouldn't care about <IP2> and <IP4> in SCTP configuration, because it's just for redundancy in Standalone STP1 and STP2, please advice!!!   

Hussien AlMaain

unread,
Mar 5, 2016, 12:04:08 PM3/5/16
to mobicents-public
So, the configuration will be like this:


sctp association create stp1 CLIENT <IP1> <Port1> <IP10> <Port10>   
sctp association create stp2 CLIENT <IP3> <Port2> <IP10> <Port10>

m3ua asp create ASP1 stp1
m3ua asp create ASP2 stp2

m3ua as create AS1 IPSP mode DE ipspType CLIENT
m3ua as create AS2 IPSP mode DE ipspType CLIENT

m3ua as add AS1 ASP1
m3ua as add AS2 ASP2
Reply all
Reply to author
Forward
0 new messages