I am trying to backup this switch using the Device.CLI.Send activity. Here is what I am trying to send:
Login authentication
Username:xxxx
Password:
<Raben Tire IT Switch>_cmdline-mode on
All commands can be displayed and executed. Continue? [Y/N]y
Please input password:******
Warning: Now you enter an all-command mode for developer's testing, some commands may affect operation by wrong use, please carefully use it with our engineer's direction.
<Raben Tire IT Switch>backup startup-configuration to 10.21.1.13
Backup next startup-configuration file to 10.21.1.13, please wait...
finished!
<Raben Tire IT Switch>quit
I get to the input of the password and get a syntax error. Since I get a syntax error there, the rest of the script never runs, it also gets a syntax error. How do I input a password at that point?
Thanks,
Jeff