All MIBs › CISCO-SLB-MIB › slbSaspMemberConvertedWeight
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 OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.9 | cisco | CISCO-SMI |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| 1.3.6.1.4.1.9.9.161 | ciscoSlbMIB | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1 | ciscoSlbMIBObjects | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.15 | slbSaspMembers | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.15.1 | slbSaspMemberTable | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.15.1.1 | slbSaspMemberTableEntry | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.15.1.1.7 | slbSaspMemberConvertedWeight | CISCO-SLB-MIB |