The display station assoc-info ap-offline-record command displays information about STAs that connect to the APs in fault state.
display station assoc-info ap-offline-record { all | { ap-name ap-name | ap-id ap-id } [ radio radio-id ] }
Parameter |
Description |
Value |
---|---|---|
all |
Displays information about STAs that connect to all APs in fault state. |
- |
ap-name ap-name |
Displays information about STAs that go online on the AP with a specified name in fault state. |
The AP name must exist. |
ap-id ap-id |
Displays information about STAs that go online on the AP with a specified ID in fault state. |
The AP ID must exist. |
radio radio-id |
Displays information about STAs that connect to a specified radio of an AP in fault state. |
The radio ID must exist. |
Usage Scenario
When link faults occur between the APs and AC, the APs in fault state allow access of new STAs and log the STA information. When the link between the APs and AC is re-established, the APs disconnect these STAs and send the STA information to the AC. You can run the display station assoc-info ap-offline-record command on the AC to check information about the STAs that connect to the APs in fault state.
Prerequisite
The APs in fault state have been enabled to allow access of new STAs using the keep-service enable allow new-access command.
# Display information about STAs that connect to all APs in fault state.
<HUAWEI> display station assoc-info ap-offline-record all Offline Station information list: ------------------------------------------------------------------------------ STA MAC AP name RADIO ID SSID ------------------------------------------------------------------------------ 286E-D488-B74F Huawei 0 SSID_MYWLAN ------------------------------------------------------------------------------ Total: 1
Item |
Description |
---|---|
STA MAC |
MAC address of a STA. |
AP name |
Name of the AP that the STA connects to. |
RADIO ID |
ID of the radio that the STA connects to. |
SSID |
SSID that the STA connects to. |