I am wondering how you can check if 802.11v is enabled on a Zonedirector 3025 with R700 and R710 AP's? I found the below on unleashed side of the forum but does not seem to match ZD CLI. Thanks
To check if BTM (802.11v) is enabled please use the below command.
"get bss-trans-mgmt wlanid"
Example:
rkscli: get bss-trans-mgmt wlan33
BSS Transition Management:Enabled
OK
To confirm if the clients are 802.11v capable use the below command, in which BTM value should be '1'.
"get station wlanid info"
Example:
rkscli: get station wlan33 info
MAC Addr AID Rate RSSI VLAN Idle ERP State Flags RecvSigStrength BTM
-------------------------------------------------------------------------
xx:xx:xx:xx:54:4c 1 6M 46 1 0 0 a02b 0 -59 1
xx:xx:xx:xx:43:fc 2 6M 29 1 0 0 4a02b 0 -76 1
OK