MML Command Overview: How To Use This Guide
MML Command Overview: How To Use This Guide
This guide describes each of the Man-Machine Language (MML) commands you can use with the Cisco PGW 2200 Softswitch. Use MML to configure your Cisco PGW 2200 Softswitch, add components to your system, retrieve information about system components, and perform logging and tracing.
For information on using MML commands for component provisioning, see Cisco PGW 2200 Softswitch Release 9 Provisioning Guide (through Release 9.7) at: http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9/provisioning/guide/R9prvgde.html or Cisco PGW 2200 Softswitch Release 9.8 Provisioning Guide at: http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9.8/Provisioning/Guide/prvgde98.html For more information on using MML commands for provisioning the dial plan, see Cisco PGW 2200 Softswitch Release 9 Dial Plan Guide (through Release 9.7) at: http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9/dial_plan/guide/dplan.html or Cisco PGW 2200 Softswitch Release 9.8 Dial Plan Guide at: http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9.8/Dial_Plan/Guide/Dplan98.html For more information on using MML commands for maintenance and troubleshooting, see Cisco PGW 2200 Softswitch Release 9 Operations, Maintenance, and Troubleshooting Guide at: http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9/maintenance/guide/omtguide.html or Cisco PGW 2200 Softswitch Release 9.8 Operations, Maintenance, and Troubleshooting Guide at: http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9.8/Maintenance/Guide/98omtguide.html
1-1
MML Command Guidelines, page 1-2 MML Basics, page 1-3 MML on High-Availability Systems, page 1-5 MML Command Conventions, page 1-5 Wildcards in MML Commands, page 1-6 MML Messages, page 1-7 Impact of MML Commands on Cisco PGW 2200 Softswitch Call Processing, page 1-9
MML component names must be 16 characters or shorter. In general, MML commands are not case sensitive, but some are (ExtCOT is an example of a case-sensitive command). However, property values are case sensitive. Neither keywords nor value strings need to be enclosed in quotation marks, except where specified in this guide. Use only one MML command on each line. Anything entered after a semicolon (;) is treated as a comment. This is primarily useful for MML command scripts. Do not use punctuation (such as the period character) for target names; for example, do not use test.log as a logging destination. Create an ASCII text file for batch processing of provisioning commands. For more information about performing batch provisioning, see Cisco PGW 2200 Softswitch Release 9 Provisioning Guide at: http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9/provisioning/guide/R9prvgde.html
Timesaver
MML maintains a history buffer of all MML commands you enter during an MML session. To repeat your last MML command, press the Up Arrow at the MML prompt to redisplay the command, and press Enter. Press the Up and Down Arrow keys to scroll through all commands in the history buffer. To modify and re-enter a command, use the Up Arrow to display the command, and then edit the command using the keyboard. Press Enter to execute the command. While viewing a lengthy response to an MML command, press the spacebar to display the next screen of output text, or press Enter to display the next line.
1-2
OL-1116-22
Chapter 1
MML Basics
You must start an interactive MML session before you can use MML commands for provisioning, information retrieval, or troubleshooting. As many as 12 MML sessions can be open at a time, but only one provisioning session is permitted. If an MML provisioning session is inactive for 30 minutes, a warning is issued by the Cisco PGW 2200 Softswitch. After 5 additional minutes of inactivity, the session is terminated.
Note
It is possible to run only one current MML provisioning session on the Cisco PGW 2200 Softswitch, but other administrative commands can be run from one or more additional MML sessions. However, you should avoid running simultaneous MML sessions because doing so can affect performance.
Log in to the Cisco PGW 2200 Softswitch host computer from a terminal.
Caution
Do not log in as UNIX root; if you attempt to start an MML session as the root user, the Cisco PGW 2200 Softswitch displays a message and MML fails to start. At a UNIX command prompt, type:
MGC% mml
Step 2
The Cisco PGW 2200 Softswitch responds with the status of your MML session. If your UNIX prompt looks similar to the following, your session has started successfully, and you can begin entering MML commands.
MGC:mml>
If another MML session is running, you receive a message similar to the following:
MGC% mml1: Already in use Failure to run MML, reason=Entry was already present.
Step 3
The Cisco PGW 2200 Softswitch responds with an MML session prompt.
Note
The MML command mml -s 2 starts the second MML session, and mml -s 3 starts the third session. There can be as many as 12 MML sessions open at a time.
1-3
Create a log file of the provisioning session, cie3, for later review, by entering the following command:
mml> diaglog:pom-log-session-cie3:start
All MML commands entered are now logged to the mml.log file located in /opt/CiscoMGC/var/log directory.
Step 2
Stop logging the provisioning session, cie3, by entering the following command:
mml> diaglog:pom-log-session-cie3:stop
The log file of the provisioning session can now be reviewed using an ASCII text editor.
Step 3
Close MML by entering the quit command, or telnet to the host server where the MML session is running. To kill an MML session started by another user, log in as root. At the UNIX prompt, enter the following command:
va-purple% ps -ef | grep mml
Step 4
Locate the process entry for the MML session you want to kill, and determine the process number of the session. In the preceding example, the process number is 17999. Enter the following command:
kill -9 xxxxx
To kill multiple MML sessions, enter a UNIX kill command for each MML session. Each session will have a unique process number.
1-4
OL-1116-22
Chapter 1
Getting Help
To display a list of all MML commands, enter help at the MML prompt. To get help for a specific command, enter help:<command> at the MML prompt. The following example shows the help available for clr-tcap-trans:
MGC mml> help:clr-tcap-trans CLR-TCAP-TRANS -- Clear TCAP Transactions ----------------------------------------Purpose: This MML command clears all transaction capabilities application part (TCAP) transactions that are older than the specified period. clr-tcap-trans::T=<number>
* number -- The time period, in seconds, after which you want to clear TCAP transactions. The MML command shown in the following example clears all TCAP transactions that are older than 60 seconds: mml> CLR-TCAP-TRANS::T=60 Media Gateway Controller - MGC-01 2000-01-12 15:19:51 M RTRV TCAP-01:CLRD=0 ;
Example:
1-5
Backus-Naur Conventions
MML commands use the Backus-Naur symbols shown in Table 1-1.
Table 1-1 MML Backus-Naur Conventions
Description Pipe indicates that the preceding symbol or the succeeding symbol can occur, but not both in succession. Brackets enclose an optional parameter. Preceding symbol or succeeding symbol can occur, but not both in succession. There can be more than two symbols and pipes. Encloses an identifier to be replaced with appropriate data.
Symbol : :: & ;
Description Parameter separator. Empty parameter block. Arguments are grouped together so that one parameter can convey several arguments. End of command (optional). Anything on the same line after this symbol is treated as a comment.
For example, there are two ways to retrieve administrative states of trunk groups using wildcards:
RTRV-ADMIN-STATE:TG* retrieves the administrative state of all trunk groups with MML names starting with TG. RTRV-ADMIN-STATE:*GP retrieves the administrative state of all trunk groups with MML names ending with GP. ACK-ALM RTRV-ADMIN-STATE
1-6
OL-1116-22
Chapter 1
MML Messages
Messages that MML can display are described in this section.
Table 1-3
Status COMPLD
Meaning Completed
Definition MML received a response from the subsystem on which it performed the action.
Note
A completed response does not always signify successful completion. A completed response can be returned on invalid components, such as alarms.
Retrieve Successful Waiting for dependent processes to start Waiting for dependent processes to stop
MML is attempting to retrieve the contents specified. Successful completion. Status messageWaiting for dependent processes to start. Status messageWaiting for dependent processes to stop. This is not an error. Enter the rtrv-softw command to see if the dependent processes have stopped.
1-7
Meaning Command denied Input command not valid Input data not valid
Definition The command is recognized, but the system does not allow you to perform the requested function. The MML command is not recognized. An unknown parameter was entered. Example:
mml> RESET-CIC:dpc2:cic5 Media Gateway Controller 2000-01-03 15:22:48 M RTRV IDNV dpc2 /* Input, Data Not Valid */ ;
IIDV
An unknown parameter was entered. An incorrect parameter name has been used in the command, or a value has been entered incorrectly.
Note
A string value must be surrounded by quotes, and an integer value must not be surrounded by quotes.
Example:
mml> RESET-CIC:dpc2:cic5 Media Gateway Controller 2000-01-03 15:22:48 M RTRV IIDV dpc2 /* Input, Data Not Valid */ ;
IISP
Incorrect syntax was used. A semicolon or comma has been used incorrectly when entering the command. Example:
mml> reset-cic:dpc9,cic22 Media Gateway Controller - MGC-01 2000-01-12 M RTRV IISP reset-cic:dpc9, /* Input, Syntax Error */ ;
1-8
OL-1116-22
Chapter 1
MML Command Overview Impact of MML Commands on Cisco PGW 2200 Softswitch Call Processing
Table 1-4
Definition 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 Media Gateway Controller - MGC-01 2000-01-12 15:19:51 M RTRV IITA "dpc9" /* Input, Invalid Target */ ;
Input parameter missing An expected parameter cannot be found. Status abort Status not found State not in valid state The command did not finish in the time allocated. There are problems with the engine. 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. This operation is not supported by the component. The requested operation failed on the component. Example:
mml> query-cic:dpc1:CIC=1,rng=1 Media Gateway Controller - MGC-01 2002-04-26 11:35:51 M RTRV SROF dpc1 /* Range is not allowed*/ ;
SNSP SROF
Category AThese commands have minimal impact on system performance. Multiple MML sessions are acceptable, and a maximum of four concurrent MML sessions is recommended.
1-9
Chapter 1 Impact of MML Commands on Cisco PGW 2200 Softswitch Call Processing
Category BThese commands have a moderate impact on system performance, because CPU utilization is high while these commands are executing. A maximum of one active MML session is recommended. Category CThese commands are similar to those in Category B and have a moderate impact on system performance. However, CPU utilization is higher than for Category B because these commands are executed while the system is simultaneously handling call traffic. Category DThese commands have a severe impact on system performance and should be issued only during a maintenance period when call traffic is minimal.
1-10
OL-1116-22