I am working on a awk fortigate script where I need to run multiple FortiOS commands. No multi-step, just to get the output from more than one FortiOS commands.
I receive an error message when I run the parser with direct input from a fortigate.
I have an other script with one FortiOS command and it works. Plz, check attached file.
I tried also to use ';' to separate the FortiOS commands but it does not work.
#! REMOTE::SSH
config global ;
diagnose sys ntp status
Any ideas?