COLLECTED BY
Web crawl data from Common Crawl.
The Wayback Machine - https://web.archive.org/web/20191016075537/https://github.com/topics/netconf
Here are
62 public repositories
matching this topic...
Python library for Junos automation
Updated
Oct 8, 2019
2
commits
Python
A collection of Python Code Samples for Network Management. Includes samples to run on-box and off-box.
Updated
Oct 10, 2019
84
commits
Python
YANG data modeling language library
Updated
Oct 16, 2019
7
commits
C
YANG-based configuration and operational state data store for Unix/Linux applications
Updated
Oct 10, 2019
4
commits
C
Updated
Oct 4, 2019
1
commits
C
Updated
Sep 24, 2019
992
commits
Shell
Updated
Sep 8, 2019
2
commits
C
Updated
Oct 16, 2019
1
commits
C
Python hands-on training for network engineers. How to automate Junos with Python
Updated
Sep 22, 2019
141
commits
Python
Advanced NETCONF Explorer: Graphical Explorer for NETCONF / YANG and GNMI/GRPC Telemetry & Java NETCONF 1.1 client library
Updated
Oct 2, 2019
40
commits
Java
How to configure Juniper devices using configuration data models written in YANG and published on Github by OpenConfig.
Updated
Sep 1, 2019
164
commits
Python
Collection of hands-on lab introducing basics of YANG, NETCONF, RESTCONF on IOS-XE and Junos devices
Updated
Aug 2, 2019
24
commits
Python
NETCONF examples for learning labs
Updated
Sep 18, 2019
18
commits
Python
Graphical user interface for NETCONF client
Updated
Aug 14, 2019
774
commits
PHP
Sample python scripts for automation workflows for feature sets present in Catalyst Switching using openly available YANG data models
Updated
Sep 4, 2019
92
commits
Python
GRNET Firewall on Demand platform. Powers
Updated
Nov 15, 2018
460
commits
JavaScript
Healthbot configuration examples. Scripts to manage Healthbot. Closed loop automation. Healthbot building blocks description and troubleshooting guide
Updated
Oct 10, 2019
196
commits
Python
Telemetry Data Mapper to ease data discovery, correlation, and usage with YANG, MIBs, etc.
Updated
Oct 9, 2019
17
commits
Python
Simple NETCONF API example
Updated
Aug 16, 2019
7
commits
CSS
Network automation using various python modules in Python3
Updated
Sep 22, 2019
523
commits
Python
Updated
Sep 21, 2019
68
commits
Python
[Maintainer Required] Robotframework library for NETCONF clients
Updated
Oct 12, 2019
38
commits
Python
NETCONF/YANG module for beluganos
Updated
Apr 18, 2019
39
commits
Go
RFC 6241 (Network Configuration Protocol (NETCONF))中文
Updated
Jul 24, 2019
28
commits
Shell
Netconf Server that listens SNMP traps and converts them into Netconf notifications
Updated
Sep 16, 2019
61
commits
Python
RFC7950 (The YANG 1.1 Data Modeling Language) 中文
Updated
Apr 23, 2019
52
commits
Shell
A bridge to transform netconf calls into REST API for Fortigate
Updated
Jul 25, 2019
36
commits
Python
Junos automation content to manage a lab
Updated
Sep 17, 2019
236
commits
Python
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The docs @ https://ncclient.readthedocs.io/en/latest/manager.html?highlight=get_config#ncclient.manager.Manager.get_config are missing the
with_defaultsparameter as per https://github.com/ncclient/ncclient/blob/master/ncclient/operations/retrieve.py#L116.