Question 46

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?
  • Question 47

    -- Exhibit- -- Exhibit -

    Refer to the exhibit.
    An LTM Specialist is troubleshooting a new HTTP monitor on a pool. The pool member is functioning correctly when accessed directly through a browser, although the monitor is marking the member as down. As part of the troubleshooting, the LTM Specialist has captured the monitor traffic via tcpdump.
    How should the LTM Specialist resolve this issue?
  • Question 48

    An LTM Specialist receives a request to monitor the network path through a member, but NOT the member itself.
    Which monitor option should the LTM Specialist enable or configure?
  • Question 49

    An LTM device pool has suddenly been marked down by a monitor. The pool consists of members
    10.0.1.1:443 and 10.0.1.2:443 and are verified to be listening. The affected virtual server is 10.0.0.1:80.
    Which two tools should the LTM Specialist use to troubleshoot the associated HTTPS pool monitor via the command line interface? (Choose two.)
  • Question 50

    -- Exhibit-

    -- Exhibit -Refer to the exhibit. A layer 2 nPath routing configuration has been deployed. A packet capture contains a client
    connection packet with the following properties:
    Source IP: <Virtual Server>
    Destination IP: <Client A>
    At which two locations could the packet capture have been taken? (Choose two.)