mcTransceiverMode
XXX-MIB ·
.1.3.6.1.4.1.34592.1.1.1.4.2.1.1.4
Object
column Enumeration
Center card's optical transceiver mode. 100M card support bidi/duplex_fiber; 1G card support bidi/duplex_fiber/sfp. Once sfp is given, the following mcTransceiverDist should be ignored.
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 'XXX-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XXX-MIB::mcTransceiverMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XXX-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XXX-MIB::mcTransceiverMode.<mcShelfIdx>.<mcCardIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XXX-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XXX-MIB::mcTransceiverMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | bidi |
2 | duplex_fiber |
3 | sfp |
4 | not-support |