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.
The VMS YANG models allow us to define a configuration where some of the device configuration can be captured in a custom template while the remainder is part of a service definition. The customer can populate the custom template with anything. Th...
I need to read if the EFPP “negotiation” is set in the config. This configuration is either present or not present in the config… -> it does not contain an actual value.Yang model looks like this:Config:In the service Reconciliation, I’m trying to re...
I want to pick up ID from another service model java code. In this case , I want to some data calculate from "tenant-id" under 'AIO001' data. But my code does not work for test2 for loop. i can not pick up "tenant-id" under each Aio-id. I can see te...
A customer is currently provisioning services manually, and as part of the service design/assign process the provisioner issues various show commands to determine the best placement for the service. We want to propose NSO to automate the provisionin...
My customer has flagged Java 7 as an issue (vulnerability and end-of-life) and want to upgrade Java to version 8. The latest documentation on pre-requisites merely indicated the minimum version required: Before installing NSO, ensure that a Java JD...
NCS CLI can be used to generate preview of these configs as well. API provides an ability to extract the same preview output that would be obtained from CLI. From Config mode of NCS CLI, To create/modify services — set services <$serviceName> <...
Yes, it is possible to just generate the configuration intended for services to be deployed without actually applying them on the routers. We can leverage the commit–dry run feature through an API invocation to generate the native configs. ...
Don’t think we have a notion of protected/unprotected. For some of the NEDs we actually just hash the entire config to be able compare and compute the check-sync.The APIC NED comes to mind. It sort of has the notion of protected/unprotected. Basicall...
an XPath expression returns an XPath value, string, number, boolean or date. You just select a node with no content.To illustrate I will use the ncs_cmd utility using the 'xe' command, short for XPath Expression:» ncs_cmd -c "xe /devices/device[name=...