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.
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...
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...
I have recently presented on how to build a JSON Schema Validation Adapter for Crosswork Workflow Manager (CWM) 1.1 during a customer PoC for bulk provisioning of L3VPN endpoints. After completing the project, I experimented with how AI-assisted code...
gNMI (gRPC Network Management Interface) was developed as a higher performance and lighter weight alternative to NETCONF for network management and configuration. gNMI was developed as part of the OpenConfig initiative to create vendor-neutral, mode...
Hi @erox
NSO communicates with NETCONF devices using the configured basic mode of the device's with-defaults capability. There is no option to specify a different basic mode for the sync-from operation. Using the output from a previous posting in ...
Hi @erox
When you build a NETCONF NED, such as using NSO's NETCONF NED Builder, the support of the "with-defaults" capability is automatically enabled in NSO. NSO will discover the configured basic mode of the with-defaults capability as advertised...