User's Manual
Table Of Contents
- BreezeACCESS Version 4.3 System Manual Revision 3.0
- Contents
- Book 1: System Description
- Contents
- Chapter 1 - Introduction
- Chapter 2 - System Components
- Chapter 3 - Specifications
- System Specifications
- BreezeACCESS II Radio Regulatory Standards
- Data Communication
- Voice/Fax (Subscriber Units with voice support)
- Telephony (Subscriber Units with voice support)
- IF Indoor – Outdoor Communication
- (SU-A/E, AU-A/E-NI, AU-A/E-BS)
- Configuration and Management
- GU-RA GPS Radio
- GU-RA to BS-GU Communication
- Environmental
- Standards Compliance, General
- Physical Specifications
- System Specifications
- Book 2: Installation
- Contents
- Chapter 1 - IF-Based Equipment
- Packing Lists
- SU-A/E Subscriber Unit
- Modular Base Station Equipment
- Standalone AU-A/ENI Access Unit
- Other Items Required for Installation
- Guidelines for Selection of Equipment Locations
- Installing the Outdoor Unit
- Installing the SU-NI and AU-NI Indoor Unit
- Installing Modular Base Station Equipment
- Installing the GU-A-BS GPS and Alarms System
- Chapter 2 - Indoor SU-R Units
- Chapter 3 - Indoor SU-I and AU-I Units
- Book 3: Commissioning
- Book 4: Operations and Administration
- Contents
- Chapter 1 - Accessing the Monitor Program
- Chapter 2 - Menus and Parameters
- Main Menu
- Info Screens Menu
- Unit Control Menu
- Basic Configuration Menu
- Site Survey Menu
- Traffic Statistics (AU and SU)
- Voice Statistics (SU with Voice Support Only)
- Per Hop Statistics (AU and SU)
- Ping Test (AU, SU and GU)
- Continuous Link Quality Display (Available in SU Only)
- MAC Address Database (Available in AU Only)
- Per-rate Counters (AU and SU)
- RSSI Display Option (AU and SU)
- ATPC Counter (AU and SU)
- AU Alarms (IF-based AU Only)
- Advanced Configuration Menu
- IP Parameters (AU, SU and GU)
- Air Interface Parameters (AU and SU)
- Network Management Parameters (AU, SU and GU)
- Bridge Parameters (AU, SU and GU)
- Performance Parameters (AU and SU)
- Service Parameters (AU and SU)
- RADIUS Parameters Menu (Subscriber Units only)
- Security Parameters (AU and SU)
- Voice Parameters (Subscriber Units with Voice Support Only)
- Dialing Parameters (Subscriber Units with Voice Support Only)
- Telephony Signals (Subscriber Units with Voice Support Only)
- Hopping Parameters (GU)
- Alarm Parameters (GU)
- Appendices
- Appendix A - Configuration Download/Upload
- Appendix B: Software Version Loading Procedure
- Appendix C: Supported MIBs and Traps
- BreezeACCESS System Object Identifiers
- brzAccessMIB
- Service Parameters
- RADIUS General Parameters
- Accounting Parameters
- RADIUS Authentication Parameters
- User Filtering Parameters
- Network Management Parameters
- Bridge Parameters
- Air Interface Parameters
- Performance Parameters
- Site Survey Parameters
- Special Operations Parameters
- Unit Control Parameters
- IP Parameters
- System Information Parameters
- Alarms Parameters
- brzPhoneMIB (applicable to SU with voice only)
- Supported Traps
- Appendix D: RSSI to dBm Conversion Table
- Appendix E: Parameters List
- Appendix F: Hopping Sequences
- Index
A-2
BreezeACCESS Version 4.3 System Manual
Manual Revision: 3.0
The Configuration Download/Upload feature in BreezeACCESS units
simplifies the task of remotely configuring a large number of units using
TFTP protocol.
By downloading the configuration file to a PC it is possible to view all the
parameters configured at the unit, as it is a plain text ASCII file.
It is necessary to edit the file by a using simple editor and to remove
certain parameters or change their values prior to uploading the
configuration to another unit.
When multiple configuration is performed (uploading the file to several
units) it is recommended that only the relevant parameters be included
in the file .
Each parameter is represented in the file by three fields:
A symbolic string similar to the name of the parameter in the
monitor program, followed by “=”.
The value of the parameters (using the same values that are used in
the monitor program).
A comment (optional). If used, it should start with a “;” character.
The unit will ignore an unknown parameter. In the case of a known
parameter with an out of range value, the default value will be used.
Use the SNMP write community string (the default is “private”) to define
both the uploaded file (put) and the downloaded file (get):
SnmpWriteCommunity.cfg
The file should be transferred in ASCII mode.
Example:
To upload the configuration file using DOS based TFTP Client to an SU
whose IP address is 206.25.63.65:
tftp 206.25.63.65 put Suconf private.cfg
To download the configuration file from the same unit:
tftp 206.25.63.65 get private.cfg Suconf