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
Net-SNMP examples
How SNMP and these commands workWalk 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
1 | idle |
2 | start |
3 | running |
4 | done |
5 | error |
6 | stopped |
7 | rebooting |
32 | delete |