ADC

FTP service monitoring

监控FTP服务,Citrix ADC设备opens two connections to the FTP server. It first connects to the control port, which is used to transfer commands between a client and an FTP server. After it receives the expected response, it connects to the data port, which is used to transfer files between a client and an FTP server. Only when the FTP server responds as expected, on both the connections, it is marked UP.

注意:监控探头源自NSIP地址ss.

The Citrix ADC appliance has two built-in monitors for FTP services: the FTP monitor and the FTP-EXTENDED monitor. The FTP-EXTENDED monitor is a scriptable monitor. It uses the nsftp.pl script. The FTP-EXTENDED monitor script is enhanced to send secure probes to FTP services. You can create a monitor of type FTP-EXTENDED. The nsftp.pl script is automatically taken from the default directory.

To send secure FTP probes to FTP services by using the CLI

At the command prompt, type:

add lb monitor   -username  -password  -filename  

Example

add monitor mon1 FTP-EXTENDED -username root -password freebsd -filename fsdf 

To send secure FTP probes to FTP services by using the GUI

  1. Navigate toTraffic Management>Load Balancing>Monitors.

  2. Specify the monitor type asFTP-EXTENDED, and set the parameters.

  3. InSpecial Parameters, specify aFile Name,User Name, andPassword.

To configure built-in monitors to check the state of FTP services, seeConfiguring Monitors in a Load Balancing Setup.

FTP service monitoring