Welcome to the Automation Hub—a collaborative space designed for the automation community to foster the advancement and implementation of projects and applications. This open forum invites all Crosswork customers and partners to engage and share insights. Please remember that while this community is a valuable resource, it is not a substitute for official support channels. All contributions are informal, and users should continue to utilize traditional support avenues for official assistance.
Don’t miss out—reserve your seat for Automation Developer Days 2025 today! Register now and check out the agenda and speakers.
Introducing Cisco NSO 6.5: A game-changing short-lived release packed with powerful updates, including enhanced out-of-band change handling, FIPS-compliant installations, an improved UI, and YANG-Push support over RESTCONF!
Learn more about how to build an automation practice!
Hi,I am hoping to get some guidance on conflict detection. We are running NSO 6.3.1.I have created one complex service that does builds the interface for customer services. It does a lot of work, it has a lengthy xml template and implements logic in ...
We are thrilled to announce the release of NSO 6.5, a short-lived release packed with exciting new features and enhancements. We would like to highlight the key innovations and improvements that make this release a significant milestone. Summary Imp...
I'm defining a service that request feature on a NED available only for selected NED version.If I define the template as usual I got erro at load-time:reload-result { package snfeSERVICE result false info snfeSERVICE-SNMP-template.xml:109 Element: 'p...
Overview This post is describes how the NSO rollback file feature interacts with the pre- and post-modification callbacks. These callbacks are outside of the scope of FASTMAP so changes they make to the NSO database (CDB) are not automatically undone...
Hello the community, I am facing some strange behaviour in the following scenario : I have a service logic (l3vpn) defined to build L3 links (sub-interface and BGP) on my MPLS network and another service logic (vpnconfig) to build the vpn level confi...
Hi,I'm trying to build a ned using NSO 6.4, but compilation is failing due to my deviation file.From devel.log, I have this error: ncs progress usid=35 tid=1084 datastore=running context=cli trace-id=d5aafe3da82cf16c52206216ecfb575b output: augmente...
Hi, I wrote a yang model to configure a sub interface on a Juniper srx like this: <interfaces xmlns="http://yang.juniper.net/junos-es/conf/interfaces"> <interface> <name>st0</na...
I'm trying to select between IOS and IOS-XR using operational data in NSO in YANG. Here are my xpath eval results:admin@ncs(config)# xpath eval ncs:devices/ncs:device[ncs:name='ASR1006-X']/ncs:module/name='tailf-ned-cisco-ios-xr'falseadmin@ncs(config...
Hi all, Could you help me on the following .. in short, how can i do re-deploy with commit params from python .. i can commit a service with commit params from cli and python with success. for example : from cli : dd-rfs d1 commit commit-queue bypass...
If I have Resource Manager/ID Allocator allocated IDs from a pool, is there any way to lock those IDs so they are maintained even if an exclude statement is added that encompasses those IDs? IE: Range is 1 to 65535, allowed range day 0 is 1 to 5000, ...
Hello,I have a CFS service which is dependent on another service ( like an inventory ).My goal is when I make any change on this inventory, the changes should be reflected to the CFS service instances.We thought of using a kicker to monitor this inve...
Hi team, I encounter below error when try to on-board a node. But the node not yet exist before. Kindly advice. show running-config devices device xxxxx-ACC1------------------------------------------------^syntax error: element does not exist Metho...
Running 6.1.11.2 and can't connect to ncs or run ncs_cli. Am getting the following error in devel.log devel-cdb Get argument failed with flag: addloadpath Can someone please share how I can troubleshoot this and where I should be looking. thanks
AI Assisted Network Automation Development I am thrilled about the upcoming Cisco Automation developer days where we willdelve into the intricacies of network automation and explore the entire development lifecycle. As many of us know, the initial ph...
Hi team, I have a python service template in NSO that builds BGP VRFs on IOS-XE routers. The code creates the BGP address family object, using "root.devices.device[service.hostname].config.router.bgp[local_as].address_family.with_vrf.ipv4['unicast']....