expSfpStatus
ASAM-SFP-MIB ·
.1.3.6.1.4.1.637.61.1.56.4.1.4
Object
column mandatory
Enumeration
This is the status of the expansion shelf SFP:
ok (1): the expansion shelf SFP is operational.
sfpNotPresent (2): no SFP present.
los (3): LOS is detected by the expansion shelf SFP.
txFail (4): the expansion shelf TX failed.
invalidAlcatelId (5): the expansion shelf SFP plugged does not
have a valid Alcatel ID.
unknown (6): the status is not available or cannot
be retrieved.
sfpControlFail (7): SFP not responding or I2C failure.
txFailAndLos (8): the expansion shelf TX failed and LOS is
detected by the expansion shelf SF
ALCATEL NOTE:
ACCESS: RO
USAGE: NA
PERSIST: NO
INSRVMOD: NA
RANGE: NA
DEFVALUE: 6 / unknown
UNITS: NA
SPARSE: NO
DESCR: NA
Context
- MIB
- ASAM-SFP-MIB
- OID
.1.3.6.1.4.1.637.61.1.56.4.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- expSfpStatusEntry
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 'ASAM-SFP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SFP-MIB::expSfpStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-SFP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SFP-MIB::expSfpStatus.<expSfpRack>.<expSfpShelf>.<expSfpSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-SFP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-SFP-MIB::expSfpStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | sfpNotPresent |
3 | los |
4 | txFail |
5 | invalidAlcatelId |
6 | unknown |
7 | sfpControlFail |
8 | txFailAndLos |