101 · Question #84
What occurs when a save-config command is issued?
The correct answer is A. The current configuration files are backed up.. The save-config command on F5 BIG-IP writes the current in-memory running configuration to the persistent configuration files on disk, preserving the active state across reboots.
Question
What occurs when a save-config command is issued?
Options
- AThe current configuration files are backed up.
- BThe current configuration files are verified for syntax, then the running configuration is installed in
- CThe current configuration files are loaded into memory.
- DThe current configuration files are saved into an archive format.
How the community answered
(37 responses)- A89% (33)
- B3% (1)
- C3% (1)
- D5% (2)
Why each option
The save-config command on F5 BIG-IP writes the current in-memory running configuration to the persistent configuration files on disk, preserving the active state across reboots.
Issuing save-config (tmsh save sys config) serializes the active running configuration held in memory to the BIG-IP configuration files on disk, effectively backing up the current state so it survives reboots and can be restored or referenced later.
Syntax verification followed by installation of a configuration into the running system describes a load or merge operation (load sys config), not a save; save-config writes the existing running state to disk without re-parsing or reinstalling it.
Loading configuration files from disk into memory is the function of the load-config command; save-config performs the inverse operation by writing the current memory state out to disk files.
Saving to a compressed archive format describes the save sys ucs command, which creates a User Configuration Set file; save-config writes standard flat configuration files, not a compressed or archived bundle.
Concept tested: BIG-IP save-config command and configuration persistence to disk
Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-tmsh-reference/save.html
Topics
Community Discussion
No community discussion yet for this question.