Hello, everyone!
This post is about testing the download speed of the FTP server on the firewall via NQA. Please see more details as you read further down this post.
BACKGROUND INFORMATION
NQA is a useful function. It is seldom used in project delivery and can be used as a means of troubleshooting in later maintenance.
For example, for testing the download speed of the FTP server.

CONFIGURATION SCRIPT
#
sysname FW
#
interface GigabitEthernet 1/0/1
undo shutdown
ip address 10.1.1.1 255.255.255.0
#
firewall zone untrust
set priority 5
add interface GigabitEthernet 1/0/1
#
security-policy
rule name nqa
source-zone local
destination-zone untrust
destination-address 10.1.1.2 32
action permit
#
nqa test-instance admin ftpdownload
test-type ftp
destination-address ipv4 10.1.1.2
ftp-operation get
ftp-username user1
ftp-password hello@123
ftp-filename test.txt
start now
#
Run the display nqa results command to check the test result. That is all I want to share with you on the topic of testing the download speed of the FTP server on the firewall via NQA! Thank you for reading this post!

