diff options
author | Luca Muscariello <muscariello@ieee.org> | 2020-03-23 06:45:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2020-03-23 06:45:26 +0000 |
commit | 5691f9fb1a768fab068f02e9138109292099c3a0 (patch) | |
tree | 88370652e1e8b1f1931b6e9d10e505d16ffccfc8 /docs | |
parent | 4204e83413f46d42f65c961d473c56ec8a346934 (diff) | |
parent | d4b69d7f65efbe5f4d8784b5accd382c4f6a0aeb (diff) |
Merge "[HICN-572] Updated sysrepo documentation"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/control.md | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/source/control.md b/docs/source/control.md index b7b5ebce0..07010a8d1 100644 --- a/docs/source/control.md +++ b/docs/source/control.md @@ -207,12 +207,11 @@ controler_rpcs_instances.xml in the yang-model. Here you can find the content: #### Run the plugin -Firstly, verify the plugin and binary libraries are located correctly, then run -the vpp through (service vpp start). Next, run the sysrepo daemon (sysrepod), -for debug mode: sysrepo -d -l 4 which runs with high verbosity. Then, run the -sysrepo plugin (sysrepo-plugind), for debug mode: sysrep-plugind -d -l 4 which -runs with high verbosity. Now, the hicn sysrepo plugin is loaded. Then, run the -netopeer2-server which serves as NETCONF server. +First, verify the plugin and binary libraries are located correctly, then run +the vpp through (service vpp start). Next, run the sysrepo plugin +(sysrepo-plugind), for debug mode: sysrep-plugind -d -v 4 which runs with high +verbosity. Now, the hicn sysrepo plugin is loaded. Then, run the +netopeer2-server which serves as NETCONF server #### Connect from netopeer2-cli @@ -224,6 +223,11 @@ follow these steps: - get-config (you can get the configuration data) - edit-config --target running --config +With the default netopeer2-server configuration the authentication required by +netopeer2-cli reflects the ssh authentication (username and password or public +key). For other means of authentication please refer to netopeer2-server +documentation (e.g., netopeer2/server/configuration/README.md). + You can modify the configuration but it needs an xml configuration input. ```xml |