What are the two options for securing a BIG-IP's management interface?(Choose two.)
Answer(s): A,D
Securing the BIG-IP management interface is a fundamental administrative responsibility. F5 best practices emphasize restricting who can reach the management port and ensuring that only authorized systems are allowed access.A . Limiting management access to trusted network segmentsF5 recommends placing the management interface on a dedicated, isolated, and secured management network or VLAN, rather than exposing it to production or untrusted networks.This reduces the attack surface by ensuring only trusted segments have visibility to administrative interfaces.D . Restricting management access by IP or subnetF5 BIG-IP uses the /sys httpd allow list (for HTTPS) and configuration options in sshd (for SSH) to control which IP addresses or subnets can access the device.By specifying only known administrative IPs or ranges, unauthorized users cannot reach the login services.Why the other options are incorrectB . Blocking all management HTTPS/SSH portsThis would prevent any administrative access and is not a viable security practice.C . Using Self-IP addresses for administrative accessF5 explicitly warns against using Self-IPs for management access unless strictly necessary.Self-IPs are exposed to the data plane and should not be used as the primary administrative interface.
Which port is an exception to the Port Lockdown function of Self-IPs if a device-group synchronization cluster is configured?
Answer(s): B
Self-IPs implement a security feature known as Port Lockdown, which limits which services are reachable on a Self-IP.However, certain services required for BIG-IP device-to-device communication bypass Port Lockdown to ensure cluster and HA functionality.TCP 4353TCP port 4353 is used by Device Service Clustering (DSC) for:Device trust establishmentConfiguration synchronizationFailover communicationBecause BIG-IP devices must always be able to communicate for HA functions to remain operational, port 4353 is exempt from Port Lockdown rules.Why the other options are incorrectA . TCP 443Not required for device trust or synchronization.HTTPS access is fully controlled by Port Lockdown.C . UDP 53DNS traffic is not required for synchronization and has no exemption under Port Lockdown.
A BIG-IP device is licensed for LTM, ASM, APM, and AFM.Currently, it will only be used for load balancing and web application firewalling.To ensure optimal performance and efficient resource utilization, which of the following module provisioning combinations is the best choice?
Answer(s): C
BIG-IP provisioning determines how CPU, memory, and disk resources are allocated to each module. The goal is to provision only the modules required and at levels appropriate to their performance needs.Requirements in the questionThe device will be used for:LTM (Local Traffic Manager) load balancingASM (Application Security Manager) WAFNo functions require:APM (Access Policy Manager)AFM (Advanced Firewall Manager)Why Option C is correctProvisioning both LTM and ASM at Nominal level provides:Adequate performance for production loadPlentiful system resources while avoiding dedicating the entire system to a single moduleBalanced allocation without starving memory or CPUSetting APM: None and AFM: None ensures unused modules consume zero resources.Why the other options are incorrectA . Dedicated provisioning for both LTM and ASMTwo modules cannot both run in "Dedicated" mode.Dedicated mode allocates all resources to a single module -- the second module cannot be dedicated simultaneously.B . LTM and ASM both DedicatedSame issue: only one module can be Dedicated at a time.Also unnecessary for load balancing + WAF.D . Setting APM and AFM to MinimalMinimal still consumes memory and CPU.Unused modules should be set to None.Therefore, Option C is the best provisioning strategy.
A BIG-IP device will be dedicated to functioning as a WAF, requiring only the ASM module to be provisioned.What provisioning level will ensure that the system allocates all CPU, memory, and disk resources to this module exclusively?
Answer(s): A
Provisioning defines how BIG-IP allocates system resources to modules. The provisioning levels include:Dedicated allocates all CPU, memory, and disk resources to a single moduleNominal standard resource allocation balanced with other modulesMinimal lowest level, used for basic utility needsNone module disabledComprehensive / Maximal not valid TMOS provisioning levelsWhy "Dedicated" is correctWhen a BIG-IP device is intended to run only ASM (Web Application Firewall), the recommended way to maximize performance is to provision the module at Dedicated level.With ASM: Dedicated:ASM receives the entire hardware capacityNo other modules can or should be provisionedThis is explicitly recommended when a device is used solely as a WAF platformWhy other options are incorrectB . Comprehensive / C. MaximalThese are not valid provisioning modes in BIG-IP.TMOS supports: Nominal, Minimal, Large (module-specific), and Dedicated.D . NominalShares resources with other modulesDoes not provide full system performanceNot suitable when exclusive resource allocation is requiredThus, Dedicated is the correct provisioning choice.
The BIG-IP Administrator wants to manage the newly built F5 system through an in-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 via SSH or HTTPS.What port lockdown settings should the BIG-IP Administrator use to allow management access on the Self-IP?(Choose two.)
Answer(s): C,D
Self-IPs include a security feature called Port 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 ManagementThese settings enable only the management services required for administrative access, specifically:SSH (22)HTTPS/TMUI (443)These options allow secure administration without opening unnecessary ports.Why these are correct:They provide only the essential access for management.They follow F5 security best practices when using in-band admin access.They do not expose all services, reducing the attack surface.Why the other options are incorrect:A . Allow DefaultThis allows only a minimal set of system-required ports (e.g., failover, config sync), not SSH or HTTPS.Administrator access would still fail.B . Allow AllOpens all ports on the Self-IP, which is not secure.Exposes services that should remain restricted.Therefore, Allow Mgmt / Allow Management are the correct choices.
Which two items demonstrate the creation of a new volume for software images?(Choose two.)
Answer(s): A,C
In BIG-IP, software images are installed on boot volumes (for example, HD1.1, HD1.2, HD1.3, etc.).To install software on a new 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-volumeThis syntax correctly includes:install software image full path to ISO (/shared/images/...)volume name (HD1.5)create-volume keywordThis instructs BIG-IP to create the new boot volume as part of the installation.C . Using the GUI System > Disk ManagementFrom the Disk Management menu, the administrator can:Select "New Volume"Enter the volume identifier (e.g., HD1.5)Apply changesThis 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 syntaxMissing /shared/images/ pathIncorrect command structureD . Incorrect command structureMissing required keywords and correct command hierarchyE . Software Management Install does NOT create volumesThis installs to an existing volume onlyThe GUI install dialog does not create new boot volumesThus, only Option A and Option C properly create a new software volume.
modification]For an upgrade of a standalone BIG-IP, a maintenance window is available in which brief interruptions are allowed.Actions with no impact can be done outside the maintenance window.When should a license reactivation be performed?
License reactivation updates the BIG-IP device's license file to ensure:The Service Check Date is currentThe device is eligible to install the intended TMOS versionAny module entitlement updates are receivedReactivation does not interrupt traffic and does not require a reboot, making it safe to perform before the maintenance window.F5 best practices state:Perform all non-impact tasks prior to the scheduled maintenance windowLeave the window available for activities that require rebooting, such as the software installation itselfSince license reactivation is non-disruptive, it should be done before the upgrade window starts.
Which configuration file can a BIG-IP administrator use to verify the provisioned modules?
Provisioning settings define which modules are enabled and how system resources are allocated to them.These provisioning declarations are stored in:/config/bigip.confThis file contains:Full module provisioning statementsTMSH-equivalent provisioning configurations such as:sys provision ltm { level nominal }sys provision asm { level nominal }It is the primary system configuration file that stores all active provisioning details.Why the other answers are incorrectA . /config/bigip.licenseShows licensed modules, not provisioned modules.B . /config/bigip_base.confStores base networking (VLANs, Self-IPs, routes), not provisioning.D . config.ucsA backup archive, not a live configuration file.Thus, the correct file to review active module provisioning is /config/bigip.conf.
Share your comments for F5 F5CAB1 exam with other users:
q.189 - answers are incorrect.
awesome job in getting these questions
i cant find aws certified practitioner clf-c01 exam in aws website but i found aws certified practitioner clf-c02 exam. can everyone please verify the difference between the two clf-c01 and clf-c02? thank you
grazie mille. i got a satisfactory mark in my exam test today because of this exam dumps. sorry for my english.
some of the answers are incorrect. need to be reviewed.
so far so good
i am really liking it
thanks good stuff
need dump c_tadm_23
next time i will write a full review
first time using this site
please sent me oracle 1z0-1105-22 pdf
very helpful
good info about oml
very useful to practice
this website is very helpful.
good content
so challenging
17 should be d ,for morequery its scale out
nice question
yes.
good mateial
good practice exam
impressivre qustion
questions seem helpful
question 21 answer is alerts
am preparing for exam
good one thanks
only got thru 5 questions, need more to evaluate
q26 should be b
the aaa triad in information security is authentication, accounting and authorisation so the answer should be d 1, 3 and 5.
need to attend this
these are free brain dumps i understand, how can one get free pdf