rlWBAStatus
RADLAN-WBA-MIB ·
.1.3.6.1.4.1.89.230.1.1.2
Object
column RlWBAStatusType
The host authentication status.
Context
- MIB
- RADLAN-WBA-MIB
- OID
.1.3.6.1.4.1.89.230.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlWBAAuxiliaryEntry
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 'RADLAN-WBA-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-WBA-MIB::rlWBAStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-WBA-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-WBA-MIB::rlWBAStatus.<rlWBAIp>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-WBA-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-WBA-MIB::rlWBAStatus'
Syntax
- Source
- RlWBAStatusType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | inProcess |
2 | failAuthen |
3 | pending |
4 | authenticating |
5 | authenticated |
6 | waitAck |