tnPortEtherAutoNegotiate
TN-PORT-MIB ·
.1.3.6.1.4.1.7483.6.1.2.2.4.4.1.4
Object
column r/w
Enumeration
When the value of tnPortEtherAutoNegotiate is 'true', the Ethernet interface will automatically negotiate link parameters with the far end (including speed and duplex), and will advertise all speeds and duplex modes supported by the interface. When the value of tnPortEtherAutoNegotiate is 'limited', the Ethernet interface will automatically negotiate link parameters with the far end, but will only advertise the speed and duplex mode specified by tnPortEtherSpeed and tnPortEtherDuplex. If tnPortEtherAutoNegotiate is 'false', the Ethernet interface won't negotiate link parameters with the far end and will instead force the speed and duplex mode to the values specified by tnPortEtherSpeed and tnPortEtherDuplex respectively.
Context
- MIB
- TN-PORT-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.2.4.4.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tnPortEtherEntry
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 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PORT-MIB::tnPortEtherAutoNegotiate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PORT-MIB::tnPortEtherAutoNegotiate.<tnPortPortID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-PORT-MIB::tnPortEtherAutoNegotiate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notApplicable |
1 | true |
2 | false |
3 | limited |