home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

system alg ftp

Configures tracking of FTP connections.

set system alg ftp { disable | port port-number }
delete system alg ftp port port-number
show system alg ftp port port-number

FTP connection tracking is enabled.

disable
Disables tracking of FTP connections.
port port-number
Specifies a control port for the tracking of FTP connections.

Configuration mode


system {
    alg{
        ftp {
            disable 
            port port-number 
        }
    }
}

Use the set form of this command to configure tracking of FTP connections.

Use the delete form of this command to remove a port from the tracking of FTP connections.

Use the show form of this command to display the configuration of FTP connection tracking.