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