101 · Question #37
How is persistence configured.
The correct answer is B. Persistence is a profile type; an appropriate profile is created and associated with virtual server.. On F5 BIG-IP, persistence is implemented as a named profile type that an administrator creates and then associates with a virtual server, rather than a pool-level or global setting.
Question
How is persistence configured.
Options
- APersistence is an option within each pool's definition.
- BPersistence is a profile type; an appropriate profile is created and associated with virtual server.
- CPersistence is a global setting; once enabled, loadbalancing choices are superceded by the
- DPersistence is an option for each pool member. When a pool is defined, each member's definition
How the community answered
(40 responses)- A3% (1)
- B95% (38)
- D3% (1)
Why each option
On F5 BIG-IP, persistence is implemented as a named profile type that an administrator creates and then associates with a virtual server, rather than a pool-level or global setting.
Persistence profiles are not defined inside a pool's configuration; pools define load balancing methods and member lists, while persistence is handled at the virtual server level through a separate profile association.
F5 BIG-IP implements persistence methods (Source Address Affinity, Cookie, Universal, etc.) as dedicated profile types. An administrator creates a persistence profile with the desired method and parameters, then associates that profile directly with a virtual server - making persistence flexible and independently configurable per virtual server.
Persistence is not a global BIG-IP setting; it is scoped to individual virtual servers via profile association, allowing different virtual servers to have different or no persistence configurations.
Persistence is not configured per individual pool member; it is applied at the virtual server level using a persistence profile that tracks client connections across all eligible pool members.
Concept tested: F5 BIG-IP persistence profile configuration and association
Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-local-traffic-management-getting-started-with-profiles/persistence-profiles.html
Topics
Community Discussion
No community discussion yet for this question.