portsSpeed

MX-ETH-MIB · .0.2400.1.200.1.200

Object

column r/w Enumeration
Speed
              
Configures the speed and duplex of the connection.
              
  * Auto: Automatic negociation of speed and duplex.
  * Half10: 10 Mbit/s Half-duplex.
  * Full10: 10 Mbit/s Full-duplex.
  * Half100: 100 Mbit/s Half-duplex.
  * Full100: 100 Mbit/s Full-duplex.
  * Full1000: 1 Gbit/s Full-duplex.

Context

MIB
MX-ETH-MIB
OID
.0.2400.1.200.1.200
Type
column
Access
readwrite
Status
current
Parent
portsEntry

Walk 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 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ETH-MIB::portsSpeed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ETH-MIB::portsSpeed.<portsName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-ETH-MIB::portsSpeed'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100auto
200half10
300full10
400half100
500full100
600full1000