Hi ,I am trying to run the example located at https://github.com/NSO-developer/nso-xr-segmentroutingmy OS is Ubuntu 18.04 LTS and using NSO 5.3ahmad@ahmad:~/ncs-run/nso-xr-segmentrouting-develop/packages/resource-manager$ java --versionopenjdk 11.0.10 202...
view more
Hello!!
I am using NSO 5.2.2, I have a service model where I have a container (presence true). In that container, there is a leaf which is leafref.
Snippet of service model given :
service model snippet:
choice type {
ca...
view more
Hello,I am trying to fetch the running-config of my devices for that I am using the command:# devices device DEV-NAME live-status cisco-ios-xr-stats:exec show running-configBut this command don't fetch the whole output for some devices. For exemple f...
view more
Hello everyone, is it possible to have multiple lists in the YANG-model? I have tried that and the YANG-model compiles without errors. But my problem appears when I want to create a service instance. Both lists are shown as an available option when u...
view more
Hi all,in a NSO java service I need to call a user defined action with a number of parameters, in order to manage action outputs inside the service.Could anyone suggest me an example or a tutorial to do this?Thanks everyone who could help me.