- Table of Contents
-
- 02-WLAN
- 00-Preface
- 01-AP management commands
- 02-Radio management commands
- 03-WLAN access commands
- 04-WLAN security commands
- 05-WLAN authentication commands
- 06-WIPS commands
- 07-WLAN QoS commands
- 08-WLAN roaming commands
- 09-WLAN load balancing commands
- 10-WLAN radio resource measurement commands
- 11-Channel scanning commands
- 12-Band navigation commands
- 13-WLAN high availability commands
- 14-802.11r commands
- 15-Wireless location commands
- 16-Hotspot 2.0 commands
- 17-WLAN RRM commands
- 18-WT commands
- 19-IoT AP commands
- 20-CM tunnel commands
- 21-Cloud connection commands
- 22-WLAN IP snooping commands
- 23-WLAN fast forwarding commands
- 24-WLAN forwarding commands
- Related Documents
-
Title | Size | Download |
---|---|---|
15-Wireless location commands | 94.33 KB |
display wlan rfid-tracking radio
rfid-tracking client rate-limit
rfid-tracking client rate-limit cir
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
Wireless location commands
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-insensitive 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 1 Command output
Field |
Description |
Type |
Type of devices to locate: · MU/Tag—Both MU and Tag devices. · MU. · Tag. · N/A—Type of devices to locate is not specified. |
rfid-tracking client rate-limit
Use rfid-tracking client rate-limit enable to enable rate limiting on incoming wireless packets for an AP.
Use rfid-tracking client rate-limit disable to disable rate limiting on incoming wireless packets 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, rate limiting on wireless packets is disabled.
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.
Examples
# Enable rate limiting on incoming wireless packets for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[Sysname-wlan-ap-ap1] rfid-tracking client rate-limit enable
# Enable rate limiting on incoming wireless 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 enable
# Enable rate limiting on incoming wireless packets globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking client rate-limit enable
Related commands
rfid-tracking client rate-limit cir
rfid-tracking fingerprint enable
rfid-tracking client rate-limit cir
Use rfid-tracking client rate-limit cir to set the rate limits for incoming wireless 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 CBS and CIR are 0.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
cir cir: Specifies the CIR for incoming wireless packets, in the range of 1 to 1300000 kbps.
cbs cbs: Specifies the CBS for incoming wireless 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 rate limiting on incoming wireless packets.
Examples
# Set the CIR and CBS to 200000 kbps and 50000 bytes, respectively for incoming wireless packets for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[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 incoming wireless 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 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 enable
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
This feature takes effect only on MU clients. It controls the number of location packets from an AP to the location server.
Examples
# Enable packet dilution for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[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 dilution factor
rfid-tracking fingerprint enable
rfid-tracking dilution factor
Use rfid-tracking dilution factor to set packet dilution parameters.
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, no packet dilution parameter is configured.
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.
If the dilution factor is 10 and the timeout timer is 5 seconds, the AP sends a location packet every time it receives 10 wireless packets, excluding management and broadcast packets, from an MU. If the AP fails to receive 10 packets from an MU client within the timeout timer, it sends the most recent wireless packet to the location server.
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 WA4320i-ACN
[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 WA4320i-ACN
[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 WA4320i-ACN
[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 WA4320i-ACN
[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 WA4320i-ACN
[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 lightweight 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.
· Lightweight—An AP encapsulates location information for several clients in one lightweight location packet to save bandwidth. This format is applicable to traffic-sensitive scenarios.
Examples
# Configure AP ap1 to use the lightweight format to send RF fingerprinting location packets to the location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint report-format light-weight
# Configure APs in AP group 10 to use the lightweight 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 lightweight 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 RF fingerprinting location packets.
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 RF fingerprinting location packets to central for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[Sysname-wlan-ap-ap1] rfid-tracking fingerprint report-mode central
# Set the report mode for RF fingerprinting location packets 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 RF fingerprinting location packets 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 WA4320i-ACN
[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 for an AP to communicate with 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 WA4320i-ACN
[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
Related commands
rfid-tracking fingerprint enable
rfid-tracking ignore ap-frame enable
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 WA4320i-ACN
[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 configure an AP to not send beacon frames to the location server.
Use rfid-tracking ignore beacon disable to remove the configuration.
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, an AP sends beacon frames to the location server.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
The rfid-tracking ignore beacon enable command disables an AP from sending the received beacon frames to the location server to ensure performance of the location server.
Examples
# Configure AP ap1 to not send beacon frames to the location server.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[Sysname-wlan-ap-ap1] rfid-tracking ignore beacon enable
# Configure APs in AP group 10 to not send beacon frames to the location server.
<Sysname> system-view
[Sysname] wlan ap-group 10
[Sysname-wlan-ap-group-10] rfid-tracking ignore beacon enable
# Configure APs to not send beacon frames to the location server globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking ignore beacon enable
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 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 WA4320i-ACN
[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
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 AP group view is used.
In AP group radio view, the type of wireless devices to locate is not specified.
Views
Radio view
AP group 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.
Examples
# Specify the type of wireless devices to locate as MU for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[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 WA4320i-ACN
[Sysname-wlan-ap-group-10-ap-model-WA4320i-ACN] radio 1
[Sysname-wlan-ap-group-10-ap-model-WA4320i-ACN-radio-1] rfid-tracking mode mu
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 AP group view is used.
In AP group radio view, radio-based location is disabled.
Views
Radio view
AP group view
Predefined user roles
network-admin
Examples
# Enable radio-based location for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[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 WA4320i-ACN
[Sysname-wlan-ap-group-10-ap-model-WA4320i-ACN] radio 1
[Sysname-wlan-ap-group-10-ap-model-WA4320i-ACN-radio-1] rfid-tracking radio enable
rfid-tracking rate-limit
Use rfid-tracking rate-limit enable to enable rate limiting on outgoing location packets for an AP.
Use rfid-tracking rate-limit disable to disable rate limiting on outgoing location packets 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, rate limiting on outgoing location packets is disabled.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Usage guidelines
This command enables an AP to discard excessive location packets when both the CIR and CBS are exceeded. This prevents location packets from flooding the location server.
Examples
# Enable rate limiting on outgoing location packets for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[Sysname-wlan-ap-ap1] rfid-tracking rate-limit enable
# Enable rate limiting on outgoing 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 enable
# Enable rate limiting on outgoing location packets globally.
<Sysname> system-view
[Sysname] wlan global-configuration
[Sysname-wlan-global-configuration] rfid-tracking rate-limit enable
Related commands
rfid-tracking rate-limit cir
rfid-tracking rate-limit cir
Use rfid-tracking rate-limit cir to set the rate limits for outgoing location packets.
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 CBS and CIR are 0.
Views
AP view
AP group view
Global configuration view
Predefined user roles
network-admin
Parameters
cir cir: Specifies the CIR for outgoing location packets, in the range of 8 to 1300000 kbps.
cbs cbs: Specifies the CBS for outgoing 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 take effect only when you enable rate limiting on outgoing location packets.
Examples
# Set the CIR and CBS to 800000 kbps and 50000 bytes, respectively for outgoing location packets for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[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 outgoing 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 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.
Examples
# Enable RSSI-based packet filtering for AP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA4320i-ACN
[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 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 WA4320i-ACN
[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 enable