nbsOpticPortRxStatusAdmin
NBS-OPTIC-MIB ·
.1.3.6.1.4.1.629.213.1.2.1.31
Object
column r/w
Enumeration
Persistent. This object is used to administratively disable or
enable the receiver of this port.
If the receiver cannot be selectively disabled by user, this
object is notSupported(1).
If the user wishes to disable this receiver, the user should
set this to outOfService(2). This action should also set the
mib2 object ifAdminStatus to down(2).
If the user wishes to enable this receiver, the user should
set this to inService(3). If nothing else remains disabled,
this should return the mib2 object ifAdminStatus to up(1).
Context
- MIB
- NBS-OPTIC-MIB
- OID
.1.3.6.1.4.1.629.213.1.2.1.31- Type
- column
- Access
- readwrite
- 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::nbsOpticPortRxStatusAdmin'
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::nbsOpticPortRxStatusAdmin.<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::nbsOpticPortRxStatusAdmin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | outOfService |
3 | inService |