R3204P16-HP Load Balancing Module High Availability Command Reference-6PW101

34
Default level
2: System level
Parameters
filename: Name of the file transferred between the FTP server and the FTP client. The file name is a case
sensitive string of 1 to 200 characters.
Description
Use the filename command to specify a file to be transferred between the FTP server and the FTP client.
Use the undo filename command to restore the default.
By default, no file is specified.
Examples
# Specify the file to be transferred between the FTP server and the FTP client as config.txt.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type ftp
[Sysname-nqa-admin-test-ftp] filename config.txt
frequency
Syntax
frequency interval
undo frequency
View
Any NQA test type view
Default level
2: System level
Parameters
interval: Interval between two consecutive tests, in the range 0 to 604800000 milliseconds. The interval
of 0 specifies the test group to perform only one test, and no statistics group information is collected.
Description
Use the frequency command to configure the interval between two consecutive tests for a test group.
When a test group starts, it performs tests one by one at the specified interval. However, if a test is not
completed when the interval is reached, no new test starts.
Use the undo frequency command to restore the default.
By default, the interval between two consecutive tests is 0 milliseconds.
Examples
# Configure the ICMP echo test group starts tests one by one at an interval of 1000 milliseconds.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type icmp-echo
[Sysname-nqa-admin-test-icmp-echo] frequency 1000