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.
Hi Kassemm, For us to be able to make any recommendation i think we would need a meeting to get a bit more detail. Please reach out to nso-fde-team@cisco.com and we can set up a meeting to discuss. -Tommy
If you say NSO renders the subtree filter as:
<entries>
<interface>
<ethernet1/3/>
</interface>
</entries>
Then it looks as a bug to me I would also have expected:
<entries>
<interface>ethernet1/3/</interface>
</entries>
Since "ethernet1/3/" i...
The intention with drop-node-name is not to give any instruction to the leafs output value when rendered on show command, it just means that the name of the leaf is not showed in C-style cli. My point was mainly if you just have a leaf with simple st...
Hi,There is also a yang extension that intends to solve such restriction. It is called tailf:unique-selector See YANG extension manual page here: https://developer.cisco.com/docs/nso/guides/ncs-man-pages-volume-5/#tailf_yang_extensions (search unique...