cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
1929
Views
0
Helpful
2
Replies

LMS 2.5 - Deploy failed

mnewnam01
Level 1
Level 1

Hi,

What I am attempting to do: create a task that will copy the start config to the running config on 2950G-48 EI.

What I did:

Created a User-defined task with the following commands(command mode=Enable):

copy start run<cr>

running-config<cr>

Created job, ran immediately.

LMS response:

Failure - Command(s) failed on the device. Insufficient number of interactive responses for command: copy start run. (comments about TFTP and SSH)...Cause: Device is Unreachable (this is not true)

I created another task in config mode that executed properly. I think the interactive nature of the copy command is causing the problem. Anyone encountered this?

Thanks

1 Accepted Solution

Accepted Solutions

nhabib
Level 9
Level 9
2 Replies 2

nhabib
Level 9
Level 9

I haven't tried this myself, but the User Guide says to use for interactive commands:

http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cw2000/cw2000e/e_4_x/4_0/u_guide/netcfg.htm#wp1301559

Thanks! That reference worked. Use preceeding an interactive reply.