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.
Hi
This isn't actually a question, just a helpful tip in case you run into this.
The Problem
If you have just upgraded your OS and made a local install of NSO you might be running into issues when setting up netsim devices. You will see something lik...
Hi,
Sure, you can invoke actions over NETCONF as well. Since the introduction of YANG 1.1 there is a standard RPC to do this, using your example the syntax would be (note that you need the correct namespace or you will get an error message):
<act...
Hi
There currently is no default fallback mechanism for a transaction id for NETCONF devices. (Which is why it says unsupported). As more and more NETCONF devices become available NSO will add something.
/Sebastian
Hi
The result unknown means that NSO doesn't have a record of a transaction id with that devices, and so it doesn't know if it is out of sync or not. Reasons for this can for example be: you have not yet done a sync-from, you have committed a change ...
HiYou need root privileges for System Install because System Install installs NSO in directories normally owned by root (e.g. /etc/init.d) if you do not want to install as root you can use "Local Install".(Note this doesn't have anything to do with t...