Question 56

These log entries can have different root causes:
Jun 28 05:01:21 LTM_A notice mcpd[27545]: 0107143a:5: CMI reconnect timer: enabled Jun 28 05:01:21 LTM_A notice mcpd[27545]: 01071431:5: Attempting to connect to CMI peer 1.1.1.2 port
6699
Jun 28 05:01:21 LTM_A notice mcpd[27545]: 01071432:5: CMI peer connection established to 1.1.1.2 port
6699
Jun 28 05:01:26 LTM_A notice mcpd[27545]: 0107143a:5: CMI reconnect timer: disabled, all peers are connected Which two commands should be used to obtain additional information on these entries? (Choose two.)
  • Question 57

    -- 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. However, the monitor is marking the member as down. The LTM Specialist captures the monitor traffic via tcpdump.
    What is the issue?
  • Question 58

    An LTM Specialist wants to allow access to the Always On Management (AOM) from the network.
    Which two methods should the LTM Specialist use to configure the AOM interface? (Choose two.)
  • Question 59

    The LTM Specialist is writing a custom HTTP monitor for a web application and has viewed the content by accessing the site directly via their browser. The monitor continually fails. The monitor configuration is:
    ltm monitor http /Common/exampleComMonitor {
    defaults-from /Common/http
    destination *:*
    interval 5
    recv "Recent Searches"
    send "GET /app/feed/current\?uid=20145 HTTP/1.1\\r\\nHost: www.example.com\\r\\nAccept-EncodinG.
    gzip, deflate\\r\\nConnection: close\\r\\n\\r\\n"
    time-until-up 0
    timeout 16
    }
    A trace shows the following request and response:
    Request:
    GET /app/feed/current?uid=20145 HTTP/1.1
    Host www.example.com
    Accept-Encoding gzip, deflate
    Connection: close
    Response:
    HTTP/1.1 302 Moved Temporarily
    Date Wed, 17 Oct 2012 18:45:52 GMT
    Server Apache
    Location https://example.com/login.jsp
    Content-Encoding gzip
    Content-Type text/html;charset=UTF-8
    Set-CookiE. JSESSIONID=261EFFBDA8EC3036FBCC22D991AC6835; Path=/app/feed/current?uid=20145 What is the problem?
  • Question 60

    An LTM device has been configured to log the reasons for generating TCP RST packets.
    The following log entry occurs:
    "01230140:3: RST sent from 192.168.1.100:80 to 192.168.1.124:39272, [0x112d82a:1721] {peer} TCP RST from remote system."
    Which condition will trigger this log entry?