Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We have a fairly advanced git / CI setup for building NEDs, compiling our own NSO service code and packaging it all up in container images. Some of those bits can get a bit tedious over time and I recently wrote a bit about it and I thought I'd share...
This is a classic issue. One of the basic tenets of NETCONF is that the device is not allowed to mutate the configuration in the running datastore, yet this is exactly what happens in this case. It is very common that devices do this, in particular f...
Pardon late reply, I don't login here very often.I have not tried this with Jenkins. While I have used Jenkins in the past I have fairly limited experience with it. I think as a system, it was born in a different day and age than GitLab CI. Based on ...
Your question is based on incorrect assumptions. Given the way JUNOS is built *ALL* CLI show commands are available over the NETCONF interface. As has been suggested already in this thread you can run any command in the JUNOS CLI and append "| displa...
Short answer is no, since the netsim devices don't really have a data plane. You need a "real" device, or a virtualised version of one. I'd recommend using vrnetlab (GitHub - plajjan/vrnetlab: Run virtual routers with docker) which makes it very easy...