This action replaces the content of the target variable with the specified source. The source contains a comma-separated list of variables or text strings.
set $target, $sourcelist
If the target variable is a single configuration parameter, specify only one value as the source. Other values are ignored.
If the target variable is a table, you should first specify the value in the source from the line that the wizard should change. The wizard searches the first index column for this value and it changes the first line in which it finds this value. If the wizard does not find a line with the matching value, it adds a new line to the table.
If the target variable is a numeric value, you can use the add or sub action to add or subtract the amount defined as $number.
set $target, $number, add
set $target, $number, sub
Examples
set config.1.2.8.2, "255.255.255.255", "0.0.0.0", "0", "INTERNET", "0", "on", "Yes", ""
set config.1.2.7.11, "5", add
set config.1.2.7.11, "5", sub