The ble monitoring-list command adds specified Bluetooth devices to the Bluetooth device monitoring list.
The undo ble monitoring-list command deletes specified Bluetooth devices from the Bluetooth device monitoring list.
By default, no Bluetooth devices are added to the monitoring list.
ble monitoring-list mac mac-address1 [ to mac-address2 ]
undo ble monitoring-list [ mac mac-address1 [ to mac-address2 ] ]
Parameter | Description | Value |
---|---|---|
mac mac-address1 | Specifies the MAC address of a Bluetooth device to be monitored. | The value is in H-H-H format. An H is a hexadecimal number of 4 digits. |
to mac-address2 | Specifies the end MAC address of a Bluetooth device when Bluetooth devices are added to or deleted from the monitoring list in batches. The mac-address2 value must be equal to or larger than the mac-address1 value. mac-address1 and mac-address2 jointly specify a range of MAC addresses. | The value is in H-H-H format. An H is a hexadecimal number of 4 digits. |
Usage Scenario
After the Bluetooth monitoring, Bluetooth tag location, or Bluetooth data transparent transmission function is enabled using the sniffer enable command, all Bluetooth devices are monitored when no Bluetooth device (BLE device, Bluetooth tag, or Bluetooth client) is added to the monitoring list. When any Bluetooth device is offline or has insufficient battery power, an alarm is triggered on the AC accordingly. When Bluetooth devices are added to the monitoring list, only the Bluetooth devices in the list are monitored. When a Bluetooth device in the monitoring list is offline or has insufficient battery power, an alarm is triggered on the AC accordingly. Bluetooth clients do not support low power alarms.
Precautions
After the BLE monitoring, Bluetooth tag location, or Bluetooth data transparent transmission function is disabled using the undo sniffer enable command, an alarm is triggered on the AC indicating that Bluetooth devices are offline.
Bluetooth devices with all-0 or all-F MAC addresses cannot be added to the monitoring list.
# Add the Bluetooth device with MAC address 1234-1234-1000 to the monitoring list.
<HUAWEI> system-view [HUAWEI] wlan [HUAWEI-wlan-view] ble monitoring-list mac 1234-1234-1000
# Add Bluetooth devices with MAC addresses 1234-1234-1000 to 1234-1234-1006 to the monitoring list.
<HUAWEI> system-view [HUAWEI] wlan [HUAWEI-wlan-view] ble monitoring-list mac 1234-1234-1000 to 1234-1234-1006