cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
599
Views
0
Helpful
0
Replies

<report-all-tagged> netconf message using NSO

moadel21
Level 1
Level 1

I would like to know if NSO supports the below <report-all-tagged> GET-CONFIG netconf message. If yes, how can I produce this message using NSO CLI or WebUI.

 

<?xml version="1.0" encoding="utf-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="7">
<get-config>
<source>
<running/>
</source>
<ncwd:with-defaults xmlns:ncwd="urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults">report-all-tagged</ncwd:with-defaults>
</get-config>
</rpc>

 

I am only able to send a general get message using the sync-from feature below:

admin@ncs# devices device X sync-from

 

Thanks!

0 Replies 0