rpmControlType
DGPRPM-MIB ·
.1.3.6.1.4.1.17420.1.1.3.2.1.4
Object
Getting this OID will cause the status of all outlets to be
returned.
The format of the data returned is a character string consisting of a character from '0' to '2'.
'0' if the outlet is instant shutdown.
'1' if the outlet is safe shutdown.
'2' if the outlet is safe reboot.
A comma character will delimit each outlet entry in the string.
For exampe:
If the returned string is '1,2,0,1', it means the iSwith has 4 outlets and
the outlets status are the following:
outlet 1 is safe shutdown,
outlet 2 is safe reboot,
outlet 3 is instant shutdown,
outlet 4 is safe shutdown.
Context
- MIB
- DGPRPM-MIB
- OID
.1.3.6.1.4.1.17420.1.1.3.2.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rpmEntry
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 'DGPRPM-MIB' -M '/opt/observium/mibs/digipower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGPRPM-MIB::rpmControlType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DGPRPM-MIB' -M '/opt/observium/mibs/digipower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGPRPM-MIB::rpmControlType.<rpmID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DGPRPM-MIB' -M '/opt/observium/mibs/digipower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DGPRPM-MIB::rpmControlType'
Syntax
- Source
- RFC1213-MIBDisplayString
- Base type
OctetString
Values & Constraints
No enumerated values or constraints recorded.