Manual

Table Of Contents
Support for QSIG Over BRI and Q.931 Over BRI Backhaul
Provisioning Tasks
17
Cisco MGC Software Release 9.5(2)
IP_NextHop6
IP_NextHop7
IP_NextHop8
IP_Addr1
IP_Addr2
IP_Addr3
IP_Addr4
The IP address should be in dotted decimal notation, and the host name must be less than or equal
to 32 characters.
addr—Local IP address. The IP address should be one of the following property names defined in
the XECfgParm.dat file:
IP_Addr1
IP_Addr2
IP_Addr3
IP_Addr4
destination—Destination host name or IP address. The IP address should be in dotted decimal
notation and the host name must be less than or equal to 32 characters.
For example, to add an IP route named iprte1, you would enter the following command:
mml>prov-add:IPROUTE:NAME="iprte1", DESC="IP Route 1", dest="10.82.80.0",
ipaddr=”IP_Addr1”, netmask="255.255.255.0", nexthop="10.82.82.1"
Step 3 Repeat Step 2 for each IP route you want to add to your provisioning data.
Step 4 If there are no other components that you need to provision, end your provisioning session as described
in the “Saving and Activating Your Provisioning Changes” section on page 10.
Otherwise, proceed to the Adding Backhaul TCP Links” section on page 17.
Adding Backhaul TCP Links
To add Backhaul TCP links to your provisioning data, perform the following steps:
Step 1 If you do not already have an active provisioning session, start one as described in the “Starting a
Provisioning Session” section on page 9.
Step 2 Enter the following command to add a Backhaul TCP link:
mml>prov-add:tcplink:name="name", desc="description", type="BRI", ipaddr="addr",
port="pnum", peeraddr="paddr1", peerport="ppnum", extnode=”gway”, iproute1="iprte1"
Where:
name—The name you want to give to the Backhaul TCP link. The name can be as many as
20 characters long and can contain numbers, letters, and the dash (-) symbol. The name should begin
with a letter.
description—An assigned name. It can be as many as 128 alphanumeric characters in length.