smart-sensor-algorithm

This command selects the algorithm type to be used to provision APs as sensors within a wireless deployment.

The WiNG 7.2.1 smart-sensor feature uses an algorithm to provision APs as sensor within a site (RF Domain). The algorithm creates a cluster of cells based on inputs from the Smart-RF neighbor table. Each cell in the cluster represents an AP and adjacent cells are the AP's neighbor. The algorithm identifies APs with best coverage area and provisions them as sensors. However, the algorithmic calculations vary depending on the cell size. The current implementation provides two algorithms based on the cell size (dense/sparse). Use this command to specify the algorithm best suited for your deployment.

Note

Note

The smart-sensor feature is only supported on the AP8533 (tri-radio) model AP.
The command works in conjunction with the following commands:
  1. smart-sensor - enables the Smart-sensor feature.
  2. trigger-smart-sensor - triggers Smart-sensor calibration.

Supported in the following platforms:

  • Access Points — AP8533

Syntax

smart-sensor-algorithm cell-size [dense|sparse]

Parameters

smart-sensor-algorithm cell-size [dense|sparse]
smart-sensor-algorithm Uses an algorithm to calibrate a cluster of cells and provision sensor APs.
cell-size [dense|sparse] Selects the algorithm to use based on the cell size. The options are:
  • sparse - Selects the algorithm suitable for bigger cells. In sparse deployments, the cell-size is 'big', with APs deployed far apart from each other.
  • dense - Selects the algorithm suitable for smaller cells. In dense deployments, the cell-size is 'small', with APs deployed close to each other.
Note: By default none of the algorithm options is selected.

Examples

nx9500-6C8809(config-smart-rf-policy-smt-sensor)#smart-sensor
nx9500-6C8809(config-smart-rf-policy-smt-sensor)#smart-sensor-algorithm cell-size [dense|sparse]
nx9500-6C8809(config-smart-rf-policy-smt-sensor)show context include-factory | include smart-sensor
smart-rt-rf-policy smt-sensor
 smart-sensor
 smart-sensor-algorithm cell-size sparse
nx9500-6C8809(config-smart-rf-policy-smt-sensor)#

Related Commands

no (smart-rf-policy-config-mode-command) Reverts to the default of no algorithm selected.