Using yangcli-pro

How to use yangcli-pro with OpenDaylight?
The following article explains how to connect yangcli-pro with ODL over the NETCONF protocol. The netconfd-pro 21.10-4 release and ODL karaf-0.8.4-Oxygen w...
Wed, 2 Feb, 2022 at 9:42 AM
Can yangcli-pro validate YANG content sent from the server?
Yes. The --check-replies parameter (see the --check-replies Section in the yangcli-pro CLI Reference) specifies whether <rpc-reply> messages received ...
Mon, 21 Nov, 2022 at 11:14 AM
How to send configuration data from an XML file
The <edit-config> operation can be invoked from the yangcli-pro command line. The contents of the <config> element can be stored in an XM...
Thu, 24 Feb, 2022 at 2:01 PM
Sending Complex Commands from a Script or Batch Mode
yangcli-pro allows very complex NETCONF operations to be constructed by the user in interactive mode. The user is prompted for all mandatory fields, ...
Thu, 3 Sep, 2020 at 3:59 PM
Using Named Sessions
yangcli-pro can store session configurations so they can be reused as a "named session". If the "default" session is used, then yangcli...
Thu, 24 Feb, 2022 at 2:02 PM
What is the difference between yp-shell in netconfd-pro and yangcli-pro?
Both yp-shell and yangcli-pro provide a command line interface to netconfd-pro, but there are some important differences. yp-shell is the optional embed...
Sun, 6 Feb, 2022 at 4:38 PM
How do I control where yangcli-pro looks for scripts?
The read-only environment variable $YUMAPRO_RUNPATH specifies the path to search for scripts. When starting yangcli-pro using the --runpath parameter sp...
Thu, 24 Feb, 2022 at 8:45 PM
How do I customize the command line behavior?
The command line parser is based on libtecla, a freely available library. If the file $HOME/.teclarc exists, then libtecla will use it to configure the key ...
Mon, 21 Nov, 2022 at 11:16 AM
How can I create a YANG list item with yangcli-pro?
If you have a YANG module which contains a list, you might find that using the create command in yangcli-pro won’t allow you to specify the “name” and “des...
Wed, 13 May, 2020 at 4:48 PM
How do I keep my script from exiting and waiting for input?
yangcli-pro can be used from the command line, typically to connect to a server, perform some tasks, and exit. > yangcli-pro --run-script=my-test-scr...
Thu, 24 Feb, 2022 at 2:03 PM