mode
ETHERNET-MIB ·
.1.3.6.1.4.1.25651.1.2.3.2.1.4.1.2
Object
Ethernet mode .
Context
- MIB
- ETHERNET-MIB
- OID
.1.3.6.1.4.1.25651.1.2.3.2.1.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ethernetInterface
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 'ETHERNET-MIB' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ETHERNET-MIB::mode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ETHERNET-MIB' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ETHERNET-MIB::mode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ETHERNET-MIB' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ETHERNET-MIB::mode'
Syntax
- Source
- EthernetModeT
- Base type
Enumeration
Values & Constraints
Type Values
0 | full1000 |
1 | half1000 |
2 | full100 |
3 | half100 |
4 | full10 |
5 | half10 |
6 | auto |