Question 96

An LTM Specialist needs to loadbalance an application using an LTM device to meet the requirements:
The application servers do NOT Support SSL, but client access to the application should be secured.
Multiple requests from the same client should be sent to the same pool member.
All pool members will have roughly the same processing power, and traffic should be distributed evenly.
The LTM device is NOT the pool members' default gateway.
which configuration should the LTM Specialist.
  • Question 97

    What is the effect of an iRule error such as referencing an undefined variable?
  • Question 98

    An LTM device is configure with the wildcard virtual servers displayed below.
    A client connection is made to 172.24.31.14:443.
  • Question 99

    What do the following iRule commands do when they are used in the same iRule?
    set hsl [HSL::open -proto UDP -pool syslog_server_pool]
    HSL::send $hsl "<190> [HTTP::host] from [whereis [IP::client_addr] country continent state city zip] , IP:
    [IP::client_addr]"
  • Question 100

    An LTM Specialist needs to create a virtual server to pass TCP traffic to three pool members.
    Which two virtual server types should be used to meet the requirements? (Choose two)