![ASIX AXM57104 User Manual Download Page 48](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937048.webp)
48
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
8-4 Execution
We use Datastore_handler as a bridge to exchange data from sysrepo to AXM57104_service to configure the
AXM57104 switch board, to achieve this, the example of below step show how to use Netconf-client get/set
config file from sysrepo via Netconf-server, and when the config already modify, save it into sysrepo to
exchange it from sysrepo to datastore_handler and pass configure to AXM57104_service, we need start
many applications by below sequence:
On server side:
~#: sysrepod -d -l 4
~#: sysrepo-plugind -d -l 4
~#: netopeer2-server -d -v 2
~#: spt_service -v -s
~#: datastore_handler -v -s -
c (your datastore config file data path ,default :” (
Your BSP
location
)/Application/Netconf
/Datastore_handler/configs/ ”)
Figure 8 - 19
On client side:
~#: netopeer2-cli
> connect --host (server address) --login (account)
Example: connect --host 127.0.0.1 --login axm87104
Figure 8 - 20
(the first password default ignore)
(enter the account password)