ExamGecko
Home Home / F5 / 301b
Question list
Search
Search

List of questions

Search

Related questions











Question 88 - 301b discussion

Report
Export

Given the iRule:

when HTTP_REQUEST {

if {([HTTP::username] ne '') and ([HTTP::password] ne '') } {

log local0. 'client ip [IP::remote_addr] credentials provided [HTTP::username] [HTTP::password]'}

else {

pool old_application_pool

}

}

The associated virtual server has a default pool named new_application_pool.

Which functionality does the iRule provide?

A.
Allows clients with credentials to access the old_application_pool and logs the access of clients without credentials to the new_application_pool.
Answers
A.
Allows clients with credentials to access the old_application_pool and logs the access of clients without credentials to the new_application_pool.
B.
Allows clients without credentials to access the old_application_pool and logs the access of clients with credentials to the new_application_pool.
Answers
B.
Allows clients without credentials to access the old_application_pool and logs the access of clients with credentials to the new_application_pool.
C.
Allows clients with credentials to access the old_application_pool and logs the attempted access of clients with credentials to the new_application_pool.
Answers
C.
Allows clients with credentials to access the old_application_pool and logs the attempted access of clients with credentials to the new_application_pool.
D.
Allows clients without credentials to access the old_application_pool and logs the attempted access of clients without credentials to the new_application_pool.
Answers
D.
Allows clients without credentials to access the old_application_pool and logs the attempted access of clients without credentials to the new_application_pool.
Suggested answer: B
asked 24/09/2024
Malik Khabir
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first