tnPortSFPStatus
TN-PORT-MIB ·
.1.3.6.1.4.1.7483.6.1.2.2.4.2.1.65
Object
column Enumeration
The value of tnPortSFPStatus indicates the operational status of
the inserted SFP/XFP. If tnPortSFPEquipped is false, the
tnPortSFPStatus will be 'not-equipped (0)', otherwise
'operational (1)' if no failure is detected.
A failure to read the SFP data will result in a 'read-error (2)',
while corrupted information on the SFP will result in either
'data-corrupt (3)', or 'ddm-corrupt (4)' if an SFP read results in
invalid data or DDM information respectively. An insertion of an
unsupported SFP will result in 'unsupported (5)'.
A trap will be raised if the value of tnPortSFPStatus indicates a
failure; that is the tnPortSFPStatus is neither 'not-equipped (0)',
nor 'operational (1)'.
Context
- MIB
- TN-PORT-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.2.4.2.1.65- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tnPortEntry
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 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PORT-MIB::tnPortSFPStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PORT-MIB::tnPortSFPStatus.<tnPortPortID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-PORT-MIB::tnPortSFPStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | not-equipped |
1 | operational |
2 | read-error |
3 | data-corrupt |
4 | ddm-corrupt |
5 | unsupported |