adGenEthAutoNegotiateFiber
ADTRAN-GEN-ETH-IFC-MIB ·
.1.3.6.1.4.1.664.5.70.15.1.1.1.9
Object
Enable or disable auto-negotiation. TruthValue of 1 is true/enable which implies that duplex capabilities are advertised as selected (see adGenEthAdvertisedDuplexFiber; note that adGenEthPortFixedDuplex is ignored when these variables are used). TruthValue of 2 is false/disable which implies that duplex is forced (so adGenEthPortFixedDuplex is used). In both cases adGenEthPortFixedSpeed is used to provision speed.
Context
- MIB
- ADTRAN-GEN-ETH-IFC-MIB
- OID
.1.3.6.1.4.1.664.5.70.15.1.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adGenEthProvEntry
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::adGenEthAutoNegotiateFiber'
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::adGenEthAutoNegotiateFiber.<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::adGenEthAutoNegotiateFiber'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |