F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 50
Which procedure should an LTM Specialist follow to move a configuration from a 1500 to a 1600 hardware platform during an upgrade?
Answer options
- A. tmsh save sys config file filename.scf copy the file from the /var/local/scf directory from one device to the other tmsh load sys config file filename.scf
- B. tmsh save sys backup file filename.scf copy the file from the /var/local/scf directory from one device to the other tmsh load sys backup file filename.scf
- C. tmsh save sys backup file filename.scf copy the file from the /var/local/ucs directory from one device to the other tmsh load sys backup file filename.scf
- D. tmsh save sys config file filename.scf copy the file from the /var/local/ucs directory from one device to the other
Correct answer: A
Explanation
The correct answer, A, details the proper commands to save and load the configuration file from the correct directory, /var/local/scf, which is necessary for configurations. Options B and C incorrectly refer to backup files instead of configuration files, and D fails to include the loading command after copying the file.