tags:

views:

58

answers:

1

Does anyone know if there is a Java library out there to manage configs via NETCONF?

+1  A: 

Yes, we offer a NETCONF client library in Java called ConfM here: http://www.tail-f.com/products/confm . I'll be more than happy to provide you with more information if you are interested.

The IETF NETCONF working group maintains a somewhat updated list of NETCONF implementations here: http://trac.tools.ietf.org/wg/netconf/trac/wiki#NetconfImplementations

Carl Moberg
thanks - is it free? open source?
wuntee
It is not free or open source, but I can probably make it available for evaluation free of cost if you are interested. Again, feel free to contact me directly.If you require a formally free/open source implementations the closest I know of is a python implementation available here: http://code.google.com/p/ncclient/
Carl Moberg