aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2020-03-20 11:13:06 +0100
committerAlberto Compagno <acompagn+fdio@cisco.com>2020-03-20 11:13:06 +0100
commitd4b69d7f65efbe5f4d8784b5accd382c4f6a0aeb (patch)
treec12b1d552c49cee7c243e8271d4c70fd09c7d4aa
parentcea861e99637525358c1908485304d78282816be (diff)
[HICN-572] Updated sysrepo documentation
- Removed reference to the old sysrepod - Added information for the authentication to netopee2-server Change-Id: I435458bebb8f95eb8e63a45fa7fa8a3e060a08e4 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
-rw-r--r--docs/source/control.md16
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