View all questions & answers for the BIG-IP Administration Data Plane Concepts (F5CAB2) exam


Question 21 Discussion

A BIG-IP Administrator needs to load a UCS file but must exclude the license file. How should the administrator perform this task? (Choose one answer)

  • A. From the GUI, select the UCS file and click restore.
  • B. From the CLI with command (tmos)# tmsh load / sys ucs <ucs filename> no -license
  • C. From the GUI, select the UCS file, uncheck the license box, and click restore
  • D. From the CLI with command # tmsh load / sys ucs <ucs filename> no-license
Correct Answer: D

Brave-Dump Clients Votes

D 100%

Comments



Anonymous User 2026-01-19 02:43:32

Selected Answers: D


To load a BIG-IP UCS file while excluding the license, the administrator must use the command line (CLI) with the tmsh load sys ucs <ucs_filename> no-license command, as the GUI doesn't offer a direct checkbox for this specific function, making options A, B, and C incorrect for the exclusion requirement.
D. From the CLI with command # tmsh load / sys ucs no-license
This command is the correct way to restore a UCS file while specifically telling the system to ignore the license information within it.
Why other options are wrong:
A & C (GUI options): The BIG-IP Graphical User Interface (GUI) does not have a direct checkbox to uncheck or exclude the license during a standard UCS restore; it's designed for full restores or different procedures, making options A and C incorrect for excluding the license.
B (Incorrect CLI syntax): The syntax in option B, no "-license", is not the standard or correct command; the proper keyword is no-license.