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.
Access session recordings, abstracts, slides, and videos from Automation Developer Days. Explore our interactive agenda, playlists, and event gallery for highlights. Relive the insights now!
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!
I am seeking advice on the best practice in managing configuration using both NSO and a third party system, where the third party system adds partial configuration under the container/context created by NSO.Our final goal is to have NSO manage 100% o...
We are seeing an odd problem in lab testing.We have a test topology of ASR9902, 8201 and N540.The services code attempts to retrieve the PID of the device using live-status through the netconf NED.In many cases, the value is returned correctly but ra...
Hi, team I have a concern with nano service :I have a service with developed for NSO 5.83 initially, I have 5 step in my nano service at each step I have post-action that should be triggered when precondition are met. All work good in NSO 5.83 But wh...
Hi,I want to to a service re-deploy with dry-run.Here is my code:==================maapi = ConnectionManager.getNewMaapi();th = ConnectionManager.openMaapiWrite(maapi);ConfXMLParam[] out = null;ConfNamespace ncsNs = ConfNamespace.findNamespaceFromPre...
CWM 2.0 introduces a new authentication mechanism for its APIs. This guide will walk you through the process of setting up authentication for testing purposes. While the examples use Python, the same concepts apply to other programming languages.Step...
Retrieval-Augmented Generation (RAG) has become the cornerstone of modern AI applications, enabling organizations to leverage their proprietary data for intelligent question-answering systems. However, building robust RAG pipelines that are scal...
Hi team i have a problema to relaunch the Network Services Orchestrator 6.4.44 days ago i launched succesfully this service but now i want to work again with the NSO but i have this problem when i try to relaunch for 2 more days:Something went wrong....
Cisco NSO use netconf NED to manage some juniper routers."show devices device xxx capability" from NSO returns below line, indicating the router is a commit-confirmed capable router."capability urn:ietf:params:xml:ns:netconf:capability:confirmed-comm...
We use nso to configure juniper junos routers via netconf ned.We have a service template to apply interface egress shaper, which is equivalent to the below junos cli command: set class-of-service interfaces xe-0/0/10 unit 2819 shaping-rate 1g The ser...
I've been trying to use the yang-patch method with JSON data to write changes to device configurations in NSO, but have been having trouble making it work. Below is the JSON data I am trying to send to /restconf/data to configure an IOS device: { ...
I'd like to use xpath eval or a similar Cisco NSO CLI command to further pre-validate my XML code before running "packages reload". I'd like to speed up my template development by catching syntax issues earlier. In particular, I'd like to be able t...
Hi, all:I recently encounter one thing which I do not understand.My vendor's device yang has the following:leaf secret-key{tailf:info "Secret key string shared for a connection";type tailf:aes-256-cfb-128-encrypted-string;mandatory true;}I set the se...
Co-Author: @Qi Li Table of Contents Table of ContentsFile Structure MigrationContainer MigrationDemoUse Containerized NSO Migration Framework We've seen many customers requesting support for the open-source project NSO in Docker (NID). Unfortunate...
Run the nso 6.5 local-install, ncs-setup --dest ncs-run commands The default ncs.conf is set as follows: I set a static IP to access the webui on the same network band. When I access the webui with a fixed IP, 400 Bad Request occurs. Even if y...
I develop a tool base on NSO Action. I'd like to log the input received by the Action. I can do that with a lengthy code that access to all the data (including containers and lists) to retrive and log each data.I wonder if a smarter way to do so exis...