Quantcast
Channel: sshnet Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1729

New Post: netconfig on juniper solution

$
0
0
It is still working for me.
Netconf is configured on Juniper ( set system services netconf ssh )

and in my code

nc = new NetConfClient(ip, "admin", pw);
nc.AutomaticMessageIdHandling = false;
nc.OperationTimeout = new TimeSpan(0, 0, 60);
try {
                nc.Connect();
}
catch (System.Exception ex)
{
                ...
}
...

Viewing all articles
Browse latest Browse all 1729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>