From b44ed4a9079ff1e7c0a576e36335088290d6af71 Mon Sep 17 00:00:00 2001 From: adaraiseh <58519699+adaraiseh@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:53:09 +0300 Subject: [PATCH] doc: fix type and mention netopeer2 for netconf Signed-off-by: adaraiseh <58519699+adaraiseh@users.noreply.github.com> --- doc/developer/northbound/plugins-sysrepo.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/developer/northbound/plugins-sysrepo.rst b/doc/developer/northbound/plugins-sysrepo.rst index 7b2af28d898f..01545a013c3e 100644 --- a/doc/developer/northbound/plugins-sysrepo.rst +++ b/doc/developer/northbound/plugins-sysrepo.rst @@ -99,7 +99,7 @@ to keep ``--enable-sysrepo`` option: Initialization -------------- -Install the FRR YANG modules in the Sysrepo datastore: +Install FRR YANG modules in the Sysrepo datastore: .. code-block:: console @@ -121,7 +121,7 @@ Install the FRR YANG modules in the Sysrepo datastore: sudo sysrepoctl -i ./ietf/frr-deviations-ietf-interfaces.yang -o frr -g frr -Start the FRR daemons with the sysrepo module: +Start FRR daemons with sysrepo module: .. code-block:: console @@ -134,6 +134,9 @@ configuration on sysrepo. Managing the configuration -------------------------- +Testing +^^^^^^^ + To test FRR intergartion with sysrepo, ``sysrepocfg`` tool can be used to edit frr configuration on sysrepo @@ -178,6 +181,15 @@ After that, this configuration should get reflected to vtysh: router isis testnet2 is-type level-1 exit + + ! end +NETCONF +^^^^^^^ + +To manage sysrepo configuration through netconf +you can use `netopeer2 `_ as a netfconf server that can +be easily integrated with sysrepo. +