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.
Are there any guidelines about the performance of NSO vs. the number of kickers configured? And similarly with RAM? For example, is creating 50,000 kickers likely to create issues? My question is about defined triggers, not what happens when kicker a...
I can successfully configure a data-kicker to monitor any changes within an interface:admin@ncs(config)# kickers data-kicker mykicker monitor /devices/device[name='c0']/config/interfaceadmin@ncs(config-data-kicker-mykicker)# commitCommit complete.but...
YANG values with tailf:cli-reset-siblings require mutliple values be set in the same "pass". A device-template will do so. For example:admin@7ccbd23a9e56(config)# devices template set_radius_server_ipv4_ports ned-id cisco-ios-cli-6.84 configadmin@7cc...
My attempt to run ncs-backup --restore is failing with "Permission denied" errors:root@eef5d955e495:/# ncs-backup --restore /nso/run/backups/ncs-5.5.2.12@2023-02-03T07:00:01.backup.gzRestore /etc/ncs from the backup (y/n)? ytar: ./ipc_access: Cannot ...
I have a service template that attempts to set max-reauth-req using an XPath:<max-reauth-req>{/etc/service/wired-nac/interface/dot1x/max-reauth-req}</max-reauth-req>which is not getting the value:3-Mar-2023::20:35:30.972 template ios-interface-templa...
Many thanks to Marcel for demonstrating a way to get to the vlan node and you all for clarifying the differences between a kicker monitor and an Xpath. I now have a better understanding of the constraints involved.Best regards,Mike
Hello Marcel,Thank you for the suggestions. The first one seems like an intuitive solution, but gives the same result:admin@ncs(config)# kickers data-kicker mykicker monitor /devices/device[name='c0']/config/interface/*/switchportadmin@ncs(config-dat...
My understanding of tailf:cli-reset-siblings was incomplete and I misdiagnosed the cause of my config-template problem. A better understanding of tailf:cli-sequence-commands/tailf:cli-reset-siblings (provided by a Cisco Engineer) allowed me to find a...
hniska, thank you for replying! I am getting the same behavior while specifying the host:admin@7ccbd23a9e56(config)# devices template set_radius_server_ipv4_ports ned-id cisco-ios-cli-6.84 configadmin@7ccbd23a9e56(config-config)# radius server TEST a...
Thank you gentlemen! Your assistance regarding context helped me understand what was causing my problem: the XPath '/' represented the service root. I thought starting my XPath with '/' always represented the NSO CDB root.Adding:<?set-root-node {/}?>...