Free 301b Exam Braindumps (page: 8)

Page 8 of 53

An IT administrator wants to log which server is being load balanced to by a user with IP address 10.10.10.25.
Which iRule should the LTM Specialist use to fulfill the request?

  1. when SERVER_CONNECTED {
    if { [IP::addr [IP::remote_addr]] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }
  2. when CLIENT_ACCEPTED {
    if { [IP::addr [clientside [IP::remote_addr]] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }
  3. when SERVER_CONNECTED {
    if { [IP::addr [clientside [IP::remote_addr]] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }
  4. when CLIENT_ACCEPTED {
    if { [IP::addr [IP::remote_addr] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }

Answer(s): C



A customer needs to intercept all of the redirects its application is sending to clients. When a redirect is matched, the customer needs to log a message including the client IP address.
Which iRule should be used?

  1. when HTTP_RESPONSE {
    if { [HTTP::is_3xx] } {
    log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]" }
    }
  2. when HTTP_REQUEST {
    if { [HTTP::is_301] } {
    log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]" }
    }
  3. when HTTP_REQUEST {
    if { [HTTP::is_redirect] } {
    log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]" }
    }
  4. when HTTP_RESPONSE {
    if { [HTTP::is_redirect] } {
    log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]" }
    }

Answer(s): D



A web application requires knowledge of the client's true IP address for logging and analysis purposes. Instances of the application that can decode X-Forwarded-For HTTP headers reside in pool_a, while pool_b instances assume the source IP is the true address of the client.
Which iRule provides the proper functionality?

  1. when HTTP_DATA {
    if {[HTTP::header exists X-Forwarded-For]}{
    pool pool_a
    } else {
    pool pool_b
    }
    }
  2. when HTTP_RESPONSE {
    if {[HTTP::header exists X-Forwarded-For]}{
    pool pool_a
    } else {
    pool pool_b
    }
    }
  3. when HTTP_REQUEST {
    if {[HTTP::header exists X-Forwarded-For]}{
    pool pool_a
    } else {
    pool pool_b
    }
    }
  4. when HTTP_OPEN {
    if {[HTTP::header exists X-Forwarded-For]}{
    pool pool_a
    } else {
    pool pool_b
    }
    }

Answer(s): C



Which iRule will reject any connection originating from a 10.0.0.0/8 network?

  1. when CLIENT_ACCEPTED {
    set remote_ip [IP::addr [IP::remote_addr] mask 8]
    switch $remote_ip {
    "10.0.0.0" { reject }
    "11.0.0.0" { pool pool_http1}
    default { pool http_pool }
    }
    }
  2. when CLIENT_ACCEPTED {
    set remote_ip [IP::addr [IP::local_addr] mask 8]
    switch $remote_ip {
    "10.0.0.0" { reject }
    "11.0.0.0" { pool pool_http1}
    default { pool http_pool }
    }
    }
  3. when CLIENT_ACCEPTED {
    set remote_ip [IP::addr [IP::client_addr] mask 255.0.0.0] switch $remote_ip {
    "10.0.0.0" { reject }
    "11.0.0.0" { pool pool_http1}
    default { pool http_pool }
    }
    }
  4. when CLIENT_ACCEPTED {
    set remote_ip [IP::addr [IP::local_addr] mask 255.0.0.0] switch $remote_ip {
    "10.0.0.0" { reject }
    "11.0.0.0" { pool pool_http1}
    default { pool http_pool }
    }
    }

Answer(s): C



Page 8 of 53



Post your Comments and Discuss F5 301b exam with other Community members:

jay commented on April 26, 2024
I think Q2 answer is B.sharing not C.Reduction.
KOREA REPUBLIC OF
upvote

Awad commented on April 21, 2024
In my struggles to pass this freaking exam, I found this website. Their guide became my lifeline. The purchase process was very easy and secure. I downloaded my study package and studied for 3 weeks. Come test day, I faced it with newfound confidence. The result? An 91% score—a testament to preparation and determination.
UNITED STATES
upvote

Mary commented on April 20, 2024
Thank you seems many of them appeared in practice exam for 04/2024 too
POLAND
upvote

ethan commented on September 24, 2023
could you please upload practice questions for scr exam ?
HONG KONG
upvote

ethan commented on September 24, 2023
could you please upload practice questions for SCR exam ?
HONG KONG
upvote