nbsSigLaneLaneTxPowerLevel
NBS-SIGLANE-MIB ·
.1.3.6.1.4.1.629.236.20.1.1.20
Object
column Enumeration
This object indicates the status of this lane's
measured received power, reported in nbsSigLaneLaneTxPower:
notSupported(1), if (nbsSigLaneLaneTxPower = 0x80000000);
lowAlarm(2),
if nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerVendorMin;
lowWarning(3),
if nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerVendorMin
and nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerUserMin;
ok(4), if nbsSigLaneLaneTxPower is within thresholds;
highWarning(5),
if nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerVendorMax
and nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerUserMax;
highAlarm(6),
if nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerVendorMax
Context
- MIB
- NBS-SIGLANE-MIB
- OID
.1.3.6.1.4.1.629.236.20.1.1.20- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nbsSigLaneLaneEntry
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-SIGLANE-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-SIGLANE-MIB::nbsSigLaneLaneTxPowerLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-SIGLANE-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-SIGLANE-MIB::nbsSigLaneLaneTxPowerLevel.<nbsSigLaneLaneIfIndex>.<nbsSigLaneLaneIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-SIGLANE-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-SIGLANE-MIB::nbsSigLaneLaneTxPowerLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | lowAlarm |
3 | lowWarning |
4 | ok |
5 | highWarning |
6 | highAlarm |