An F5 BIG-IP Administrator is asked to report which modules areprovisionedon the BIG-IP. In which two ways can this be done? (Choose two.)
Correct Answer: A,D
Provisioning determines: * Which BIG-IP modules are enabled (LTM, ASM, APM, AFM, DNS, etc.) * Their provisioning levels (None, Minimal, Nominal, Dedicated) Two accurate ways to view provisioning settings are: A). GUI - System # Resource Provisioning # Module Allocation This is the primary GUI screen showing: * All modules * Their provisioning level * System resource distribution impact Administrators commonly use this page to confirm or change module provisioning. D). TMSH - list /sys provision This tmsh command displays each module and its provisioning level: sys provision ltm { level nominal } sys provision asm { level none } This is the authoritative CLI method for checking module provisioning configurations. Why the other options are incorrect: B). show /sys provision * Showsruntimeinformation butnot the actual configuration levels. * list is the correct command for configuration details. C). Statistics # Module Statistics * Shows performance statistics, NOT provisioning status. Therefore, the correct responses areAandD.
F5CAB1 Exam Question 17
Refer to the exhibit. What traffic will be permitted to reach the BIG-IP?
Correct Answer: B
The exhibit shows the configuration of aSelf IPwith: * Port Lockdown: Allow Custom * ACustom Listthat includes the following TCP ports: * 443 * 22 Meaning of these ports: * TCP 443# HTTPS (TMUI - web-based management) * TCP 22# SSH (command-line remote access) No other TCP, UDP, or protocol entries are listed; therefore, only these two services are allowed to reach the BIG-IP via this Self IP. Evaluating the answer choices: Option Service Port Allowed? FTP TCP 21 Not listed Not allowed SSH TCP 22 Listed Allowed Telnet TCP 23 Not listed Not allowed Thus,SSHis the only traffic permitted through this Self IP configuration.
F5CAB1 Exam Question 18
Which two items demonstrate thecreation of a new volumefor software images? (Choose two.)
Correct Answer: A,C
In BIG-IP, software images are installed onboot volumes(for example, HD1.1, HD1.2, HD1.3, etc.). To install software on anew volume, the administrator must instruct the system to create a new boot location before installation. There are two correct ways to create a new volume: A). tmsh command (with correct syntax) tmsh install software image /shared/images/BIGIP-<version>.iso volume HD1.5 create-volume This syntax correctly includes: * install software image * full path to ISO (/shared/images/...) * volume name (HD1.5) * create-volumekeyword This instructs BIG-IP to create the new boot volume as part of the installation. C). Using the GUI # System > Disk Management From the Disk Management menu, the administrator can: * Select "New Volume" * Enter the volume identifier (e.g., HD1.5) * Apply changes This GUI method is officially supported and explicitly creates a new boot volume before installing the software. Why the other options are incorrect: B). Incorrect tmsh syntax * Missing /shared/images/ path * Incorrect command structure D). Incorrect command structure * Missing required keywords and correct command hierarchy E). Software Management # Install does NOT create volumes * This installs to anexistingvolume only * The GUI install dialog does not create new boot volumes Thus, onlyOption AandOption Cproperly create a new software volume.
F5CAB1 Exam Question 19
A BIG-IP Administrator needs to install aHotFixon a standalone BIG-IP device. The device currently hasHD1.1as the Active Boot Location. The administrator has already reactivated the license and created a UCS archive. In which sequence should the administrator perform theremaining steps?
Correct Answer: C
When installing a software upgrade with a HotFix on BIG-IP, the correct workflow requires: * Install the base TMOS imageon an unused boot volume * Install the corresponding HotFixonto that same boot volume * Activate the updated boot volumeto boot into the new software This method ensures: * The existing active system (HD1.1) is untouched * The upgrade occurs in a new, clean volume (HD1.2) * The HotFix applies properly to the same base image * The administrator can revert to HD1.1 if issues occur OptionCmatches the correct F5 upgrade sequence: 1. Install base image on HD1.2 2. Install HotFix on HD1.2 3. Activate HD1.2 Why the other options are incorrect: A). Install HotFix before base image * HotFixes must be appliedafterthe base image; not valid. B). Installing a HotFix on the active boot location (HD1.1) * Not recommended and does not use a clean new volume. * Also does not involve installing the base image. D). Activating HD1.2 before installing anything * Cannot activate an empty or invalid boot volume. Thus,Option Cis the correct sequence.
F5CAB1 Exam Question 20
A BIG-IP Administrator needs to verify the state of equipment in the data center. A BIG-IP appliance has asolid yellow indicatoron the status LED. How should the administrator interpret this LED indicator?
Correct Answer: C
BIG-IP hardware platforms use chassis LEDs to indicate system health states. Asolid yellow status LEDtypically indicates awarning condition, such as: * A non-critical hardware alert * A temperature threshold nearing limit * A minor fan or sensor irregularity * Other non-fatal environmental or system conditions This state reflects awarning-level alarm, meaning the unit is operational but requires investigation. Why the other options are incorrect A). Halted or EUD mode * This is associated with different LED patterns (usually flashing conditions or specific color codes), not a solid yellow status LED. B). Standby in device group * HA state is not indicated by the chassis status LED. * Standby status is alogicaldevice state, not a hardware LED state. D). Power supply failure * Power supply indicators use separate LEDs located on each power module (usually flashing amber/red), not the system status LED. Thus, asolid yellow status indicatorsignifies awarning-level alarm.