About commands
- Last Updated: July 8, 2022
- 1 minute read
- WhatsUp Gold
- Version 2026
- Version 2025
- Version 2024
- Version 2023.1
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
@logout