cadLoadBalRuleChannelWeight
CADANT-LOADBALANCING-MIB ·
.1.3.6.1.4.1.4998.1.1.50.1.4.1.8
Object
column r/w
Enumeration
'equal' directs the load balancer to use DS and US channel load equally to determine load balancing decisions. 'usOnly' directs the load balancer to only use US channel load to determine load balancing decisions. 'dsOnly' directs the load balancer to only use DS channel load to determine load balancing decisions. 'usPlus' directs the load balancer to double US channel load over DS channel load to determine load balancing decisions. 'dsPlus' directs the load balancer to double DS channel load over US channel load to determine load balancing decisions.
Context
- MIB
- CADANT-LOADBALANCING-MIB
- OID
.1.3.6.1.4.1.4998.1.1.50.1.4.1.8- 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::cadLoadBalRuleChannelWeight'
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::cadLoadBalRuleChannelWeight.<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::cadLoadBalRuleChannelWeight'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | equal |
2 | usOnly |
3 | dsOnly |
4 | usPlus |
5 | dsPlus |