Reference Guide

26 |Using MIBs Dell PowerConnect W-Series ArubaOS 6.0 MIB | Reference Guide
AP Information from Master Controller
The following command retrieves the BSSIDs and local controller IP of each AP.
snmpwalk -v 2c -m ALL -c <community name> <Master controller IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.4
Information from Any AP
The following information can be retrieved from an AP:
Current configuration of SSID, Mode, Current Channel, Tx-Power, RTS Threshold, Retry Limit, Preamble,
Beacon Interval, Power Mgmt, Load Balance, Supported Rates, DTIM Period, LMS Address, Encryption,
Status, Ageout, MTU, Location, Hide SSID, Deny Broadcast, BG mode, Radio Chipset, Regulatory Domain,
Country Code, and Tx Rates.
snmpwalk -v 2c -m ALL -c <community name> <AP IP addr> .1.3.6.1.4.1.14823.2.3.1.1.1.1
Frame Retry Rate per AP BSSID
snmpwalk -v 2c -c <community name> <controller IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.13 | grep "<ap bssid in decimal format>"
Frame Low-Speed Rate per AP BSSID
snmpwalk -v 2c -c <community name> <controller IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.14 | grep "<ap bssid in decimal format>"
Frame Receive Error Rate per AP BSSID
snmpwalk -v 2c -c <community name> <controller IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.17 | grep "<ap bssid in decimal format>"
Frame Retry Rate per AP Channel
snmpwalk -v 2c -c <community name> <controller IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.3 | grep "<ap bssid in decimal format>"
Frame Low-Speed Rate per AP Channel
snmpwalk -v 2c -c <community name> <controller IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.4 | grep "<ap bssid in decimal format>"
wlsxSwitchGlobalAPTable .1.3.6.1.4.1.14823.2.2.1.1.3.4
wlsrConfigTable .1.3.6.1.4.1.14823.2.3.1.1.1.1
apBSSFrameRetryRate .1.3.6.1.4.1.14823.2.2.1.1.3.5.1.13
apBSSFrameLowSpeedRate .1.3.6.1.4.1.14823.2.2.1.1.3.5.1.14
apBSSFrameReceiveErrorRate .1.3.6.1.4.1.14823.2.2.1.1.3.5.1.17
apChannelFrameRetryRate .1.3.6.1.4.1.14823.2.2.1.1.3.5.1.3
apChannelFrameLowSpeedRate .1.3.6.1.4.1.14823.2.2.1.1.3.5.1.4