dsGOTransceiverEncoding
DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB ·
.1.3.6.1.4.1.6296.9.1.1.2.13.1.1.1.5
Object
column DsGOTransceiverEncodingType
Code for serial encoding algorithm.
Context
- MIB
- DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB
- OID
.1.3.6.1.4.1.6296.9.1.1.2.13.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dsGOTransceiverBaseEntry
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 'DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB::dsGOTransceiverEncoding'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB::dsGOTransceiverEncoding.<dsPortModuleIndex>.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB::dsGOTransceiverEncoding'
Syntax
- Source
- DsGOTransceiverEncodingType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unspecified |
1 | encode-8b10b |
2 | encode-4b5b |
3 | encode-nrz |
4 | encode-manchester |