nbsCmmcPortEnableAdmin
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.8.1.1.14
Object
column r/w
Enumeration
Administratively desired operational status of the port. For the
actual operational status, please see the related object
nbsCmmcPortEnableOper.
The value notSupported (1) indicates that the user has no ability to
disable the transceiver.
Users may set this value to disable (2) to turn off the port's
transceiver so that no traffic will flow through this port.
For traffic to be sent and received as normal, this object should be
set to enable (3).
The value auto (4) has been deprecated - older Agents might report
it, and Managers may attempt to set it, but newer agents will
neither report nor accept this value.
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.8.1.1.14- 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::nbsCmmcPortEnableAdmin'
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::nbsCmmcPortEnableAdmin.<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::nbsCmmcPortEnableAdmin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | disable |
3 | enable |
4 | deprecatedAuto |