portsStatusConnection
MX-ETH-MIB ·
.0.2400.1.100.1.300
Object
column Enumeration
Speed
Indicates the speed, duplex, and state of the connection.
* Disconnected: This port is physically disconnected.
* Half10: This port is connected at 10 Mbit/s Half-duplex.
* Full10: This port is connected at 10 Mbit/s Full-duplex.
* Half100: This port is connected at 100 Mbit/s Half-duplex.
* Full100: This port is connected at 100 Mbit/s Full-duplex.
* Full1000: This port is connected at 1 Gbit/s Full-duplex.
Context
- MIB
- MX-ETH-MIB
- OID
.0.2400.1.100.1.300- Type
- column
- Access
- readonly
- Status
- current
- Parent
- portsStatusEntry
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 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ETH-MIB::portsStatusConnection'
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::portsStatusConnection.<portsStatusName>'
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::portsStatusConnection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disconnected |
100 | half10 |
200 | full10 |
300 | half100 |
400 | full100 |
500 | full1000 |