1-6
Cisco BTS 10200 Softswitch ISDN Provisioning and Troubleshooting
OL-12436-02
Chapter 1 ISDN Provisioning
Cisco BTS 10200 Provisioning
Step 2
Add the MGW and backhaul set. Refer to
for a sample configuration for backhaul session
connections between a CA and a gateway.
a.
Add the MGW profile for the voice gateway. Multiple MGW profiles can be created for different
media gateways per your configuration requirements.
add mgw-profile id=mgwprofile2; vendor=Cisco; packet-type=IP; mgcp-variant=NONE;
rbk-on-conn-supp=n; isdn=y; mgcp-erqnt-supp=n; mgcp-hairpin-supp=n;
mgcp-cmd-seq-supp=n; mgcp-version=MGCP
_
1_0;
b.
Add the MGW using the MGW profile created in Step 2a.
add mgw ID=mgw-isdn; tsap-addr=10.89.227.200; call-agent-id=CA146;
mgw-profile-id=mgwprofile2; type=TGW;
c.
Add the backhaul session set ID for the gateway using the MGW ID specified in Step 2b with the
appropriate values for your system.
add backhaul-set SET-ID=backset1; MGW-ID=mgw-isdn; SET-NAME=set1;
d.
Add the Reliable User Data Protocol (UDP) Protocol (RUDP) backhaul sessions for the gateway
using the backhaul session set ID created in Step 2c and appropriate values configured on the
gateway:
Information as seen on IOS Gateway
session group group1 10.89.225.223 9000 10.89.227.200 9000 0
session group group1 10.89.226.223 9001 10.89.227.200 9001 0
session group group2 10.89.225.224 9000 10.89.227.200 9000 0
session group group2 10.89.226.224 9001 10.89.227.200 9001 0
CLI associated with information seen on gateway:
add rudp-backhaul-session set-id=backset1; session-name=session1; group-name=group1;
call-agent-tsap-addr=10.89.225.223;
call-agent-backhaul-port=9000;mgw-tsap-addr=10.89.227.200; mgw- backhaul-port=9000;
add rudp-backhaul-session set-id=backset1; session-name=session2; group-name=group1;
call-agent-tsap-addr=10.89.226.223; call-agent-backhaul-port=9001;
mgw-tsap-addr=10.89.227.200; mgw-backhaul-port=9001;
add rudp-backhaul-session set-id=backset1; session-name=session3; group-name=group2;
call-agent-tsap-addr=10.89.225.224; call-agent-backhaul-port=9000;
mgw-tsap-addr=10.89.227.200; mgw-backhaul-port=9000;
add rudp-backhaul-session set-id=backset1; session-name=session4; group-name=group2;
call-agent-tsap-addr=10.89.226.224; call-agent-backhaul-port=9001;
mgw-tsap-addr=10.89.227.200; mgw-backhaul-port=9001;
Note
The call-agent-tsap-addr token must be a physical IP address.