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 team,
how we can use NSO Python APIs (MAAPI and/or Maagic) to read custom-defined YANG extensions in the node, such as:
extension my-ext {
argument "arg1";
}
...
leaf some-leaf {
...
my-ext "arg1value";
}
Thanks in advance!
Hi team,
I'm struggling to use "nso_action" ansible module to invoke "load-native-config" action as I cannot provide the right input arguments.
What I tried so far is:
input:
file: <file>
input:
source:
file: <file>
input:
source...
Hi team,
I'm having an issue with NSO 5.3.1.1 local install on my laptop. When doing "packages reload", everything looks fine from CLI however, the new model of the package doesn't get loaded and I need to restart NSO with --with-package-reload fla...
Hi,
I want to create a NSO service that uses grouping from 3rd party YANG model. However, this model uses a lot of absolute leafref path references that need to be changed. Although it could be done manually with substantial effort, I would like to...
Below is the simple Python code that should deletes static route on IOS XR: def create_RouterStatic_obj(arg_prefix,arg_prefixlen,arg_nexthop): router_static = Cisco_IOS_XR_ip_static_cfg.RouterStatic() vrf_unicast = router_static.defa...
Hi Guillaume,
thanks for the analysis! Actually, I came to similar conclusions that Ansible module must be changed, so I'll try to see what can be done.
Best regards,
Djordje
Hi Santiago,you can easily it reproduce it in the dCloud lab:admin@controller:~$ cat dv1.pyfrom ydk.models.cisco_ios_xr import Cisco_IOS_XR_ip_static_cfgfrom ydk.services.crud_service import CRUDServicefrom ydk.providers.netconf_provider import Netco...
This is an interesting proposition for e.g. someone doing hands-on lab, but I want to use IDE on my PC. And to install IDE on Vagravt VM running on my PC is a no-go, sorry.But to get back on the main question, is this really really necessary:lxml==3....