display highway ap-statistics
Format
display highway ap-statistics all [ direction { radio-2g | radio-5g } { positive | reverse } ] [ ho-success-rate { ascend | descend } ]
display highway ap-statistics { ap-id ap-id | ap-name ap-name | ap-mac ap-mac }
Parameters
Parameter | Description | Value |
---|---|---|
all | Indicates all APs. | – |
direction | Specifies a direction in which STAs move. | – |
radio-2g | Indicates the 2G radio view. | – |
radio-5g | Indicates the 5G radio view. | – |
positive | Indicates that STAs are moving with the traffic. | – |
reverse | Indicates that STAs are moving against the traffic. | – |
ho-success-rate | Displays KPI information based on the order of the roaming success rate. | – |
ascend | Indicates the ascending order of the roaming success rate. | – |
descend | Indicates the descending order of the roaming success rate. | – |
ap-id ap-id | Specifies an AP ID. | The AP ID must exist. |
ap-name ap-name | Specifies an AP name. | The AP name must exist. |
ap-mac ap-mac | Specifies the AP's MAC address. | The MAC address must exist. |
Usage Guidelines
If the parameter direction is not specified, information about both directions of 2G and 5G radios is displayed.
Example
# Display roaming KPI information on all APs.
<AC6800V> display highway ap-statistics all ------------------------------------------------------------------------------ AP ID APMac Type HOSuccessRate(Count/Total) AssocCount ------------------------------------------------------------------------------ 0 1000-0000-0001 head 50%(50/100) 20 1 1000-0000-0002 middle 25%(50/200) 20 ------------------------------------------------------------------------------ Count:2
Item |
Description |
---|---|
AP ID | AP ID. |
APMac | MAC address of an AP. |
Type | Type of the AP in the AP topology. |
HOSuccessRate(Count/Total) | Roaming success rate (number of roaming successes/Total number of roaming attempts). |
AssocCount | Number of times STAs associate with the AP. |
# Display roaming KPI information on a specified AP.
<AC6800V> display highway ap-statistics ap-id 1 ------------------------------------ HO total count :0 HO success count :0 Associate :1 ------------------------------------------------------------------------------ Direction NeighborAPName HOSuccessRate(Count/Total) ------------------------------------------------------------------------------ 2G positive ap5 50%(50/100) 2G reverse ap3 50%(50/100) 5G positive ap5 50%(50/100) 5G reverse ap3 50%(50/100) ------------------------------------------------------------------------------
Item |
Description |
---|---|
HO total count | Total number of roaming attempts. |
HO success count | Number of roaming successes. |
Associate | Number of association times. |
Direction | Direction. |
NeighborAPName | Name of a neighboring AP. |
HOSuccessRate(Count/Total) | Roaming success rate (number of roaming successes/Total number of roaming attempts). |