mcRmtHWTransmitMode
XXX-MIB ·
.1.3.6.1.4.1.34592.1.1.1.4.2.1.1.30
Object
column Enumeration
Remote card's HW transmit mode, not applicable for 1G card
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::mcRmtHWTransmitMode'
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::mcRmtHWTransmitMode.<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::mcRmtHWTransmitMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | no_card |
1 | cut-through |
2 | store-forward |
3 | not-support |