aniDevEthernetConfigMode
DEVETHERNET-MIB ·
.1.3.6.1.4.1.4325.2.11.1.1
Object
scalar r/w
Enumeration
Specifies the Ethernet Speed (10 or 100 Mbps) and Duplex Setting (Half or Full) or to set the device to auto-negotiate.
Context
- MIB
- DEVETHERNET-MIB
- OID
.1.3.6.1.4.1.4325.2.11.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- aniDevEthernetConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DEVETHERNET-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DEVETHERNET-MIB::aniDevEthernetConfigMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DEVETHERNET-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DEVETHERNET-MIB::aniDevEthernetConfigMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto-negotiate |
2 | speed-100mbps-full |
3 | speed-100mbps-half |
4 | speed-10mbps-full |
5 | speed-10mbps-half |