rcPortSmartAutoNegotiate
RC-PORT-MIB ·
.1.3.6.1.4.1.2272.1.4.10.1.1.78
Object
This object indicates whether 'smart' autonegotiation is enabled on a port (smart autonegotiation indicates that the port can sense whether its partner has autonegotiation enabled). This object, when supported, works in conjunction with rcPortAutoNegotiate. It is an inconsistentValue error to set rcPortAutoNegotiate to false(2) and this object to true(1) in the same Set request. Setting the object to true(1) will automatically change rcPortAutoNegotiate to true(1). Similarly, setting rcPortAutoNegotiate to false(2) will automatically change this object to false(2).
Context
- MIB
- RC-PORT-MIB
- OID
.1.3.6.1.4.1.2272.1.4.10.1.1.78- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcPortEntry
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 'RC-PORT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-PORT-MIB::rcPortSmartAutoNegotiate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-PORT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-PORT-MIB::rcPortSmartAutoNegotiate.<rcPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-PORT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-PORT-MIB::rcPortSmartAutoNegotiate'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |