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.
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...
Need to extract the last word from a device interface description below in my Cisco NSO XML template.
ncs(config)# xpath eval /oc-if-config:oc-interfaces//device[device='se1']/interfaces/interface[name='1/1/c1/1']/config/description/oc-if-config:oc-i...
I'm trying to find an example NSO service package that performs the translation of an operational data object. I'd like to have an industry standard data model on the northbound side of NSO (eg: openconfig), and use a vendor proprietary data model o...
I'm curious if anyone could share their experiences with the microflow policing feature. I'm interested in the following, which I haven't been able to find searching documentation:1. How many concurrent flows can be policed? It would seem this is "...
Hi Jason,
It's been awhile since you originally posted this. I'd be interested in seeing an example of how NSO can support a template that maps the results of a 'show command' counter from a vendor proprietary netconf data model, into an industry st...