F5
101 · Question #236
101 Question #236: Real Exam Question with Answer & Explanation
The correct answer is D: the running configuration is replaced by the configuration in the files, but only if they are. The load command on F5 BIG-IP replaces the entire running configuration with the configuration stored in files, but only after validation checks pass.
Question
What occurs when a load?command is issued?What occurs when a ? load?command is issued?
Options
- AThe running configuration is replaced by the any portion of the configuration files that are
- BThe running configuration is loaded into files for storage.
- CThe running configuration is compared to the configuration in files and, when changes are noted,
- Dthe running configuration is replaced by the configuration in the files, but only if they are
Explanation
The load command on F5 BIG-IP replaces the entire running configuration with the configuration stored in files, but only after validation checks pass.
Common mistakes.
- A. The load command replaces the entire running configuration, not just portions of it; partial targeted changes require individual TMSH modify or create commands.
- B. Persisting the running configuration to disk files describes the 'save sys config' command, which is the inverse of the load operation.
- C. Comparing the running configuration to stored files and reporting differences is a diff or verify operation, not the behavior of the load command.
Concept tested. F5 BIG-IP TMSH load sys config command behavior
Reference. https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-tmsh-reference/tmsh-load.html
Community Discussion
No community discussion yet for this question.