cadLoadBalRuleMethod
CADANT-LOADBALANCING-MIB ·
.1.3.6.1.4.1.4998.1.1.50.1.4.1.1
Object
column r/w
Enumeration
cm-count uses dynamic load balancing of upstream receivers in the same load balancing group to balance the number of CMs per upstream channel. channel-utilization uses dynamic load balancing of the upstream receivers in the same load balancing group to balance the channel utilization of the channels in the group.
Context
- MIB
- CADANT-LOADBALANCING-MIB
- OID
.1.3.6.1.4.1.4998.1.1.50.1.4.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cadLoadBalBasicRuleEntry
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 'CADANT-LOADBALANCING-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-LOADBALANCING-MIB::cadLoadBalRuleMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CADANT-LOADBALANCING-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-LOADBALANCING-MIB::cadLoadBalRuleMethod.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CADANT-LOADBALANCING-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CADANT-LOADBALANCING-MIB::cadLoadBalRuleMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cm-count |
2 | channel-utilization |