Monitoring
Enable the Wi-Fi scanner
LR54 User Guide
969
iii. For
Zone
, select the appropriate firewall zone from the dropdown.
See
for information about firewall zones.
iv. Click
again to allow access through additional firewall zones.
13. Confirm that users who will use the Wi-Fi scanner server are members of an authentication
group that has
Wi-Fi scanner access
enabled. See
for
authentication group configuration information.
14. Click
Apply
to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the LR54
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Enable the Wi-Fi scanner:
(config> monitoring wifi_scanner enable true
(config)>
4. Set the appropriate Wi-Fi radio:
(config)> monitoring wifi_scanner radio
value
(config)>
where
value
is either
wifi1
or
wifi2
.
5. (Optional) Set the Wi-Fi channels that will be scanned by this instance of the service:
(config)> monitoring wifi_scanner channels
value
(config)>
where
value
is a comma-separated list of channel numbers, or
all
to scan all channels. The
default is
all
.
6. (Optional) Set the frequency, in milliseconds, that the Wi-Fi scanner will hop from one channel
to the next during scanning:
(config)> monitoring wifi_scanner hop_frequency
value
The default is
150
.
7. (Optional) Set the number of seconds between scans.
(config)> monitoring wifi_scanner update_interval
value
where
value
is any number of hours, minutes, or seconds, and takes the format
number
{
h|m|s
}.
For example, to set
update_interval
to ten minutes, enter either
10m
or
600s
: