WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Renato Westphal edited this page Jul 30, 2019 · 6 revisions

Transactional CLI

This short demo shows some of the capabilities of the new transactional CLI: asciicast

ConfD + NETCONF + Cisco YDK

This is a very simple demo of ripd being configured by a python script. The script uses NETCONF to communicate with ripd, which has the ConfD plugin loaded. The most interesting part, however, is the fact that the python script is not using handcrafted XML payloads to configure ripd. Instead, the script is using python bindings generated using Cisco's YANG Development Kit (YDK).

asciicast

Clone this wiki locally