lgpPduRcpEntryCapabilities
LIEBERT-GP-PDU-MIB ·
.1.3.6.1.4.1.476.1.42.3.8.50.20.1.50
Object
column Enumeration
Receptacle capabilities describes what an individual receptacle is
capable of.
no-optional-capabilities
The receptacle is unable to report measurements and lacks
control capabilities.
measurement-only
The receptacle is capable of reporting multiple measurements.
measurement-and-control
The receptacle is capable of reporting multiple measurements
and controlling the state.
control-only
The receptacle is capable of controlling the state.
current-measurement-only
The receptacle is capable of reporting the current/amperage
only.
current-measurement-and-control
The receptacle is capable of reporting the current/amperage and
has the ability to control the state.
Context
- MIB
- LIEBERT-GP-PDU-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.8.50.20.1.50- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lgpPduRcpEntry
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 'LIEBERT-GP-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-PDU-MIB::lgpPduRcpEntryCapabilities'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIEBERT-GP-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-PDU-MIB::lgpPduRcpEntryCapabilities.<lgpPduEntryIndex>.<lgpPduRbEntryIndex>.<lgpPduRcpEntryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-PDU-MIB::lgpPduRcpEntryCapabilities'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | not-specified |
1 | no-optional-capabilities |
2 | measurement-only |
3 | measurement-and-control |
4 | control-only |
5 | current-measurement-only |
6 | current-measurement-and-control |