msanSfpInfoState
ISKRATEL-MSAN-MIB ·
.1.3.6.1.4.1.1332.1.1.5.3.32.2.1.1
Object
column Enumeration
Module state value on port. Ports which support SFP module are from 1 to 10 and from 15 to 28. State value adminOff means that specific port is administrative disabled and we can not read data from module on that port. Operational state means that SFP module is present and it works perfect. State operWithAl(operational with alarm) means that SFP module is present, but it works with internal alarms. Loss(Loss of signal) state means that SFP module is present but it have loss of signal. PresNoDiag(Present, no diagnostic) state means that SFP module is present but diagnostic is not supported. NotAvaliable state means that admin. mode of specific port has disabled value and SFP state is not avaliable. NotPresent state means that SFP module is not present.
Context
- MIB
- ISKRATEL-MSAN-MIB
- OID
.1.3.6.1.4.1.1332.1.1.5.3.32.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- msanSfpInfoEntry
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::msanSfpInfoState'
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::msanSfpInfoState.<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::msanSfpInfoState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | adminOff |
2 | operational |
3 | operWithAl |
4 | loss |
5 | notAvaliable |
6 | presNoDiag |
7 | notPresent |