07-29-2015 12:21 PM - edited 03-05-2019 01:58 AM
Is there a way to insert a pause to wait for keyboard input when pasting a series of commands?
For example I would like to paste this from a text file:
Router(config)#Interface Gigabit0/1
Router(config)#shutdown
<pause and wait for a tap on the keyboard - space bar or enter or something - then continue with>
Router(config)#Interface Gigabit0/1
Router(config)#no shutdown
Mike
Solved! Go to Solution.
07-29-2015 03:27 PM
An EEM script or a TCL script supports a "delay". An EEM script is automated: It sees a defined-string and the script automatically kicks in.
A TCL is sort-of-like an EEM script except this requires someone to "push the button" to start the process.
Move this thread to the EEM Script community and one of the guys will be able to knock something up for you very quickly.
07-29-2015 03:27 PM
An EEM script or a TCL script supports a "delay". An EEM script is automated: It sees a defined-string and the script automatically kicks in.
A TCL is sort-of-like an EEM script except this requires someone to "push the button" to start the process.
Move this thread to the EEM Script community and one of the guys will be able to knock something up for you very quickly.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide