nbsOpticPortTxStatusOper
NBS-OPTIC-MIB ·
.1.3.6.1.4.1.629.213.1.2.1.22
Object
column Enumeration
This object indicates whether this port's transmitter is
currently enabled or disabled. It is an alias to the object
nbsCmmcPortEnableOper.
If the transmitter cannot be independently disabled, this
object is notSupported(1).
If the transmitter is currently disabled, this value will be
outOfService(2).
If the transmitter is currently enabled, this value will be
inService(3).
Context
- MIB
- NBS-OPTIC-MIB
- OID
.1.3.6.1.4.1.629.213.1.2.1.22- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nbsOpticPortEntry
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-OPTIC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-OPTIC-MIB::nbsOpticPortTxStatusOper'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-OPTIC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-OPTIC-MIB::nbsOpticPortTxStatusOper.<nbsOpticPortNdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-OPTIC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-OPTIC-MIB::nbsOpticPortTxStatusOper'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | outOfService |
3 | inService |