User's Manual
Table Of Contents
- Introduction
- Installation and Initialization
- Hardware Description
- System Requirements
- Product Package
- Hardware Installation
- Step 1: Choose a Location
- Step 2: Unpack Shipping Box
- Step 3: Assemble the Cable
- Step 4: Determine Proper Mounting Orientation
- Step 5: Assemble Mounting Hardware
- Step 6: Mount the Unit
- Step 7: Plug in the Cables
- Step 8: Power on the Unit
- Step 9: View LEDs
- Step 10: Align the Antenna
- Step 11: Tighten the Cables
- Step 12: Weatherproof the Connectors
- Step 13: Install Documentation and Software
- Using the Web Interface
- Installing Latest Software
- First Configuration
- Base Station Configuration
- Introduction
- System Configuration
- MAC Configuration
- Radio Configuration
- Radio Downlink Burst Profile Configuration
- Radio Uplink Burst Profile Configuration
- Networking Configuration
- Global Positioning System (GPS)
- Subscriber Station Authentication
- Subscriber Station List
- Service Class Creation
- Logging Configuration
- Management Interface Configuration
- Subscriber Station Configuration
- Commands on BS/SS
- Log Messages on the BS/SS
- Monitoring the BS and SS
- Technical Specifications
- Command Line Interface
- CLI Overview
- Configuration from the Base Station
- Configuration from the Subscriber Station
- Monitoring the BS and SS
- Technical Services and Support
- Statement of Warranty
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