About commands

Beyond commands and variables definitions, the other lines in a script contain the commands to be executed by the script.

Examples

@login

@enable

config t

line vty 0 4

login local

exit

username $(NewUserName) password $(NewPassword)

exit

[-] exit

See Also

Using WhatsConfigured Commands

About basic WhatsConfigured command syntax

About strings and regular expressions in WhatsConfigured

About "$"

Storing WhatsConfigured command output in the WhatsUp Gold database

Editing WhatsConfigured command output

Using WhatsConfigured commands with queries

About WhatsConfigured command layout

WhatsConfigured script variables affecting command execution

About WhatsConfigured command types