nerdexam
F5

101 · Question #83

When defining a loadbalancing pool using the command line, if the loadbalancing method is not specified, what is the result

The correct answer is A. The default loadbalancing method would be used.. When creating a load balancing pool via the F5 BIG-IP CLI without specifying a load balancing method, the system automatically applies the built-in default method (Round Robin) and creates the pool successfully.

Section 3: Load Balancing and High Availability Basics

Question

When defining a loadbalancing pool using the command line, if the loadbalancing method is not specified, what is the result

Options

  • AThe default loadbalancing method would be used.
  • BThe loadbalancing method of the previous pool would be used.
  • CThe system would prompt the user for a loadbalancing method.
  • DAn error would be displayed since no loadbalancing method was specified.

How the community answered

(35 responses)
  • A
    89% (31)
  • B
    6% (2)
  • C
    3% (1)
  • D
    3% (1)

Why each option

When creating a load balancing pool via the F5 BIG-IP CLI without specifying a load balancing method, the system automatically applies the built-in default method (Round Robin) and creates the pool successfully.

AThe default loadbalancing method would be used.Correct

F5 BIG-IP uses Round Robin as the built-in default load balancing method; omitting the method parameter during pool creation causes the system to silently apply this default without requiring additional user input or generating an error.

BThe loadbalancing method of the previous pool would be used.

The BIG-IP does not inherit the load balancing method from a previously defined pool; each pool is an independent object and applies the system default when no method is explicitly specified.

CThe system would prompt the user for a loadbalancing method.

The BIG-IP CLI does not interactively prompt for missing optional parameters such as the load balancing method; it applies the default value and completes the command without user interaction.

DAn error would be displayed since no loadbalancing method was specified.

The load balancing method is an optional parameter with a defined default value, so omitting it does not produce a syntax or configuration error; the pool is created successfully using the default.

Concept tested: Default load balancing method applied during BIG-IP pool creation

Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-local-traffic-manager-concepts/load-balancing.html

Topics

#load balancing method#pool configuration#CLI defaults#BIG-IP administration

Community Discussion

No community discussion yet for this question.

Full 101 Practice