cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2675
Views
0
Helpful
5
Replies

how to reload switches using cisco prime infrastructure

saud43210
Level 1
Level 1

hi,

how to reload switches using cisco prime infrastructure 3

5 Replies 5

Marvin Rhoads
Hall of Fame
Hall of Fame

Make a cli template and deploy it to the target devices.

A cli template will always be in configuration mode so you would use something like:

do copy run start
do reload

thank you for reply. but this template didn't worked.

Can you share the error log?

found it, i should use interactive in template

#MODE_ENABLE
#INTERACTIVE
commands<IQ>interactive question<R>response
#ENDS_INTERACTIVE
#MODE_END_ENABLE

Ah yes. Thanks for pointing that out. Since 'reload' requires the operator to confirm we need to do that.