User's Manual

Table Of Contents
Command Line Interface Tsunami MP.16 3650 System User Guide
CLI Overview: CLI Rules
125
possible if there is no ambiguity, and if there is a match to what has been typed. If more than one command or argument
matches what has been typed, a list of possible matches will be displayed.
Command Line Listing
This command can be used in a number of ways to display available commands and parameters. The following table lists
each operation and provides a basic example.
CLI Rules
Parameter Groupings
For ease of configuring MP.16 products, the parameters have been logically grouped. Parameter tables for each group
contain the following information for each object:
Name: Parameter, group, or table name
Type: Data type
Value: Value range and default value, if any
Access: Access type
R = Read Only (can only be viewed)
RW = Read-Write (can be set or viewed)
W = Write Only (for passwords and security-sensitive objects)
Parameter: Parameter name as used in the CLI
Entering Values
Although the data type of a parameter may be “Integer”, in order for the CLI to interpret values correctly, enter the
provided alphanumeric value whenever possible.
Entering Strings
String objects are supported by MP.16 devices; a string delimiter is required for the strings to be interpreted correctly by
the command line parser. In this implementation, the single quote (‘) or double quote (“) character is to be used at the
beginning and at the end of any string that contains spaces. For example:
Rebooting
Some parameter values change only when the unit is rebooted. In these cases, the CLI warns you that a reboot is
required for the change to take effect.
Operation Basic Example
Display the Command List MP16>?
Display commands that start with specified letters MP16>c?
Display next possible parameters or commands MP16>configure ?
MP16>configure s?
set sysname ‘MP 16’ Quotes required
set sysname “MP 16” Quotes required
set sysname MP16 No quotes required