invControlInvOnOffControl
USHA-MIB ·
.1.3.6.1.4.1.2468.1.6.1.1.5.3
Object
scalar mandatory
r/w
Enumeration
Setting this variable to control INV output status. turnInvOff(1) will set INV turn off output after invControlInvShutdownDelay period expired. putInvToSleep(2) will set INV turn off output after invControlInvShutdownDelay period expired, INV output will stay off with the period defined by invControlInvSleepTime, then turn output on. turnOnInvOrCancelShutdown(3) can used to turn on INV output, or cancel any shutdown process.
Context
- MIB
- USHA-MIB
- OID
.1.3.6.1.4.1.2468.1.6.1.1.5.3- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- invControlGroup
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 'USHA-MIB' -M '/opt/observium/mibs/ingrasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'USHA-MIB::invControlInvOnOffControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'USHA-MIB' -M '/opt/observium/mibs/ingrasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'USHA-MIB::invControlInvOnOffControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | turnInvOff |
2 | putInvToSleep |
3 | turnOnInvOrCancelShutdown |
4 | none |