nbsSigCondEqualizeState
NBS-SIGCOND-MIB ·
.1.3.6.1.4.1.629.227.20.2.1.10
Object
column r/w
Enumeration
Used to enable or disable channel equalization on this port.
The value disabled(2) disables the feature. No attempt to
equalize power levels will be made, and no equalization events
will be triggered.
The value enabled(3) enables the feature. A best-effort
attempt to keep the port signal within the
nbsSigCondEqualizeDesired range will be made. Equalization
events will be triggered if the power cannot be kept within
the nbsSigCondEqualizeDesired range.
If this port does not support equalization, this object will
report notSupported (1), and any SET requests to this object
will be rejected.
Context
- MIB
- NBS-SIGCOND-MIB
- OID
.1.3.6.1.4.1.629.227.20.2.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsSigCondEqualizeEntry
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-SIGCOND-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-SIGCOND-MIB::nbsSigCondEqualizeState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-SIGCOND-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-SIGCOND-MIB::nbsSigCondEqualizeState.<nbsSigCondEqualizeIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-SIGCOND-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-SIGCOND-MIB::nbsSigCondEqualizeState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | disabled |
3 | enabled |