smartSfpOperState

RAD-SSFP-MIB · .1.3.6.1.4.1.164.40.2.1.1.6

Object

column Enumeration
The current operational state of the Smart SFP
onLine - Indicates that the smartSfpRowStatus is up and the 
     correct smart SFP is installed.
offLine - Indicates that the smart SFP is installed while its 
     smartSfpRowStatus is down.
notInstalled - Indicates that the smart SFP is provisioned but not installed.
mismatch - Indicates that the configured SSFP does not comply with the installed device.

Context

MIB
RAD-SSFP-MIB
OID
.1.3.6.1.4.1.164.40.2.1.1.6
Type
column
Access
readonly
Status
current
Parent
smartSfpEntry

Walk 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 'RAD-SSFP-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SSFP-MIB::smartSfpOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-SSFP-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SSFP-MIB::smartSfpOperState.<smartSfpSlotIdx>.<smartSfpPortIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-SSFP-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-SSFP-MIB::smartSfpOperState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1onLine
2offLine
3notInstalled
4mismatch