hpFailoverNotificationEnabled
HP-SYSTEM-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.17.7.1.1.2.3.1
Object
This object controls whether a hpFailover notification will be sent in the event of a failover occurrence between a primary and standby system. By default this object is set to false(2) for all systems.
Context
- MIB
- HP-SYSTEM-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.17.7.1.1.2.3.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hpNotificationsConfig
- Groups
- 1
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 'HP-SYSTEM-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SYSTEM-MIB::hpFailoverNotificationEnabled.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-SYSTEM-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-SYSTEM-MIB::hpFailoverNotificationEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of
Compliance refinements
hpSystemMIBCompliance1
readonly
Write access is not required.