From d4b69d7f65efbe5f4d8784b5accd382c4f6a0aeb Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Fri, 20 Mar 2020 11:13:06 +0100 Subject: [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 --- docs/source/control.md | 16 ++++++++++------ 1 file 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 -- cgit 1.2.3-korg