cuspServerGroupLBType

CISCO-USP-MIB · .1.3.6.1.4.1.9.9.827.1.2.1.1.6

Object

column Enumeration
This object gives the load balancing algorithm for the server
group.
global      - Uses global load balance algorithm.
highestq    - Uses highestq algorithm where in CUSP picks the
first available element with the higest q-value.
requesturi  - Hash algorithm is on Request-URI.
callid      - Hash algorithm is on Call-ID.
touri       - Hash algorithm is on To URI.
weight      - Uses weight-based scheme.

Context

MIB
CISCO-USP-MIB
OID
.1.3.6.1.4.1.9.9.827.1.2.1.1.6
Type
column
Access
readonly
Status
current
Parent
cuspServerGroupEntry
Groups
1

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 'CISCO-USP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-USP-MIB::cuspServerGroupLBType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-USP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-USP-MIB::cuspServerGroupLBType.<cuspServerGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-USP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-USP-MIB::cuspServerGroupLBType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1global
2highestq
3requesturi
4callid
5touri
6weight

Conformance