00:00

QUESTION 11

A BIG-IP device will be dedicated to functioning as a WAF, requiring only theASMmodule to be provisioned.
What provisioning level will ensure that the system allocatesall CPU, memory, and disk resourcesto this module exclusively?

Correct Answer: A
Provisioning defines how BIG-IP allocates system resources to modules. The provisioning levels include:
F5CAB1 dumps exhibit Dedicated– allocatesallCPU, memory, and disk resources to a single module
F5CAB1 dumps exhibit Nominal– standard resource allocation balanced with other modules
F5CAB1 dumps exhibit Minimal– lowest level, used for basic utility needs
F5CAB1 dumps exhibit None– module disabled
F5CAB1 dumps exhibit Comprehensive / Maximal– not valid TMOS provisioning levels
Why ??Dedicated?? is correct
When a BIG-IP device is intended to runonly ASM(Web Application Firewall), the recommended way to maximize performance is to provision the module atDedicatedlevel.
WithASM: Dedicated:
F5CAB1 dumps exhibit ASM receives theentire hardware capacity
F5CAB1 dumps exhibit No other modules can or should be provisioned
F5CAB1 dumps exhibit This is explicitly recommended when a device is used solely as a WAF platform
Why other options are incorrect
* B. Comprehensive / C. Maximal
F5CAB1 dumps exhibit These arenot valid provisioning modesin BIG-IP.
F5CAB1 dumps exhibit TMOS supports: Nominal, Minimal, Large (module-specific), and Dedicated.
* D. Nominal
F5CAB1 dumps exhibit Shares resources with other modules
F5CAB1 dumps exhibit Does not provide full system performance
F5CAB1 dumps exhibit Not suitable when exclusive resource allocation is required Thus,Dedicatedis the correct provisioning choice.

QUESTION 12

Which of the following areresource allocation (provisioning) settingsfor BIG-IP modules?
(Choose two.)

Correct Answer: BC
BIG-IP module provisioning determines howCPU, memory, and disk resourcesare allocated to each licensed module. F5 defines a specific set of supported provisioning levels.
Valid provisioning (resource allocation) settings Nominal
F5CAB1 dumps exhibit Allocates a standard, balanced amount of system resources to a module.
F5CAB1 dumps exhibit Intended for typical production deployments where multiple modules may be provisioned at the same time.
Dedicated
F5CAB1 dumps exhibit Allocatesall available system resourcesto a single module.
F5CAB1 dumps exhibit Used when the BIG-IP device is dedicated to running only one module (for example, ASM-only or APM-only deployments).
F5CAB1 dumps exhibit No other modules can be provisioned when one is set to Dedicated. These two options are valid and supported provisioning levels.
Why the other options are incorrect Maximum
F5CAB1 dumps exhibit This is not a valid BIG-IP provisioning level.
F5CAB1 dumps exhibit BIG-IP does not use ??Maximum?? as a resource allocation setting.
Limited
F5CAB1 dumps exhibit This is also not a supported provisioning level.
F5CAB1 dumps exhibit BIG-IP uses levels such as None, Minimal, Nominal, and Dedicated (module-dependent), not Limited.

QUESTION 13

The BIG-IP Administrator wants to manage the newly built F5 system through anin-band Self-IP.
The administrator has configured a VLAN and Self-IP and can ping the IP from their workstation, but cannot access the system viaSSHorHTTPS.
What port lock down settings should the BIG-IP Administrator use to allow management access on the Self-IP?
(Choose two.)

Correct Answer: CD
Self-IPs include a security feature calledPort Lockdown, which restricts which services respond on that Self- IP.
By default, Self-IPs block management access (SSH and HTTPS/TMUI), meaning an administrator cannot manage the device through in-band Self-IPs unless explicitly allowed.
Allow Mgmt / Allow Management
These settings enable only the management services required for administrative access, specifically:
F5CAB1 dumps exhibit SSH (22)
F5CAB1 dumps exhibit HTTPS/TMUI (443)
These options allow secure administration without opening unnecessary ports.
Why these are correct:
F5CAB1 dumps exhibit They provide only the essential access for management.
F5CAB1 dumps exhibit They follow F5 security best practices when using in-band admin access.
F5CAB1 dumps exhibit They donotexpose all services, reducing the attack surface.
Why the other options are incorrect:
* A. Allow Default
F5CAB1 dumps exhibitAdministrator access would still fail.
* B. Allow All
F5CAB1 dumps exhibit Opens all ports on the Self-IP, which isnot secure.
F5CAB1 dumps exhibit Exposes services that should remain restricted.
Therefore,Allow Mgmt / Allow Managementare the correct choices.