iot-applicationNEW!

Use the iot-application command to enable or disable the specific IoT application for the supported APs. The iot-application command is accessible from within the ap:<serial> context of the CLI.

iot-application ibeacon |ibeacon-scan |thread-gateway |eddystone-url-beacon |eddystone-url-scan

Parameters

ibeacon Configures AP as an Apple iBeacon. AP sends beacons in Apple iBeacon format.
ibeacon-scan Configures AP to scan for Apple iBeacons.
thread-gateway Configures AP as a gateway router for the Thread Network.
eddystone-url-beacon Configures AP as an Eddystone-url beacon. AP sends beacon with an imbedded secure protocol URL.
eddystone-url-scan Configures AP to scan for Eddystone-url beacons.

Usage

The following APs offer integrated BLE/802.15.4 radios: AP3912 , AP3915, AP3916ic, AP3917. Enable iot-admin before issuing this command.
Note

Note

Each supported AP can be configured for one application at a time.

Example

The following example configures the ibeacon mode for the IoT functionality on an AP3916ic.

EWC.extremenetworks.com:ap:1254Y-3211230000#iot-application ibeacon

The following example configures the ibeacon-scan mode for the IoT functionality on an AP3915.

EWC.extremenetworks.com:ap:1111111111113915# iot-application ibeacon-scan
iot-ibeacon-scan-dest-ip 10.100.4.191
iot-ibeacon-scan-dest-port 5000
iot-ibeacon-scan-window 100
iot-ibeacon-scan-interval 100
iot-ibeacon-scan-min-rssi -100

The following example configures the thread-gateway mode for an AP3915.

EWC.extremenetworks.com:ap:1111111111113915# iot-application thread-gateway

The following example configures the eddystone-url-beacon for an AP3915.

EWC.extremenetworks.com:ap:1111111111113915# iot-application eddystone-url-beacon
iot-eddystone-url https://www.abcdefg.com

The following example configures the eddystone-url-scan for an AP3915. The eddystone-url-scan command reuses the ibeacon-scan parameters.

EWC.extremenetworks.com:ap:1111111111113915# iot-application eddystone-url-scan
iot-ibeacon-scan-dest-ip 10.100.4.191
iot-ibeacon-scan-dest-port 5000
iot-ibeacon-scan-window 100
iot-ibeacon-scan-interval 100
iot-ibeacon-scan-min-rssi -100