msanSfpDiagnosticsSignal
ISKRATEL-MSAN-MIB ·
.1.3.6.1.4.1.1332.1.1.5.3.32.3.1.1
Object
column Enumeration
Module(SFP) signal value. If diagnostic for SFP module is supported than value can be OK(signal is ok) or loss(loss of signal), in the other case the value is set on notSupported becouse diagnostic is not supported(-1).
Context
- MIB
- ISKRATEL-MSAN-MIB
- OID
.1.3.6.1.4.1.1332.1.1.5.3.32.3.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- msanSfpDiagnosticsEntry
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 'ISKRATEL-MSAN-MIB' -M '/opt/observium/mibs/iskratel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISKRATEL-MSAN-MIB::msanSfpDiagnosticsSignal'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ISKRATEL-MSAN-MIB' -M '/opt/observium/mibs/iskratel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISKRATEL-MSAN-MIB::msanSfpDiagnosticsSignal.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ISKRATEL-MSAN-MIB' -M '/opt/observium/mibs/iskratel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ISKRATEL-MSAN-MIB::msanSfpDiagnosticsSignal'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | loss |
2 | ok |
3 | notSupported |