Handling Profile Execution Errors

To conserve resources, the switch stores only the last execution log for the profile that resulted in an error.

The status column displays the status of the last command executed in a profile. If the last command was successful, the status shows “pass”; otherwise, the status shows “failed”. If you wish to terminate the execution of a profile on encountering the first error, you must include the line “configure cli scripting mode abort-on-error” in the beginning of the profile. Otherwise, the profile executes all the commands even if an error was encountered and displays the status of the last command executed.