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


BIG-IP Administration Data Plane Configuration (F5CAB3)-Question 23 Discussion
Comment Image Comment Image Comment Image

How can a BIG-IP Administrator identify a configuration object that has been configured within an iApp? (Choose one answer)

  • A. In both the GUI and the CLI the path will repeat the name of the object with .app appended to it and then name of the object. Example: ltm virtual /Common/testhttp.app/testhttp
  • B. In both the GUI and the CLI the path will repeat the name of the object with .app appended to it, and the object type will be appended to the name. Example: ltm virtual /Common/testhttp.app/testhttp_vs
  • C. Using the CLI run the appropriate tmsh command to view the path and see the .app in it and the object type will be appended to the name. Example: ltm virtual /Common/testhttp.app/testhttp_vs
  • D. No option
Correct Answer: B

Brave-Dump Clients Votes

A 100%

Comments



raaaami 2026-09-13 23:03:38

Selected Answers: A


The correct answer is A. In both the GUI and the CLI the path will repeat the name of the object with .app appended to it and then name of the object. Example: ltm virtual /Common/testhttp.app/testhttp.

Explanation
iApp Application Services (.app Folder Structure): When an iApp service is deployed on BIG-IP, it creates a dedicated folder hierarchy under the partition (e.g., /Common/<iapp_name>.app/).

Object Naming Convention: Any configuration object (such as a virtual server, pool, or profile) generated inside that iApp resides inside that .app folder and reuses the template/application service name for the object itself (e.g., /Common/testhttp.app/testhttp), rather than appending suffix tags like _vs.

GUI & CLI Consistency: This path structure is visible across both the Configuration Utility (GUI) and TMSH (CLI).