28
| Using MIBs
AOS-W 3.4 MIB
| Reference Guide
Rx Bytes per AP BSSID (32-bit counter)
snmpwalk -v 2c -c <snmp community name> <switch IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.11 | grep "<ap bssid in decimal format>"
Total Bandwidth per AP BSSID (kbps)
snmpwalk -v 2c -c <snmp community name> <switch IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.12 | grep "<ap bssid in decimal format>
Free Memory
snmpget -v 2c -m ALL -c <snmp community name> <switch IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.1.11.1.4.1
SNR of Wireless Devices per AP
snmpwalk -v 2c -c <snmp community name> <switch IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.2.2.1.7 | grep "<ap bssid in decimal format>"
SNR of APs
snmpwalk -v 2c -c <snmp community name> <switch IP addr>
.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.14 | grep "<ap bssid in decimal format>"
Reading MIB Files
This section describes how to interpret the basic components of a MIB file. To determine the OIDs,
viewing the file snmp.h may be necessary, which is described in
SNMP File on page 32
. For additional
information about MIB files, see
MIBs on page 19
. For a listing of SNMP MIB OIDs, see
Chapter 21,
“SNMP MIBs Reference” on page 509
.
MIB files describe a specific component of a network device. The files are numerical strings that are
converted to ASCII text by the compiler of the SNMP manager. A word processor or text editor can be
used to open the ASCII file. The contents of an example Aruba enterprise MIB file,
aruba-cts.my
, are
described below.
Opening Line
Following is the opening line, the beginning of the MIB file.
WLSX-CTS-MIB DEFINITIONS ::= BEGIN
apBSSRxBytes
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.11
apBSSBwRate
.1.3.6.1.4.1.14823.2.2.1.1.3.5.1.12
sysXMemoryFree
.1.3.6.1.4.1.14823.2.2.1.1.1.11.1.4
staSignalToNoiseRatio
.1.3.6.1.4.1.14823.2.2.1.1.2.2.1.7
apSignalToNoiseRatio
.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.14
Summary of Contents for AOS-W 3.4 MIB
Page 10: ...10 Tables AOS W 3 4 MIB Reference Guide ...
Page 12: ...12 Figures AOS W 3 4 MIB Reference Guide ...
Page 18: ...18 Preface AOS W 3 4 MIB Reference Guide ...
Page 34: ...34 Using MIBs AOS W 3 4 MIB Reference Guide ...
Page 96: ...96 AP and AM AOS W 3 4 MIB Reference Guide ...
Page 108: ...108 Controller Transport Service AOS W 3 4 MIB Reference Guide ...
Page 126: ...126 IF External AOS W 3 4 MIB Reference Guide ...
Page 148: ...148 Mobility AOS W 3 4 MIB Reference Guide ...
Page 204: ...204 Monitor AOS W 3 4 MIB Reference Guide ...
Page 300: ...300 Textual Conventions AOS W 3 4 MIB Reference Guide ...
Page 378: ...378 User6 AOS W 3 4 MIB Reference Guide ...
Page 398: ...398 Voice AOS W 3 4 MIB Reference Guide ...
Page 494: ...494 WLAN AOS W 3 4 MIB Reference Guide ...
Page 508: ...508 AMAP Protocol AOS W 3 4 MIB Reference Guide ...
Page 560: ...560 SNMP MIBs Reference AOS W 3 4 MIB Reference Guide ...