|
|
This chapter describes each of the MML commands you can use with the Cisco media gateway controller (MGC). MML is used to configure your MGC, add components to your system, retrieve information about system components, and perform logging and tracing. For information on starting MML and using MML commands, see the Cisco Media Gateway Controller Software Release 7 Provisioning Guide. The command descriptions in this chapter are arranged in alphabetical order. This chapter contains the following sections:
This overview describes MML command syntax, conventions used with MML commands, and responses expected from MML.
MML commands use the following syntax:
command_name:[target][, target][, target. . .][:Parameter_List][;comments]
When entering MML commands, remember the following:
![]() |
TimeSaver To repeat the last MML command you entered, use the up arrow. To scroll through all previous MML commands, continue to use the up (and down) arrow. To modify and reenter a previously entered command, use the up arrow to display the command and then the left arrows and right arrows, Backspace, Delete, and alphanumeric keys to edit the command. Press Enter to reenter the command. |
See the Cisco Media Gateway Controller Software Release 7 Provisioning Guide for instructions on starting an MML session and using MML to configure the Cisco MGC.
Conventions used in MML commands are described in this section.
MML commands use the Backus-Naur symbols shown in Table 1-1.
| Symbol | Description |
| | A pipe. Either the preceding symbol or the succeeding symbol may occur, but not both in succession. |
[ ] | These brackets enclose an optional parameter. |
{ | } | Either the preceding symbol or the succeeding symbol may occur, but not both in succession. There may be more than two symbols and pipes. |
< > | This symbol encloses a symbol specifier. |
The structure of MML is based on the Telcordia (Bellcore) TL1 standard (TR-NWT-831, Operations Application Message - Operations Applications Messages, Issue 3). Therefore, MML commands can be interpreted and monitored through a network's TL1 interface. The TL1 symbols shown in Table 1-2 are used in MML.
| Symbol | Description |
: | A parameter separator. |
:: | An empty parameter block. |
& | Arguments are grouped together so that one parameter may convey several arguments. |
; | End of command (optional). Anything on the same line after this symbol is treated as a comment. |
Some MML commands support the use of wildcards. For Release 7.4, wildcards are available only as either postfix or prefix to MML names. The syntax for using wildcards with MML commands is as follows:
<MML command name>:<*><part of TID MML name><*>:[optional parameters]
For example, there are two ways to retrieve admin states of trunk groups using wildcards, RTRV-ADM-STATE:TG* retrieves the admin state of all trunk groups with MML names starting with "TG". Similarly, RTRV-ADM-STATE:*GP retrieves the admin state of all trunk groups with MML names ending with "GP".
For Release 7.4, the commands supported are as follows:
Messages that MML can display are described in this section.
After you enter an MML command, the system performs the task you requested and returns a status message. Table 1-3 lists the MML status messages and descriptions.
| Status | Meaning | Definition | ||
COMPLD | Completed | MML received a response from the subsystem on which it performed the action.
| ||
RTRV | Retrieve | Retrieve and display the contents of the specified file. | ||
SUCC | Successful | Successful completion. | ||
SWDC | Waiting for Dependency | Status message---Waiting for dependent processes to start. | ||
SWDT | Waiting for Dependency | Status message---Waiting for dependent processes to stop. This is not an error. Enter the RTRV-SOFTW command to see when the dependent processes have stopped. |
MML displays error messages if a command cannot be performed. Table 1-4 lists the MML error messages and descriptions.
| Error Code | Meaning | Definition |
DENY | Command denied | The command is recognized, but the system does not allow you to perform the requested function. |
ICNV | Input command not valid | The MML command is not recognized. |
IDNV | Input data not valid | An unknown parameter was entered. Example: mml> RESET-CIC:dpc2:cic5 Virtual Switch Controller 2000-01-03 15:22:48 M RTRV IDNV "dpc2" /* Input, Data Not Valid */ ;
|
IISP | Input syntax error | An incorrect syntax was used. Example: mml> RESET-CIC:dpc9,cic22 Virtual Switch Controller - VSC-01 2000-01-12 M RTRV IISP reset-cic:dpc9, /* Input, Syntax Error */ ;
|
IITA | Invalid target | The requested operation cannot be performed on the network element component, or the component does not exist in the system. Example: mml> RESET-CIC:dpc9:CIC=10 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV IITA "dpc9" /* Input, Invalid Target */ ; |
IPRM | Input parameter missing | An expected parameter cannot be found. |
SABT | Status abort | The command did not finish in the time allocated. |
SCNF | Status not found | There are problems with the engine. |
SNVS | State not in valid state | The requested operation failed because the component is not configured to accept the operation. It is possible that the component is already performing the operation or is already in the desired state. |
SNSP | State not supported | This operation is not supported by the component. |
SROF | Status requested operation failed | The requested operation failed on the component. |
This section describes each of the MML commands.
Purpose: | This MML command is used to acknowledge that an alarm category on a component is recognized but the alarm is not cleared. If this is the last current alarm of a specific severity, then the associated alarm relay is turned off. | ||
Format: | ack-alm:<comp>:"<alm cat>" | ||
Description: |
| ||
Example: | The following example acknowledges a Config Fail alarm for the I/O channel manager process:
| ||
Comments: | The format of alarm category name must be the same as the format of the alarm category name retrieved using the RTRV-ALMS command (which is why the alarm category must be in uppercase). See the "Alarm/Event Categories" section to check alarm category message syntax. This alarm allows wildcarding. |
Purpose: | This MML command blocks a circuit or range of circuits from carrying calls. |
Format: | blk-cic:<point code>:CIC=<number>[,RNG=<slaves>] |
Description: |
|
Example: | The MML command shown in the following example blocks CIC 5 and the next 10 CICs on the destination point code dpc1: mml> BLK-CIC:dpc1:CIC=5,RNG=10 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "dpc1" ; |
Comments: | Enter the RTRV-TC:all command (or RTRV-CIC command) to see whether CICs were blocked. Blocking a single CIC causes a BLA message to be sent to the destination SSP. Blocking a range of CICs causes a GBL message to be sent to the destination SSP. The range option only can be used to block CICs within a given trunk (T1 or E1). To unblock a CIC, use the UNBLK-CIC command. |
Purpose: | This MML command updates customer-specific number manipulation tables based on the supplied customer group ID (previously called the virtual private network (vnet) ID). |
Format: | chg-dpl::CUSTGRPID="<customer group ID>" |
Description: |
|
Example: | The MML command shown in the following example updates the number tables for a customer with a customer group ID of 1005: mml> CHG-DPL::1005 |
Error Code: | None. |
Comments: | This command is being phased out in release 7.4. Cisco recommends that the PROV-CPY command be used instead. |
Purpose: | This MML command is used to set or reset the logging level of an active process. Monitored and passive processes are not affected. |
Format: | chg-log:<proc>:<log level> chg-log:all:<log level> |
Description: |
|
Example: | The MML command shown in the following example changes the logging level of the measurements manager process to ERR: mml> CHG-LOG:MM-01:ERR Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "MM-01" ; |
Comments: | This command is being phased out in release 7.4. Cisco recommends that the SET-LOG command be used instead. The process manager (PM-01) is not included in in the "all" parameter, as this is a special process. To change the logging level of PM-01, it must be used individually, for example, CHG-LOG:PM-01:DBG The mappings from the pre-Release 7.4 log levels to Release 7.4 log levels re shown in Table 1-5. |
| Old Logging Levels | NEW Logging Levels |
|---|---|
EMR (emergency) | CRIT (critical) |
CR (critical) | CRIT (critical) |
ALR (alert) | CRIT (critical) |
WRN (warning) | WARN (warning) |
ERR (error) | ERR (error) |
TRC (trace) | TRACE (trace) |
INF (informational) | INFO (informational) |
NOT (notice) | INFO (informational) |
DBG (debug) | DEBUG (debug) |
Purpose: | This MML command clears an alarm category for a component. |
Format: | clr-alm:<comp>:"<alm cat>" |
Description: |
|
Example: | The MML command shown in the following example clears the PC UNAVAIL alarm on the component stp3: mml> CLR-ALM:stp3:"PC UNAVAIL" Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD ; |
Comments: | The alarm category must match the format shown in the alarm when it is retrieved using the RTRV-ALMS command. It is case sensitive. See the "Alarm/Event Categories" section to check alarm category message syntax. This alarm allows wildcarding. |
Purpose: | This MML command resets a measurement category of a component. |
Format: | clr-meas:<comp>:"<meas cat>" |
Description: |
|
Example: | The MML command shown in the following example resets the line-interface-severely-errored seconds measurement category on component stp3: mml> CLR-MEAS:stp3:"LIF: SES" Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD ; |
Purpose: | This MML command clears all transaction capabilities application part (TCAP) transactions that are older than the specified period. |
Format: | clr-tcap-trans::T=<number> |
Description: | number---The time period, in seconds, after which you want to clear TCAP transactions. |
Example: | The MML command shown in the following example clears all TCAP transactions that are older than 60 seconds: mml> CLR-TCAP-TRANS::T=60 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "TCAP-01:CLRD=0" ; |
Purpose: | This MML command starts and stops event logging into a diagnostics log. |
Format: | diaglog:<file name>:START|STOP |
Description: |
|
Example: | The MML command shown in the following example starts logging into the diagnostics log named test: |
Comments: | Refer to "System Messages" for more information about log files. |
Purpose: | This MML command redisplays a command or a series of commands, depending on a specified number or range. If no number is specified, the last command is displayed. |
Format: | h[::<number>[,<number>]] |
Description: |
|
Example: | The MML command shown in the following example displays the last successful command entered: mml> H Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "RTRV-TC:ALL" /* command 1 */ ; The following command displays the third previous successful command you entered: mml> H::3 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "RTRV-TC:ALL" /* command 3 */ ; The following command displays the second through fifth previous successful commands you entered: mml> H::2,5 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "RTRV-SC:ALL" /* command 5 */ "RTRV-SOFTW:ALL" /* command 4 */ "RTRV-TC:ALL" /* command 3 */ "STP-AUD" /* command 2 */ ; |
Purpose: | This MML command provides either a list of MML commands, descriptions, and values (if no parameter is given), or a description of a particular command (if the command name is entered as a parameter). |
Format: | help[:<command name>] |
Example: | The MML command shown in the following example displays help for a specific comand: mml> HELP:SET-LOG
Virtual Switch Controller - VSC-03 2000-03-20 10:04:28
M RTRV
SET-LOG -- Set Logging Levels
-----------------------------
Purpose: This MML command is used to set the logging level of a
process or all processes.
Format: set-log:<proc>:<log level>
set-log:all:<log level>
Description: * proc -- The various actively and passively monitored
processes running on the MGC. Use the RTRV-SOFTW:ALL
command to display all processes.
* log level -- Sets the logging level for the specified
process. Logging levels are as follows:
- CRIT -- Critical level messages.
- DEBUG -- Debug-level messages (lowest level).
- ERR -- Error condition messages.
- INFO -- Informational messages.
- WARN -- Warning condition messages.
- TRACE -- Trace messages.
Example: The MML command shown in the following example retrieves
the logging level of the ENG-01 process:
mml> RTRV-LOG:ENG-01
Virtual Switch Controller - VSC-01 2000-01-16 09:38:03
M RTRV
"ENG-01:DEBUG"
;
Comments: This command command was introduced in Release 7.4. For
information concerning backward compatibility, use the
HELP:CHG-LOG command.
Note: DSKM-01 and LOG-01, the disk monitor and log server
processes, respectively, do not make use of log levels and
therefore do not accept log-level change requests.
;
|
Example: | The MML command shown in the following example displays the help file displayed if no parameter is entered: mml> HELP
Virtual Switch Controller - VSC-01 2000-01-12 15:19:51
M RTRV
Available commands (in alphabetical order):
ack-alm:<comp>:"<alm cat>" Acknowledges an alarm category on a
component
blk-cic:<point code>:CIC=<number>[,RNG=<slaves>]
Blocks a circuit or a circuit range
chg-dpl::CUSTGRPID="<customer group ID>"
Reloads a dialing plan
chg-log:<proc>:<log level> Sets logging level of an active process,
monitored and passive processes
are not affected.
logLevel can be:
DBG | INF | NOT | WRN | ERR | CRT | ALR
| EMR | TRC
chg-log:all:<log level> Sets logging level for all processes.
logLevel can be:
DBG | INF | NOT | WRN | ERR | CRT | ALR
| EMR | TRC
clr-alm:<comp>:"<alm cat>" Clears an alarm category on a component
clr-meas:<comp>:"<meas cat>" Resets a measurement category on a
component
clr-tcap-trans::T=<number> Clears all TCAP transactions
older than value of T in seconds
diaglog:<file name>:START|STOP Starts/stops diagnostics log
h[::<number>[,<number>]] Displays a history of commands for a
specified backward number or range;
the last command by default
help[:<command name>] Displays the list of MML commands or the
help information on a specified command
numan-add:<comp>:custgrpid=<cust group ID>,<param name>=<param value>,...
Adds an element to a dial plan table
numan-dlt:<comp>:custgrpid=<cust group ID>
Deletes an element from a dial plan table
numan-ed:<comp>:custgrpid=<cust group ID>,<param name>=<param value>,...
Edits an element in a dial plan table
numan-rtrv:<comp>:custgrpid=<cust group ID>
Retrieves an element from a dial plan
table
numan-rtrv:<comp>:custgrpid=<cust group ID>,"all"
Retrives all elements from a dial plan
table
prov-add:<comp>:name=<MML name>,<param name>=<param value>,...
Adds the component
prov-cpy Commits provisioning data
prov-dlt:<comp>:name=<MML name> Deletes the component
prov-dply Deploys provisioning data
|
| prov-ed:<comp>:name=<MML name>,<param name>=<param value>,...
Modifies the component attributes
prov-rtrv:<comp>:name=<MML name> Retrieves the component attributes
prov-rtrv:all Retrieves all the components
prov-rtrv:rttrnkgrp:"all" Retrieves all route trunk group
information
prov-rtrv:rttrnk:"all" Retrieves all route trunk information
prov-rtrv:rtlist:"all" Retrieves all route list information
prov-rtrv:session Retrieves provisioning session
information
prov-rtrv:variants Retrieves all variants
prov-sta::srcver=<version>,dstver=<version>
Starts a provisioning session
prov-stp Stops the provisioning session
prov-sync Synchronizes provisioning data
prov-exp:<tid>:dirname=<export directory name> Exports provisioning data
query-cic:<point code>:CIC=<number>[,RNG=<slaves>][,RSLV]
Performs a circuit query for a circuit
or a circuit range with an optional
RESOLVE parameter
quit Ends the session
r[::<number>] Repeats a previously entered command with
a specified backward number;
the last command by default
reset-cic:<point code>:CIC=<number>[,RNG=<slaves>]
Resets a circuit or a circuit range
rtrv-alms Displays all active alarms
rtrv-alms::CONT Displays all active alarms and listens
for alarm events until Ctrl-C
rtrv-asn:<aux sig path> Displays attributes of an ASP
rtrv-aud-gw:<sig path MGCP> Retrieves result of an auditing process
of a gateway
rtrv-aud-gw:all Retrieves results of auditing processes
of all gateways
rtrv-cfg:<cfg table> Displays contents of a configuration
table where table can be:
alarmCategories | components
| componentTypes
measCategories | services | tables
rtrv-cic:<point code>:CIC=<number>[,RNG=<slaves>]
Retrieves bearer channels of a point code
rtrv-ctr:<comp>:"<meas cat>" Retrieves a measurement of a component
rtrv-dest:<point code> Retrieves state of a destination (point
code)
rtrv-dest:<sig path> Retrieves state of a destination
(signaling path)
rtrv-dest:all Retrieves state of all destinations:
point codes and signaling paths
rtrv-eqpt:<IO card> Retrieves service state of an I/O card
rtrv-eqpt:all Retrieves service states of all I/O cards
rtrv-lnk-ctr:<C7 link/set> Retrieves all measurements of a link or
link set
rtrv-lnk-ctr:all Retrieves all measurements of all links
rtrv-log:all Displays logging level of all processes
rtrv-log:<proc> Displays logging level of a process
rtrv-lset:<C7 link set> Displays state of a link set
rtrv-lssn:all Displays state of local SSN
rtrv-mml Displays all active MML sessions
rtrv-ne Displays attributes of the Network
Element
|
| rtrv-ovld Displays overload level and number of
messages in a queue
rtrv-rssn:all Displays state of remote SSN
rtrv-rte:<point code> Retrieves all SS7 routes for a point code
rtrv-rte:all Retrieves SS7 routes for all point codes
rtrv-sc:<sig channel> Displays attributes of a signaling
channel
rtrv-sc:<C7 link set> Displays attributes of a link set
rtrv-sc:all Displays attributes of all signaling
channels and link sets
rtrv-softw:<proc> Displays status of a process or process
group
rtrv-softw:all Displays status of all known processes
rtrv-sp-ctr:<point code> Retrieves all measurements of a point
code
rtrv-sp-ctr:all Retrieves all measurements of all point
codes
rtrv-spc:<point code> Retrieves route set of a point code
rtrv-spc:all Retrieves route sets of all point codes
rtrv-ss7-slt:<C7 link> Retrieves result of an MTP SLT test on a
link
rtrv-ss7-srt:<point code>:LSET="<C7 link/set>"
Retrieves result of an MTP SRT test on a
point code
rtrv-tc:<sig path>&<sig path>... Displays state of bearers per signaling
path(s)
rtrv-tc:all Displays state of all bearers
rtrv-tc-held:<sig path>&<sig path>...
Displays state of bearers per signaling
path(s), held by gateway
rtrv-tc-held:all Displays state of all bearers, held by
gateway
rtrv-tcap-trans Displays number of active TCAP
transactions
set-asn-state:<aux sig path>:IS|OOS
Changes service state of an ASP
set-dest-state:<sig path>:IS|OOS...
Changes service state of signaling path
set-eqpt-state:<IO card>:IS|OOS Changes service state of an I/O card
set-lnk-state:<C7 link/set>:IS|OOS|INH|UNH
Changes service state of a link or a
linkset
set-log:<proc>:<log level> Sets logging level for process <proc>
set-log:all:<log level> Sets logging level for all processes.
logLevel can be:
DEBUG | TRACE | INFO | WARN | ERR | CRIT
set-lssn-state::SSN=<number>,IS|OOS
Changes service state of a local SSN
set-sc-state:<sig path>:IS|OOS|FOOS
Changes service state of a signal path or
a link
set-sc-state:<line>:IS|OOS|FOOS|INH|UNH
Changes service state of all signal
paths/links on an entire line/linkset
set-spc-state:<point code>:IS|OOS...
Changes service state of a point code
snd:ext:<string> Sends a message to an external process
snd:ext:"help" Displays a list of commands available
for an external process (provided
by external process, not MML)
sta-aud Starts auditing process
sta-aud-gw:<sig path MGCP> Starts auditing process of a gateway
sta-aud-gw:all Starts auditing processes of all gateways
|
| sta-sc-trc:<sig path>:params Starts tracing on a signal path or a
point code,
optional params are:
prd=<number> duration of tracing in
seconds, log="filename" output file
name in the ./var/trace directory
sta-softw:<proc> Starts a process or process group
sta-ss7-slt:<C7 link> Starts an MTP SLT test on a link
sta-ss7-srt:<point code>:LSET="<C7 link/set>"
Starts an MTP SRT test on a point code
sta-tcap-trc Starts TCAP tracing
stp-aud Stops auditing process
stp-call:<sig channel>|<point code>[:TC=<number>]
Stops call(s) in progress for a specified
signaling channel or destination
point code; by default, all traffic
channels are affected
stp-sc-trc:<sig path> Stops tracing on a signal path
stp-sc-trc:all Stops tracing on all signal paths
stp-softw:<proc>:[kill] Stops a process or all processes in a
group
stp-softw:all:[kill] Shuts down the platform and applications
except for Process Manager
stp-tcap-trc Stops TCAP tracing
sw-over::CONFIRM Forces a switchover to a stand-by
platform
tst-cot:<point code>:CIC=<number> Performs a COT test on a circuit
unblk-cic:<point code>:CIC=<number>[,RNG=<slaves>]
Unblocks a circuit or a circuit range
vld-cic:<point code>:CIC=<number> Performs a circuit validation
;
|
Comments: | New commands were added in Release 7.4. For a list of the commands on systems earlier than 7.4, enter the bare HELP command on those systems. |
Purpose: | This MML command adds an element to a dial-plan table. |
Format: | numan-add:<comp>:custgrpid=<cust group ID>,<param name>=<param value>,... |
Description: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the NUMAN-ADD command for dial-plan provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Example: | The MML command that follows is used in building a digit modification table: |
Purpose: | This MML command deletes an element from a dial-plan table. |
Format: | numan-dlt:<comp>:custgrpid=<cust group ID> |
Description: | Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Example: | The MML command that follows deletes an element from a dial plan table. |
Purpose: | This MML command edits an element in a dial-plan table. |
Format: | numan-ed:<comp>:custgrpid=<cust group ID>,<param name>=<param value>,... |
Description: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the NUMAN commands for dial-plan provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Example: | The MML command that follows edits a dial modification table. |
Purpose: | This MML command retrieves an element or all elements from a dial-plan table. |
Format: | numan-rtrv:<comp>:custgrpid=<cust group ID> numan-rtrv:<comp>:custgrpid=<cust group ID>,"all" |
Description: | Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Example: | The MML command that follows verifies an element in a dial-plan table. mml> numan-rtrv:dialplan:"all" Virtual Switch Controller - VSC-01 2000-02-01 13:23:36 M RTRV "session=active:dialplan" /* CustGrpId --------- V123 */ ; |
Purpose: | This MML command adds a component to the MGC configuration. |
Format: | prov-add:<comp>:name=<MML name>,<param name>=<param value>,... |
Description: |
To define more than one parameter, enter additional param name=value descriptions on the command line. |
Example: | The MML command shown in the following example adds a point code with the MML name of "opc", a component description of "point code for CP1," a netaddr parameter of 0.0.1, and a netind of two: mml> PROV-ADD:ptcode:NAME="opc", DESC="Point code of CP1", netaddr="0.0.1", netind=2 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "ptcode" ; |
Comments: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the PROV commands for provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Purpose: | This MML command copies configuration settings from the current provisioning session to the local MGC the commands are running on in a single MGC configuration, and this activates the configuration. This command terminates the current provisioning session, if successful, and fails if there is no active provisioning session.
| ||
Format: | PROV-CPY | ||
Example: | The MML command shown in the following example copies the configuration changes from the current session to the (single) MGC you are configuring. mml> PROV-CPY | ||
Comments: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the PROV commands for provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Purpose: | This MML command deletes a provisioned component. |
Format: | prov-dlt:<comp>:name=<MML name> |
Description: |
|
Example: | The MML command shown in the following example deletes the point code component "opc": mml> PROV-DLT:ptcode:NAME="opc" Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "ptcode" ; |
Comments: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the PROV commands for provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Purpose: | This MML command copies configuration settings from the current provisioning session to both MGCs in a dual-MGC configuration, and this activates the configuration. This command terminates the current provisioning session, if successful, and fails if there is no active provisioning session.
| ||
Format: | PROV-DPLY | ||
Example: | The MML command shown in the following example copies the configuration from the current session to both MGCs: mml> PROV-DPLY | ||
Comments: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the PROV commands for provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Purpose: | This MML command modifies a provisioned component.
| ||
Format: | prov-ed:<comp>:name=<MML name>,<param name>=<param value>,... | ||
Description: |
| ||
Example: | The MML command shown in the following example changes the description of the provisioned point code "opc": mml> PROV-ED:ptcode:NAME="opc", DESC="Point code for this SSP" Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "ptcode" ; | ||
Comments: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the PROV commands for provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Purpose: | This MML command exports the current configuration of the VSC in MML-command form to a file or files. This allows for a system to be primed with a cloned configuration from an existing system or to be restored to a baseline configuration. The exported data can be imported using MML's batch feature. (Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for information concerning MML's batch feature) |
Format: | prov-exp:<tid>:dirname=<export directory name> |
Description: |
|
Example: | The MML command shown in the this example saves the following files in the saved config directory:
mml> prov-exp:all:dirname=saved_config Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD To import all configuration data from the directory saved_config exported by this command, use the UNIX commands shown, in the following order, which executes MML in batch mode: mml -b $BASEDIR/etc/cust_specific/saved_config/config.mml mml -b $BASEDIR/etc/cust_specific/saved_config/routing.mml mml -b $BASEDIR/etc/cust_specific/saved_config/<CustGrpID>.mml |
Comment: | This command command was introduced in Release 7.4. |
Purpose: | This MML command retrieves information about an existing provisioning session. |
Format: | prov-rtrv:<comp>:name=<MML name> prov-rtrv:all prov-rtrv:<comp>:"all" prov-rtrv:rttrnkgrp:"all" prov-rtrv:rttrnk:"all" prov-rtrv:rtlist:"all" prov-rtrv:session prov-rtrv:variants |
Description: |
|
Example: | The MML command shown in the following example displays information about the point code "opc": mml> PROV-RTRV:ptcode:NAME="opc" Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "ptcode" /* NAME = opc DESC = pc for CP1 NETADDR = 0.0.8 NETIND = 2 */ ; |
Comments: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the PROV commands for provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. If the quotation marks are not used, the following error message is displayed: /* Input, Invalid Data Parameter */ |
Purpose: | This MML command establishes a provisioning session. The data files are copied from the source version to the destination version. The data files are also locked to prevent other users from making changes. If there is no active session, you can start a new session. If there is an active session, you can view the active configuration, but you are blocked from performing other actions. | ||
Format: | prov-sta::srcver=<version>,dstver=<version> | ||
Description: |
If the source and destination filenames are the same, the new configuration overwrites the new configuration. It is a good practice to copy an existing configuration instead of overwriting it. This gives you an easy way to return to a known configuration if there are problems with the new configuration. The new configuration should never be the destination session. If the source configuration specified is new, the software does not allow you to overwrite an existing configuration. | ||
Example: | The MML command shown in the following example starts a provisioning session and creates a new configuration named ver1: mml> PROV-STA::SRCVER="new", DSTVER="ver1" Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "PROV-STA" ; The MML command shown in the following example starts a provisioning session, opens the existing configuration named ver1, and overwrites that configuration: mml> PROV-STA::SRCVER="ver1", DSTVER="ver1" The MML command shown in the following example starts a provisioning session, opens the existing configuration named ver1, and saves the updated configuration as ver2: mml> PROV-STA::SRCVER="ver1", DSTVER="ver2" | ||
Comments: | Refer to Cisco Media Gateway Controller Software Release 7 Provisioning Guide for a description of using the PROV commands for provisioning. Refer to "Components, Processes, and Properties," for a description of components, parameter names, parameter descriptions, and parameter values. |
Purpose: | This MML command terminates either a specified or the current provisioning session, saves the configuration, and releases the lock on the configuration data files.
| ||
Format: | PROV-STP PROV-STP:<SESSION NAME>:CONFIRM | ||
Description: |
| ||
Example: | The MML command hown in the following exampleterminates the current provisioning session. mml> PROV-STP Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "PROV-STP" ; |
Purpose: | This MML command copies the active configuration from the active MGC to the standby MGC, ensuring that both media gateway controllers are using the same configuration. |
Format: | PROV-SYNC |
Example: | The MML command shown in the following example copies the configuration from the active MGC to the standby MGC: mml> PROV-SYNC |
Purpose: | This MML command executes a circuit status query for a circuit or a circuit range. |
Format: | query-cic:<point code>:CIC=<number>[,RNG=<slaves>][,RSLV] |
Description: |
|
Example: | The MML command shown in the following example queries CICs 20-24 on the destination point code dpc2. In this example, CIC=24 is a case in which the local primary state and secondary state differ. mml> QUERY-CIC:dpc2:CIC=20,RNG=4 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "dpc2:CIC=20;PST=IS;SST=IDLE" "dpc2:CIC=21;PST=IS;SST=IDLE" "dpc2:CIC=22;PST=IS;SST=IDLE" "dpc2:CIC=23;PST=IS;SST=IDLE" "dpc2:CIC=24;LPST=OOS;LSST=IDLE_LOC_BLOC," "dpc2:RPST=IS;RSST=IDLE" ; |
Purpose: | This MML command ends the MML session. |
Format: | QUIT |
Example: | mml> QUIT > |
Purpose: | This MML command repeats a previously entered command. |
Format: | r[::<number>] |
Description: | number---The command to repeat. For example, a value of 3 repeats the command issued before the last two commands. The default value is 1, which repeats the last command. |
Example: | The MML command shown in the following example repeats the last command (this is the same as using the up arrow): mml> R The MML command shown in the following example repeats the third to the last command: mml> R::3 |
Purpose: | This MML command resets or activates a circuit or a range of circuits. |
Format: | reset-cic:<point code>:CIC=<number>[,RNG=<slaves>] |
Description: |
|
Example: | The MML command shown in the following example resets CICs 1-24 on destination point code dpc2: mml> RESET-CIC:dpc2:CIC=1,RNG=23 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "dpc2" ; |
Purpose: | This MML command provides the following summary report:
|
Format: | rtrv-admin-state:<mgc> rtrv-admin-state:<gway> rtrv-admin-state:<trkGrp> rtrv-admin-state:<sigPath> rtrv-admin-state:<sigPath>:span=x rtrv-admin-state:<sigPath>:span=x,BC=y[,RNG=z] rtrv-admin-state:<sigPath>:CIC=x[,RNG=y] |
Description: | Target parameters are as follows:
|
Example: | The following example retrieves for dpc1 the primary state (PST=), the number of bearer channels in locked state (LOCK=), the number of bearer channels in unlocked state (UNLOCK=), and the number of bearer channels in shutdown state (SHUTDOWN=). mml> rtrv-admin-state:dpc1 Virtual Switch Controller - VSC-03 2000-02-17 14:27:52 M COMPLD "dpc1:PST=UNLOCK,LOCK=0,UNLOCK=384,SHUTDOWN=0" ; |
Comment: | This command command was introduced in Release 7.4. This alarm allows wildcarding. |
Purpose: | This MML command displays all active alarms. |
Format: | RTRV-ALMS RTRV-ALMS::CONT |
Description: | CONT---Tells the system to display alarm events until Ctrl-C is entered. |
Example: | The MML command shown in the following example displays the names of all active alarms: mml> RTRV-ALMS Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "IOCM-01: 1999-09-30 15:54:05.891," "IOCM-01:ALM=\"Config Fail\",SEV=MN" "FOD-01: 1999-09-30 15:54:01.211," "FOD-01:ALM=\"FailoverPeerLost\",SEV=MJ" "dpc1: 1999-09-30 15:54:04.223,ALM=\"PC UNAVAIL\",SEV=MJ" "dpc2: 1999-09-30 15:54:04.229,ALM=\"PC UNAVAIL\",SEV=MJ" "dpc3: 1999-09-30 15:54:03.382,ALM=\"PC UNAVAIL\",SEV=MJ" "dpc5: 1999-09-30 15:54:04.243,ALM=\"PC UNAVAIL\",SEV=MJ" "ls1link2: 1999-09-30 15:54:03.808,ALM=\"SC FAIL\",SEV=MJ" "ls2link2: 1999-09-30 15:54:04.119,ALM=\"SC FAIL\",SEV=MJ" "ls3link1: 1999-09-30 15:54:04.121," "ls3link1:ALM=\"Config Fail\",SEV=MN" "ls3link2: 1999-09-30 15:54:04.131," "ls3link2:ALM=\"Config Fail\",SEV=MN" "ls3link2: 1999-09-30 15:54:04.132,ALM=\"SC FAIL\",SEV=MJ" "ls5link1: 1999-09-30 15:54:04.150," "ls5link1:ALM=\"Config Fail\",SEV=MN" "ls5link1: 1999-09-30 15:54:04.151,ALM=\"SC FAIL\",SEV=MJ" ; |
| The MML command shown in the following example displays the names of active alarms and new alarm events until you press Ctrl-C: mml> RTRV-ALMS::cont Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "IOCM-01: 1999-09-30 15:54:27.892," "IOCM-01:ALM=\"Config Fail\",SEV=MN" "FOD-01: 1999-09-30 15:54:01.211," "FOD-01:ALM=\"FailoverPeerLost\",SEV=MJ" "dpc1: 1999-09-30 15:54:04.223,ALM=\"PC UNAVAIL\",SEV=MJ" "dpc2: 1999-09-30 15:54:04.229,ALM=\"PC UNAVAIL\",SEV=MJ" "dpc3: 1999-09-30 15:54:03.382,ALM=\"PC UNAVAIL\",SEV=MJ" "dpc5: 1999-09-30 15:54:04.243,ALM=\"PC UNAVAIL\",SEV=MJ" "ls3link1: 1999-09-30 15:54:04.121," "ls3link1:ALM=\"Config Fail\",SEV=MN" "ls3link2: 1999-09-30 15:54:04.131," "ls3link2:ALM=\"Config Fail\",SEV=MN" "ls3link2: 1999-09-30 15:54:04.132,ALM=\"SC FAIL\",SEV=MJ" "ls5link1: 1999-09-30 15:54:04.150," "ls5link1:ALM=\"Config Fail\",SEV=MN" "ls5link1: 1999-09-30 15:54:04.151,ALM=\"SC FAIL\",SEV=MJ" ; /* Listening for alarm events... (Ctrl-C to stop) */ Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 ** "dpc1:ALM=\"PC UNAVAIL\",STATE=CLEARED" ; Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 ** "dpc2:ALM=\"PC UNAVAIL\",STATE=CLEARED" ; Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 A "ls1link1:ALM=\"CHAN BAD TOT 15\",STATE=CLEARED" ; Ctrl-C ^C/* Ctrl-C pressed */ mml> |
Purpose: | This MML command displays the attributes of an auxiliary signaling path (ASP). |
Format: | rtrv-asn:<aux sig path> |
Description: | aux sig path---Auxiliary signaling path. |
Example: | |
Error Code: | None. |
Comments: | This command is not supported in Release 7.4(7). |
Purpose: | This MML command retrieves the auditing of an MGCP gateway started by the STA-AUDIT-GW command. |
Format: | rtrv-aud-gw:<sig path MGCP> rtrv-aud-gw:all |
Description: | sig path MGCP---MGCP signaling path created with the PROV-ADD MGC command. |
Example: | mml> RTRV-AUDIT-GW:T-1-16 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD ; |
Purpose: | This MML command displays the contents of a configuration table. |
Format: | rtrv-cfg:<cfg table> |
Description: | cfg table---The configuration table to display. The possible configuration tables can be
|
Example: | mml> rtrv-cfg:components Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "VSC-22: KEY=00010001," "VSC-22: PARENT=00000000, DESCR=Virtual Switch Controller" "CFGG-01: KEY=00020001," "CFGG-01: PARENT=00010001, DESCR=Config Mgr Subsystem" "ALGG-01: KEY=00020002," "ALGG-01: PARENT=00010001, DESCR=Alarm Mgr Subsystem" "MSGG-01: KEY=00020003," "MSGG-01: PARENT=00010001, DESCR=Measurement Mgr Subsystem" "ENGG-01: KEY=00020004," "ENGG-01: PARENT=00010001, DESCR=Engine Subsystem" "IOSG-01: KEY=00020005, PARENT=00010001, DESCR=IO Subsystem" "LOGM-01: KEY=00020006," "LOGM-01: PARENT=00010001, DESCR=Log Manager Subsystem" "XEG-01: KEY=00020007," "XEG-01: PARENT=00010001," "XEG-01: DESCR=Execution Environment Daemons" "PFMG-01: KEY=00020008," "PFMG-01: PARENT=00010001, DESCR=Platform Monitoring" "FTG-01: KEY=00020009," "FTG-01: PARENT=00010001, DESCR=Failover Group" "SNMPG-01: KEY=0002000a, PARENT=00010001, DESCR=SNMP Group" "CFM-01: KEY=00030001," "CFM-01: PARENT=00020007, DESCR=Config Manager" "ALM-01: KEY=00030002," "ALM-01: PARENT=00020007, DESCR=Alarm Manager" "MM-01: KEY=00030003," "MM-01: PARENT=00020007, DESCR=Measurement Manager" "AMDMPR-01: KEY=00030004," "AMDMPR-01: PARENT=00020007, DESCR=Alarm & Measurement Dumper" "CDRDMPR-01: KEY=00030005, PARENT=00020007, DESCR=CDR Dumper" "DSKM-01: KEY=00030006," "DSKM-01: PARENT=00020008, DESCR=Disk Space Monitor" "MMDB-01: KEY=00030007," "MMDB-01: PARENT=00020007, DESCR=TimesTen DataBase Process" "POM-01: KEY=00030008," "POM-01: PARENT=00020007," "POM-01: DESCR=Provisioning Object Manager" "MEASAGT: KEY=00030009," "MEASAGT: PARENT=0002000a, DESCR=Measurements SNMP Agent" "OPERSAGT: KEY=0003000a," "OPERSAGT: PARENT=0002000a, DESCR=Operational SNMP Agent" "PROVSAGT: KEY=0003000b," "PROVSAGT: PARENT=0002000a, DESCR=Provisioning SNMP Agent" "CMSAlarm: KEY=0003000c," "CMSAlarm: PARENT=00020007, DESCR=CMS Alarm Manager" "Replic-01: KEY=0003000d," "Replic-01: PARENT=00020004, DESCR=Replicator Controller" "ENG-01: KEY=0003000e, PARENT=00020004, DESCR=Engine" "IOCM-01: KEY=0003000f," "IOCM-01: PARENT=00020005, DESCR=IOS Channel Manager" "TCAP-01: KEY=00030010," "TCAP-01: PARENT=00020005," "TCAP-01: DESCR=TCAP and SCCP protocol handler" "IOCC-ASP: KEY=00030011," "IOCC-ASP: PARENT=00020005," "IOCC-ASP: DESCR=IOS Channel Controller - ASP" "FOD-01: KEY=00030012," "FOD-01: PARENT=0002000a, DESCR=Failover Controller" |
| "IOCC-PRIIP: KEY=00030013," "IOCC-PRIIP: PARENT=00020005," "IOCC-PRIIP: DESCR=IOS ChannelController - ISDNPRI over IP " "IOCC-ANSI1: KEY=00030014, PARENT=00020005, DESCR=00130001" "CPU-01: KEY=00040001, PARENT=00010001, DESCR=CPU 1" "DISK-01: KEY=00040003, PARENT=00010001, DESCR=Hard Disk #1" "DISK-02: KEY=00040004, PARENT=00010001, DESCR=Hard Disk #2" "encard1: KEY=00050001," "encard1: PARENT=00010001, DESCR=Ethernet Card 1" "encard2: KEY=00050002," "encard2: PARENT=00010001, DESCR=Ethernet Card 2" "enetif1: KEY=00060001," "enetif1: PARENT=00050001," "enetif1: DESCR=Ethernet Interface for Card 1" "enetif2: KEY=00060002," "enetif2: PARENT=00050002," "enetif2: DESCR=Ethernet Interface for Card 2" "ls01: KEY=00080001," "ls01: PARENT=001e0001," "ls01: DESCR=Link Set from MGC to STPA" "ls02: KEY=00080002," "ls02: PARENT=001e0002," "ls02: DESCR=Link Set from MGC to STPB" "CPARM: KEY=00090001," "CPARM: PARENT=00010001, DESCR=XECfgParm.dat" "TABLE: KEY=00090002, PARENT=00010001, DESCR=tables.dat" "CTYPE: KEY=00090003," "CTYPE: PARENT=00010001, DESCR=compTypes.dat" "COMP: KEY=00090004," "COMP: PARENT=00010001, DESCR=components.dat" "ACAT: KEY=00090005," "ACAT: PARENT=00010001, DESCR=alarmCats.dat" "DEPND: KEY=00090006," "DEPND: PARENT=00010001, DESCR=dependencies.dat" "MCAT: KEY=00090007, PARENT=00010001, DESCR=measCats.dat" "PGRP: KEY=00090008," "PGRP: PARENT=00010001, DESCR=procGroups.dat" "PROC: KEY=00090009," "PROC: PARENT=00010001, DESCR=processes.dat" "SRVC: KEY=0009000a, PARENT=00010001, DESCR=services.dat" "SIGS: KEY=0009000b, PARENT=00010001, DESCR=sigPath.dat" "DPC: KEY=0009000c, PARENT=00010001, DESCR=dpc.dat" "ROUTE: KEY=0009000d, PARENT=00010001, DESCR=routes.dat" "SNMPM: KEY=0009000e, PARENT=00010001, DESCR=snmpmgr.dat" "ALOG: KEY=000a0001, PARENT=00010001, DESCR=Alarm Log" "CLOG: KEY=000a0002, PARENT=00010001, DESCR=Command Log" "MLOG: KEY=000a0003," "MLOG: PARENT=00010001, DESCR=Measurement Log" "DLOG: KEY=000a0004, PARENT=00010001, DESCR=Debug Log" "PM-01: KEY=000b0001," "PM-01: PARENT=00010001, DESCR=Process Manager" "MML-01: KEY=000c0001, PARENT=00010001, DESCR=MML #1" "MML-02: KEY=000c0002, PARENT=00010001, DESCR=MML #2" "MML-03: KEY=000c0003, PARENT=00010001, DESCR=MML #3" "MML-04: KEY=000c0004, PARENT=00010001, DESCR=MML #4" "MML-05: KEY=000c0005, PARENT=00010001, DESCR=MML #5" "MML-06: KEY=000c0006, PARENT=00010001, DESCR=MML #6" "MML-07: KEY=000c0007, PARENT=00010001, DESCR=MML #7" "MML-08: KEY=000c0008, PARENT=00010001, DESCR=MML #8" "MML-09: KEY=000c0009, PARENT=00010001, DESCR=MML #9" "MML-10: KEY=000c000a, PARENT=00010001, DESCR=MML #10" "MML-11: KEY=000c000b, PARENT=00010001, DESCR=MML #11" |
| "MML-12: KEY=000c000c, PARENT=00010001, DESCR=MML #12" "ASP: KEY=000e0000," "ASP: PARENT=00010001, DESCR=ASN connection" "iplink1: KEY=00100001," "iplink1: PARENT=00140001, DESCR=IP Link for NAS1" "iplink2: KEY=00100002," "iplink2: PARENT=00140002, DESCR=IP Link for NAS 2" "iplink3: KEY=00100003," "iplink3: PARENT=00140003, DESCR=IP Link for NAS 3" "ss7route1: KEY=00110001," "ss7route1: PARENT=00010001," "ss7route1: DESCR=Route 1 to PSTN Switch A via LS1" "ss7route2: KEY=00110002," "ss7route2: PARENT=00010001," "ss7route2: DESCR=Route 2 to PSTN Switch A via LS2" "opc: KEY=00130001," "opc: PARENT=00010001, DESCR=Origination Point Code" "dpc1: KEY=00130002," "dpc1: PARENT=00010001, DESCR=DPC of PSTN Switch A" "signas1: KEY=00140001," "signas1: PARENT=00160002, DESCR=Signaling Service for NAS1" "signas2: KEY=00140002," "signas2: PARENT=00160003, DESCR=Signaling Service for NAS2" "signas3: KEY=00140003," "signas3: PARENT=00160004, DESCR=Signaling Service for NAS3" "ss7sigsvc: KEY=00150001," "ss7sigsvc: PARENT=00130002," "ss7sigsvc: DESCR=SS7 Service to PSTN Switch A" "nas1: KEY=00160002, PARENT=00010001, DESCR=NAS1" "nas2: KEY=00160003, PARENT=00010001, DESCR=NAS2" "nas3: KEY=00160004, PARENT=00010001, DESCR=NAS3" "switcha: KEY=00160005," "switcha: PARENT=00010001, DESCR=PSTN Switch A" "SNMPMGR-01: KEY=00170001, PARENT=0003000a, DESCR=Manager001" "c7iplink1: KEY=001d0001," "c7iplink1: PARENT=00080001, DESCR=Link 1 in Link Set 1" "c7iplink2: KEY=001d0002," "c7iplink2: PARENT=00080001, DESCR=Link 2 in Link Set 1" "c7iplink3: KEY=001d0003," "c7iplink3: PARENT=00080002, DESCR=Link 1 in Link Set 2" "c7iplnk4: KEY=001d0004," "c7iplnk4: PARENT=00080002, DESCR=Link 2 in Link Set 2" "apc1: KEY=001e0001, PARENT=00010001, DESCR=APC for STPA" "apc2: KEY=001e0002, PARENT=00010001, DESCR=APC for STPB" "ss7subsys1: KEY=001f0001," "ss7subsys1: PARENT=00010001, DESCR=Route from STPA to STPB" "ss7subsys2: KEY=001f0002," "ss7subsys2: PARENT=00010001, DESCR=Route from STPB to STPA" "Cust-Files: KEY=00210001," "Cust-Files: PARENT=00010001, DESCR=Customer specific files" "SS7-ANSI: KEY=00250001," "SS7-ANSI: PARENT=00010001, DESCR=SS7-ANSI Protocol Family" "SS7-ITU: KEY=00260001," "SS7-ITU: PARENT=00010001, DESCR=SS7-ITU Protocol Family" "SS7-China: KEY=00270001," "SS7-China: PARENT=00010001, DESCR=SS7-China Protocol Family" "SS7-NTT: KEY=00280001," "SS7-NTT: PARENT=00010001, DESCR=SS7-NTT Protocol Family" "ISDNPRI: KEY=00290001," "ISDNPRI: PARENT=00010001, DESCR=ISDNPRI Protocol Family" "DPNSS: KEY=002a0001," "DPNSS: PARENT=00010001, DESCR=DPNSS Protocol Family" |
| "SGCP: KEY=002b0001," "SGCP: PARENT=00010001, DESCR=SGCP Protocol Family" "EISUP: KEY=002c0001," "EISUP: PARENT=00010001," "EISUP: DESCR=Extended ISUP Protocol Family" "PRIIP: KEY=002f0001," "PRIIP: PARENT=00010001," "PRIIP: DESCR=ISDNPRI over IP Protocol Family" "A-MBD: KEY=00300001, PARENT=00010001, DESCR=" "B-MBD: KEY=00300002, PARENT=00010001, DESCR=" "A-DSK: KEY=00300003, PARENT=00010001, DESCR=" "B-DSK: KEY=00300004, PARENT=00010001, DESCR=" "A-DSK0: KEY=00300005, PARENT=00010001, DESCR=" "A-DSK1: KEY=00300006, PARENT=00010001, DESCR=" "A-DSK2: KEY=00300007, PARENT=00010001, DESCR=" "A-DSK3: KEY=00300008, PARENT=00010001, DESCR=" "A-DSK4: KEY=00300009, PARENT=00010001, DESCR=" "A-DSK5: KEY=0030000a, PARENT=00010001, DESCR=" "B-DSK0: KEY=0030000b, PARENT=00010001, DESCR=" "B-DSK1: KEY=0030000c, PARENT=00010001, DESCR=" "B-DSK2: KEY=0030000d, PARENT=00010001, DESCR=" "B-DSK3: KEY=0030000e, PARENT=00010001, DESCR=" "B-DSK4: KEY=0030000f, PARENT=00010001, DESCR=" "B-DSK5: KEY=00300010, PARENT=00010001, DESCR=" "A-RMM: KEY=00300011, PARENT=00010001, DESCR=" "B-RMM: KEY=00300012, PARENT=00010001, DESCR=" "A-PCI0: KEY=00300015, PARENT=00010001, DESCR=" "A-PCI1: KEY=00300016, PARENT=00010001, DESCR=" "A-PCI2: KEY=00300017, PARENT=00010001, DESCR=" "A-PCI3: KEY=00300018, PARENT=00010001, DESCR=" "A-PCI4: KEY=00300019, PARENT=00010001, DESCR=" "A-PCI5: KEY=0030001a, PARENT=00010001, DESCR=" "A-PCI6: KEY=0030001b, PARENT=00010001, DESCR=" "B-PCI0: KEY=0030001c, PARENT=00010001, DESCR=" "B-PCI1: KEY=0030001d, PARENT=00010001, DESCR=" "B-PCI2: KEY=0030001e, PARENT=00010001, DESCR=" "B-PCI3: KEY=0030001f, PARENT=00010001, DESCR=" "B-PCI4: KEY=00300020, PARENT=00010001, DESCR=" "B-PCI5: KEY=00300021, PARENT=00010001, DESCR=" "B-PCI6: KEY=00300022, PARENT=00010001, DESCR=" "A-CPU: KEY=00300023, PARENT=00010001, DESCR=" "A-PSU0: KEY=00300024, PARENT=00010001, DESCR=" "A-PSU1: KEY=00300025, PARENT=00010001, DESCR=" "A-PSU2: KEY=00300026, PARENT=00010001, DESCR=" "B-PSU0: KEY=00300027, PARENT=00010001, DESCR=" "B-PSU1: KEY=00300028, PARENT=00010001, DESCR=" "B-PSU2: KEY=00300029, PARENT=00010001, DESCR=" "B-CPU: KEY=0030002a, PARENT=00010001, DESCR=" "SS7-UK: KEY=00320001," "SS7-UK: PARENT=00010001, DESCR=BT SS7-ITU Protocol Family" "TCAPOverIP: KEY=00360001," "TCAPOverIP: PARENT=00010001," "TCAPOverIP: DESCR=tcap over ip protocol Family" "MGCP: KEY=00380001," "MGCP: PARENT=00010001, DESCR=MGCP Protocol Family" "BTNUP: KEY=003c0001," "BTNUP: PARENT=00010001," "BTNUP: DESCR=BTNUP SS7-ITU Protocol Variant" ; |
Comments: | Currently, the cfgTable in this command differs from the cfgTable used in the change configuration command. The following are valid target tables:
|
Purpose: | This MML command retrieves bearer-channel information for one or more circuits that are identified by a destination point code. |
Format: | rtrv-cic:<point code>:CIC=<number>[,RNG=<slaves>] |
Description: |
|
Example: | The MML command shown in the following example retrieves bearer channel information for CICs 10-15 on destination point code dpc29; mml> RTRV-CIC:dpc1:cic=10,rng=5 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "dpc1:CIC=10,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=11,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=12,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=13,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=14,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=15,PST=IS,CALL=IDLE,BLK=NONE" ; mml> |
Purpose: | This MML command displays a measurement counter for a component. |
Format: | rtrv-ctr:<comp>:"<meas cat>" |
Description: |
|
Example: | The MML command shown in the following example displays measurement counters for the component ALGG-01. mml> rtrv-ctr:ALGG-01:"LIF: SES" Virtual Switch Controller 1999-02-18 15:38:50 M RTRV "ALGG-01:CAT=\"LIF: SES\",BCKT=\"b_prof_std15\",VAL=1000" "ALGG-01:CAT=\"LIF: SES\",BCKT=\"b_prof_std60\",VAL=2000" "ALGG-01:CAT=\"LIF: SES\",BCKT=\"b_prof_std24\",VAL=2000" ; |
| MML Group Name | Component Name | Component Types |
ALL-COUNTERS | Any Component |
|
LIF-GROUP | TMDLink and C7IPLink | x0010 and x001d |
SC-GROUP | Tdmlnks supporting DPNSS or ISDN PRI | x0010 |
DL-GROUP | Adaptor/Card for TDM | x0005 |
ASP-GROUP | N/A | x00e0 |
SP-GROUP | All Signal Services | x0007, x0013, x0014, x0018, x0019,x001b, x001c, x0034, x0035 |
C7LNK-GROUP | LinkSet | x0008 |
C7SP-GROUP | PointCode and Adjacent Point Code | x0013, x001e |
TpPRILinkStatTable | Facility Associated Signaling (FAS) Signaling Service | x0007 |
ISUP-GROUP | PointCode supporting ISUP | x0013 |
TUP-GROUP | PointCode supporting TUP | x0013 |
NUP-GROUP | PointCode supporting NUP | x0013 |
OVL-GROUP | Network element root id | x00010001 |
STATE-GROUP | Network element root id | x00010001 |
TCAP-GROUP | Network element root id | x00010001 |
SCCP-GROUP | Network element root id | x00010001 |
Purpose: | This MML command retrieves information about one or more destinations. |
Format: | rtrv-dest:<point code> rtrv-dest:<sig path> rtrv-dest:all |
Description: |
|
Example: | The MML command shown in the following example retrieves the destination of point code dpc1: mml> RTRV-DEST:dpc1 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "dpc1:PKG=SS7-ANSI,ASSOC=UNK,PST=IS" ; |
Comments: | This command supports wildcarding. |
Purpose: | This MML command retrieves the service state of a component. |
Format: | rtrv-eqpt:<IO card> rtrv-eqpt:all |
Description: | IO Card---The IO card whose service state is to be viewed. Components are described in the Cisco Media Gateway Controller Software Release 7 Provisioning Guide. Use the PROV-RTRV:all command described on page 1-22 to retrieve a list of system components. |
Example: | The MML command shown in the following example retrieves the service state of the component atm1: mml> RTRV-EQPT:atm1 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV IS ; |
Purpose: | The MML command shown in the following example displays the measurements for a single link or for all links. It returns all measurements for one link, for every link configured in the specified linkset, or for every linkset. The measurements are displayed in the same format as in RTRV-CTR. |
Format: | RTRV-LNK-CTR:<C7 link/set> RTRV-LNK-CTR:all |
Description: |
|
Example: | The MML command shown in the following example displays the measurements for linkset1: mml> RTRV-LNK-CTR:ls1 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "ls1link1:CAT=\"SC: XMIT FRM TOT\"," "ls1link1:BCKT=\"b_prof_std15\",VAL=0" "ls1link1:CAT=\"SC: XMIT FRM TOT\"," "ls1link1:BCKT=\"b_prof_std60\",VAL=0" "ls1link1:CAT=\"SC: XMIT FRM TOT\"," "ls1link1:BCKT=\"b_prof_std24\",VAL=0" "ls1link1:CAT=\"SC: RCV FRM TOT\"," "ls1link1:BCKT=\"b_prof_std15\",VAL=0" "ls1link1:CAT=\"SC: RCV FRM TOT\"," "ls1link1:BCKT=\"b_prof_std60\",VAL=0" "ls1link1:CAT=\"SC: RCV FRM TOT\"," "ls1link1:BCKT=\"b_prof_std24\",VAL=0" "ls1link1:CAT=\"SC: RCV BAD CRC\"," "ls1link1:BCKT=\"b_prof_std15\",VAL=0" "ls1link1:CAT=\"SC: RCV BAD CRC\"," "ls1link1:BCKT=\"b_prof_std60\",VAL=0" "ls1link1:CAT=\"SC: RCV BAD CRC\"," "ls1link1:BCKT=\"b_prof_std24\",VAL=0" "ls1link1:CAT=\"SC: RCV BAD TOT\"," "ls1link1:BCKT=\"b_chR_btot15\",VAL=0" "ls1link1:CAT=\"SC: RCV BAD TOT\"," "ls1link1:BCKT=\"b_chR_btot60\",VAL=0" "ls1link1:CAT=\"SC: RCV BAD TOT\"," "ls1link1:BCKT=\"b_chR_btot24\",VAL=0" "ls1link1:CAT=\"C7LNK: RCV SU ERR\"," "ls1link1:BCKT=\"b_prof_ss7_230\",VAL=0" |
| "ls1link1:CAT=\"C7LNK: XMIT SIO TOT\"," "ls1link1:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link1:CAT=\"C7LNK: RCV SIO TOT\"," "ls1link1:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link1:CAT=\"C7LNK: DUR IS\"," "ls1link1:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link1:CAT=\"C7LNK: DUR UNAVAIL\"," "ls1link1:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link1:CAT=\"C7LNK: MSU DROP-CONG\"," "ls1link1:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link2:CAT=\"SC: XMIT FRM TOT\"," "ls1link2:CAT=\"SC: RCV FRM TOT\"," "ls1link2:BCKT=\"b_prof_std24\",VAL=0" "ls1link2:CAT=\"SC: RCV BAD CRC\"," "ls1link2:BCKT=\"b_prof_std15\",VAL=0" "ls1link2:CAT=\"SC: RCV BAD CRC\"," "ls1link2:BCKT=\"b_prof_std60\",VAL=0" "ls1link2:CAT=\"SC: RCV BAD CRC\"," "ls1link2:BCKT=\"b_prof_std24\",VAL=0" "ls1link2:CAT=\"SC: RCV BAD TOT\"," "ls1link2:BCKT=\"b_chR_btot15\",VAL=0" "ls1link2:CAT=\"SC: RCV BAD TOT\"," "ls1link2:BCKT=\"b_chR_btot60\",VAL=0" "ls1link2:CAT=\"SC: RCV BAD TOT\"," "ls1link2:BCKT=\"b_chR_btot24\",VAL=0" "ls1link2:CAT=\"C7LNK: RCV SU ERR\"," "ls1link2:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link2:CAT=\"C7LNK: XMIT SIO TOT\"," "ls1link2:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link2:CAT=\"C7LNK: DUR IS\"," "ls1link2:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link2:CAT=\"C7LNK: DUR UNAVAIL\"," "ls1link2:BCKT=\"b_prof_ss7_230\",VAL=0" "ls1link2:CAT=\"C7LNK: MSU DROP-CONG\"," "ls1link2:BCKT=\"b_prof_ss7_230\",VAL=0" ; |
Purpose: | This MML command is used to display the logging level of a process or all processes. |
Format: | rtrv-log:all rtrv-log:<proc> |
Description: |
|
Example: | The MML command shown in the following example retrieves the logging level of the process manager (PM-01) process: mml> RTRV-LOG:PM-01 Virtual Switch Controller - VSC-01 2000-01-16 09:38:03 M RTRV "PM-01:DEBUG" ; |
Comment: | This command was introduced in Release 7.4. The process manager (PM-01) is not included in the "all" parameter, as this is a special process. To retrieve the logging level of PM-01, it must be used individually, as in the example above. For the 7.4 release, two processes do not currently support log-level commands: DSKM-01 and LOG-01. For these two processes, the following message will be returned: /*Function not supported*/ |
Purpose: | This MML command is used to retrieve the service state of a linkset. It displays the service state as IS (In-Service), OOS (Out-of-Service), or MOOS (Manually Out-of-Service). |
Format: | rtrv-lnk-ctr:<linkset> |
Description: |
|
Example: | The MML command shown in the following example retrieves the service state of linkset ls1: mml> RTRV-LSET:ls1 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV MOOS ; |
Purpose: | This MML command displays the state of all local SSNs (LSSNs). |
Format: | RTRV-LSSN:all |
Example: | mml> RTRV-LSSN:all Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "TCAP-01:SSN=1,PST=IS" "TCAP-01:SSN=2,PST=OOS" ; |
Purpose: | This MML command displays all active MML sessions, their session numbers, and the user IDs of the session originators. |
Format: | RTRV-MML |
Example: | mml> RTRV-MML Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV mml5:guest ; |
Purpose: | This MML command displays information about the MGC hardware, software, and current state (active or standby). |
Format: | RTRV-NE |
Example: | |
Purpose: | This MML command displays the overload level and number of messages in a queue. |
Format: | RTRV-OVLD |
Example: | |
Purpose: | This MML command displays the state of all remote SSNs (RSSNs). |
Format: | RTRV-RSSN:all |
Example: | mml> RTRV-RSSN:all Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "stp1:PC=007.007.007,SSN=1,PST=OOS" "stp2:PC=008.008.008,SSN=1,PST=OOS" "stp3:PC=009.009.009,SSN=2,PST=OOS" ; |
Purpose: | This MML command retrieves all SS7 routes for a point code, or SS7 routes for all point codes. | ||
Format: | rtrv-rte:<point code> rtrv-rte:all | ||
Description: |
| ||
Example: | The MML command shown in the following example retrieves the routes for destination point code PC-002: mml> RTRV-RTE:PC-002 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV PC-002:LS01,APC=000.028.007,PRIO=1,PST=IS,SST=NA
| ||
Comments: | Route state attributes with definitions are as follows:
|
Purpose: | This MML command displays the names and attributes of one signaling channel and linkset or all signaling channels and linksets. |
Format: | rtrv-sc:<sig channel> rtrv-sc:<C7 linkset> rtrv-sc:all |
Description: |
|
Example: | The MML command shown in the following example displays the names and attributes of all signaling channels and linksets: |
Comments: | Signaling channel state attributes with definitions are as follows:
This command supports wildcarding. |
Purpose: | This MML command displays the status of one process or all processes. |
Format: | rtrv-softw:<proc> rtrv-softw:all |
Description: |
|
Example: | The MML command shown in the following example displays the status of all processes and process groups: mml> RTRV-SOFTW:all Virtual Switch Controller - VSC-02 2000-01-17 11:37:23 M RTRV "CFM-01:RUNNING ACTIVE" "ALM-01:RUNNING ACTIVE" "MM-01:RUNNING ACTIVE" "AMDMPR-01:RUNNING ACTIVE" "CDRDMPR-01:RUNNING ACTIVE" "DSKM-01:RUNNING IN N/A STATE" "MMDB-01:RUNNING IN N/A STATE" "POM-01:RUNNING ACTIVE" "MEASAGT:RUNNING ACTIVE" "OPERSAGT:RUNNING ACTIVE" "PROVSAGT:RUNNING ACTIVE" "PRIL3-1:RUNNING IN N/A STATE" "Replic-01:RUNNING ACTIVE" "ENG-01:RUNNING ACTIVE" "IOCM-01:RUNNING ACTIVE" "TCAP-01:RUNNING IN N/A STATE" "IOCC-ASP:RUNNING IN N/A STATE" "FOD-01:RUNNING IN N/A STATE" "MGCP-1:RUNNING IN N/A STATE" "EISUP-1:RUNNING IN N/A STATE" "SS7-A-1:RUNNING IN N/A STATE" "SS7-I-1:RUNNING IN N/A STATE" ; |
Purpose: | This MML command returns measurement data for one SS7 signaling point or for all SS7 signaling points. The measurements are displayed in the same format as for RTRV-CTR. |
Format: | rtrv-sp-ctr:<point code> rtrv-sp-ctr:all |
Description: |
|
Example: | The MML command shown in the following example retrieves all measurements for point code dpc1: |
Purpose: | This MML command displays the route set for one provisioning component point code or the route sets of all point codes. |
Format: | rtrv-spc:<point code> rtrv-spc:all |
Description: |
|
Example: | The MML command shown in the following example retrieves a list of all destination point codes: mml> RTRV-SPC:all Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "dpc1:DPC=012.012.012,DNW=2:OPC=011.011.011:IS" "dpc2:DPC=013.013.013,DNW=2:OPC=011.011.011:IS" "dpc3:DPC=014.014.014,DNW=2:OPC=011.011.011:AOOS" "dpc5:DPC=111.111.111,DNW=2:OPC=011.011.011:AOOS" "stp1:DPC=007.007.007,DNW=2:OPC=011.011.011:IS" "stp2:DPC=008.008.008,DNW=2:OPC=011.011.011:IS" "stp3:DPC=009.009.009,DNW=2:OPC=011.011.011:AOOS" ; |
Purpose: | This MML command retrieves the results of a Japanese signaling link test. The rtrv result has three cases: TEST PASSED, TEST FAILED and TEST RUNNING. |
Format: | rtrv-ss7-slt:<C7 link> |
Description: |
|
Example: | The MML command shown in the following example retrieves a signaling link test started by the command sta-ss7-slt:ls1link1: mml> rtrv-ss7-slt:ls1link1 Virtual Switch Controller - VSC-01 2000-01-12 15:18:41 M RTRV "ls1link1:TEST PASSED; COMPLETED 15:18:34" ; |
Purpose: | This MML command retrieves the results of a Japanese signaling route test on a point code. The rtrv result has three cases: TEST PASSED, TEST FAILED and TEST RUNNING. |
Format: | rtrv-ss7-srt:<point code>:LSET="<C7 link/set>" |
Description: |
|
Example: | The MML command shown in the following example retrieves a signaling route test run with the command rtrv-ss7-srt:dpc1:LSET="ls1". mml> rtrv-ss7-srt:dpc1:LSET="ls1" Virtual Switch Controller - VSC-01 2000-01-12 15:20:09 M RTRV "dpc1:TEST FAILED; TEST TIMEOUT; COMPLETED 15:20:01" ; In this example, the test has failed. The reasons for failure may include the following:
|
Purpose: | This MML command displays the state of bearers for one signaling path or for all signaling paths. |
Format: | rtrv-tc:<sig path>&<sig path>... rtrv-tc:all |
Description: |
|
Example: | mml> RTRV-TC:all Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "dpc1:CIC=1,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=2,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=3,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=4,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=5,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=6,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=7,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=8,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=9,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=10,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=11,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=12,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=13,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=14,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=15,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=16,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=17,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=18,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=19,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=20,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=21,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=22,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=23,PST=IS,CALL=IDLE,BLK=NONE" "dpc1:CIC=24,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=1,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=2,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=3,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=4,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=5,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=6,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=7,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=8,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=9,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=10,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=11,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=12,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=13,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=14,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=15,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=16,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=17,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=18,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=19,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=20,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=21,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=22,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=23,PST=IS,CALL=IDLE,BLK=NONE" "dpc2:CIC=24,PST=IS,CALL=IDLE,BLK=NONE" "dpc5:CIC=1,PST=OOS,CALL=IDLE,BLK=NONE" "dpc5:CIC=2,PST=OOS,CALL=IDLE,BLK=NONE" "dpc5:CIC=3,PST=OOS,CALL=IDLE,BLK=NONE" "dpc5:CIC=4,PST=OOS,CALL=IDLE,BLK=NONE" "dpc5:CIC=5,PST=OOS,CALL=IDLE,BLK=NONE" ; |
Comments: | This command supports wildcarding. |
Purpose: | This MML command displays the state of bearers per signaling path held by gateway, or all bearers held by gateway. |
Format: | rtrv-tc-held:<sig path>&<sig path>... rtrv-tc-held:all |
Description: |
|
Example: | mml> RTRV-TC-HELD:dpc1 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "dpc1" ; |
Comment: | This command command was introduced in Release 7.4. |
Purpose: | This MML command displays the number of active TCAP transactions. |
Format: | RTRV-TCAP-TRANS |
Example: | mml> RTRV-TCAP-TRANS Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "TCAP-01:TRANS=0" ; |
Purpose: | This MML command locks the use of resources for future call creation or unlocks bearer channel resources to make them available for future call creation. A resource can be specified as an entire MGC, a gateway, a signaling path, a trunk group, a span, or an individual trunk. Use this command also to unlock a set resource. |
Format: | set-admin-state:<mgc>:lock|unlock set-admin-state:<gway>:lock|unlock set-admin-state:<trkGrp>:lock|unlock set-admin-state:<sigPath>:lock|unlock set-admin-state:<sigPath>:span=x:lock|unlock set-admin-state:<sigPath>:span=x,BC=y[,RNG=z]:lock|unlock set-admin-state:<sigPath>:CIC=x[,RNG=y]:lock|unlock |
Description: | Target parameters are as follows:
|
Example: | mml> set-admin-state:PC-2-2-2-2 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 "pc-2-2-2-2" ; |
Comment: | This command command was introduced in Release 7.4. This command supports wildcarding. |
Purpose: | This MML command changes the service state of an Auxialiary Signaling Path (ASP) to IS (in service) or OOS (out of service). |
Format: | set-asn-state:<aux sig path>:IS|OOS |
Descriptions: | aux sig path---Component name of an existing signaling path. |
Example: | |
Error Code: | None. |
Comments: | This command is no longer supported in Release 7.0. |
Purpose: | This MML command changes the service state of a DSS IP or NAS signaling path to IS (in service) or OOS (out of service). |
Format: | set-dest-state:<sig path>:IS|OOS... |
Descriptions: | sigpath--- Signaling path. This is the logical signaling destination, such as SS7 point code, FAS path, IP FAS path, or DPNSS path. Refer to "Components, Processes, and Properties." |
Example: | |
Error Code: | None. |
Comments: | This command supports wildcarding. |
Purpose: | This MML command changes the service state of an MGC I/O card to in-service (IS) or out-of-service(OOS). |
Format: | SET-EQPT-STATE:card:state:IS|OOS |
Description: |
|
Example: | The MML command shown in the following example sets the Ethernet card Ether1 to OOS: |
Purpose: | This MML command is used to set the service state of a link or linkset to in service (IS), out of service (OOS), inhibit SS7 link (INH), or (uninhibit SS7 link (UNH). |
Format: | set-lnk-state:<C7 link/set>:IS|OOS|INH|UNH |
Description: |
|
Example: | The MML command shown in the following example sets linkset1 and its links to Out-of-Service: |
Purpose: | This MML command is used to set the logging level of a process or all processes. |
Format: | set-log:<proc>:<log level> set-log:all:<log level> |
Description: |
|
Example: | The MML command shown in the following example retrieves the logging level of the DSKM-01 process: mml> SET-LOG:PM-01:DEBUG Virtual Switch Controller - VSC-01 2000-01-16 09:38:03 M CMPLD "PM-01:DEBUG" ; |
Comment: | This command command was introduced in Release 7.4 and replaces the CHG-LOG command. The process manager (PM-01) is not included in in the "all" parameter, as this is a special process. To set the logging level of PM-01, it must be used individually, as in the example above. Also, the DSKM-01 and LOG-01 (the disk monitor and log server processes, respectively) do not accept log-level change requests. |
Purpose: | This MML command sets the state of a local SSN to IS or OOS. |
Format: | set-lssn-state::SSN=<number>,IS|OOS |
Description: |
|
Example: | The MML command shown in the following example sets the ssn1 to OOS: mml> SET-LSSN-STATE::ssn=1,OOS Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "TCAP-01" ; |
Purpose: | This MML command changes the service state of a signaling path of a link, or changes the service state of all signaling paths or links on an entire line or linkset |
Format: | set-sc-state:<sig path>:IS|OOS|FOOS set-sc-state:<line>:IS|OOS|FOOS|INH|UNH |
Description: |
|
Example: | The MML command shown in the following example changes the service state of lsetaslc1 to OOS: mml>set-sc-state:lsetaslc1:oos Virtual Switch Controller 1999-09-28 17:09:43 M COMPLD "lsetaslc1" |
Comment: | This command command was introduced in Release 7.4. This command supports wildcarding. |
Purpose: | This MML command changes the service state of a signaling point code to IS or OOS. |
Format: | set-spc-state:<point code>:IS|OOS... |
Description: |
|
Example: | The MML command shown in the following example changes the service state of stp1 to OOS (out of service): mml> SET-SPC-STATE:stp1:oos Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "stp1" ; |
Purpose: | This MML command sends command-line text to an external process. MML displays the response, if any. |
Format: | snd:ext:<string> |
Description: |
|
Example: | The MML command shown in the following example sends a string to be interpreted as a command (assuming that the external process understands the ls command) mml> SND:EXT:"ls *.txt" |
Error Code: | None. |
Comments: | This command is no longer supported in Release 7.0. |
Purpose: | This MML command starts the auditing process. To stop the auditing process, enter the STP-AUD command. Audit log files can be found in the$BASEDIR/var/ directory. |
Format: | STA-AUD |
Description: | No parameters required. |
Example: | mml> STA-AUD Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "ENGG-01" ; |
Purpose: | This MML command starts the auditing of an MGCP gateway. There is no stop command at this time. The output of this audit is retrieved by issuing the RTRV-AUDIT-GW command. |
Format: | sta-aud-gw:<sig path MGCP> sta-aud-gw:all |
Description: |
|
Example: | mml> STA-AUDIT-GW:T-1-16 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD ; |
Purpose: | This MML command starts a protocol conversion trace on a signal path or a point code. |
Format: | sta-sc-trc:<sig path>:[log="filenameprefix"][,prd=n],confirm
sta-sc-trc:<sig path>:span=x[,rng=y][log="filenameprefix"]{prd=n]
sta-sc-trc:<sig path>:span=x[[.tc=y],rng=z][log="filenameprefix"]{prd=n]
sta-sc-trc:<trkgrp>:[log="filenameprefix"]{prd=n],confirm
sta-sc-trc:<trkgrp>:trk=x[,rng=y][log="filenameprefix"]{prd=n]
|
Description: |
On successful completion, all PDU (protocol data unit) traffic on the path is captured to a log file. This MML command succeeds regardless of the service state of the path. |
Example: | The MML command shown in the following example starts a capture session for all PDUs going through the signaling path identified as T-1-16 and stores the trace log in the $BASEDIR/var/trace/T-1-16_yyyymmddyyhhmmss.log file: The MML command shown in the following example starts a capture session for the signaling path identified as T-2-18. It runs for 600 seconds (10 min.) and stores the output in /var/trace/test_yyyymmddyyhhmmss.trc: |
Error Code: |
|
Purpose: | This MML command starts a process or a process group. |
Format: | sta-softw:<proc> |
Description: | proc---A process, a process group, as shown:
|
Example: | The MML command shown in the following example starts the alarm manager process: |
Purpose: | This MML command starts a signaling link test on a link configured for Japanese SS7. |
Format: | sta-ss7-slt:<C7 link> |
Description: |
|
Example: | The MML command shown in the following example starts a signaling link test on link ls1link1. The result of this test is retrieved by the command rtrv-ss7-slt:ls1link1. |
Purpose: | This MML command starts an MTP signaling route test on a point code configured for Japanese SS7. |
Format: | sta-ss7-srt:<point code>:LSET="<C7 link/set>" |
Description: |
|
Example: | The MML command shown in the following example starts a signaling route test on point code dpc1 for with C7 linkset ls1. The result of this test is retrieved by the command rtrv-ss7-srt:dpc1:LSET="ls1". |
Purpose: | This MML command starts TCAP tracing. |
Format: | STA-TCAP-TRC |
Example: | mml> STA-TCAP-TRC Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "TCAP-01" ; |
Purpose: | This MML command stops the auditing process started with the STA-AUD command. |
Format: | STP-AUD |
Example: | mml> STP-AUD Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "ENGG-01" ; |
Purpose: | This MML command stops calls in progress for a specified signalling channel or destination point code. By default, all traffic channels are affected. |
Format: | STP-CALL:<mgc> STP-CALL:<gway> STP-CALL:<trkGrp> STP-CALL:<sigPath> STP-CALL:<sigPath>:span=x STP-CALL:<sigPath>:span=x,BC=y[,RNG=z] STP-CALL:<sigPath>:CIC=x[,RNG=y] |
Description: | Target parameters are as follows:
|
Example: | mml> STP-CALL:PC-2-2-2-2 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 ; |
Purpose: | This MML command stops a protocol conversion trace session on one signal path or on all signal paths. |
Format: | stp-sc-trc:<sig path> stp-sc-trc:<trkgrp> stp-sc-trc:all |
Description: |
|
Example: | The MML command shown in the following example stops a capture session on the path identified as T-1-1: The MML command shown in the following example stops all active capture sessions: |
Purpose: | This MML command stops a process, a process group, or all processes (except the process manager). |
Format: | stp-softw:<proc>:[kill] stp-softw:all:[kill] |
Description: |
|
Example: | The MML command shown in the following example stops the Cisco I/O channel manager process regardless of the operational state of the dependent processes: The MML command shown in the following example shuts down the software except for the process manager: |
Comments: | In a dual MGC configuration, the STP-SOFTW:all command does not shut down both controllers because the failover daemon immediately restarts procM. To shut down the active MGC in a dual configuration, follow the procedures described in Cisco Media Gateway Controller Release 7 Provisioning Guide. Similarly, STP-SW:PM-01 does not stop the process manager. Use the command RTRV-SOFTW:ALL to show all component names available as targets for this command. |
Purpose: | This MML command stops TCAP tracing that has been started with the STA-TCAP-TRC command. |
Format: | STP-TCAP-TRC |
Example: | mml> STP-TCAP-TRC Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M RTRV "TCAP-01" ; |
Purpose: | This MML command enables a switchover from an active to a standby system. |
Format: | SW-OVR::CONFIRM |
Example: | mml> SW-OVR::CONFIRM Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD ; |
Purpose: | This MML command executes a continuity test on a specified remote switch circuit. |
Format: | tst-cot:<point code>:CIC=<number> |
Description: |
|
Example: | mml> TST-COT:dpc1:CIC=5 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD ; |
Purpose: | This MML command unblocks a circuit or a range of circuits that have been blocked with the BLK-CIC command. |
Format: | unblk-cic:<point code>:CIC=<number>[,RNG=<slaves>] |
Description: |
mml> UNBLK-CIC:dpc1:CIC=60, RNG=30 This unblocks CIC 60 and the next 30 CICs. |
Example: | The MML command shown in the following example unblocks CICs 5-15 for destination point code dpc1: mml> UNBLK-CIC:dpc1:CIC=5,RNG=10 Virtual Switch Controller - VSC-01 2000-01-12 15:19:51 M COMPLD "dpc1" ; |
Purpose: | This MML command validates a circuit on a specified point code and CIC. |
Format: | vld-cic:<point code>:CIC=<number> |
Description: |
|
Example: | mml> VLD-CIC:PC7:CIC=36 |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Jun 6 07:46:16 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.