eipSvcDhcpFailoverStatus
EIP-MON-MIB ·
.1.3.6.1.4.1.2440.1.16.6.7.1.3
Object
column Enumeration
DHCP failover status. 0 : unknown 1 : startup 2 : normal 3 : communications interrupted 4 : partner down 5 : potential conflict 6 : recover 7 : paused 8 : shutdown 9 : recover done 10 : resolution interrupted 11 : conflict done 254 : recover wait
Context
- MIB
- EIP-MON-MIB
- OID
.1.3.6.1.4.1.2440.1.16.6.7.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eipSvcDhcpFailoverEntry
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 'EIP-MON-MIB' -M '/opt/observium/mibs/eip:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EIP-MON-MIB::eipSvcDhcpFailoverStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EIP-MON-MIB' -M '/opt/observium/mibs/eip:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EIP-MON-MIB::eipSvcDhcpFailoverStatus.<eipSvcDhcpFailoverIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EIP-MON-MIB' -M '/opt/observium/mibs/eip:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EIP-MON-MIB::eipSvcDhcpFailoverStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | startup |
2 | normal |
3 | communicationsInterrupted |
4 | partnerDown |
5 | potentialConflict |
6 | recover |
7 | paused |
8 | shutdown |
9 | recoverDone |
10 | resolutionInterrupted |
11 | conflictDone |
254 | recoverWait |