User's Guide

3e-531AP Wireless Access Point
Chapter 7: The RF Manager Function
84
29000125-001 C
You can now edit the  le by adding the IP addresses of the 3e-531APs
that you want to manage, each in a pair of brackets [ ].
The two  les SampleRadioOn.3eti and SampleRadioOff.3eti must be
edited as a minimum. This will permit you to turn all the APs on or off at
will. You can save them to another  le name if you wish (maintaining the
same  le extension.)
You can customize  les to control only certain APs or groups of APs.
Each AP that you group into a con guration  le must have the same Ad-
min Password.
The following gives you a sample of the code that you can use from
the SampleRadioOn.3eti  le.
Sample of coding in SampleRadioOn.3eti  le
# This Sample Con guration le shows how to turn the radio
# to a  xed level on all units
[all]
Wireless Tx Pwr Mode:=Fixed
#For FIPS units use the following
#Gateway Access Mode:=HTTPS
#Gateway Username:=CryptoOf cer
#Each unit that you want to turn on should be listed here
#First unit
[192.168.15.1]
Wireless Fixed Pwr Level:=2
#Next unit
[192.168.15.2]
Wireless Fixed Pwr Level:=2
Important: you must
remove the pound
sign (#) from in front
of any line that you
want to be "read" by
the program.