wlcWTPInfoState
BIANCA-BRICK-WIRELESS-CONTROLLER-MIB ·
.0.61.1.23.1.4
Object
column Enumeration
Reflects the current (CAPWAP) state of the WTP. idle(1) - WTP is idle (isn't seen by AC) discovery(2) - WTP is discovered by AC authorize(3) - WTP is waiting to be authorized by AC join(4) - WTP send join request to AC configure(5) - AC replied to join and send configure request mib-configure(6) - WTP retrieves configuration from AC data-check(7) - WTP is (re)configuring itself run(8) - WTP has finished configuration and is now managed reset(9) - WTP will be resetted (reboot). lostac(10) - The WTP lost the connection to its AC (see: wlcACLostACLifeTime) Default is idle(1).
Context
- MIB
- BIANCA-BRICK-WIRELESS-CONTROLLER-MIB
- OID
.0.61.1.23.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wlcWTPInfoEntry
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::wlcWTPInfoState'
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::wlcWTPInfoState.<wlcWTPInfoIndex>'
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::wlcWTPInfoState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | discovery |
3 | authorize |
4 | join |
5 | configure |
6 | mib-configure |
7 | data-check |
8 | run |
9 | reset |
10 | lostac |