Reference Guide

28 |Using MIBs Dell PowerConnect W-Series ArubaOS 6.0 MIB | Reference Guide
Free Memory
snmpget -v 2c -m ALL -c <community name> <controller 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 <community name> <controller 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 <community name> <controller 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 page32. For additional information about
MIB files, see “MIBs” on page19. For a listing of SNMP MIB OIDs, see Chapter 20, “SNMP MIBs Reference” on
page 599.
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
ArubaOS 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
Imports
The Imports section lists the objects that are defined in external ASN.1 files and are used in the current MIB
file.
IMPORTS
TEXTUAL-CONVENTION,
MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules,
Integer32,
Unsigned32,
Counter32,
IpAddress,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TDomain,
DisplayString,
PhysAddress,
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