ltmPoolMemberMonitorStatus

F5-BIGIP-LOCAL-MIB · .1.3.6.1.4.1.3375.2.2.5.3.2.1.11

Object

column Enumeration
The hierarchical load balance state for the specified node address, including parent status. 
unchecked - enabled node that is not monitored;
checking  - initial state until monitor reports;
inband    - the tmm has marked the node up;
forcedUp - forced up manually;
up        - enabled node when its monitors succeed;
addrDown    - node address monitor fails or forced down;
down        - enabled node when its monitors fail;
forcedDown  - node forced down manually;
maint       - in maintenance mode;
iruleDown   - an iRule has marked the node down;
inbandDown  - the tmm has marked the node down;
downManualResume - the node is down and must be manually enabled;

Context

MIB
F5-BIGIP-LOCAL-MIB
OID
.1.3.6.1.4.1.3375.2.2.5.3.2.1.11
Type
column
Access
readonly
Status
current
Parent
ltmPoolMemberEntry
Groups
1

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 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmPoolMemberMonitorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmPoolMemberMonitorStatus.<ltmPoolMemberPoolName>.<ltmPoolMemberNodeName>.<ltmPoolMemberPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-LOCAL-MIB::ltmPoolMemberMonitorStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0unchecked
1checking
2inband
3forcedUp
4up
18addrDown
19down
20forcedDown
21maint
22iruleDown
23inbandDown
24downManualResume

Conformance