Reference Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 Command Line Interface | Reference Guide show ap remote debug mgmt-frames | 715
show ap remote debug mgmt-frames
show ap remote debug mgmt-frames {ap-name <ap-name>}|{bssid <bssid>|{ip-addr <ip-addr>}
[client-mac <client-mac>] [count <count>]
Description
Show traced 802.11 management frames for a remote AP.
Syntax
Examples
Use this command to debug 802,1 authentication on a remote AP. The example below shows that a client
successfully associated with the remote AP, then was later deauthenticated.
The output of this command includes the following information:
Parameter Description
ap-name <ap-name> Show debugging information for a specific AP.
bssid <bssid> Show debugging information for a specific Basic Service Set Identifier (BSSID). The Basic
Service Set Identifier (BSSID) is usually the AP’s MAC address
ip-addr Show debugging information for an AP with a specific IP address by entering its IP address in
dotted-decimal format.
client-mac Show the AP associations for a specific MAC address by entering the MAC address of the
client.
count <count> Limit the amount of information displayed by specifying number of frames to appear in the
output of this command.
(host) #show ap remote debug mgmt-frames ap-name AP32
Traced 802.11 Management Frames
-------------------------------
Timestamp stype SA DA BSS signal Misc
--------- ----- -- -- --- ------ ----
Oct 30 11:20:19 deauth 00:23:6c:2f:9a:85 00:1a:1e:11:56:40 00:1a:1e:11:56:40 0 STA has
left and is deauthenticated
Column Description
Timestamp The time the management frame was sent
stype One of the following 802.11 frame types:
auth: Authorization frame
deauth: Deauthorization frame
assoc-resp: Association response
assoc-req: Association request
SA Source MAC address.
DA Destination MAC address.
BSS Basic Service Set Identifier (BSSID) of the AP
signal Signal strength as a signal to noise ratio. For example, a value of 30 would indicate that the
power of the received signal is 30 dBm above the signal noise threshold.
Misc Additional information describing the client’s action.