nbsCmmcPortAutoNegotiation
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.8.1.1.7
Object
column r/w
Enumeration
The AutoNegotiation status of a port. AutoNegotiation
may affect the port's speed, duplex, and MDI/MDIX.
If this port does not offer this feature, Agent should
report the value notSupported(1).
To disable this feature, set the value to off(2).
To enable this feature, set the value to on(3).
The value autoMDIXOnly(4) is deprecated.
The value custom (5) is deprecated.
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.8.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsCmmcPortEntry
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 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcPortAutoNegotiation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcPortAutoNegotiation.<nbsCmmcPortChassisIndex>.<nbsCmmcPortSlotIndex>.<nbsCmmcPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-CMMC-MIB::nbsCmmcPortAutoNegotiation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | off |
3 | on |
4 | deprecated4 |
5 | deprecated5 |