nbsOpticPortRxStatusOper
NBS-OPTIC-MIB ·
.1.3.6.1.4.1.629.213.1.2.1.32
Object
column Enumeration
This object indicates whether this port's receiver is
currently enabled or disabled.
If the receiver cannot be independently disabled, this
object is notSupported(1).
If the receiver is currently disabled, this value will be
outOfService(2).
If the receiver 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.32- 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::nbsOpticPortRxStatusOper'
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::nbsOpticPortRxStatusOper.<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::nbsOpticPortRxStatusOper'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | outOfService |
3 | inService |