pmPowerMgmtPDUTableVoltageReset
PM-MIB ·
.1.3.6.1.4.1.10418.17.2.5.3.1.74
Object
column r/w
Enumeration
noAction(1) = always returned in a GET. Does nothing if SET. reset(2) = when SET the reset command is sent to PDU.
Context
- MIB
- PM-MIB
- OID
.1.3.6.1.4.1.10418.17.2.5.3.1.74- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pmPowerMgmtPDUTableEntry
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 'PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PM-MIB::pmPowerMgmtPDUTableVoltageReset'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PM-MIB::pmPowerMgmtPDUTableVoltageReset.<pmPowerMgmtPDUTablePortNumber>.<pmPowerMgmtPDUTablePduIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PM-MIB::pmPowerMgmtPDUTableVoltageReset'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | reset |