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.
In ncs_cli, I can do the following:admin@ncs(config)# copy devices device ios0 ios-copy1admin@ncs(config)# no devices device ios-copy1 configadmin@ncs(config)# commit no-networkingCommit complete.I want to do the same thing from Python, so I have com...
I am trying out the new load-native-config command under NSO 5.1.1. When I try it, I get errors like this:admin@ncs(config)# devices device ios0 load-native-config data "hostname asd"
Error: External error in the NED implementation for device ios0: n...
I am trying to take advantage of NSO's automatic service package upgrade feature to add a node to the service schema, but it does not seem to be working.I start off with a basic template-only service with this YANG snippet: augment /ncs:services {
...
Please let me know if I'm not posting this question in the right place. I have a list of productIds and I'm trying to determine which IOS images support specific features of interest (e.g., 'Flexible NetFlow'). To that end, I am trying to collect thi...
In order to securely give users access to ncs_cli, we set it as their shell as described in the ncs_cli man page:ncs_cli can be invoked from the command line. If so, no authentication is done. The archetypical usage of ncs_cli is to use it as a login...
By default, NSO listens to 127.0.0.1:4569 for IPC connections. See this excerpt from the ncs.conf man page:/ncs-config/ncs-ipc-address/ip (ipv4-address | ipv6-address) [127.0.0.1]The IP address which NCS listens on for incoming connections from the J...
I don't think it is possible for a service to have output. As you say, you could write it to a file. But perhaps a better possibility is to write it to the CDB itself so that other services could read it directly. If you really want to return outp...
Hi Viktor,I just tried the .delete() as you suggested and it results in essentially the same error:In [3]: root.devices.device['ios0-copy2'].config.delete()---------------------------------------------------------------------------Error Traceback (mo...
Hi Ayyapanr, I have a number of the APIs enabled, but it should be the "Software Suggestion API V2" that gives you access to that specific query. Is it possible you have the legacy version of the Software Suggestion API instead of V2? BTW, despite a...
This might be a silly question, but did you remember to do a "make" in your src directory? When I was new to this, I would often forget to do that and then wonder why my YANG changes were not working. -Allen