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.
Good morning. I'm working through getting a netconf ned working for a Ciena 3304 using the NSO in Docker project. I can get everything to compile correctly, netsim works just fine. When I finally get to the point of testing the NED against an actu...
Hello fellows!I'm working on some tooling with Nornir and making calls via tasks to carry out some automations against NSO RESTCONF API. I'm struggling with getting PATCH method to work though. I've tried a couple different ways, but this example b...
I'm beating my head against a wall here trying to pivot from either erlang or java examples to python.What I'm in despirate need of is a _working_ example of something akin to the tailf:cli-completion-actionpoint if-complete but in Python. The goal ...
I'm trying to work through augmenting a NED yang beyond the config namespace to include "metadata" if you will when viewed through NSO. When trying to commit, however, I'm getting an "element not found" which means that the yang model I've created i...
Good day fellow NOS'ers!I've been working through trying to compile a NETCONF NED for a TelcoSys T-Marc box - they say they support it. After getting my hands on their YANG models and having to clean up a bunch of XPath errors with 'tailf:dependency...
I got it working and not as difficult as i originally thought! Yang model:module network-link {
namespace "http://example.com/network-link";
prefix network-link;
import tailf-common { prefix tailf; }
import tailf-ncs { prefix ncs; }
descr...
SUCCESS!!Thanks a ton for the help here Jan, very much appreciated! I had to tweak up some paths in the security.yang model. For example:2418 list ip-std-acg {2419 tailf:cli-exit-command "exit";2420 must "(current()/type!=...
Thanks! I would definitely appreciate a look and some guidance on what we could disable. All the YANG files I got from them are located here: https://www.dropbox.com/sh/52kyl1t865w61ov/AABxYsqWp2TYyBRfty00bySPa?dl=0I put a tarball in there as well ...