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.
Hello,
Is there anything extra that should be done to convert enum to string for eval at templates?
I have this simple model and XML template:
<config-template xmlns="http://tail-f.com/ns/config/1.0">
<devices xmlns="http://tail-f.com/ns/ncs">
...
Hello,
Is there a way to subscribe to a specific path in the cdb using netconf? For example, this code works, but returns all changes
import ncclient.managerm = ncclient.manager.connect_ssh(host="localhost", port=202...
Hello,
Creating a service template, I can specify what version of the driver I would like to use via "if-ned-id" - Is there an option to have a "greater-than" operation for NED versions in the XML templates?
Thank you
Hi Viktor, this is the output:
sfloresk@ncs(config)# show configuration
xpath-yang-tests test
device [ eng04-cspine-01 ]
interface_id 100
interface_type Loopback
!
sfloresk@ncs(config)# commit dry-run | debug xpath
2021-02-19T15:14:...
If you are using XR, you can find the protobuf files per version at https://github.com/ios-xr/model-driven-telemetry/tree/master/protos
Hope this helps
-- Santi