Description
A Route Load Balancer profile defines how routes with equivalent network ranges will be utilized.
Properties
- Name
- Specifies a symbolic name for the profile. (Identifier)
- DefaultWeight
- Default RLB weight when no RLB weight is explicitly defined for the route (or base value when weight percentage is used).
(Default: 100)
- MaxGroups
- Defines the maximum number of stickiness groups (the grand total of sticky states in use by all routes sharing the same profile).
When exceeded, random replacement of the existing groups will take place. (Default: 2048)
- Algorithm
- Algorithm initially used when selecting one of many matching routes, taking the weight of each route into consideration. Irrelevant
if a sticky state already exists for the given group. (Default: Flow)
- Stickiness
- A way to partition the traffic into smaller equally sized units. The system will remember the algorithmic choice made for
each unit and keep using it for as long the corresponding Keep-alive is in effect. The sticky state only affects new flows
being setup (not already existing flows). (Default: None)
- GroupingIP4NetworkSize
- Specifies the size of the network if stickiness is grouped according to either source or destination network. (Default: 16)
- GroupingIP6NetworkSize
- Specifies the size of the network if stickiness is grouped according to either source or destination network. (Default: 64)
- Keepalive
- Defines how long the system should keep the same routing choice (for a given stickiness group), once it has been selected
using the configured algorithm. (Default: Usage)
- Timeout
- Maximum time to keep a stickiness group alive after the last time it was being utilized. (Default: 10s)
- Deadline
- Maximum time to keep a stickiness group alive after the first time it was being utilized. (Default: 10s)
- Comments
- Text describing the current object. (Optional)