CISCO-SLB-MIB :: slbSaspMemberConvertedWeight

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

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

Start monitoring Cisco IOS SLB-capable router/switch / Content Switching Module with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-SLB-MIB::slbSaspMemberConvertedWeight OID value, configure state conditions and alerts, and monitor any Cisco IOS SLB-capable router/switch / Content Switching Module from a single console.

OID Breakdown

Upper-level ancestors (8 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.9ciscoCAT2600-MIB
1.3.6.1.4.1.9.9ciscoMgmtCISCO-SMI
Numeric OIDNameModule
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