exam questions

Exam 301b All Questions

View all questions & answers for the 301b exam

Exam 301b topic 1 question 92 discussion

Actual exam question from F5's 301b
Question #: 92
Topic #: 1
[All 301b Questions]

An LTM Specialist configured a virtual server to load balance a custom application. The application works when it is tested from within the firewall but it fails when tested externally. The pool member address is 192.168.200.10:80. A capture from an external client shows:

GET /index.jsp HTTP/1.1 -

Host: 207.206.201.100 -
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Connection: keep-alive -

HTTP/1.1 302 Found -
DatE. Wed, 17 Oct 2012 23:09:55 GMT
Server: Apache/2.2.15 (CentOS)
Location: http://192.168.200.10/user/home.jsp

Content-LengtH. 304 -

Connection: close -
What is the solution to this issue?

  • A. Assign a SNAT pool to the virtual server.
  • B. Add a Web Acceleration Profile to the virtual server.
  • C. Configure redirect rewrite option in the HTTP profile.
  • D. Configure a content filter on the backend web server.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
GVKD
5 months ago
A - Correct The capture shows the client requesting 207.206.201.100, but the pool member resides on a private address (192.168.200.10). Since the client cannot directly access the internal address, the LTM needs to translate the external request to the internal pool member's address. SNAT (Source Network Address Translation) changes the source IP address in the outgoing packet to an address the pool member can accept. This effectively "masks" the client's IP and allows communication.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago