chHWPowerActive
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.7.11.6.1.1.4
Object
column mandatory
Enumeration
This object has a value of yes(1) if the module
installed in this slot is powered up.
This object has a value of no(2) when the module is
powered down or the slot is empty.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.7.11.6.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- chHWPowerEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::chHWPowerActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::chHWPowerActive.<chHWPowerSlotId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::chHWPowerActive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | yes |
2 | no |