304 · Question #113
How can administrators perform basic customizations of the BIG-IP APM user interface without affecting access policies? (Select all that apply)
The correct answer is A. Editing the HTML code of the logon page D. Modifying the Cascading Style Sheets (CSS) of the web portal. Administrators can customize the BIG-IP APM UI through direct presentation-layer changes - editing the HTML of logon pages (A) and modifying the CSS of the web portal (D) - because these only alter visual appearance and do not touch the underlying access policy logic, leaving…
Question
How can administrators perform basic customizations of the BIG-IP APM user interface without affecting access policies? (Select all that apply)
Options
- AEditing the HTML code of the logon page
- BUsing iRules to manipulate the login process
- CEnabling strict updates for the access profiles
- DModifying the Cascading Style Sheets (CSS) of the web portal
How the community answered
(40 responses)- A88% (35)
- B8% (3)
- C5% (2)
Explanation
Administrators can customize the BIG-IP APM UI through direct presentation-layer changes - editing the HTML of logon pages (A) and modifying the CSS of the web portal (D) - because these only alter visual appearance and do not touch the underlying access policy logic, leaving authentication and authorization flows completely intact.
Why the distractors are wrong:
- B (iRules): iRules manipulate traffic and can alter the login process itself, which means they interact with and can affect access policy behavior - not a safe "UI-only" customization.
- C (Enabling strict updates): Strict updates locks an access profile to prevent customization; enabling it would actually restrict your ability to make changes, the opposite of what's intended.
Memory tip: Think "skin, not skeleton." HTML and CSS are the skin of the UI (cosmetic only), while iRules and access policy settings are the skeleton (structural/functional). Exam questions about UI customization without policy impact always point to presentation-layer tools - HTML and CSS.
Topics
Community Discussion
No community discussion yet for this question.