axServiceGroupLbAlgorithm
A10-AX-MIB ·
.1.3.6.1.4.1.22610.2.4.3.3.1.2.1.3
Object
column Enumeration
The load balance method for the service group
Context
- MIB
- A10-AX-MIB
- OID
.1.3.6.1.4.1.22610.2.4.3.3.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- axServiceGroupEntry
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 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A10-AX-MIB::axServiceGroupLbAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A10-AX-MIB::axServiceGroupLbAlgorithm.<axServiceGroupName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A10-AX-MIB::axServiceGroupLbAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | roundRobin |
1 | weightRoundRobin |
2 | leastConnection |
3 | weightLeastConnection |
4 | serviceLeastConnection |
5 | serviceWeightLeastConnection |
6 | fastResponseTime |
7 | leastRequest |
8 | roundRobinStrict |
9 | sourceIpHashBasedStateless |
10 | sourceIpOnlyHashBasedStateless |
11 | destinationIpHashBasedStateless |
12 | sourceDestinationIpHashBasedStateless |
13 | perPacketRoundRobinStateless |
15 | sourceIpOnlyHash |
16 | sourceIpWithPortHash |
17 | destinationIpOnlyHash |
18 | destinationIpWithPortHash |
19 | statelessSrcDstIpOnlyHash |
20 | oddEvenHash |