|
|
Man Machine Language (MML) enables you to configure and manage your telephony controller. You use MML to retrieve and manage alarms, measurements, and logs. You can also use MML to troubleshoot your system. The MML commands help you obtain detailed measurement information about network elements such as your signaling links, signaling paths, and signaling channels. You can set up the logging levels for all of your active processes. These logging levels tell the telephony controller at what level of severity it should begin making log entries for capturing information about the alarms being generated by the processes.
You also use MML to load configuration data in your telephony controller after you have made changes using the configuration tool or a text editor. You can also use MML to change the service state of your network elements. For example, you can reset links or take them out of service.
Multiple users can use MML simultaneously. The structure of MML is based on the Bellcore TL1 standard. Therefore, MML commands can be interpreted and monitored through the TL1 interfaces in your network.
This appendix describes how to start using MML, how to interpret MML displays and messages, and how to use the MML commands.
To use MML, you must be a member of the transpath group and you must have the correct UNIX shell environment variables. See the "Setting Up the Transpath Group and Users" section for instructions on setting up the transpath group; see the "Setting Up Your UNIX Shell Environment Variables" section for instructions on setting up your UNIX shell environment variables.
To start an MML session, perform the following steps:
Step 1 Log in to the signaling node and change to any subdirectory under /opt/TransPath (for example, /opt/Transpath/bin).
Step 2 Enter the following command:
mml
If you receive an error message that sessions are already in use, enter the following command:
mml -s < session number>
Use any number from 2 to 12 and repeat until you find a vacant session. After successfully entering MML, the prompt changes to:
mml>
To determine if other sessions are in use before entering MML, enter:
ls /opt/TransPath/var
If other sessions are in use, you will see a list of files similar to the following:
mml_input<1>LOCK mml_input<2>LOCK mml_input<3>LOCK
If other users are running MML sessions, choose a number that does not appear as locked for your session. In the previous example, you would enter mml -s 4 (or any other unlocked number) to start another MML session.
The UNIX prompt changes to mml>.
The following example shows starting an MML session.
UNIX (r) SYSTEM V Release 4.0 (ms-scl) Login: scuser Password: Last login: Wed Oct 14 16:23:45from 171.70.249.252 Sun Microsystems Inc. SunOS 5.5.1 Generic May 1996 ms-sc1% cd /opt/TransPath/etc ms-sc1% mml (c) Copyright 1997, LightSpeed International, Inc. USA, All Rights Reserved This software is an unpublished Confidential Work of LightSpeed International, Inc.,and the copyright statement hereon does not constitute publication for the general public. This software is LightSpeed Licensed Proprietary Information and possession and use of this software is authorized only in compliance with an End User License Agreement. mml>
Figure B-1 shows how to start an MML session.

To quit an MML session, enter the following:
mml> QUIT
Figure B-2 shows how to stop an MML session.

MML is delivered with an online help feature. This command displays a list of valid system commands and an explanation of their use. To display the online help, start an MML session and enter the following command:
HELP
The system displays the MML command list.
The MML command syntax is command:target:attribute. For example, in the following MML command:
SET-SC-STATE:T-2-6:IS
the command (SET-SC-STATE) sets the signaling channel service state for the target (signaling channel T-2-6) to an in-service state (IS). In the following MML command:
SET-SC-STATE:T-2-6:OOS
you are setting the same target (signaling channel T-2-6) to an out-of-service state.
![]() | TimeSaver MML allows you to repeat previously entered commands. In an MML session, enter R to repeat the last command. Enter R::number to repeat the commands specified by the number. For example, if you entered R::5, the system would repeat the last 5 MML commands. |
While you are using MML, you may request information, view responses to commands you have entered, and receive automatically-generated status messages. The following subsections describe the service states reported in messages, typical command response messages, and the format of automatically-generated messages.
Many MML commands display status reports that list the state of one or more of the components within or attached to the telephony controller. The component states adhere to the operations flows and state conditions defined in the Generic Service State (GSS) model. Figure B-3 shows the GSS model.

B.3.1.1 Service State Definitions
Service state definitions are partitioned into two levels: primary and secondary. The primary service state defines the availability of a resource within the telephony controller. The secondary service state gives an indication of why the resource is in the primary state. Multiple secondary states may exist in a resource. For example, a C7 link may be in an out-of-service (OOS) state because of Local Inhibit and Supporting Entity Failure. When the Supporting Entity Failure clears, the link must stay in the OOS state because it is inhibited. For each state, the MML symbol is enclosed in parenthesis.
Table B-1 through Table B-3 explain in further detail the states and transitions shown in the service state model.
B.3.1.2 Primary States
| Service State | Description |
|---|---|
Undefined | Entity does not exist in the network element (NE) configuration. This is the start state of all entities. |
Install Busy (INB) | Entity has just been created but has not been commanded in-service or out-of-service. |
In-Service (IS) | Entity is fully operational and capable of providing service to a requesting entity. For example, a C7 link can provide service to the conversion engine. |
Out-of-Service (OOS) | Entity is not providing service to a requesting entity. There may be multiple reasons for the entity to be in the OOS state. |
B.3.1.3 Secondary States
| Service State | Description |
|---|---|
Commanded OOS (COOS) | A resource is OOS because you entered the OOS command. |
Configuration Failure (CONF) | A resource is OOS because its provisioning information is inconsistent. |
Local Inhibit (LINH) | This applies to an SS7 link only. It is not providing service because it is locally inhibited. |
Remote Inhibit (RINH) | This applies to an SS7 link only. It is not providing service because it is remotely inhibited. |
OOS Pending (OOSPEND) | This is available for IS only. It means the entity is waiting for existing calls to clear before going OOS. No new calls will be accepted. |
Supporting Entity Failure (SUPPENT) | This means that the entity has failed because a supporting entity has failed. For example, a signal channel state is OOS:SUPPENT because its line or card has failed. |
B.3.1.4 Transition Event Definitions
| Event | Definition |
|---|---|
Create | The entity has just been created in the network element (NE) database because of one of the following reasons:
|
Delete | The entity has just been deleted from the NE database. All subsequent operations to this entity will be rejected. Note Use the configuration tool command to delete components. This transition is performed only if the entity was in the OOS state with a secondary state of Commanded OOS. |
Cause IS | Transition towards the IS state will occur when all causes for the OOS state have been resolved. |
Cause OOS | Transition to the OOS state has occurred for one of many reasons. Some causes are specific to a type of entity such as:
|
After you enter an MML command, the system performs the task you requested and returns a status message. Table B-4 lists the MML status messages and descriptions.
| Status | Meaning | Definition |
COMPLD | Completed | The operation was completed successfully. |
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 all desired processes have stopped. |
Sometimes when an MML command is entered into the system, it may not work as expected. The system then returns an error code. Table B-5 lists the MML error codes and descriptions.
| Error Code | Meaning | Definition |
DENY | Command denied. | Denied due to invalid command, unrecognized command, unknown parameters, or invalid target. |
ICNV | Command not valid | The MML command was not recognized. |
IDNV | Input data not valid | An unknown parameter has been entered. |
IISP | Input syntax error | Syntax Error---An incorrect syntax was used. |
IITA | Invalid target | The requested operation cannot be performed on the network element component or the component does not exist in the system. |
IPRAM | Input parameter missing | The expected parameter cannot be found. |
SABT | Status abort | Status abort; the command did not complete in allocated time. |
SNVS | State not in valid state | The requested operation failed because the component is not configured to accept the operation. It is possible the component is already performing the operation or already in the desired state. |
SNSP | State not supported | This operation is not supported by the component. |
Automatically-generated messages, which are also called autonomous messages, are messages that MML displays when you are using MML. These messages can be alarm reports of internal failures or informational reports indicating an atypical event. These messages follow the Bellcore TL1 autonomous message format.
^^^systemId YY-MM-DD hh-mm-ss severity^almCat ^^^"comp:params" ^^^/* comment */ ;
Table B-6 defines each of the display components. To learn more about an alarm, you can use an MML command to retrieve additional information. You can retrieve the status of all alarms, or you can use the information in the display to request only the information for a specific alarm.
| Autonomous Message Element | Description |
|---|---|
systemId | Telephony controller system identification. |
YY-MM-DD | Year, month, day of event. |
hh-mm-ss | Hour, minute, second of event. |
severity | Severity of event. This is a two character indicator with the following meanings:
|
almCat | Alarm category (type of event being reported). |
comp | Component ID on which the event is being reported. |
params | Supplemental parameters used to further clarify alarm. |
comment | Supplemental comment used to indicate cause or appropriate action. |
Table B-7 through Table B-18 show lists of MML commands and descriptions, organized by subject. These tables also include the page number of the MML command example, if one is provided in this appendix.
The MML commands are organized as follows:
| Command | Description | Example |
|---|---|---|
H::number[,number] | Displays history of commands for a specified backward number or range; the last command by default. | - |
HELP | Displays a list of MML commands. | |
QUIT | Ends the session. | - |
R::number | Repeats a previously entered command with a specified backward number; the last command by default. | - |
RTRV-MML | Displays all active MML sessions. | - |
| Command | Description | Example |
RTRV-CIC:pointCode: CIC=number[,RNG=slaves] | Retrieves bearer channels of a point code. | - |
RTRV-DEST:all RTRV-DEST:pointCode RTRV-DEST:sigPath | Retrieves the destination of all components or a single point code or signaling path. | |
RTRV-LSET:C7linkSet | Displays state of a C7 link set. | |
RTRV-OVLD | Displays overload level and number of messages in a queue. | - |
RTRV-RTE:pointCode | Retrieves all route sets of a point code. | - |
RTRV-SC:all RTRV-SC:sigChannel | Displays attributes of all signaling channels and link sets or a single signaling channel or link set. | |
RTRV-SPC:all RTRV-SPC:pointCode | Retrieves route set of all point codes or a single point code. | |
RTRV-TC:all RTRV-TC:sigPath[&sigPath] | Displays state of all bearers or bearers per signaling path(s). | - |
STP-CALL:sigChannel pointCode | Stops calls in progress for a specified signaling channel or destination point code. Note By default, all traffic channels are affected. | - |
| Command | Description | Example |
RTRV-ASN:auxSigPath | Displays attributes of an auxiliary signal path (ASP). | - |
SET-ASN-STATE:auxSigPath:state | Changes service state of an ASP to either in-service (IS) or out-of-service (OOS). | - |
| Command | Description | Example |
|---|---|---|
BLK-CIC:pointCode:CIC=start | Blocks a circuit or a range of circuits from carrying calls. | |
UNBLK-CIC:pointCode: CIC=start[,RNG=range] | Unblocks a circuit or circuit range. | |
RESET-CIC:pointCode:CIC=start | Resets a circuit or a circuit range. | - |
| Command | Description | Example |
SET_EQPT_STATE:IOcard:state | Changes service state of an I/O card to either in-service (IS) or out-of-service (OOS). | |
SET-LNK-STATE:C7link/set:state | Changes state of a C7 link or a link set to:
| |
SET-SC-STATE:sigPath:state SET-SC-STATE:line:state | Changes service state of a single signal path or all signal paths/links on an entire link set to:
|
| Command | Description | Example |
RTRV-EQPT:IOcard | Retrieves service state of an I/O card. |
|
RTRV-LNK-CTR:all RTRV-LNK-CTR:C7link/set | Retrieves all measurements of all links or a single C7 link or link set. | |
RTRV-NE | Displays attributes of the network element. | |
RTRV-SOFTW:all RTRV-SOFTW:proc | Displays status of all processes or a single process or process group. | |
RTRV-SP-CTR:all RTRV-SP-CTR:pointCode | Retrieves all measurements of a all point codes or a single point code. |
| Command | Description | Example |
|---|---|---|
CHG-CFG:cfgTable&cfgTable | Reloads the tables listed in RTRV-CFG-TABLES. | |
CHG-DPL:VNETID | Reloads a dialing plan. | |
CHG-LOG:all:logLevel CHG-LOG:proc:logLevel | Sets logging level of an active process or all active processes to:
Monitored and passive processes are not affected. | |
CLR-MEAS:comp:\"measCat\" | Resets a measurement category on a component. | |
RTRV-CFG:cfgTable | Display contents of a configuration table where table can be:
| - |
| Command | Description | Example |
DIAGLOG:filename:start DIAGLOG:filename:stop | Starts or stops the diagnostics log. |
| Command | Description | Example |
RTRV-CTR:comp:"measCat" RTRV-CTR:pointCode:"measCat" | Retrieves a measurement of a component or point code. | |
CLR-MEAS:comp:\"measCat\" | Resets a measurement category on a component. |
| Command | Description | Example |
STA-SOFTW:proc | Starts a process or process group. | |
STP-SOFTW:proc:[KILL] STP-SOFTW:all:[KILL] STP-SOFTW:PM-01:CONFIRM[,KILL] | Stops a process, stops all processes (except the process manager), and stops the process manager. |
| Command | Description | Example |
STA-SC-TRC:sigPath:params | Starts tracing on a signal path or a point code. Optional parameters are:
| |
RTRV-TRC | Displays all active traces. | - |
STP-SC-TRC:all STP-SC-TRC:sigPath | Stops tracing a single signal path or all signal paths. |
| Command | Description | Example |
|---|---|---|
ACK-ALM:comp:\"almCat\" | Acknowledges an alarm category on a component as recognized, but not cleared. | |
CLR-ALM:comp:\"almCat\" | Clears an alarm category on a component. | |
RTRV-ALMS | Displays all active alarms. | |
RTRV-ALMS::CONT | Displays all active alarms and listens for alarm events until you enter Ctrl-c. |
Purpose: | This MML command is used to acknowledge that an alarm category on a component is recognized, but not cleared. When this command is received by the alarm manager, the associated alarm is removed from a maintained list. If this is the last current alarm of a specific severity, then the associated alarm relay is turned off. |
Format: | ACK-ALM:comp:"almCat" |
Descriptions: |
|
Example: | This MML command acknowledges a minor alarm for signaling path T-2-6 which is generating a manual out-of-service alarm. |
Response: |
|
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command is used to block a circuit or range of circuits from carrying calls. |
Format: | BLK-CIC:target: CIC=start[, RNG=range] |
Descriptions: |
mml> BLK-CIC:pointCode:CIC=60, RNG=30 This blocks the CIC 60 and the next 30 CICs. If you enter a range that exceeds 31 from the initial CIC, the system returns an error message that you are out of range. |
Example: | This MML command blocks CIC 279 for point code 3-213-7-3. mml> BLK-CIC:PC-3-213-7-3:CIC=279 |
Error Code: | None. Returns a result code when successfully completed. |
Comments: | None. |
Purpose: | This MML command reloads the contents of one or more configuration tables. |
Format: | CHG-CFG:table:confirmNoteThe confirm parameter is necessary if updating tables that affect call processing. These include:
|
Descriptions: | table---Logical identifier for reloading the contents of one or more configuration tables. |
Example: | This MML command reloads the contents of the sigPath configuration files. mml> CHG-CFG:buckets |
Response: | mml> CHG-CFG:buckets TransPath: tp02 VSC2700 1999-03-10 12:12:23 M COMPLD "buckets" /* Affected Signaling Channel will be set in an INB state */ ; |
Error Code: | SNSP |
Comments: | The following are valid targets:
|
Purpose: | This MML command updates customer-specific number manipulation tables based on the supplied vnet ID. |
Format: | CHG-DPL:vnetID |
Description: | vnetID---the identifier (customer ID) not validated by MML. |
Example: | mml> CHG-DPL:1005 |
Error Code: | None. |
Comments: | None. |
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:procName:logLevel CHG-LOG:all:logLevel |
Descriptions: |
|
Example: | This MML command sets or resets all processes to the logging level WRN. |
Error Code: | SNSP State Not Supported---This is returned when a process cannot change its logging level via the MML interface. |
Comments: | None. |
Purpose: | This MML command clears an alarm category for a component. |
Format: | CLR-ALM:compTypeName:almCategoryName |
Description: |
|
Example: | This MML command clears the alarm category Line Interface Severely Errored Seconds---15 minute count of the component Line Interface 1. |
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command resets a measurement category of a component. |
Format: | CLR-MEAS::compTypeName:measCategoryName |
Description: | compTypeName---Logical identifier used to select a specific component. measCategoryName---Logical identifier used to select the measurement category. |
Example: | This MML command resets the measurement category for signaling channel reset for the component T-1-1. mml> CLR-MEAS:: T-1-1:"SC-RCVR" |
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command starts and stops logging into a diagnostics log. |
Format: | DIAGLOG:filename:start DIAGLOG:filename:stop |
Example: | This MML command starts logging into the diagnostics log named mml.log. |
Error Code: | None. Returns a completion status when successfully completed. |
Comments: | None. |
Purpose: | This MML command opens the help file. |
Format: | HELP |
Description: | Provides information on the topic selected. |
Example: | mml> HELP |
Error Code: | The contents of the HELP file are displayed. (See Table B-5.) |
Comments: | None. |
Purpose: | This MML command makes circuit(s) which have been blocked available to carry calls. |
Format: | RESET-CIC: target: CIC=start[, RNG=range] |
Descriptions: |
|
Example: | This MML command resets circuit 005L. |
Error Code: | None. Returns a result code when successfully completed. |
Comments: | None. |
Purpose: | This MML command displays all active alarms. |
Format: | RTRV-ALMS RTRV-ALMS::CONT |
Description: | CONT---Logical identifier for all known active alarms; listens for alarm events until Ctrl-c is entered. |
Example: | This MML command displays the names of the active alarms. mml> RTRV-ALMS This MML command displays the names of all active alarms and listens for alarm events until you enter Ctrl-c. mml> RTRV-ALMS::CONT |
Error Code: | SABT---alarm manager is not running. |
Comments: | None. |
Purpose: | This MML command displays a measurement counter of a component. |
Format: | RTRV-CTR:compTypeName:measCategoryName |
Description: | Displays the measurement counter of a component. |
Example: | This MML command displays the name and attributes for the measurement counter. |
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command displays the contents of a configuration table, where the table can be Components, alarmCats, or measCats. |
Format: | RTRV-CFG:cfgTable |
Description: | cfg table---Logical identifier to display the contents of a configuration table. |
Example: | This MML command displays the contents of the alarm categories configuration file. |
Error Code: | None. |
Comments: | Currently the cfgTable in this command is different from the cfgTable used in the change configuration command. The following are valid target tables:
|
Purpose: | This MML command retrieves information about destinations. |
Format: | RTRV-DEST:all RTRV-DEST:pointCode RTRV-DEST:sigPath |
Descriptions: | Retrieves the destinations of all components or a single point code or signaling path. |
Example: | This MML command retrieves the destination of a single point code: mml> RTRV-DEST:PC-1-1-1-2 |
Response Format: | M RTRV "PC-1-1-1-2:PKG=SS7-ANSI,ASSOC=SP1-IP SP2-IP,PST=IS" where PC-1-1-1-2 is the target; PKG=SS7-ANSI is the protocol; ASSOC=SP1-IP SP2-IP is the destination id; and PST=IS is the state (in service). |
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command retrieves all routes to a destination point code. |
Format: | RTRV-RTE:destinationPointCode |
Description: | Displays the route of a destination point code ID. |
Example: | This MML command retrieves the route for destination point code PC-002. mml> RTRV-RTE:PC-002 |
Response Format: | M RTRV PC-002:LS01,APC=000.028.007,PRIO=1 where PC-002 is the target; LS01 is the link set ID; APC=000.0028.007 is the adjacent point code; and PRIO is the priority set for the routes. |
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command displays the measurements for a link. |
Format: | RTRV-LNK-CTR:all RTRV-LNK-CTR:target |
Descriptions: | target---Component name of a link or a link set or every link set. |
Example: | This MML command generates the measurement for link TP01. mml> RTRV-LNK-CTR: TP01 |
Error Code: | None. Returns all measurements for a link, every link configured in the specified link set, or every link set. The measurements are displayed in the same format as in RTRV-CTR. |
Comments: | None. |
Purpose: | This MML command is used to retrieve the service state of a link set. |
Format: | RTRV-LSET: target |
Descriptions: | target---Component name of a link. |
Example: | This MML command retrieves the service state of link set TP10. |
Error Code: | None. Displays link set service state as in-service (IS), out-of-service (OOS), or Manually out-of-service (MOOS). |
Comments: | None. |
Purpose: | This MML command displays the attributes of the network element. |
Format: | RTRV-NE |
Description: | Displays the attributes of the network element. |
Example: | This MML command displays the name and attributes for the network element: |
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command displays the names and attributes of signaling channels. |
Format: | RTRV-SC:all RTRV-SC:sigChannel RTRV-SC:C7linkSet |
Description: | Displays the attributes of all signaling channels and link sets or a single signaling channel or link set. |
Example: | |
Response Format: |
Signaling Channel State Attributes with Definitions
|
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command displays the status of a process. |
Format: | RTRV-SOFTW:all RTRV-SOFTW:procName RTRV-SOFTW:groupName |
Description: |
|
Example: | This MML command displays the status of the process identified as LMCC-2. mml> RTRV-SOFTW:LMCC-2 |
Error Code: | SABT---Status Abort: command did not complete in allocated time. |
Comments: | None. |
Purpose: | This MML command returns all measurements for the indicated signaling point (SP) or every SP. The measurements are displayed in the same format as in RTRV-CTR. |
Format: | RTRV-SP-CTR:all RTRV-SP-CTR:target |
Descriptions: | target---Component name of a signaling point. |
Example: | This MML command retrieves all measurements for SP023. |
Error Code: | None. Returns a result code when successfully completed. |
Comments: | None. |
Purpose: | This MML command retrieves a destination point code's attributes. |
Format: | RTRV-SPC:all RTRV-SPC:pointCode |
Description: | Retrieve the signaling point code for a specific destination point code or all destination point codes. |
Example: | This MML command retrieves the route for all destination point code IDs. mml> RTRV-SPC: all |
Response Format: |
|
Error Code: | None. |
Comments: | None. |
Purpose: | This MML command resets a cage card. |
Format: | SET-EQPT-STATE:target:state |
Descriptions: |
|
Example: | This MML command sets card C0041 to out-of-service. |
Error Code: | None. Returns a completion status when successfully completed. |
Comments: | None. |
Purpose: | This MML command is used to set the service state of a link or link set. |
Format: | SET-LNK-STATE:target:state |
Descriptions: |
|
Example: | This MML command sets the service state of a link to OOS: mml> SET-LNK-STATE:TP01:OOS |
Error Code: | None. Returns a completion status when successfully executed. |
Comments: | None. |
Purpose: | This MML command changes the service state of a channel. |
Format: | SET-SC-STATE:sigPath:state |
Descriptions: |
|
Example: | This MML command changes the service state of T-2-6 signaling channel from in-service to out-of-service. mml> SET-SC-STATE:T-2-6:OOS |
Error Code | SNVS---Channel was not in a valid state. |
Comments: | None. |
Purpose: | This MML command starts a protocol conversion trace on a signal path. |
Format: | mml> STA-SC-TRC:sigPath[:params] |
Description: | On successful completion, all PDU (protocol data units) traffic on the path is captured to a log file. This MML command succeeds regardless of the service state of the path.
|
Example: | This MML command starts a capture session for all PDUs going through the signaling path identified as: <T-1-16>. It stores the trace log in /var/trace/T-1-16.log. This MML command starts a capture session for the signaling path identified as: T-2-18. It runs for 600 seconds (10 minutes) and stores the output in, /var/trace/Victor23.trc. |
Error Code: | COMPLD---Path has started tracing. SNVS---Error opening file; trace cannot be performed because the path is already being traced. |
Comments: | None |
Purpose: | This MML command starts a process, all processes, or a process group. |
Format: | STA-SOFTW:procName STA-SOFTW:groupName |
Description: |
|
Example: | This MML command starts the alarm manager process. |
Error Code: | SABT---Status abort; command did not complete in allocated time. SWDC---Waiting for dependency to start. |
Comments: | None. |
Purpose: | This MML command stops protocol conversion trace on a signal path or all signal paths. |
Format: | STP-SC-TRC:all STP-SC-TRC:sigPath |
Description: | sig path---Logical identifier for the signaling path. |
Example: | This MML command stops a capture session on the path identified as T-1-1.
This MML command stops all active capture sessions. |
Error Code: | SNVS---Trace cannot be performed because the path is already being traced. |
Comments: | None. |
Purpose: | This MML command stops a process, a process group, or all processes (except the process manager) |
Format: | STP-SOFTW:all STP-SOFTW:procName:[KILL] STP-SOFTW:groupName:[KILL] |
Description: | procName---Logical identifier for the process. groupName---Logical identifier for the process group. |
Example: | This MML command stops the Cisco I/O channel manager process regardless of the operational state of the dependent processes. This MML command shuts down the platform and applications except for the process manager. |
Error Code: | SABT---Status abort; command did not complete in allocated time. SWDT---Waiting for dependency to start. |
Comments: | In a dual configuration STP-SOFTW:ALL will not shut down the telephony controller software as the failover daemon will immediately restart procM. To shut down the active telephony controller in a dual configuration, follow the procedures in described in the "Stopping the System" section. |
Purpose: | This MML command makes circuits that have been blocked available to carry calls. |
Format: | UNBLK-CIC:target: CIC=start[, RNG=range] |
Descriptions: |
mml> UNBLK-CIC:point code:CIC=60, RNG=30 This unblocks the CIC 60 and the next 30 CICs. If you enter a range that exceeds 31 from the initial CIC, the system returns an error message that you are out of range. |
Example: | This MML command unblocks CIC 279 for point code 3-213-7-3. |
Error Code: | None. Returns a result code when successfully completed. |
Comments: | None. |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Fri Apr 30 15:29:10 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.