display highway sta-statistics
Format
display highway sta-statistics { all [ ho-success-rate { ascend | descend } ] | sta-mac sta-mac | global }
Parameters
Parameter | Description | Value |
---|---|---|
all | Indicates all STAs. | - |
ho-success-rate | Indicates the roaming success rate. | - |
ascend | Displays KPI information based on the order of the roaming success rate. | - |
descend | Indicates the descending order of the roaming success rate. | - |
sta-mac sta-mac | Specifies the MAC address of a STA. | The MAC address must exist. |
global | Displays the total roaming KPI count of all STAs. | - |
Example
# Display the total roaming KPI count of all STAs.
<AC6800V> display highway sta-statistics global ------------------------------------ HO total count :0 HO success count :0 HO success rate : 0.00% ------------------------------------
Item |
Description |
---|---|
HO total count | Total number of roaming attempts. |
HO success count | Number of roaming successes. |
HO success rate | Roaming success rate. |
# Display roaming KPIs based on the roaming success rate in ascending order.
<AC6800V> display highway sta-statistics all ho-success-rate ascend ---------------------------------------------------------------------------------- StaMAC HOsuccessRate(count/total) AssocCount OfflineCount ---------------------------------------------------------------------------------- 0000-0000-0000 0.00%(0/0) 0 0 ---------------------------------------------------------------------------------- Count:1
Item |
Description |
---|---|
StaMAC | MAC address of a STA. |
HOsuccessRate(count/total) | Roaming success rate (number of roaming successes/Total number of roaming attempts). |
AssocCount | Number of times a STA associates with the AP. |
OfflineCount | Number of times a STA disassociates from the AP. |