Question 116

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

    Which command should an LTM Specialist use on the command line interface to show the health of RAID array hard drives?
  • Question 118

    An application is expected to maintain more than 100,000concurrent TCP connections to a single pool member.
    What is an appropriate SNAT configuration in this situation?
  • Question 119

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist configures a virtual server to load balance to a pool of FTP servers. File transfers are failing. The virtual server is configured as follows:
    ltm virtual ftp_vs {
    destination 10.10.1.103:ftp
    ip-protocol tcp
    mask 255.255.255.255
    pool ftp_pool
    profiles {
    tcp { }
    }
    vlans-disabled
    }
    Which change will resolve the problem?
  • Question 120

    An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message "Unable to connect" in the browser, although connections directly to the pool member show the application is functioning correctly. The LTM configuration is:
    ltm virtual /Common/vs_https {
    destination /Common/10.10.1.110:443
    ip-protocol udp
    mask 255.255.255.255
    pool /Common/pool_https
    profiles {
    /Common/udp { }
    }
    translate-address enabled
    translate-port enabled
    vlans-disabled
    }
    ltm pool /Common/pool_https {
    members {
    /Common/172.16.20.1:443 {
    address 172.16.20.1
    }
    }
    }
    How should the LTM Specialist resolve this issue?