lbvsvrLBMethod
NS-ROOT-MIB ·
.1.3.6.1.4.1.5951.4.1.3.6.1.1
Object
column LbPolicy
The Policy used for Load Balancing.
Context
- MIB
- NS-ROOT-MIB
- OID
.1.3.6.1.4.1.5951.4.1.3.6.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lbvserverEntry
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 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::lbvsvrLBMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::lbvsvrLBMethod.<vsvrName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NS-ROOT-MIB::lbvsvrLBMethod'
Values & Constraints
Type Values
1 | weightedRoundRobin |
2 | leastConnections |
3 | leastResponse |
4 | asynchronousMAC |
5 | urlHashed |
6 | domainHashed |
7 | destinationIPHashed |
8 | sourceIPHashed |
9 | leastBandwidth |
10 | leastPackets |
11 | customLoad |
12 | token |
13 | staticProximity |
14 | rdp |
15 | leastreq |
16 | rtt |
17 | sourceIPDestinationIPHashed |
18 | sourceIPSourcePort |
19 | lrtm |
20 | callIDHashed |
21 | api |