CISCO-SLB-MIB :: slbSaspMemberConvertedWeight

MIB Reference — IPNetwork Monitor

All MIBsCISCO-SLB-MIBslbSaspMemberConvertedWeight

slbSaspMemberConvertedWeight

Module: CISCO-SLB-MIB

OID (symbolic): CISCO-SLB-MIB::slbSaspMemberConvertedWeight

OID (numeric): 1.3.6.1.4.1.9.9.161.1.15.1.1.7

Node type: OBJECT-TYPE

Type: Unsigned32

Access: read-only

Description:

The SASP weight converted to the local load balancer weight range. The load balancer's weight range is implementation dependent, as is the formula used to convert the weight.

The following formula is an example weight conversion that could be used by the load balancer:

answer => slbSaspMemberConvertedWeight maxLbWgt => slbSaspMaxLbWeight mbrSaspWgt => slbSaspMemberSaspWeight

answer = ((mbrSaspWgt * maxLbWgt) / 65535) + 1

Note: There are two edge cases that need to be considered; when the mbrSaspWgt is 0 and 65535. If the mbrSaspWgt is 0, then the converted weight must also be 0 (the result of the calculation would be 1). If the mbrSaspWgt is 65535, then the converted weight must be the load balancers maximum weight (the result of the calculation would be the load balancers maxiumum weight plus 1).

What is slbSaspMemberConvertedWeight?

This read-only object reports the SASP-reported weight after it has been converted into the load balancer's own local weight range using an implementation-specific formula.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.161.1.15.1.1.7
snmpwalk -v2c -c public <target> CISCO-SLB-MIB::slbSaspMemberConvertedWeight

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.161.1.15.1.1.7.1
snmpget -v2c -c public <target> CISCO-SLB-MIB::slbSaspMemberConvertedWeight.1

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.9ciscoCISCO-SMI
1.3.6.1.4.1.9.9ciscoMgmtCISCO-SMI
1.3.6.1.4.1.9.9.161ciscoSlbMIBCISCO-SLB-MIB
1.3.6.1.4.1.9.9.161.1ciscoSlbMIBObjectsCISCO-SLB-MIB
1.3.6.1.4.1.9.9.161.1.15slbSaspMembersCISCO-SLB-MIB
1.3.6.1.4.1.9.9.161.1.15.1slbSaspMemberTableCISCO-SLB-MIB
1.3.6.1.4.1.9.9.161.1.15.1.1slbSaspMemberTableEntryCISCO-SLB-MIB
1.3.6.1.4.1.9.9.161.1.15.1.1.7slbSaspMemberConvertedWeightCISCO-SLB-MIB