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.
NSO 6.7 is finally here!This significant long-lived release empowers your network automation strategy with seamless AI integration via the new Adaptive MCP Server. It also enhances your operations with Southbound Datastore Subscriptions and reduced maintenance windows through Optimistic Upgrade. Experience the future of intent-based orchestration today.
Hi everyone,We're currently preparing a migration from NSO 6.1 to 6.4, the latest long-lived release.My question is - did the YANG compiler become more strict? If so, is there documentation somewhere that describes the changes?We're recompiling our N...
We are thrilled to announce the release of NSO 6.7, our next long-lived release packed with exciting new features and enhancements. We would like to highlight some key enhancements in this release. Summary Southbound Datastore Subscriptions: Native ...
To recap an earlier post from nearly 2 years ago, I wrote about using GitHub Copilot for Golang adapter code, Python scripts against NSO’s RESTCONF API, and Serverless Workflow DSL for Crosswork Workflow Manager (CWM). The models were slow, and I spe...
I know this question was asked 7-8 years ago, but has the capability been added to know if a transaction that a python based service is processing is a dry-run or the real thing?I know there is the `op` variable in the ... will represent if it is a "...
Reviewer: @viktoria.fordos @jakobsvenningsson @tryeng Network devices from various vendors can proactively generate a configuration after some specific configuration has been pushed. The mechanism on the device side works like an NSO action or servi...
Hi,We use /services/customer-service quite extensively which results in certain services having used-by-customer-service leaf-list populated. Th /services/customer-service gets populated outside FASTMAP via actions under particular service types.Well...
Reviewer: @viktoria.fordos @jakobsvenningsson @tryeng There can be a scenario where a device has a large amount of configuration, such as a large access list per time zone. This means sync-from will take a significantly large amount of time when o...
Hi, All:I want to create a netsim device with operational data.After I create the simualted network:ncs-netsim create-network <pakage> 3 upfIn netsim/upf/upf0, I see the start.sh has the following:++++++++++++++++++++++++++++++++test -f cdb/O.cdbfirs...
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...
Hi,We are using NSO 6.6 with a proprietary NED and have a question about subtree filtering behavior when querying operational data via live status.CLI usedshow devices device yyy live-status mactable macaddresstable2 Bridge_domain 0 entries * interfa...
Hi, all:I am using NSO-6.6 and I encouter NSO-6.6 logs the following warning:<WARN> 22-Jan-2026::14:24:55.214 MmapCSMountPoint Did-6-Worker-3: - failed to get children, path 107781231, mountId smf5.1-nc-1.0:smf5.1-nc-1.0 from MountPointDbThis does no...
RepositoryRequirement of Test CasesConstruct Test CasesFile Structure for Test CasesTest Environment PrerequisitesMakefileCraft Southbound CommunicationConstruct Lux Test CasesExecute the Test Case To make sure your next network automation expansion ...
Upgrade Your Network Fleet: Automation That Delivers Manually upgrading network OS images across a diverse device fleet is slow, error-prone, and risky. Maintaining compliance for Cisco and third-party devices often consumes expert time that should...
NSO behavior running a python NSO action seems to be to create one python ExecuteAction instance that handles all callbacks from NSO. For example, this single instance is what handles two users invoking the action.Is there a way to get one python ins...