QuestionQ5
Identify and Resolve LTM Device IssuesRefer to the exhibit.

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.
Community Discussion