F5 BIG-IP LTM Specialist: Maintain and Troubleshoot (301b) Exam Materials-Question 133 Discussion
Comment Image Comment Image Comment Image

The end customer requires use of the X-Forwarded-For header for statistical purposes. The X-Forwarded-For header does NOT appear in load balanced traffic. An LTM Specialist has added an HTTP profile to the Virtual Server to enable X-Forwarded-For insertion. The web administrator has confirmed the X-Forwarded-For header insertion. After this change, traffic no longer passes through the Virtual Server. A snip of the Virtual Server configuration is shown. ltm virtual vs_brave-dumps.com { destination 10.10.10.1:https ip-protocol tcp mask 255.255.255.255 pool pool_brave-dumps.com profiles { x-forward-for-http { } tcp { } webacceleration { } } source 0.0.0.0/0 source-address-translation { type automap } vs-index 0 } How should an LTM Specialist restore functionality? (Choose one answer)

  • A. Enable SSL Offloading on the Virtual Server
  • B. Disable SNAT automap on the Virtual Server
  • C. Disable Web Acceleration Profile on the Virtual Server
  • D. Enable SSL Passthrough on the Virtual Server
Correct Answer: A

Brave-Dump Clients Votes

A 100%

Comments



Anonymous User 2026-09-22 10:33:34

Selected Answers: A


If Client-SSL profile is missing, the system cannot decrypt the traffic. The result, the BIG-IP cannot parse the encrypted SSL stream to insert the custome HTTP header.