ipLoadBIfTrackingStatus
FEC-IPLOADB-MIB ·
.0.41.1.20
Object
column Enumeration
In conjunction with ipLoadBIfTrackingAddr this variable represents the 'ipHostsAliveState' of the referred ipHostsAliveTable entry, ipHostsAliveState_down (2) leads to ipLoadBIfTrackingStatus_down (2), in this case this entry will be considered as operational down and therefore will not be used for the load balancing procedure.
Context
- MIB
- FEC-IPLOADB-MIB
- OID
.0.41.1.20- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipLoadBIfEntry
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 'FEC-IPLOADB-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPLOADB-MIB::ipLoadBIfTrackingStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IPLOADB-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPLOADB-MIB::ipLoadBIfTrackingStatus.<ipLoadBIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPLOADB-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPLOADB-MIB::ipLoadBIfTrackingStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |