- Table of Contents
-
- 12-WLAN Advanced Features Command Reference
- 00-Preface
- 01-WLAN optimization commands
- 02-Hotspot 2.0 commands
- 03-WLAN probe commands
- 04-WSA commands
- 05-Wireless location commands
- 06-WLAN process maintenance commands
- 07-Bonjour gateway commands
- 08-WLAN mesh commands
- 09-AC hierarchy commands
- 10-WLAN forwarding commands
- Related Documents
-
Title | Size | Download |
---|---|---|
05-Wireless location commands | 248.00 KB |
display wlan ap all feature location-aware
display wlan rfid-tracking radio
rfid-tracking aeroscout aggregate-report interval
rfid-tracking aeroscout engine-address
rfid-tracking aeroscout engine-detection
rfid-tracking aeroscout report-mode
rfid-tracking aeroscout tag-multicast-address
rfid-tracking aeroscout timestamp
rfid-tracking aeroscout vendor-port
rfid-tracking ble command-password
rfid-tracking ble engine-address
rfid-tracking ble real-time report
rfid-tracking ble real-time report prefix
rfid-tracking ble report interval
rfid-tracking ble report-format
rfid-tracking client rate-limit
rfid-tracking client rate-limit cir
rfid-tracking cupid engine-address
rfid-tracking cupid report interval
rfid-tracking cupid report-format
rfid-tracking cupid report-mode
rfid-tracking cupid unassociated-measurement
rfid-tracking cupid unassociated-report
rfid-tracking cupid vendor-port
rfid-tracking fingerprint engine-address
rfid-tracking fingerprint mu-report
rfid-tracking fingerprint raw-frame-report
rfid-tracking fingerprint report-format
rfid-tracking fingerprint report-mode
rfid-tracking fingerprint tag-multicast-address
rfid-tracking fingerprint vendor-port
snmp-agent trap enable wlan location-aware
Wireless location commands
display wlan ap all feature location-aware
Use display wlan ap all feature location-aware to display the state of wireless location methods.
Syntax
display wlan ap all feature location-aware
Views
Any view
Predefined user roles
network-admin
network-operator
Examples
# Display the state of wireless location methods.
<Sysname> display wlan ap all feature location-aware
AP name AeroScout BLE CUPID Fingerprint IoT
ap1 Disabled Disabled Disabled Disabled Disabled
Table 1 Command output
Field |
Description |
AeroScout |
AeroScout location state: · Enabled. · Disabled. |
BLE |
BLE location state: · Enabled. · Disabled. |
CUPID |
CUPID location state: · Enabled. · Disabled. |
Fingerprint |
RF fingerprinting state: · Enabled. · Disabled. |
IoT |
IoT location state: · Enabled. · Disabled. |
display wlan rfid-tracking radio
Use display wlan rfid-tracking radio to display radio information for wireless location.
Syntax
display wlan rfid-tracking radio [ ap ap-name ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
ap ap-name: Specifies an AP by its name, a case-sensitive string of 1 to 64 characters. The name can include letters, numbers, underscores (_), dots (.), left brackets ([), right brackets (]), slashes (/), and minus signs (-). If you do not specify this option, the command displays radio information for all APs.
Examples
# Display radio information for wireless location.
<Sysname> display wlan rfid-tracking radio
Wireless Locating
--------------------------------------------------------------------------------
AP name Radio ID Type
--------------------------------------------------------------------------------
ap1 1 MU/Tag
ap2 1 MU
ap3 2 Tag
ap4 1 N/A
--------------------------------------------------------------------------------
Table 2 Command output
Field |
Description |
Type |
Type of devices to locate: · MU/Tag—Both MU and Tag devices. · MU. · Tag. · N/A—The AP does not locate any devices. |
rfid-tracking aeroscout
Use rfid-tracking aeroscout enable to enable AeroScout location.
Use rfid-tracking aeroscout disable to disable AeroScout location.
Use undo rfid-tracking aeroscout to restore the default.
Syntax
rfid-tracking aeroscout { disable | enable }
undo rfid-tracking aeroscout
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, AeroScout location is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This feature triggers an AP to scan all supported channels. If you are not to locate devices on all channels, configure the channel scanning whitelist or blacklist. For more information about the channel scanning whitelists and blacklists, see Radio Resources Management Configuration Guide.
For an AP to send location packets to the location server, you must enable both AeroScout location and radio-based location for the AP.
Examples
# Enable AeroScout location for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout enable
# Enable AeroScout location for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking aeroscout enable
# Enable AeroScout location globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout enable
Related commands
rfid-tracking radio
rfid-tracking aeroscout aggregate-report interval
Use rfid-tracking aeroscout aggregate-report interval to enable MU location packet aggregation and set the interval for reporting aggregated location packets.
Use undo rfid-tracking aeroscout aggregate-report interval to restore the default.
Syntax
rfid-tracking aeroscout aggregate-report interval interval
undo rfid-tracking aeroscout aggregate-report interval
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, an AP does not aggregate MU location packets.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
interval: Specifies the interval for reporting aggregated MU location packets, in the range of 100 to 600000 milliseconds.
Usage guidelines
By default, an AP reports an MU location packet to the location server immediately after the AP receives the packet. This consumes a lot of network resources.
This feature enables an AP to aggregate received MU location packets into one location packet, and report the aggregated packet to the location server at the specified intervals. If the size of the aggregated packet reaches 1400 bytes, the AP reports the packet immediately.
This feature takes effect only when the AeroScout location mode is static.
Examples
# Enable MU location packet aggregation and set the report interval to 100 milliseconds for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout aggregate-report interval 100
# Enable MU location packet aggregation and set the report interval to 100 milliseconds for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking aeroscout aggregate-report interval 100
# Enable MU location packet aggregation globally and set the report interval to 100 milliseconds.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout aggregate-report interval 100
Related commands
rfid-tracking aeroscout
rfid-tracking aeroscout engine-address
Use rfid-tracking aeroscout engine-address to specify an IPv4 address and a port number for the AeroScout location server.
Use undo rfid-tracking aeroscout engine-address to restore the default.
Syntax
rfid-tracking aeroscout engine-address engine-address engine-port engine-port
undo rfid-tracking aeroscout engine-address
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, no IPv4 address and port number are configured for the location server.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
engine-address engine-address: Specifies an IPv4 address for the AeroScout location server.
engine-port engine-port: Specifies a port number for the AeroScout location server, in the range of 1 to 65535.
Usage guidelines
Perform this task when static AeroScout location is configured. This feature does not take effect when dynamic AeroScout location is used.
Examples
# Set the IPv4 address and port number of the location server to 192.168.10.10 and 3000 for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout engine-address 192.168.10.10 engine-port 3000
# Set the IPv4 address and port number of the location server to 192.168.10.10 and 3000 for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking aeroscout engine-address 192.168.10.10 engine-port 3000
# Set the IPv4 address and port number of the location server to 192.168.10.10 and 3000 globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout engine-address 192.168.10.10 engine-port 3000
Related commands
rfid-tracking aeroscout engine-detection
rfid-tracking aeroscout engine-detection
Use rfid-tracking aeroscout engine-detection to specify the AeroScout location mode.
Use undo rfid-tracking aeroscout engine-detection to restore the default.
Syntax
rfid-tracking aeroscout engine-detection { dynamic | static }
undo rfid-tracking aeroscout engine-detection
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the AeroScout location mode is dynamic.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
dynamic: Specifies dynamic AeroScout location.
static: Specifies static AeroScout location.
Usage guidelines
AeroScout location provides the following location modes:
· Dynamic location—An AP negotiates with the location server to obtain the multicast MAC address for Tags, packet dilution attributes, and the IP address and port number of the location server. The location server obtains the AP's AeroScout version, MAC address, radio mode, and channel information. Then the location server notifies the AP to send location packets.
· Static location—An AP gets predefined location attributes from the AC and then starts to send location packets to the location server. Use static AeroScout location if the location server does not support dynamic negotiation with an AP.
Examples
# Set the AeroScout location mode to static for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout engine-detection static
# Set the AeroScout location mode to static for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking aeroscout engine-detection static
# Set the AeroScout location mode to static globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout engine-detection static
rfid-tracking aeroscout report-mode
Use rfid-tracking aeroscout report-mode to specify the report mode for AeroScout location packets.
Use undo rfid-tracking aeroscout report-mode to restore the default.
Syntax
rfid-tracking aeroscout report-mode { central | local }
undo rfid-tracking report-mode
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the local report mode is used for AeroScout location packets.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
central: Specifies the centralized report mode.
local: Specifies the local report mode.
Usage guidelines
Both the AC (centralized report) and APs (local report) can report location packets to the location server. In centralized report mode, APs need to send location packets to the AC first.
Examples
# Set the report mode for AeroScout location packets to central for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout report-mode central
# Set the report mode for AeroScout location packets to central for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking aeroscout report-mode central
# Set the report mode for AeroScout location packets to central globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout report-mode central
rfid-tracking aeroscout tag-multicast-address
Use rfid-tracking aeroscout tag-multicast-address to specify a multicast MAC address for Tags.
Use undo rfid-tracking aeroscout tag-multicast-address to restore the default.
Syntax
rfid-tracking aeroscout tag-multicast-address mac-address
undo rfid-tracking aeroscout tag-multicast-address
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, no multicast MAC address is specified for Tags.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
mac-address: Specifies a MAC address in the format of H-H-H.
Usage guidelines
An AP identifies a Tag by the destination MAC address in the received wireless packet. If you do not specify a multicast MAC address for Tags, an AP determines that all received 802.11 packets are from MUs.
Perform this task when static AeroScout location is configured. This feature does not take effect when dynamic AeroScout location is used.
Examples
# Set the multicast MAC address for Tags to 0134-ed66-8923 for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout tag-multicast-address 0134-ed66-8923
# Set the multicast MAC address for Tags to 0134-ed66-8923 for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking aeroscout tag-multicast-address 0134-ed66-8923
# Set the multicast MAC address for Tags to 0134-ed66-8923 globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout tag-multicast-address 0134-ed66-8923
Related commands
rfid-tracking aeroscout engine-detection
rfid-tracking aeroscout timestamp
Use rfid-tracking aeroscout timestamp to specify the type of timestamps to be encapsulated in MU packets.
Use undo rfid-tracking aeroscout timestamp to restore the default.
Syntax
rfid-tracking aeroscout timestamp { absolute | relative }
undo rfid-tracking aeroscout timestamp
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the timestamp type is relative.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
absolute: Specifies the absolute timestamp. An absolute timestamp represents the time elapsed since 1970, in milliseconds.
relative: Specifies the relative timestamp. A relative time represents the time elapsed since the AP started, in milliseconds.
Usage guidelines
You can encapsulate only relative timestamps in Tag packets. Whether you can encapsulate relative or absolute timestamps in MU packets depends on the configuration on the location server.
This command takes effect only when AeroScout location is enabled.
Examples
# Set the timestamp type to absolute for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout timestamp absolute
# Set the timestamp type to absolute for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking aeroscout timestamp absolute
# Set the timestamp type to absolute globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout timestamp absolute
Related commands
rfid-tracking aeroscout
rfid-tracking aeroscout vendor-port
Use rfid-tracking aeroscout vendor-port to specify a port for an AP to listen for messages from the AeroScout location server.
Use undo rfid-tracking aeroscout vendor-port to restore the default.
Syntax
rfid-tracking aeroscout vendor-port vendor-port-number
undo rfid-tracking aeroscout vendor-port
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, an AP listens to port 1144.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
vendor-port-number: Specifies a port number in the range of 1 to 65535.
Usage guidelines
Perform this task to specify a port for an AP to listen for messages from the AeroScout location server.
When static AeroScout location is configured, the AP does not respond to packets received from the specified port.
Examples
# Configure AP ap1 to listen to port 3000 for messages from the AeroScout location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking aeroscout vendor-port 3000
# Configure APs in AP group 10 to listen to port 3000 for messages from the AeroScout location server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking aeroscout vendor-port 3000
# Configure APs to listen to port 3000 for messages from the AeroScout location server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking aeroscout vendor-port 3000
Related commands
rfid-tracking aeroscout
rfid-tracking aeroscout engine-detection
rfid-tracking ble
Use rfid-tracking ble enable to enable Bluetooth Low Energy (BLE) location.
Use rfid-tracking ble disable to disable BLE location.
Use undo rfid-tracking ble to restore the default.
Syntax
rfid-tracking ble { disable | enable }
undo rfid-tracking ble
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, BLE location is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Examples
# Enable BLE location for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble enable
# Enable BLE location for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking ble enable
# Enable BLE location globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble enable
rfid-tracking ble aging-time
Use rfid-tracking ble aging-time to set the aging time for iBeacon devices.
Use undo rfid-tracking ble aging-time to restore the default.
Syntax
rfid-tracking ble aging-time aging-time
undo rfid-tracking ble aging-time
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the aging time for iBeacon devices is 180 seconds.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
Configure this command to help an AP discover iBeacon devices that are powered off or moved.
If the AP does not receive any packets from an iBeacon device within the aging time, the AP performs the following actions:
· Removes the device from the neighbor list.
· Notifies the location server of the device removal event.
Parameters
aging-time: Specifies the aging time for iBeacon devices, in the range of 60 to 3600 seconds.
Examples
# Set the aging time for iBeacon devices to 60 seconds for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble aging-time 60
# Set the aging time for iBeacon devices to 60 seconds for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking ble aging-time 60
# Set the aging time for iBeacon devices to 60 seconds globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble aging-time 60
rfid-tracking ble command-password
Use rfid-tracking ble command-password to specify the default password for deploying configuration to iBeacon devices.
Use undo rfid-tracking ble command-password to restore the default.
Syntax
rfid-tracking ble command-password { cipher | simple } password
undo rfid-tracking ble command-password
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the default password for deploying configuration to iBeacon devices is not specified.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
cipher: Specifies the password for deploying configuration to iBeacon devices in encrypted form.
simple: Specifies the password for deploying configuration to iBeacon devices in plaintext form. For security purposes, the password specified in plaintext form will be stored in encrypted form.
password: Specifies the password. Its plaintext form is a case-sensitive string of 12 characters. Its encrypted form is a case-sensitive string of 49 characters.
Usage guidelines
Perform this task to specify the default password for deploying configuration to iBeacon devices. This password must be the same as the factory password of the iBeacon devices. An AP can deploy configuration to an iBeacon device only when password verification is successful.
You can modify the password for an iBeacon device on the location server. After modification, the AP sends the new password to the iBeacon device and saves the password. Then, they use the new password for verification.
Examples
# Specify the default password for deploying configuration to iBeacon devices as 123456789012 in plaintext form for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble command-password simple 123456789012
# Specify the default password for deploying configuration to iBeacon devices to 123456789012 in plaintext form for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking ble command-password simple 123456789012
# Specify the default password for deploying configuration to iBeacon devices to 123456789012 in plaintext form globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble command-password simple 123456789012
rfid-tracking ble engine-address
Use rfid-tracking ble engine-address to specify an IPv4 address and a port number for the location server.
Use undo rfid-tracking ble engine-address to restore the default.
Syntax
rfid-tracking ble engine-address engine-address engine-port engine-port
undo rfid-tracking ble engine-address
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the IPv4 address and port number for the location server are not specified.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
engine-address engine-address: Specifies the IPv4 address for the location server.
engine-port engine-port: Specifies the port number for the location server, in the range of 1 to 65535.
Usage guidelines
APs use the IPv4 address and port number to communicate with the location server.
Examples
# Set the IPv4 address and port number for the location server to 192.168.10.10 and 1145 for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble engine-address 192.168.10.10 engine-port 1145
# Set the IPv4 address and port number for the location server to 192.168.10.10 and 1145 for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking ble engine-address 192.168.10.10 engine-port 1145
# Set the IPv4 address and port number for the location server to 192.168.10.10 and 1145 globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble engine-address 192.168.10.10 engine-port 1145
rfid-tracking ble real-time report
Use rfid-tracking ble real-time report enable to enable an AP to send BLE device information to the location server in real time.
Use rfid-tracking ble real-time report disable to disable an AP from sending BLE device information to the location server in real time.
Use undo rfid-tracking ble real-time report to restore the default.
Syntax
rfid-tracking ble real-time report { disable | enable }
undo rfid-tracking ble real-time report
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, an AP does not send BLE device information to the location server in real time.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This command takes effect only when BLE location is enabled.
Examples
# Enable AP ap1 to send BLE device information to the location server in real time.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble real-time report enable
# Enable APs in AP group 10 to send BLE device information to the location server in real time.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking ble real-time report enable
# Enable APs to send BLE device information to the location server in real time.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble real-time report enable
Related commands
rfid-tracking ble real-time report prefix
rfid-tracking ble real-time report prefix
Use rfid-tracking ble real-time report prefix to specify the manufacturer prefix of BLE devices to be located.
Use undo rfid-tracking ble real-time report prefix to delete the specified manufacturer prefix.
Syntax
rfid-tracking ble real-time report prefix prefix [ interval interval ] [ engine-address engine-address engine-port engine-port ]
undo rfid-tracking ble real-time report prefix prefix
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the manufacturer prefix of BLE devices to be located is not specified and the location server does not locate any BLE devices.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
prefix: Specifies the manufacturer prefix, a hexadecimal string that has an even number of digits. The even number must be in the range of 8 to 18.
interval interval: Specifies the interval for reporting location packets, in the range of 1 to 30 seconds. The default value is 0 seconds. An AP reports location packets immediately after receiving BLE device packets. If centralized report is enabled for BLE, and the location packet format is light-weight, the interval is fixed at 1 second.
engine-address engine-address: Specifies the IPv4 address for a location server.
engine-port engine-port: Specifies the port number for a location server, in the range of 0 to 65535.
Usage guidelines
After you configure this command, only information about BLE devices with the specified manufacturer prefix will be sent to the location server.
You can specify a maximum of 5 manufacturer prefixes and specify a location server and a report interval for each prefix. If you do not specify a location server for a prefix, the AP sends the device information to the location server configured by using the rfid-tracking ble engine-address command.
This command takes effect on an AP only when you enable the AP to send BLE device information to the location server in real time.
Examples
# Specify the manufacturer prefix of BLE devices to be located as 10ffffff for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble real-time prefix 10ffffff interval 15 engine-address 192.168.10.15 engine-port 1145
# Specify the manufacturer prefix of BLE devices to be located as 10ffffff for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking ble real-time prefix 10ffffff interval 15 engine-address 192.168.10.15 engine-port 1145
# Specify the manufacturer prefix of BLE devices to be located as 10ffffff globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble real-time prefix 10ffffff interval 15 engine-address 192.168.10.15 engine-port 1145
Related commands
rfid-tracking ble engine-address
rfid-tracking ble real-time report enable
rfid-tracking ble report-format
rfid-tracking ble report-mode
rfid-tracking ble report
Use rfid-tracking ble report enable to enable neighbor list reporting.
Use rfid-tracking ble report disable to disable neighbor list reporting.
Use undo rfid-tracking ble report to restore the default.
Syntax
rfid-tracking ble report { disable | enable }
undo rfid-tracking ble report
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, neighbor list reporting is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This command takes effect only when you enable BLE location.
Configure this command to enable APs to send neighbor list reports to the location server at the specified interval. The neighbor list contains the UUID, major ID, minor ID, and the most recently collected transmit power and RSSI of iBeacon devices.
Examples
# Enable neighbor list reporting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble report enable
# Enable neighbor list reporting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking ble report enable
# Enable neighbor list reporting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble report enable
Related commands
rfid-tracking ble
rfid-tracking ble report interval
rfid-tracking ble report interval
Use rfid-tracking ble report interval to set the interval for sending neighbor list reports.
Use undo rfid-tracking ble report interval to restore the default.
Syntax
rfid-tracking ble report interval interval
undo rfid-tracking ble report interval
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the interval for sending neighbor list reports is 900 seconds.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
interval: Specifies the interval for sending neighbor list reports, in the range of 1 to 86400 seconds.
Usage guidelines
This command takes effect only when you enable both BLE location and neighbor list reporting.
If centralized report is enabled for BLE, and the location packet format is light-weight, the interval is fixed at 1 second.
As a best practice, set the interval to a minimum of 15 seconds. A short interval increases the workload of the BLE location server.
Examples
# Set the interval for sending neighbor list reports to 5 seconds for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble report interval 5
# Set the interval for sending neighbor list reports to 5 seconds for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking ble report interval 5
# Set the interval for sending neighbor list reports to 5 seconds globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble report interval 5
Related commands
rfid-tracking ble
rfid-tracking ble report enable
rfid-tracking ble report-format
rfid-tracking ble report-mode
rfid-tracking ble report-format
Use rfid-tracking ble report-format to specify the location packet format for BLE location.
Use undo rfid-tracking ble report-format to restore the default.
Syntax
rfid-tracking ble report-format { general | light-weight }
undo rfid-tracking ble report-format
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, location packets for BLE location are in general format.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
general: Specifies the general packet format.
light-weight: Specifies the light-weight packet format.
Usage guidelines
BLE location supports the following location packet formats:
· General—This format is applicable to most scenarios. Most third-party location servers support only the general format.
· Light-weight—An AP encapsulates location information for several clients in one light-weight location packet to and save bandwidth. This format is applicable to traffic-sensitive scenarios.
Examples
# Configure AP ap1 to use the light-weight format to send BLE location packets to the location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble report-format light-weight
# Configure APs in AP group 10 to use the light-weight format to send BLE location packets to the location server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-ap-group-10] rfid-tracking ble report-format light-weight
# Configure APs to use the light-weight format to send BLE location packets to the location server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble report-format light-weight
rfid-tracking ble report-mode
Use rfid-tracking ble report-mode to specify the report mode for location packets of BLE location.
Use undo rfid-tracking ble report-mode to restore the default.
Syntax
rfid-tracking ble report-mode { central | local }
undo rfid-tracking ble report-mode
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the local report mode is used.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
central: Specifies the central report mode.
local: Specifies the local report mode.
Usage guidelines
Both the AC (centralized report) and APs (local report) can report location packets to the location server. In centralized report mode, APs need to send location packets to the AC first.
Examples
# Set the report mode for location packets of BLE location to central for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble report-mode central
# Set the report mode for location packets of BLE location to central for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-ap-group-10] rfid-tracking ble report-mode central
# Set the report mode for location packets of BLE location to central globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble report-mode central
rfid-tracking ble vendor-port
Use rfid-tracking ble vendor-port to specify a port to listen for messages from the BLE location server.
Use undo rfid-tracking ble vendor-port to restore the default.
Syntax
rfid-tracking ble vendor-port vendor-port-number
undo rfid-tracking ble vendor-port
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the port to listen is port 1144.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
vendor-port-number: Specifies a port number in the range of 1 to 65535.
Usage guidelines
Perform this task to specify a port for an AP to listen for messages from the BLE location server.
Examples
# Configure AP ap1 to listen to port 3000 for messages from the BLE location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320-ACN-B
[Sysname-wlan-ap-ap1] rfid-tracking ble vendor-port 3000
# Configure APs in AP group 10 to listen to port 3000 for messages from the BLE location server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking ble vendor-port 3000
# Configure APs to listen to port 3000 for messages from the BLE location server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ble vendor-port 3000
Related commands
rfid-tracking ble
rfid-tracking client rate-limit
Use rfid-tracking client rate-limit enable to enable client packet rate limiting for an AP.
Use rfid-tracking client rate-limit disable to disable client packet rate limiting for an AP.
Use undo rfid-tracking client rate-limit to restore the default.
Syntax
rfid-tracking client rate-limit { disable | enable }
undo rfid-tracking client rate-limit
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, client packet rate limiting is disabled for an AP.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This feature enables an AP to not report location information from excessive client packets when both the CIR and CBS are exceeded. This feature ensures that the location information for each client can be sent to the location server and prevents client packets from flooding the AP.
If packet dilution is enabled, this feature limits the rate for diluted packets.
This feature takes effect only when AeroScout location or RF fingerprinting is enabled.
Examples
# Enable client packet rate limiting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking client rate-limit enable
# Enable client packet rate limiting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking client rate-limit enable
# Enable client packet rate limiting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking client rate-limit enable
Related commands
rfid-tracking aeroscout
rfid-tracking client rate-limit cir
rfid-tracking fingerprint
rfid-tracking client rate-limit cir
Use rfid-tracking client rate-limit cir to set the rate limits for client packets.
Use undo rfid-tracking client rate-limit cir to restore the default.
Syntax
rfid-tracking client rate-limit cir cir [ cbs cbs ]
undo rfid-tracking client rate-limit cir
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, both the CIR and the CBS are 0. An AP does not limit the rate for incoming wireless packets.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
cir cir: Specifies the CIR for client packets, in the range of 1 to 1300000 kbps.
cbs cbs: Specifies the CBS for client packets, in the range of 80 to 130000000 bytes. The default CBS is the CIR × 700 bytes.
Usage guidelines
The CIR and CBS configuration takes effect only when you enable client packet rate limiting.
Examples
# Set the CIR and CBS to 200000 kbps and 50000 bytes, respectively for client packets for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking client rate-limit cir 200000 cbs 50000
# Set the CIR and CBS to 200000 kbps and 50000 bytes, respectively for client packets for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking client rate-limit cir 200000 cbs 50000
# Set the CIR to 200000 kbps and the CBS to 50000 bytes for client packets globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking client rate-limit cir 200000 cbs 50000
Related commands
rfid-tracking client rate-limit
rfid-tracking cupid
Use rfid-tracking cupid enable to enable CUPID location.
Use rfid-tracking cupid disable to disable CUPID location.
Use undo rfid-tracking cupid to restore the default.
Syntax
rfid-tracking cupid { disable | enable }
undo rfid-tracking cupid
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, CUPID location is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Examples
# Enable CUPID location for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid enable
# Enable CUPID location for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking cupid enable
# Enable CUPID location globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid enable
rfid-tracking cupid engine-address
Use rfid-tracking cupid engine-address to specify the CUPID location server.
Use undo rfid-tracking cupid engine-address to restore the default.
Syntax
rfid-tracking cupid engine-address { engine-address engine-port engine-port | local }
undo rfid-tracking cupid engine-address
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the CUPID location server is not specified.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
engine-address: Specifies an IPv4 address for the CUPID location server.
engine-port engine-port: Specifies a port number for the CUPID location server, in the range of 1 to 65535.
local: Specifies the AC as the CUPID location server.
Usage guidelines
You can specify a remote server or the AC as the location server for location calculation.
If the AC is specified as the location server, centralized location packet report must be enabled, and unassociated clients cannot be located.
Examples
# Set the IPv4 address and port number for the CUPID location server to 192.168.10.10 and 1145 for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid engine-address 192.168.10.10 engine-port 1145
# Set the IPv4 address and port number for the CUPID location server to 192.168.10.10 and 1145 for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking cupid engine-address 192.168.10.10 engine-port 1145
# Set the IPv4 address and port number for the CUPID location server to 192.168.10.10 and 1145 globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid engine-address 192.168.10.10 engine-port 1145
rfid-tracking cupid report-mode
rfid-tracking cupid report
Use rfid-tracking cupid report enable to enable client list reporting.
Use rfid-tracking cupid report disable to disable client list reporting.
Use undo rfid-tracking cupid report to restore the default.
Syntax
rfid-tracking cupid report { disable | enable }
undo rfid-tracking cupid report
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, client list reporting is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
After you enable client list reporting for an AP, the AP sends client list reports to the location server at the specified interval. The location server selects a group of location APs for each client based on the client list reports.
This command takes effect only when you enable CUPID location.
Examples
# Enable client list reporting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid report enable
# Enable client list reporting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking cupid report enable
# Enable client list reporting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid report enable
rfid-tracking cupid report interval
rfid-tracking cupid report interval
Use rfid-tracking cupid report interval to set the interval for sending client list reports.
Use undo rfid-tracking location-aware report interval to restore the default.
Syntax
rfid-tracking cupid report interval interval
undo rfid-tracking cupid report interval
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the interval for sending client list reports is 1 second.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
interval: Specifies the interval for sending client list reports, in the range of 1 to 10 seconds.
Usage guidelines
This command takes effect only when you enable client list reporting.
Examples
# Set the interval for sending client list reports to 9 seconds for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid report interval 9
# Set the interval for sending client list reports to 9 seconds for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking cupid report interval 9
# Set the interval for sending client list reports to 9 seconds globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid report interval 9
rfid-tracking cupid report
rfid-tracking cupid report-format
Use rfid-tracking cupid report-format to specify the location packet format for CUPID location.
Use undo rfid-tracking cupid report-format to restore the default.
Syntax
rfid-tracking cupid report-format { general | light-weight }
undo rfid-tracking cupid report-format
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, location packets for CUPID location are in general format.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
general: Specifies the general packet format.
light-weight: Specifies the light-weight packet format.
Usage guidelines
CUPID location supports the following location packet formats:
· General—This format is applicable to most scenarios. Most third-party location servers support only the general format.
· Light-weight—An AP encapsulates location information for several clients in one light-weight location packet to and save bandwidth. This format is applicable to traffic-sensitive scenarios.
Examples
# Configure AP ap1 to use the light-weight format to send CUPID location packets to the location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid report-format light-weight
# Configure APs in AP group 10 to use the light-weight format to send CUPID location packets to the location server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking cupid report-format light-weight
# Configure APs to use the light-weight format to send CUPID location packets to the location server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid report-format light-weight
rfid-tracking cupid report-mode
Use rfid-tracking cupid report-mode to specify the report mode for location packets of CUPID location.
Use undo rfid-tracking cupid report-mode to restore the default.
Syntax
rfid-tracking cupid report-mode { central | local }
undo rfid-tracking cupid report-mode
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the local report mode is used.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
central: Specifies the central report mode.
local: Specifies the local report mode.
Usage guidelines
Both the AC (centralized report) and APs (local report) can report location packets to the location server. In centralized report mode, APs need to send location packets to the AC first.
Examples
# Set the report mode for location packets of CUPID location to central for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid report-mode central
# Set the report mode for location packets of CUPID location to central for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking cupid report-mode central
# Set the report mode for location packets of CUPID location to central globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid report-mode central
rfid-tracking cupid unassociated-measurement
Use rfid-tracking cupid unassociated-measurement enable to enable unassociated client location.
Use rfid-tracking cupid unassociated-measurement disable to disable unassociated client location.
Use undo rfid-tracking cupid unassociated-measurement to restore the default.
Syntax
rfid-tracking cupid unassociated-measurement { disable | enable }
undo rfid-tracking cupid unassociated-measurement
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, unassociated client location is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
After you enable unassociated client location for an AP, the AP performs a location measurement for an unassociated client upon receiving a probe request from the client.
For an AP to send the location measurement result to the location server, you must enable unassociated client information reporting.
In a WLAN that has a large amount of unassociated clients, configure packet dilution to prevent frequent location measurements.
Examples
# Enable unassociated client location for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid unassociated-measurement enable
# Enable unassociated client location for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking cupid unassociated-measurement enable
# Enable unassociated client location globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid unassociated-measurement
Related commands
rfid-tracking cupid unassociated-report enable
rfid-tracking cupid unassociated-report
Use rfid-tracking cupid unassociated-report enable to enable unassociated client information reporting.
Use rfid-tracking cupid unassociated-report disable to disable unassociated client information reporting.
Use undo rfid-tracking cupid unassociated-report to restore the default.
Syntax
rfid-tracking cupid unassociated-report { disable | enable }
undo rfid-tracking cupid unassociated-report
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, unassociated client information reporting is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This feature enables an AP to report information about unassociated clients to the location server. Unassociated client information includes client MAC address, RSSI, and location measurement result.
This feature takes effect only when CUPID location is enabled.
Examples
# Enable unassociated client information reporting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid unassociated-report enable
# Enable unassociated client information reporting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking cupid unassociated-report enable
# Enable unassociated client information reporting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid unassociated-report enable
Related commands
rfid-tracking cupid
rfid-tracking cupid unassociated-measurement enable
rfid-tracking cupid vendor-port
Use rfid-tracking cupid vendor-port to specify a port to listen for messages from the CUPID location server.
Use undo rfid-tracking cupid vendor-port to restore the default.
Syntax
rfid-tracking cupid vendor-port vendor-port-number
undo rfid-tracking cupid vendor-port
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the port to listen is port 1144.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
vendor-port-number: Specifies a port number in the range of 1 to 65535.
Usage guidelines
Perform this task to specify a port for an AP to listen for messages from the CUPID location server.
Examples
# Configure AP ap1 to listen to port 3000 for messages from the CUPID location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking cupid vendor-port 3000
# Configure APs in AP group 10 to listen to port 3000 for messages from the CUPID location server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking cupid vendor-port 3000
# Configure APs to listen to port 3000 for messages from the CUPID location server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking cupid vendor-port 3000
Related commands
rfid-tracking cupid
rfid-tracking dilution
Use rfid-tracking dilution enable to enable packet dilution.
Use rfid-tracking dilution disable to disable packet dilution.
Use undo rfid-tracking dilution to restore the default.
Syntax
rfid-tracking dilution { disable | enable }
undo rfid-tracking dilution
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, packet dilution is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
For AeroScout location or RF fingerprinting, this feature controls the number of location packets from an AP to the location server. For CUPID location, this feature controls the frequency of location measurements for an unassociated client.
This feature takes effect only on unassociated clients for CUPID location and MU clients for RF fingerprinting or static AeroScout location.
Examples
# Enable packet dilution for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking dilution enable
# Enable packet dilution for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking dilution enable
# Enable packet dilution globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking dilution enable
Related commands
rfid-tracking aeroscout
rfid-tracking aeroscout engine-detection static
rfid-tracking cupid
rfid-tracking cupid unassociated-report
rfid-tracking fingerprint
rfid-tracking dilution factor
rfid-tracking mode mu
rfid-tracking dilution factor
Use rfid-tracking dilution factor to set the packet dilution factor and the dilution timeout timer.
Use undo rfid-tracking dilution factor to restore the default.
Syntax
rfid-tracking dilution factor factor timeout timeout
undo rfid-tracking dilution factor
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the packet dilution factor and the dilution timeout timer are not set.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
factor factor: Specifies the dilution factor in the range of 1 to 10000.
timeout timeout: Specifies the dilution timeout timer in the range of 1 to 60 seconds.
Usage guidelines
Packet dilution takes effect only on MU clients for AeroScout location, MU clients for RF fingerprinting, and unassociated clients for CUPID location.
If the dilution factor is 10 and the timeout timer is 5 seconds, packet dilution operates as follows:
· If AeroScout location or RF fingerprinting is enabled, the AP sends a location packet every time it receives 10 wireless packets from an MU client (excluding management and broadcast packets). If the AP fails to receive 10 packets from an MU client before the timeout timer expires, it sends the most recent wireless packet to the location server.
· If CUPID location is enabled, the AP performs a location measurement every time it receives 10 probe requests from an unassociated client. If the AP fails to receive 10 probe requests from an unassociated client before the timeout timer expires, it performs a location measurement when the timer expires.
The dilution factor and dilution timeout timer take effect only when you enable packet dilution.
Examples
# Set the dilution factor to 10 and the dilution timeout timer to 10 seconds for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking dilution factor 10 timeout 10
# Set the dilution factor to 10 and the dilution timeout timer to 10 seconds for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking dilution factor 10 timeout 10
# Set the dilution factor to 10 and the dilution timeout timer to 10 seconds globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking dilution factor 10 timeout 10
Related commands
rfid-tracking dilution enable
rfid-tracking fingerprint
Use rfid-tracking fingerprint enable to enable RF fingerprinting.
Use rfid-tracking fingerprint disable to disable RF fingerprinting.
Use undo rfid-tracking fingerprint to restore the default.
Syntax
rfid-tracking fingerprint { disable | enable }
undo rfid-tracking fingerprint
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, RF fingerprinting is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
For an AP to send location packets to the location server, you must enable both RF fingerprinting and radio-based location.
Examples
# Enable RF fingerprinting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint enable
# Enable RF fingerprinting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking fingerprint enable
# Enable RF fingerprinting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint enable
Related commands
rfid-tracking radio enable
rfid-tracking fingerprint engine-address
Use rfid-tracking fingerprint engine-address to specify an IPv4 address and a port number for the RF fingerprinting server.
Use undo rfid-tracking fingerprint engine-address to restore the default.
Syntax
rfid-tracking fingerprint engine-address engine-address engine-port engine-port
undo rfid-tracking fingerprint engine-address
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the IPv4 address and port number for the RF fingerprinting server are not configured.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
engine-address engine-address: Specifies an IPv4 address for the RF fingerprinting server.
engine-port engine-port: Specifies a port number for the RF fingerprinting server, in the range of 1 to 65535.
Usage guidelines
APs send location packets to the specified IPv4 address and port number for communicating with the RF fingerprinting server.
Examples
# Set the IPv4 address and port number for the RF fingerprinting server to 192.168.10.10 and 1145 for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint engine-address 192.168.10.10 engine-port 1145
# Set the IPv4 address and port number for the RF fingerprinting server to 192.168.10.10 and 1145 for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking fingerprint engine-address 192.168.10.10 engine-port 1145
# Set the IPv4 address and port number for the RF fingerprinting server to 192.168.10.10 and 1145 globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint engine-address 192.168.10.10 engine-port 1145
rfid-tracking fingerprint mu-report
Use rfid-tracking fingerprint mu-report enable to enable MU information reporting.
Use rfid-tracking fingerprint mu-report disable to disable MU information reporting.
Use undo rfid-tracking fingerprint mu-report to restore the default.
Syntax
rfid-tracking fingerprint mu-report { disable | enable }
undo rfid-tracking fingerprint mu-report
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, MU information reporting is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This feature enables an AP to encapsulate MU information in location packets. MU information includes the IP address and the transmission rate of an MU.
Examples
# Enable MU information reporting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint mu-report enable
# Enable MU information reporting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking fingerprint mu-report enable
# Enable MU information reporting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint mu-report enable
rfid-tracking fingerprint raw-frame-report
Use rfid-tracking fingerprint raw-frame-report enable to enable raw frame reporting.
Use rfid-tracking fingerprint raw-frame-report disable to disable raw frame reporting.
Use undo rfid-tracking fingerprint raw-frame-report to restore the default.
Syntax
rfid-tracking fingerprint raw-frame-report { disable | enable }
undo rfid-tracking fingerprint raw-frame-report
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, raw frame reporting is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This feature enables an AP to encapsulate both the raw frames and the location information obtained from the frames in location packets.
Examples
# Enable raw frame reporting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint raw-frame-report enable
#Enable raw frame reporting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking fingerprint raw-frame-report enable
# Enable raw frame reporting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint raw-frame-report enable
rfid-tracking fingerprint report-format
Use rfid-tracking fingerprint report-format to specify the location packet format for RF fingerprinting.
Use undo rfid-tracking fingerprint report-format to restore the default.
Syntax
rfid-tracking fingerprint report-format { cupid-hybrid | general | light-weight }
undo rfid-tracking fingerprint report-format
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, location packets for RF fingerprinting are in general format.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
cupid-hybrid: Specifies the CUPID-hybrid packet format.
general: Specifies the general packet format.
light-weight: Specifies the light-weight packet format.
Usage guidelines
RF fingerprinting supports the following location packet formats:
· CUPID-hybrid—An AP encapsulates only clients' MAC addresses and RSSIs in location packets.
· General—This format is applicable to most scenarios. Most third-party location servers support only the general format.
· Light-weight—An AP encapsulates location information for several clients in one light-weight location packet to save bandwidth. This format is applicable to traffic-sensitive scenarios.
Examples
# Configure AP ap1 to use the light-weight format to send RF fingerprinting location packets to the location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint report-format light-weight
# Configure APs in AP group 10 to use the light-weight format to send RF fingerprinting location packets to the location server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking fingerprint report-format light-weight
# Configure APs to use the light-weight format to send RF fingerprinting packets to the location server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint report-format light-weight
rfid-tracking fingerprint report-mode
Use rfid-tracking fingerprint report-mode to specify the report mode for location packets of RF fingerprinting.
Use undo rfid-tracking fingerprint report-mode to restore the default.
Syntax
rfid-tracking fingerprint report-mode { central | local }
undo rfid-tracking fingerprint report-mode
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the local report mode is used.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
central: Specifies the central report mode.
local: Specifies the local report mode.
Usage guidelines
Both the AC (centralized report) and APs (local report) can report location packets to the location server. In the centralized report mode, APs need to send location packets to the AC first.
Examples
# Set the report mode for location packets of RF fingerprinting to central for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint report-mode central
# Set the report mode for location packets of RF fingerprinting to central for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group10] rfid-tracking fingerprint report-mode central
# Set the report mode for location packets of RF fingerprinting to central globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint report-mode central
rfid-tracking fingerprint tag-multicast-address
Use rfid-tracking fingerprint tag-multicast-address to specify a multicast MAC address for Tags.
Use undo rfid-tracking fingerprint tag-multicast-address to restore the default.
Syntax
rfid-tracking fingerprint tag-multicast-address mac-address
undo rfid-tracking fingerprint tag-multicast-address
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, no multicast MAC address is specified for Tags.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
mac-address: Specifies a MAC address in the format of H-H-H.
Usage guidelines
An AP identifies a Tag by the destination MAC address in the received wireless packet. If you do not specify a multicast MAC address for Tags, an AP determines that all received 802.11 packets are from MUs.
Examples
# Set the multicast MAC address for Tags to 0134-ed66-8923 for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint tag-multicast-address 0134-ed66-8923
# Set the multicast MAC address for Tags to 0134-ed66-8923 for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-ap-group-10] rfid-tracking fingerprint tag-multicast-address 0134-ed66-8923
# Set the multicast MAC address for Tags to 0134-ed66-8923 globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint tag-multicast-address 0134-ed66-8923
rfid-tracking fingerprint vendor-port
Use rfid-tracking fingerprint vendor-port to specify a port to listen for messages from the RF fingerprinting server.
Use undo rfid-tracking fingerprint vendor-port to restore the default.
Syntax
rfid-tracking fingerprint vendor-port vendor-port-number
undo rfid-tracking fingerprint vendor-port
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the port to listen is port 1144.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
vendor-port-number: Specifies a port number in the range of 1 to 65535.
Usage guidelines
Perform this task to specify a port for an AP to listen for messages from the RF fingerprinting server.
Examples
# Configure AP ap1 to listen to port 3000 for messages from the RF fingerprinting server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint vendor-port 3000
# Configure APs in AP group 10 to listen to port 3000 for messages from the RF fingerprinting server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking fingerprint vendor-port 3000
# Configure APs to listen to port 3000 for messages from the RF fingerprinting server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking fingerprint vendor-port 3000
rfid-tracking ignore ap-frame
Use rfid-tracking ignore ap-frame enable to enable ignoring AP frames.
Use rfid-tracking ignore ap-frame disable to disable ignoring AP frames.
Use undo rfid-tracking ignore ap-frame to restore the default.
Syntax
rfid-tracking ignore ap-frame { disable | enable }
undo rfid-tracking ignore ap-frame
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, ignoring AP frames is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
Ignoring AP frames disables an AP from sending information in the received AP frames to the location server. AP frames are frames that an AP received from other APs. Configure this feature if you do not need to locate or monitor APs.
Examples
# Enable ignoring AP frames for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking ignore ap-frame enable
# Enable ignoring AP frames for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking ignore ap-frame enable
# Enable ignoring AP frames for APs globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ignore ap-frame enable
rfid-tracking ignore beacon
Use rfid-tracking ignore beacon enable to enable ignoring beacon frames.
Use rfid-tracking ignore beacon disable to disable ignoring beacon frames.
Use undo rfid-tracking ignore beacon to restore the default.
Syntax
rfid-tracking ignore beacon { disable | enable }
undo rfid-tracking ignore beacon
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, ignoring beacon frames is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
Ignoring beacon frames disables an AP from sending information in the received beacon frames to the location server to ensure performance of the location server.
This feature takes effect only when AeroScout location or RF fingerprinting is enabled.
Examples
# Enable ignoring beacon frames for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking ignore beacon enable
# Enable ignoring beacon frames for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking ignore beacon enable
# Enable ignoring beacon frames for APs globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ignore beacon enable
rfid-tracking aeroscout
rfid-tracking fingerprint
rfid-tracking keepalive
Use rfid-tracking keepalive enable to enable wireless location keepalive.
Use rfid-tracking keepalive disable to disable wireless location keepalive.
Use undo rfid-tracking keepalive to restore the default.
Syntax
rfid-tracking keepalive { disable | enable }
undo rfid-tracking keepalive
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, wireless location keepalive is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This feature takes effect only when RF fingerprinting, CUPID location, or BLE location is configured.
This feature enables an AP to send Hello packets to the location server at an interval of 15 seconds. If the location server does not receive any packets from an AP within 30 seconds, the location server determines that the AP is offline.
Disable this feature to avoid bandwidth waste if the location server cannot process Hello packets.
Examples
# Enable wireless location keepalive for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 WA6320
[Sysname-wlan-ap-ap1] rfid-tracking keepalive enable
# Enable wireless location keepalive APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-ap-group10] rfid-tracking keepalive enable
# Enable wireless location keepalive globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking keepalive enable
Related commands
rfid-tracking ble
rfid-tracking cupid
rfid-tracking fingerprint
rfid-tracking mode
Use rfid-tracking mode to specify the type of devices to locate.
Use undo rfid-tracking mode to delete the specified device type.
Syntax
rfid-tracking mode { mu | tag }
undo rfid-tracking mode { mu | tag }
Default
In radio view, the configuration in an AP group's radio view is used.
In an AP group's radio view, the type of wireless devices to locate is not specified.
Views
Radio view
AP group's radio view
Predefined user roles
network-admin
Parameters
mu: Specifies MUs.
tag: Specifies Tags.
Usage guidelines
An AP sends location packets from the specified devices to the location server when you execute the rfid-tracking mode command.
This feature takes effect only when AeroScout location or RF fingerprinting is enabled.
You can execute this command multiple times to configure an AP to locate both MUs and Tags.
Examples
# Specify the type of wireless devices to locate as MU for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] radio 1
[Sysname-wlan-ap-ap1-radio-1] rfid-tracking mode mu
# Specify the type of wireless devices to locate as MU for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] ap-model WA6320
[Sysname-wlan-ap-group-10-ap-model-WA6320] radio 1
[Sysname-wlan-ap-group-10-ap-model-WA6320-radio-1] rfid-tracking mode mu
rfid-tracking aeroscout
rfid-tracking fingerprint
rfid-tracking radio
Use rfid-tracking radio enable to enable radio-based location.
Use rfid-tracking radio disable to disable radio-based location.
Use undo rfid-tracking radio to restore the default.
Syntax
rfid-tracking radio { disable | enable }
undo rfid-tracking radio
Default
In radio view, the configuration in an AP group's radio view is used.
In an AP group's radio view, radio-based location is disabled.
Views
Radio view
AP group's radio view
Predefined user roles
network-admin
Usage guidelines
Perform this task when AeroScout location or RF fingerprinting is enabled.
Examples
# Enable radio-based location for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] radio 1
[Sysname-wlan-ap-ap1-radio-1] rfid-tracking radio enable
# Enable radio-based location for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] ap-model WA6320
[Sysname-wlan-ap-group-10-ap-model-WA6320] radio 1
[Sysname-wlan-ap-group-10-ap-model-WA6320-radio-1] rfid-tracking radio enable
Related commands
rfid-tracking aeroscout
rfid-tracking fingerprint
rfid-tracking rate-limit
Use rfid-tracking rate-limit enable to enable location packet rate limiting for an AP.
Use rfid-tracking rate-limit disable to disable location packet rate limiting for an AP.
Use undo rfid-tracking rate-limit to restore the default.
Syntax
rfid-tracking rate-limit { disable | enable }
undo rfid-tracking rate-limit
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, location packet rate limiting is disabled for an AP.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
Configure this command to enable an AP to discard excessive location packets when both the CIR and the CBS are exceeded.
This feature takes effect only when AeroScout location or RF fingerprinting is enabled.
Examples
# Enable location packet rate limiting for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking rate-limit enable
# Enable location packet rate limiting for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking rate-limit enable
# Enable location packet rate limiting globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking rate-limit enable
Related commands
rfid-tracking aeroscout
rfid-tracking fingerprint
rfid-tracking rate-limit cir
rfid-tracking rate-limit cir
Use rfid-tracking rate-limit cir to set the rate limits for location packets for an AP.
Use undo rfid-tracking rate-limit cir to restore the default.
Syntax
rfid-tracking rate-limit cir cir [ cbs cbs ]
undo rfid-tracking rate-limit cir
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, both the CIR and the CBS are 0. An AP does not limit the rate for outgoing location packets.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
cir cir: Specifies the CIR for location packets, in the range of 8 to 1300000 kbps.
cbs cbs: Specifies the CBS for location packets, in the range of 500 to 130000000 bytes. The default CBS is the CIR × 700 bytes.
Usage guidelines
The CIR and CBS configuration takes effect only when you enable location packet rate limiting.
Examples
# Set the CIR and CBS to 800000 kbps and 50000 bytes, respectively for location packets for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking rate-limit cir 800000 cbs 50000
# Set the CIR and CBS to 800000 kbps and 50000 bytes, respectively for location packets for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking rate-limit cir 800000 cbs 50000
# Set the CIR to 800000 kbps and the CBS to 50000 bytes for location packets globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking rate-limit cir 800000 cbs 50000
Related commands
rfid-tracking rate-limit enable
rfid-tracking rssi
Use rfid-tracking rssi enable to enable RSSI-based packet filtering.
Use rfid-tracking rssi disable to disable RSSI-based packet filtering.
Use undo rfid-tracking rssi to restore the default.
Syntax
rfid-tracking rssi { disable | enable }
undo rfid-tracking rssi
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, RSSI-based packet filtering is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
After you enable RSSI filtering, an AP does not report location information in packets with an RSSI lower than the specified RSSI threshold.
This feature takes effect only when AeroScout location or RF fingerprinting is enabled.
Examples
# Enable RSSI-based packet filtering for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking rssi enable
# Enable RSSI-based packet filtering for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking rssi enable
# Enable RSSI-based packet filtering globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking rssi enable
Related commands
rfid-tracking aeroscout
rfid-tracking fingerprint
rfid-tracking rssi threshold
rfid-tracking rssi threshold
Use rfid-tracking rssi threshold to set the RSSI threshold for packet filtering.
Use undo rfid-tracking rssi threshold to restore the default.
Syntax
rfid-tracking rssi threshold rssi-threshold
undo rfid-tracking rssi threshold
Default
In AP view, the configuration in AP group view is used. If no configuration exists in AP group view, the configuration in global configuration view is used.
In AP group view, the configuration in global configuration view is used.
In global configuration view, the RSSI threshold for packet filtering is 5 (–123 dBm).
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
threshold rssi-threshold: Specifies the RSSI threshold for packet filtering, in the range of 5 to 100 (–123 dBm to –28 dBm). The AP does not report location information in packets with an RSSI lower than the specified RSSI threshold.
Usage guidelines
This command takes effect only when RSSI-based packet filtering is enabled.
Examples
# Set the RSSI threshold for packet filtering to 50 for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA6320
[Sysname-wlan-ap-ap1] rfid-tracking rssi threshold 50
# Set the RSSI threshold for packet filtering to 50 for APs in AP group 10.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking rssi threshold 50
# Set the RSSI threshold for packet filtering to 50 globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking rssi threshold 50
Related commands
rfid-tracking rssi
snmp-agent trap enable wlan location-aware
Use snmp-agent trap enable wlan location-aware to enable SNMP notifications for wireless location.
Use undo snmp-agent trap enable wlan location-aware to restore the default.
Syntax
snmp-agent trap enable wlan location-aware
undo snmp-agent trap enable wlan location-aware
Default
SNMP notifications are disabled for wireless location.
Views
System view
Predefined user roles
network-admin
Usage guidelines
This feature enables the device to report critical wireless location events to an NMS. For wireless location event notifications to be sent correctly, you must also configure SNMP as described in the network management and monitoring configuration guide for the device.
Examples
# Enable SNMP notifications for wireless location.
<Sysname> system-view
[Sysname] snmp-agent trap enable wlan location-aware