Enable Cisco
If you try to run two policies containing SSH objects at the same time, then unexpected errors can occur. For example, the first policy can send commands in the SSH session created by the second policy. These errors occur because a class which handles the SSH connection is static.
This Automation Manager object sends the Enable command to the device to access the Privileged EXEC level of the Cisco IOS.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Password | String | Yes | Password used to authenticate to the device. |
Enable Command Override | String | Yes | Command used to enter the Privileged EXEC level of the Cisco IOS device. The default should work in more than 99% of cases. |
Output Parameters
Name | Type | Description |
---|---|---|
SSHOutput | String | The Output produced from sending the Enable command. |
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Password | String | Yes | <link to start parameter> |
Enable Command Override | String | Yes | Enable |