Setup config commands for SIP trunk on MSC using SBCSE2600

benjamin.omeke
benjamin.omeke  Diamond  (1)
7 years 10 months ago  View: 5278  Reply: 1
1F


-   Setup Configuration Commands (config procedures and parameters)

 

Config on MSC:

1 Add the SIP office direction data

Eg. ADD OFC: ON="SIP-MSC-OFC-A", OOFFICT=MSC, DOL=SAME, BOFCNO=1, OFCTYPE=COM, SIG=SIP, SVQE=NO, IFADJUSTCODEC=NO, IFADJUSTCODECRATE=NO;

2 Add the SIP office MGW data

Eg. ADD OFCMGW: ON="SIP-MSC-OFC-A", MGWNAME="UMG001", DESC="SIP-MSC1-UMG1";

3 Add the SIP sub route data

Eg. ADD SRT: SRN="SIP-MSC-SRT-A", ON="SIP-MSC-OFC-A", ACC1="INVALID", ACC2="INVALID", SCMN=YES, BFSM=INVALID;

4 Add the SIP route data

Eg. ADD RT: RN="SIP-MSC-RT", SRSM=SEQ, SR1N="SIP-MSC-SRT-A";

5 Add the SIP route analysis data

Eg. ADD RTANA: RSN="SIP-MSC-RTANA", RSSN="RSSN", TSN="DEFAULT", RN="SIP-MSC-RT", ISUP=SIP_F;

6 Add the SIP trunk data

Eg. ADD SIPTG: TGN="SIP-MSC-TG-A", CSCN="SRC", SRTN="SIP-MSC-SRT-A", BTG=124, SBT=UDP, LOCALIP="100.200.1.2", OSU="10.85.128.15:5060", ISST=YES, ENTYPE=MSC, SIPRED=NO, IFADJUSTDATACODEC=NO;

7 Add the SIP outgoing number analysis data

Eg. ADD CNACLD: PFX=K136, CSA=LCT, RSNAME="SIP-MSC-RTANA", MINL=3, MAXL=11, ICLDTYPE=PS, ISERVICECHECKNAME="INVALID", NUMNAME="INVALID", CHGNAME="INVALID";


Congfig on SBC:

1 Config the signal & traffic IP address

<SE2600> system-view

[SE2600] interface signal-if 3/0/0

[SE2600-Signal-if3/0/0] ip address 100.100.1.2 255.255.255.255

[SE2600-Signal-if3/0/0] quit

[SE2600] interface signal-if 3/0/1

[SE2600-Signal-if3/0/1] ip address 100.200.1.2 255.255.255.255

[SE2600-Signal-if3/0/1] quit

[SE2600] interface media-if 3/0/0

[SE2600-Media-if3/0/0] ip address 100.100.1.4 255.255.255.255

[SE2600-Media-if3/0/0] quit

[SE2600] interface media-if 3/0/1

[SE2600-Media-if3/0/1] ip address 100.200.1.4 255.255.255.255

[SE2600-Media-if3/0/1] quit

[SE2600] interface media-if 3/1/0

[SE2600-Media-if3/1/0] ip address 100.100.1.3 255.255.255.255

[SE2600-Media-if3/1/0] quit

[SE2600] interface media-if 3/1/1

[SE2600-Media-if3/1/1] ip address 100.200.1.3 255.255.255.255

[SE2600-Media-if3/1/1] quit


2 Config the mapping group From MSC to POI

[SE2600] sbc mapgroup intercom-ip 10010

[SE2600-intercom-ip-10010] clientaddr 100.200.1.2

[SE2600-intercom-ip-10010] serveraddr 100.100.1.2

[SE2600-intercom-ip-10010] softxaddr 100.100.30.10

[SE2600-intercom-ip-10010] media-clientaddr 100.200.1.3

[SE2600-intercom-ip-10010] media-clientaddr 100.200.1.4

[SE2600-intercom-ip-10010] media-serveraddr 100.100.1.3

[SE2600-intercom-ip-10010] media-serveraddr 100.100.1.4

[SE2600-intercom-ip-10010] match source 100.200.30.10

[SE2600-intercom-ip-10010] enable

[SE2600-intercom-ip-10010] quit

3 Config the mapping group From POI to MSC

[SE2600] sbc mapgroup intercom-ip 10020

[SE2600-intercom-ip-10020] clientaddr 100.100.1.2

[SE2600-intercom-ip-10020] serveraddr 100.200.1.2

[SE2600-intercom-ip-10020] softxaddr 100.200.30.10

[SE2600-intercom-ip-10020] media-clientaddr 100.100.1.3

[SE2600-intercom-ip-10020] media-clientaddr 100.100.1.4

[SE2600-intercom-ip-10020] media-serveraddr 100.200.1.3


[SE2600-intercom-ip-10020] media-serveraddr 100.200.1.4

[SE2600-intercom-ip-10020] match source 100.100.30.10

[SE2600-intercom-ip-10020] enable

[SE2600-intercom-ip-10020] quit

 

4 Config the port

[SE2600] sbc wellknownport clientaddr 100.100.1.2 sip 5060

[SE2600] sbc wellknownport clientaddr 100.200.1.2 sip 5060

[SE2600] sbc wellknownport softxaddr 100.100.30.10 sip 5060

[SE2600] sbc wellknownport softxaddr 100.200.30.10 sip 5060


Thanks and hope this is informative enough.


user_2837311
user_2837311  Diamond 
3 years 11 months ago
2F
useful document, thanks