swIfOperSpeedDuplexAutoNegotiation
RADLAN-rlInterfaces ·
.1.3.6.1.4.1.89.43.1.1.18
Object
column Enumeration
If enabled the speed and duplex are determined by the device through the autonegotiation process. If disabled these characteristics are determined according to the values of swIfSpeedAdminMode and swIfDuplexAdminMode. hybrid - only for a trunk. unknown - only for ports that there operative status is not present.
Context
- MIB
- RADLAN-rlInterfaces
- OID
.1.3.6.1.4.1.89.43.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swIfEntry
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 'RADLAN-rlInterfaces' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-rlInterfaces::swIfOperSpeedDuplexAutoNegotiation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-rlInterfaces' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-rlInterfaces::swIfOperSpeedDuplexAutoNegotiation.<swIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-rlInterfaces' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-rlInterfaces::swIfOperSpeedDuplexAutoNegotiation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |
3 | hybrid |
4 | unknown |