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.

Context

MIB
ZXTM-MIB
OID
.1.3.6.1.4.1.7146.1.2.3.2.1.2
Type
column
Access
readonly
Status
mandatory
Parent
poolEntry

Walk 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
1roundrobin
2weightedRoundRobin
3perceptive
4leastConnections
5fastestResponseTime
6random
7weightedLeastConnections