futOspfHotStandbyState
SUPERMICRO-OSPF-MIB ·
.1.3.6.1.4.1.10876.101.1.10.1.33
Object
scalar Enumeration
Internal State of the OSPF instance. init(1) implies that the OSPF instance is up, but is unaware of the status of its peer. activeStandbyUp(2) implies that the current OSPF instance is up and functioning as active node and its peer is functioning as the standby. activeStandbyDown(3) implies that the current OSPF instance is up and functioning as active node but its peer is down/not functioning. standby(4) implies the status of the standby Instance.
Context
- MIB
- SUPERMICRO-OSPF-MIB
- OID
.1.3.6.1.4.1.10876.101.1.10.1.33- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- futospfGeneralGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-OSPF-MIB::futOspfHotStandbyState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-OSPF-MIB::futOspfHotStandbyState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | init |
2 | activeStandbyUp |
3 | activeStandbyDown |
4 | standby |