03-20-2020 08:41 AM - edited 03-20-2020 08:45 AM
Hello guys,
I'm pretty new to NSO, and I want to know if it is possible to configure a netconf router with NSO but this router is behind a router which is directly connected to NSO. Or does NSO require a direct connection ?
Example :
--------- -----------
NSO --> |CLI router| ---> |Netconf router|
--------- -----------
192.168.1.10 192.168.1.1/24 192.168.10.10/24
The Netconf router is an IR1101.
If it is possible, can you explain to me briefly how to do it, because I didn't find anything on google about this ?
Thanks by advance.
Solved! Go to Solution.
03-23-2020 12:58 AM
Hi,
I believe that what you want is to use the router in the middle as a "SSH proxy" to access the final destination. The idea of proxy is available for CLI NEDs but I do not believe for generic NETCONF devices (although it could be a good features to request).
One alternative is to use SSH tunnels and setup your NETCONF session via this tunnel. One example of SSH guide: https://www.ssh.com/ssh/tunneling/example
Roque
03-23-2020 12:58 AM
Hi,
I believe that what you want is to use the router in the middle as a "SSH proxy" to access the final destination. The idea of proxy is available for CLI NEDs but I do not believe for generic NETCONF devices (although it could be a good features to request).
One alternative is to use SSH tunnels and setup your NETCONF session via this tunnel. One example of SSH guide: https://www.ssh.com/ssh/tunneling/example
Roque
03-23-2020 02:54 AM
Hi Roque,
Thank you for your answer, I will try this !
A final question : is it possible to configure both devices at the same time (the CLI router and the Netconf router) following the architecture I gave ?
03-23-2020 07:07 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide