QuestionQ5

Identify and Resolve LTM Device Issues

Refer to the exhibit.

Question Image

An LTM Specialist has configured 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?

  • A Add an FTP monitor to the pool.
  • B Add an FTP profile to the virtual server.
  • C Enable loose initiation in the TCP profile.
  • D Increase the TCP timeout value in the TCP profile.
Explanation

FTP uses a persistent control connection and a separate data connection. An FTP profile enables BIG-IP to process FTP control commands and manage the related active- or passive-mode data channel; a TCP-only virtual server does not provide that FTP-aware handling. F5 documents that the FTP profile supports both active and passive FTP data connections and is assigned to the virtual server.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!