zhoneSFPSerialEncodingAlgorithm
ZHONE-SFF ·
.1.3.6.1.4.1.5504.3.12.1.1.1.11
Object
column Enumeration
Code for serial encoding algorithm
Context
- MIB
- ZHONE-SFF
- OID
.1.3.6.1.4.1.5504.3.12.1.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zhoneSFPEntry
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 'ZHONE-SFF' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SFF::zhoneSFPSerialEncodingAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-SFF' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SFF::zhoneSFPSerialEncodingAlgorithm.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-SFF' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-SFF::zhoneSFPSerialEncodingAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unspecified |
1 | eightB10B |
2 | fourB5B |
3 | nrz |
4 | manchester |