F5 Application Delivery Fundamentals — Question 42
What occurs when a load command is issued?
Answer options
- A. rootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {170.16.20.1:80}
- B. rootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {172.16.20.1:80}
- C. rootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {172.16.20.1:80{} }
- D. rootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {172.16.20.1:80{priority group 2}}
Correct answer: A
Explanation
The correct answer A specifies the addition of a member with IP address 170.16.20.1 to the pool, which is a valid operation. Options B and D contain an IP address of 172.16.20.1, which is not the correct IP for this scenario, while option C has a syntax error with an extra curly brace.