loadbalMode
LOAD-BAL-SYSTEM-MIB ·
extreme variant
·
.1.3.6.1.4.1.3375.1.1.70
Object
scalar mandatory
Enumeration
The global load balance mode.
Context
- MIB
- LOAD-BAL-SYSTEM-MIB
- OID
.1.3.6.1.4.1.3375.1.1.70- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- loadbal
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LOAD-BAL-SYSTEM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOAD-BAL-SYSTEM-MIB::loadbalMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LOAD-BAL-SYSTEM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LOAD-BAL-SYSTEM-MIB::loadbalMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | roundrobin |
2 | ratio |
3 | fastest |
4 | leastConn |
5 | predictive |
6 | observed |
7 | priority |
8 | ratioNodeAddress |
9 | priorityNodeAddress |
10 | leastConnNodeAddress |