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
- Host: GitHub
- URL: https://github.com/exsver/netconf
- Owner: exsver
- Created: 2019-04-04T16:34:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T15:16:47.000Z (almost 2 years ago)
- Last Synced: 2025-08-15T12:28:20.114Z (10 months ago)
- Topics: comware, comware-automation, junos, junos-automation, netconf, netconf-client, netconf-examples
- Language: Go
- Homepage:
- Size: 326 KB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)