All,
I'm having trouble getting Cirus to exit config mode via script. Here is the section in question:
no ntp clock-period
end
sh boot
When I execute the script, it just sits at the "no ntp clock-period" command and eventually just dies not moving forward with the script.
I have tried using ${ExitConfigMode} as well, but wherever I put the command to exit config mode, that is where the script dies (and I have tried using "exit" instead).
Any suggestions?
EDIT: I should note that later on in the script, I have it it performing the same command and it works:
conf t
no boot flash
end
sh boot
That works...
I don't get it.