adGenEthCurrentAutoNegStatus
ADTRAN-GEN-ETH-IFC-MIB ·
.1.3.6.1.4.1.664.5.70.15.2.1.1.4
Object
column Enumeration
Returns the current auto-negotiation status for the selected ethernet port.
notApplicable(1) - port provisioned to no auto-negotiation
incomplete(2) - port provisioned to auto-negotiation
but has not comleted auto-negotiation exchange with peer port.
complete(3) - port provisioned to auto-negotiation
and has completed auto-negotiation exchange with peer port.
Context
- MIB
- ADTRAN-GEN-ETH-IFC-MIB
- OID
.1.3.6.1.4.1.664.5.70.15.2.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenEthStatusEntry
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 'ADTRAN-GEN-ETH-IFC-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-ETH-IFC-MIB::adGenEthCurrentAutoNegStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GEN-ETH-IFC-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-ETH-IFC-MIB::adGenEthCurrentAutoNegStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GEN-ETH-IFC-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GEN-ETH-IFC-MIB::adGenEthCurrentAutoNegStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notApplicable |
2 | incomplete |
3 | complete |