Which functionality does the iRule provide?

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.
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.
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.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.