rdnSpectrumGroupLoadBalance
RDN-CABLE-SPECTRUM-GROUP-MIB ·
.1.3.6.1.4.1.4981.6.1.2.1.1.21
Object
Setting this object to TRUE performs a Static Load Balancing for the spectrum group. Reading this object always returns FALSE.
Context
- MIB
- RDN-CABLE-SPECTRUM-GROUP-MIB
- OID
.1.3.6.1.4.1.4981.6.1.2.1.1.21- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rdnSpectrumGroupEntry
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 'RDN-CABLE-SPECTRUM-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CABLE-SPECTRUM-GROUP-MIB::rdnSpectrumGroupLoadBalance'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RDN-CABLE-SPECTRUM-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CABLE-SPECTRUM-GROUP-MIB::rdnSpectrumGroupLoadBalance.<rdnSpectrumGroupName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDN-CABLE-SPECTRUM-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDN-CABLE-SPECTRUM-GROUP-MIB::rdnSpectrumGroupLoadBalance'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |