When defining a load-balancing pool using the command line, if the load-balancing method is not specified, what is the result?

When defining a load-balancing pool using the command line, if the load-balancing method is not speci

When defining a load-balancing pool using the command line, if the load-balancing method is not specified, what is the result: Explanation When defining a load-balancing pool using the command line and the load-balancing method is not specified, the default load-balancing method will be used. The default load-balancing method for a pool is round-robin. If the … Read more

What does the insert XForwarded option in an HTTP profile do?

What does the insert XForwarded option in an HTTP profile do

What does the insert XForwarded option in an HTTP profile do? Explanation The “Insert XForwarded” option in an HTTP profile inserts client IP addresses into HTTP headers. When the “Insert XForwarded” option is enabled in an HTTP profile, the BIG-IP system adds an HTTP header named “X-Forwarded-For” to the HTTP request sent to the destination … Read more

Which two are profile types that must be associated with such a virtual server?

A site needs to terminate client HTTPS traffic at the BIG-IP and forward that traffic unencrypted. Which two are profile types that must be associated with such a virtual server? (Choose two.) Explanation If a site needs to terminate client HTTPS traffic at the BIG-IP and forward that traffic unencrypted, the two profile types that … Read more

Which two can be a part of a pool’s definition?

Which two can be a part of a pool’s definition? (Choose two.) Explanation The two options that can be a part of a pool’s definition are: Rule(s): A pool can be defined with rules that determine how traffic is distributed among the pool members. Persistence type: Persistence refers to the mechanism used to ensure that … Read more