LMS3.2 :Why did I recieve an error msg: Insufficient no. of interactive responses(or timeout) for command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 09:08 AM
Hello,
I'm deploying ssh v2 using RME netconfig, LMS 3.2. It failed in some devices with this message error:
Deploy command partially failed Primary Login Succeeded / Primary Enable Succeeded Insufficient no. of interactive responses(or timeout) for command: crypto key generate rsa .
Despite this message I am able to log into ssh devices with are failed. I check the ssh configuration (in cli) in those devices and I'm supprise to see that the ssh config is correctly deployed. So why did I receive an error message in Netconfig job details ?
Regards,
- Labels:
-
Network Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2011 08:32 PM
For the devices that are failing, just increase the timeout values from RME > Devices > Device Management > RME Devices > Edit Device Attributes. Normally the default is 36 so try doubling it to 72 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2011 06:43 AM
Hi Nael,
In my case the timeout is due to the long length RSA key (2048). The catalyst 3560 take arround 5 minutes to generate the key. I think that LMS loses the connexion to the device at this moment. Even if I change telnet timeout for 1 hour, the probleme remain the same. But when I change the RSA key length for 1024 there is no fail. What do you think about it ?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2011 01:14 AM
On your netconfig job add the following line:
crypto key generate rsayes 2048 And let us know the results.