I'm trying to schedule a job to schedule a job to run on an Cisco IronPort/WSA to restart a particular service.
To test I am trying a simple script to reboot or display config.
My Connection profile works, tested as connected and I can see connectivity in the logs, however it will not recognise any command that I try to run.
example:
showconfig${CRLF}
1${CRLF}
or:
reboot${CRLF}
y${CRLF}
the WSA shows the following in logs (IPs and Appliance names replaced)
Info: Appliance: APPLIANCE NAME, Interaction Mode: CLI, User: ADMIN, Source IP: SolarwindsIP, Destination IP: WSAManagementIP, Input: 'reboot', Prompt: '\nUnknown command: terminal\APPLIANCE NAME> '
Any pointers would be great.