slbSaspMemberConvertedWeight
CISCO-SLB-MIB ·
.1.3.6.1.4.1.9.9.161.1.15.1.1.7
Object
column
Unsigned32
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).
Context
- MIB
- CISCO-SLB-MIB
- OID
.1.3.6.1.4.1.9.9.161.1.15.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- slbSaspMemberTableEntry
- Table
- slbSaspMemberTable
- Siblings
- 10
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-65535
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| slbSaspMemberIpAddressType Defines the IP address type of the
slbSaspMemberIpAddress. | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.9.161.1.15.1.1.1 |
| slbSaspMemberLastWeightChange Displays the date and time of the last weight change.
The time that is reported is only local time, so the
timezone portion of the DateAndTime TC will not be
specified. If there … | column | SNMPv2-TCDateAndTime | .1.3.6.1.4.1.9.9.161.1.15.1.1.10 |
| slbSaspMemberRowStatus The row status is used by a management station to
create or delete the row entry in slbSaspMemberTable
following the RowStatus textual convention. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.9.161.1.15.1.1.11 |
| slbSaspMemberIpAddress The IP address of the member. The IP address, along
with the port and protocol type, is registered with the
SASP Agent. The SASP Agent includes this information
when reporting t… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.161.1.15.1.1.2 |
| slbSaspMemberPort The TCP or UDP port number associated with the
slbSaspMemberIpAddress. The port number, along with
the IP address and protocol type, is registered with
the SASP Agent. The SASP … | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.4.1.9.9.161.1.15.1.1.3 |
| slbSaspMemberProtocol The IP protocol type that is associated with the
slbSaspMemberIpAddress and slbSaspMemberPort. The
protocol type, along with the IP address and port
number, is registered with th… | column | CISCO-TCCiscoIpProtocol | .1.3.6.1.4.1.9.9.161.1.15.1.1.4 |
| slbSaspMemberSaspWeight The reported weight by the SASP Agent. The weights
are reported via the 'Send Weights Message' or in the
'Get Weights Reply'. The reported weight MUST be
converted to be within … | column | Unsigned32 | .1.3.6.1.4.1.9.9.161.1.15.1.1.5 |
| slbSaspMemberConfidentWeight Represents the SASP Agent's confidence in the reported
weight.
'true' Indicates the slbSaspMemberSaspWeight value is
accurate and reflects the up-to-date real-time
… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.9.9.161.1.15.1.1.6 |
| slbSaspMemberDefaultWeight The default weight assigned to the member if any
SASP Agent weight reporting failure occurs. If there
is a communication failure or if the
slbSaspMemberConfidentWeight is false, … | column | Unsigned32 | .1.3.6.1.4.1.9.9.161.1.15.1.1.8 |
| slbSaspMemberWeightChanges The total number of times the weight has been modified
by the SASP Agent. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.9.9.161.1.15.1.1.9 |