globalFnOpticalReceiverState
ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB ·
.1.3.6.1.4.1.5802.1.3.1.2.5.1.14.1.6.1.2
Object
column Enumeration
Report the state of this optical receiver.
if the state is available, this optical receiver is plugged in the module.
if the state is unavailable, this optical receiver 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.6.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- globalFnOpticalReceiverTableEntry
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::globalFnOpticalReceiverState'
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::globalFnOpticalReceiverState.<globalFnOpticalReceiverIndex>'
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::globalFnOpticalReceiverState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unavailable |
2 | available |