pduGangEn
HAWK-I2-MIB ·
.1.3.6.1.4.1.3711.24.1.1.7.4.2.1.3
Object
column r/w
Enumeration
Shows whether the gang is enabled(1), disabled(2) or suspended(3) this may have been disabled by the application e.g. disabled pdu's in the gang, or bad pdu outlet CRC.
Context
- MIB
- HAWK-I2-MIB
- OID
.1.3.6.1.4.1.3711.24.1.1.7.4.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pduGangEntry
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 'HAWK-I2-MIB' -M '/opt/observium/mibs/panduit:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HAWK-I2-MIB::pduGangEn'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HAWK-I2-MIB' -M '/opt/observium/mibs/panduit:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HAWK-I2-MIB::pduGangEn.<pduGangNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HAWK-I2-MIB' -M '/opt/observium/mibs/panduit:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HAWK-I2-MIB::pduGangEn'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |
3 | suspended |