Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Informations about libnetconf #7

Closed
GoogleCodeExporter opened this issue Jun 11, 2015 · 1 comment
Closed

Informations about libnetconf #7

GoogleCodeExporter opened this issue Jun 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hello, i'm an university student and i would like to use libnetconf for my 
college internship; our goal is to show how Netconf can be used to manipulate a 
network device; do libnetconf provide all the instruments required for this? Is 
the Server partially implemented? What kind of device can act as Netconf 
Server? A Linux or Windows PC can act as Netconf Server? Thank you so much for 
your help!

Original issue reported on code.google.com by vittorio...@gmail.com on 17 May 2013 at 1:14

@GoogleCodeExporter
Copy link
Author

Hi Vittorio,
libnetconf provides NETCONF protocol implementation - specific network device 
configuration is a little bit out of scope. Specific changes to a specific 
device are always up to a server built on top of libnetconf, however it now 
provides the mechanism called TransAPI (see 
https://libnetconf.googlecode.com/git/src/transapi/generator/README) to simply 
add functions controlling (configuring) a device.

Server, available as a part of the source codes, is just an example of 
libnetconf usage - it actually controls just a virtual device.

libnetconf can run on GNU/Linux systems. Usual platform is x86/x86_64 PC, but 
it is also succesfully used on various SoHo devices with OpenWRT platform.

I hope these answers will help you. Next time, please use our mailing-list 
(http://groups.google.com/group/libnetconf) instead of the issue tracker.

Best regards,
Radek Krejci

Original comment by rkre...@cesnet.cz on 22 May 2013 at 8:04

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant