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.
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.
Introducing Cisco NSO 6.6: featuring an integrated AI Assistant in the web UI, a new concurrency-optimized Resource Manager, improved YANG schema management, enhanced High Availability and Compliance Reporting tools, updated example NEDs, and advanced service consistency checks. See blog post for more info!
Learn more about how to build an automation practice!
Colleagues,Could you please share any tricks to make latest VSCode version (like 1.105.1) work with NSO Explorer (version 1.1.1). Latest working VSCode version ~1.96. With all version after - VSCode isn't able to connect to NSO. Believe MS changed s...
We are thrilled to announce the release of NSO 6.6, a short-lived release packed with exciting new features and enhancements. We would like to highlight some key enhancements to this release. Summary Integrated AI Assistant in the NSO web UI for Cr...
NSO is a powerful and sophisticated orchestration platform designed to simplify and optimize network operations. While it may seem complex at first glance and requires some effort to master, its capabilities bring significant long-term benefits for...
Effective Network troubleshooting is one of the top, if not the number one, priorities for almost every network operations team. Having the tools and the skills to identify faster the root cause and impact of network issues has a direct connection wi...
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: { ...