Manual

Table Of Contents
Support for QSIG Over BRI and Q.931 Over BRI Backhaul
Provisioning Tasks
33
Cisco MGC Software Release 9.5(2)
Note This command cannot be used on the standby Cisco MGC.
An IP route in any of the following combinations of primary and secondary service states can be set to
OOS or FOOS:
IS
OOS, CONF
OOS, OFF_DUTY
OOS, STDBY
For an IP route to be set to IS, it must have a primary service state of OOS and a secondary service state
of COOS.
For example, you enter the following command to set the service state of an IP route called iprte1 to
OOS:
mml>set-iproute:iprte1:OOS,confirm
Note You can verify that the selected IP route is in the proper service state by performing the procedure in the
“Retrieving the Service State for IP Routes” section on page 35.
Setting the Service State of a D-Channel
To change the service state of a D-channel, log in to the active Cisco MGC, start an MML session, and
enter the following command:
mml>set-dchan:dchan_name:serv_state
Where:
dchan_name—MML name of the D-channel you want to modify.
serv_state—Service state to which you want to change. Valid values for D-channels are IS and OOS.
For example, to set the service state of a D-channel named dchan-1 to IS, enter the following command:
mml>set-dchan:dchan-1:IS
You can verify that the selected D-channel is in the proper service state by performing the procedure in
the “Retrieving the Service State of D-Channels” section on page 36.
Setting the Service State of an IP Link
To change the service state of an IP link, log in to the active Cisco MGC, start an MML session, and
enter the following command:
set-iplnk:iplink_name:serv_state[::confirm]
Where:
iplink_name—MML name of the IP link you want to modify.
serv_state—Service state to which you want to change. Valid values for IP links are IS, OOS, and
FOOS.
confirm—As of Release 9.2(1)T, this parameter is required when you are setting the service state of
an MGCP link. Other types of IP links do not require this parameter.