NCM unable to capture the configuration of Silver Peak devices
search cancel

NCM unable to capture the configuration of Silver Peak devices

book

Article ID: 241851

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

Unable to capture the configuration of Silver Peak devices using SSH custom device family

Environment

Release : 21.2.x

Component :

Resolution

1) on the custom device family specify the "enable" password for the user used to login via SSH to the device

2) In general configuration specify:

 

3) apply article article 206204 and modify the <SPECROOT>/NCM/config.xml file to use the jsch.

Update the ssh-library-type to jsch by changing the below entry from:

<ssh-library type="java.lang.String">mindterm</ssh-library>

to:

<ssh-library type="java.lang.String">jsch</ssh-library>

and set the below parameters will control what is being used for this timeout.

<jsch-read-datawait type="java.lang.Integer">8</jsch-read-datawait>

<jsch-read-datawait-mutipler type="java.lang.Integer">12</jsch-read-datawait-mutipler>

Attachments