- 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).
See examples in following directories:
- netconf/examples
- comware/examples
- junos/examples
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
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.