Hi,
Is it possible to add additional attributes in a NETCONF RPC request in addition to message-id?
See the following example:
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1" some-attribute="0001">
Looking at...
view more
If i have configuration on a device that needs to configure two GigabitEthernet interfaces, what is the best practice to configure my template. Do I cut/paste the entire XML for both interfaces into my template, or should I think of this as I would run th...
view more
I need to populate a template with a list of data in teh XML-template. I know How to do when apply the yang to the XML as in this caseYANG DEFINTION...augment /ncs:services { list LF3 { description "Provo la lisa di policy"; ... le...
view more
Trying to use the device platform to do leafref to the device loopbacks for a service. After adding the following Yang, I am getting the following warnings: yang/SR-enable.yang:58: warning: the node is config, but refers to a non-config node 'platfor...
view more
Hi, I have created juniper ned by using ncs netconf ned creation method, but after adding a new device using the same ned getting connection refused. Package Reload Successful and also there is no error during compilation. }reload-result {p...
view more