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
Configuration from the Base Station: Service Class Creation
152
To delete all entries in the table:
MP16(PIR Name)>delete srcport all
MP16(PIR Name)>delete srcipaddr all
IP Destination Address and Mask List (destippaddr)
The IP source address and mask parameters are under the group destipaddr. Up to 16 entries can be added to this list.
To add entries, use the following syntax:
MP16(PIR Name)>add destipaddr <destination IP address> <mask>
Execute a show command to view the entries in the IP Destination Address and Mask List, with index numbers:
MP16(PIR Name)>show destipaddr
To delete an entry in the table:
MP16(PIR Name)>delete destipaddr <index>
To delete all entries in the table
MP16(PIR Name)>delete destipaddr all
Ethernet Destination MAC Address and Mask (destmacaddr)
The Ethernet source MAC address and mask parameters are under the group srcmacaddr. To add an entry:
MP16(PIR name)> add destmacaddr <Ethernet source MAC address> <mask>
Execute a show command to view Ethernet Destination MAC and Mask parameters, with index numbers:
MP16(PIR Name)>show destmacaddr
To delete an entry in the table:
MP16(PIR Name)>delete destmacaddr <index>
To delete all entries in the table
MP16(PIR Name)>delete destmacaddr all
Protocol Destination Port Range (destport)
This range may only be configured if TCP and/or UDP are included in the IP Protocol list. The IP protocol source port
start and end parameters are under the group destport. Administrators can add up to 16 entries in this list. To add an
entry, use the following syntax:
MP16(PIR Name)>add destport <start port value> <end port value>
where <start port value> is the low-end inclusive range of TCP/UDP source port numbers to which a packet is compared,
and <end port value> is the high-end inclusive range of TCP/UDP source port numbers to which a packet is compared.
The range is between 0 – 65535.
Execute a show command to view the entries in the Protocol Destination Port range, with index numbers:
MP16(PIR Name)>show destport
To delete an entry in the table:
MP16(PIR Name)>delete destport <index>
To delete all entries in the table
MP16(PIR Name)>delete destport all