101 · Question #237
101 Question #237: Real Exam Question with Answer & Explanation
The correct answer is A: rootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {170.16.20.1:80}. The TMSH load command restores the running configuration exactly as it was previously saved, reproducing all stored object definitions including any IP addresses recorded in the configuration files.
Question
Options
- ArootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {170.16.20.1:80}
- BrootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {172.16.20.1:80}
- CrootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {172.16.20.1:80{} }
- DrootBIG-IPsystem[Active][tmos.Itm.pool]#create pooh members add {172.16.20.1:80{priority
Explanation
The TMSH load command restores the running configuration exactly as it was previously saved, reproducing all stored object definitions including any IP addresses recorded in the configuration files.
Common mistakes.
- B. Choice B shows 172.16.20.1:80 rather than the address stored in the saved configuration file; the load command reproduces what was saved, not a corrected or assumed version of it.
- C. Choice C contains malformed TMSH syntax with extra closing braces, which would not be produced by loading a valid saved configuration and would instead represent a syntax error.
- D. Choice D shows an incomplete TMSH command with an unclosed brace and a missing priority value, which is syntactically invalid and would not result from loading a well-formed saved configuration.
Concept tested. BIG-IP TMSH load command and configuration restore behavior
Reference. https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-tmsh-reference/tmsh-reference.html
Topics
Community Discussion
No community discussion yet for this question.