Hi,
I am using the 1-2-3…example in the intro section. Cannot do the edit-config, but can do other operations such as hello and get-schema, anything that needs to be done to the default example in 1-2-3… Below is the command and the error:
please can you check the cmd-set-dhcp-defaultLeaseTime-1h.xml corresponds to your data model?
Seems like you are setting element hello which is not in the data model (in the path corresponding to XML).
To use the --edit-config argument of netconf-console, following is the man page info on the --edit-config argument:
--edit-config=EDIT Takes a filename (or '-' for standard input) as
argument. The contents of the file is data for a
single NETCONF edit-config operation (put into the
<config> XML element). Takes an optional --db
argument, default is 'running'.
If you follow the above man page information, you will modify the contents of the xml file that you supply with the --edit-config argument as follows: