Manual

Table Of Contents
Support for QSIG Over BRI and Q.931 Over BRI Backhaul
Provisioning Tasks
23
Cisco MGC Software Release 9.5(2)
Modifying IP Routes
All of the IP route parameters can be modified except for name. To modify other IP route parameters,
perform the following steps:
Step 1 Set the IP route to be modified to the OOS state as described in the “Setting the Service State of an IP
Route” section on page 32.
Step 2 Repeat Step 1 for each IP route to be modified.
Step 3 Start a provisioning session as described in the “Starting a Provisioning Session” section on page 9.
Step 4 Enter the following command to modify an IP route:
mml>prov-ed:iproute:name="name", desc="description", netmask=”mask”, nexthop=”nhop”,
ipaddr=”addr”, dest=”destination
Where:
name—MML name of the IP route to be modified.
description—An assigned name. It can be as many as 128 alphanumeric characters in length.
mask—Subnet mask of the destination (optional). The value should be expressed as an IP address in
dotted decimal notation (default is 255.255.255.255).
nhop—Next hop router host name, IP address, or one of the following property names defined in the
XECfgParm.dat file:
IP_NextHop
IP_NextHop2
IP_NextHop3
IP_NextHop4
IP_NextHop5
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.