An open API service indexing awesome lists of open source software.

https://github.com/exsver/netconf

NETCONF client library
https://github.com/exsver/netconf

comware comware-automation junos junos-automation netconf netconf-client netconf-examples

Last synced: 5 months ago
JSON representation

NETCONF client library

Awesome Lists containing this project

README

          

### Description
* Package netconf/netconf implements basic (low level) netconf functionality. And provides a few common xml examples.
* Package netconf/comware implements high level vendor specific functionality (HPE Comware7).
* Package netcong/junos implements high level vendor specific functionality (Juniper JunOS).

### Examples
See examples in following directories:

* netconf/examples
* comware/examples
* junos/examples

### Сompatibility
Partial tested with:
* Juniper MX480 Junos: 17.4R1.16
* Juniper MX80 Junos 15.1R6.7
* Juniper QFX5200-32c-32q Junos: 15.1X53-D30.5
* HPE FF 5130-24G-4SFP+ EI (JG932A) HPE Comware Software, Version 7.1.070, Releases: 3208P03/3208P08/3208P10/3506
* HPE FF 5130-48G-4SFP+ EI (JG934A) HPE Comware Software, Version 7.1.070, Releases: 3208P03/3208P08/3208P10
* HPE FF 5940 48SFP+ 6QSFP+ (JH395A) HPE Comware Software, Version 7.1.070, Release 2609

### Contribute
Welcomes any kind of contribution, please follow the next steps:
* Fork the project on github.com.
* Create a new branch.
* Commit changes to the new branch.
* Send a pull request.

### Authors and Contributors
* [exsver ](https://github.com/exsver)
* [s3rj1k ](https://github.com/s3rj1k)