I have been working on building a template to work with our Ruckus 7150 switchs. I am running into a problem getting the past the scp login with my copy command in the template. My upgrade command is
copy ${TransferProtocol} Flash ${StorageAddress} ${NewImageName} secondary
I need to add a login after this is submitted I tried doing the ${CFLR}name ${CFLR}password but the just appends the ${CLRF}name to the copy command and replies with and invalid input from the switch. I have also tried adding ${User Name:${name}} to the end of the copy commad, but adding this to the copy command the operation never completes the Collecting Data process
There does not seem to a way to edit the Upgrade Script Preview: when I get to the upgrade options. Is there a solution for this?