I've just started to use Netconf server and I want to play with it. I installed OpenYuma as netconf server, and for a client I would use the provided yangcli as a first approach.
My problem is that I cannot use filtering in get commands, since in the tutorials and docs are not any usable example, only previously written (outer) xml files are used, which are not shown in these docs.
I know that there are two types of filtering : subtree and xpath. I do not care, which should be used, I only want to use one of them properly.
If I type get in yangcli, I get a lot of data. In this case, I only want to get the memInfo part with all the leafs.
Please supplement/correct my command!!!
yangcli>get filter=('xpath','memInfo') ???
This command does not throw any errors, but only empty data object is received. Thanks