globalFnReturnLaserState
ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB ·
.1.3.6.1.4.1.5802.1.3.1.2.5.1.14.1.2.1.2
Object
column Enumeration
Report the state of this return transmitter.
if the state is available, this return transmitter is plugged in the module.
if the state is unavailable, this return transmitter is not plugged in the module.
Context
- MIB
- ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB
- OID
.1.3.6.1.4.1.5802.1.3.1.2.5.1.14.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- globalFnReturnLaserTableEntry
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 'ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB::globalFnReturnLaserState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB::globalFnReturnLaserState.<globalFnReturnLaserIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB::globalFnReturnLaserState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unavailable |
2 | available |