CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
296 stars 187 forks source link

Using netopper2 for configuraing network interfaces and routing, etc. #1410

Closed 1061136002 closed 11 months ago

1061136002 commented 1 year ago

Hi, I've installed and configured the netopeer2 on computer A and computer B. I run netopeer2-server on computer A and run netopeer2-cli on computer B. Through CLI, computer B is connected with computer A. My question is, how to configure A's IP address and routing, etc ,through CLI just use "edit-config ...." Any extra app should be installed? is there any tutorial about this?

thanks in advance

michalvasko commented 1 year ago

Whatever you actually want to configure you have to code yourself or look for an existing solution but it is difficult to write something generic working on multiple platforms/distributions/... In any case, our projects provide just the framework, no actual functionality.

1061136002 commented 1 year ago

Whatever you actually want to configure you have to code yourself or look for an existing solution but it is difficult to write something generic working on multiple platforms/distributions/... In any case, our projects provide just the framework, no actual functionality.

I recently started using netopeer2 for work reasons and tried to find some working examples, but almost nothing. Is there any example available to learn?

michalvasko commented 1 year ago

There is sysrepo documentation but do not expect to learn how to configure routing or whatever using it. There is general developer information which includes an explanation of implemented concepts for configuration of pretty much anything.