poolAlgorithm
ZXTM-MIB ·
.1.3.6.1.4.1.7146.1.2.3.2.1.2
Object
column mandatory
Enumeration
The load-balancing algorithm the pool uses.
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 'ZXTM-MIB' -M '/opt/observium/mibs/riverbed:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXTM-MIB::poolAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXTM-MIB' -M '/opt/observium/mibs/riverbed:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXTM-MIB::poolAlgorithm.<poolName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXTM-MIB' -M '/opt/observium/mibs/riverbed:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXTM-MIB::poolAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | roundrobin |
2 | weightedRoundRobin |
3 | perceptive |
4 | leastConnections |
5 | fastestResponseTime |
6 | random |
7 | weightedLeastConnections |