User's Manual

Appendix B - Configuration Download and Upload Using TFTP
BreezeNET B System Manual
B-2
The BreezeNET B Configuration Download/Upload feature 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 for the unit, as a plain ASCII text file.
It is necessary to edit the file using a simple editor and remove certain
parameters or change their values prior to uploading the configuration
to another unit.
When multiple configurations are being done simultaneously, which
means that the file is being uploaded to several units, it is
recommended that the file only include the required parameters.
In the configuration file, the following three fields represent each
parameter:
1. A symbolic string similar to the name of the parameter in the
Monitor program, followed by "=".
2. The value of the parameters, which uses the same values as the
Monitor program.
3. An optional comment. If used, the comment should start with a ";"
character.
An unknown parameter will be ignored. A known parameter with a
value that is invalid or out of range will be set by the unit to its default
value.
Use the SNMP write community string (the default is private) to define
both the uploaded file (put) and the downloaded file (get). Use the
extension cfg for a configuration file. Use the extension cmr for the
Operator Defaults file. The file should be transferred in ASCII mode.
For Example:
To upload the configuration file using a DOS based TFTP Client to an
RB whose IP address is 206.25.63.65, enter:
tftp 206.25.63.65 put Suconf private.cfg
To download the Operator Defaults file from the same unit, enter:
tftp 206.25.63.65 get private.cmr Suconf