301b Exam Question 81

An LTM device supports two power supplies. The value of the BigDB key "platform.powersupplymonitor" is equal to enable.
Where would the error message be visible if one of the power supplies fails or is NOT plugged in?
  • 301b Exam Question 82

    An LTM device is load balancing SIP traffic. An LTM Specialist notices that sometimes the SIP request is being load balanced to the same server as the initial connection.
    Which setting in the UDP profile will make the LTM device more evenly distribute the SIP traffic?
  • 301b Exam Question 83

    What does the following iRule do?
    when CLIENT_ACCEPTED {
    if { [matchclass [IP::client_addr] equals WebClient1-Whitelist1] }{
    #log local0. "Valid client IP: [IP::client_addr] - forwarding traffic"
    #Pool WebClient1
    } else {
    log local0. "Invalid client IP: [IP::client_addr] - discarding"
    discard
    }
    }
  • 301b Exam Question 84

    -- Exhibit- -- Exhibit -

    Refer to the exhibit.
    An LTM Specialist is troubleshooting an issue with SSL and is receiving the error shown when connecting to the virtual server. When connecting directly to the pool member, clients do NOT receive this message, and the application functions correctly. The LTM Specialist exports theappropriate certificate and key from the pool member and imports them into the LTM device. The LTM Specialist then creates the Client SSL profile and associates it with the virtual server.
    What is the issue?
  • 301b Exam Question 85

    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?