lgpSrcDevState
LIEBERT-GP-SRC-MIB ·
.1.3.6.1.4.1.476.1.42.3.10.1.1.3
Object
column Enumeration
Indicates the current state of SRC device. The value of this object is set to enabled(1) if the SRC device has been enabled. The value of this object is set to standbyOffline(2) if the SRC device is waiting for an external action to activate it. The value of this object is set to unavailableOffline(3) if the SRC device is present but cannot be used. The value of this object is set to absent(4) if the SRC device is not present or not detected. The value of this object will be one of the valid device state: enabled(1), standbyOffline(2), unavailableOffline(3), or absent(4).
Context
- MIB
- LIEBERT-GP-SRC-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.10.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lgpSrcEntry
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-SRC-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-SRC-MIB::lgpSrcDevState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIEBERT-GP-SRC-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-SRC-MIB::lgpSrcDevState.<lgpSrcDevId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-SRC-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-SRC-MIB::lgpSrcDevState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | standbyOffline |
3 | unavailableOffline |
4 | absent |