dvulovic
Cisco Employee
Cisco Employee
Member since ‎07-13-2013
‎02-14-2024

User Statistics

  • 16 Posts
  • 1 Solutions
  • 0 Helpful votes Given
  • 3 Helpful votes Received

User Activity

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...
Community Statistics
Member Since ‎07-13-2013 09:19 AM
Date Last Visited ‎02-14-2024 12:05 AM
Posts 16
Total Helpful Votes Received 3
Helpful Votes From