sfpCommand

PDN-SFP-MIB · .1.3.6.1.4.1.1795.2.24.14.3.1.3.1.1

Object

column r/w Enumeration
This Object specifies the command to be applied to the sfp transceiver
associated with a physical interface
         noCmd -- no command has been issued to this sfp device
         enable -- enables the sfp device 
         disable -- disables the sfp device 
         reset -- resets the sfp device
when read the last command issued to the sfp device will be returned or
noCmd will be returned if a command has not been issued yet

Context

MIB
PDN-SFP-MIB
OID
.1.3.6.1.4.1.1795.2.24.14.3.1.3.1.1
Type
column
Access
readwrite
Status
current
Parent
sfpCommandEntry
Groups
1

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 'PDN-SFP-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-SFP-MIB::sfpCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-SFP-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-SFP-MIB::sfpCommand.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-SFP-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-SFP-MIB::sfpCommand'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noCmd
2enable
3disable
4reset

Conformance