wlcWTPMaintenanceState

BIANCA-BRICK-WIRELESS-CONTROLLER-MIB · .0.61.1.4.1.2

Object

column r/w Enumeration
This variable displays the current maintenance state 
of each WTP:
	idle:      idle state
	start:     start maintenance event (get state file or do update)
	running:   maintenance event is running
	rebooting: WTP is rebooting with new image,
   done:      maintenance event successfully finished
	error:     an error occured,
	stopped:   WTP already has the image version
	delete:    delete maintenance event.

Context

MIB
BIANCA-BRICK-WIRELESS-CONTROLLER-MIB
OID
.0.61.1.4.1.2
Type
column
Access
readwrite
Status
current
Parent
wlcWTPMaintenanceEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcWTPMaintenanceState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcWTPMaintenanceState.<wlcWTPMaintenanceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcWTPMaintenanceState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1idle
2start
3running
4done
5error
6stopped
7rebooting
32delete