sfpConfigEncodingCode
SL-SFP-MIB ·
.1.3.6.1.4.1.4515.1.10.1.1.1.11
Object
column Enumeration
The encoding value indicates the serial encoding mechanism that is the nominal design target of the particular transceiver. The value shall be contained in the serial data. The defined encoding values are: 00h: Unspecified 01h: 8B10B 02h: 4B5B 03h: NRZ 04h: Manchester 05h: SONET Scrambled 06h -FFh: Reserved.
Context
- MIB
- SL-SFP-MIB
- OID
.1.3.6.1.4.1.4515.1.10.1.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sfpConfigEntry
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 'SL-SFP-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-SFP-MIB::sfpConfigEncodingCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-SFP-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-SFP-MIB::sfpConfigEncodingCode.<sfpConfigInterface>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-SFP-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-SFP-MIB::sfpConfigEncodingCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | encUnspecified |
1 | enc8B10B |
2 | enc4B5B |
3 | encNrz |
4 | encManchester |
5 | encSonet |
6 | enc64B66B |