View all questions & answers for the BIG-IP Administration Control Plane Administration (F5CAB4) exam


Question 57 Discussion

A BIG-IP Administrator needs to restore an encrypted UCS archive from the command line using the TMSH utility. Which TMSH command should the BIG-IP Administrator use to accomplish this? (Choose one answer)

  • A. load /sys config file <filepath> passphrase <password>
  • B. load /sys ucs <filepath> no-license
  • C. load /sys config file <filepath>
  • D. load /sys ucs <filepath> passphrase <password>
Correct Answer: D

Brave-Dump Clients Votes

D 100%

Comments



Anonymous User 2026-01-17 20:55:44

Selected Answers: D


UCS (User Configuration Set) archives can be encrypted with a passphrase.

To restore an encrypted UCS archive, you must provide the correct passphrase during the load operation.

The correct TMSH syntax includes the UCS file path and the passphrase parameter.

🧠 Why the others are incorrect:

A and C use config file, which is for loading plain configuration files, not UCS archives.

B is valid for loading a UCS archive without a license, but it doesn’t include the passphrase needed for encrypted archives.