Deep Dive Into Model Driven Programmability with NETCONF and YANG

preview_player
Показать описание


Topics Covered - Time Links
- Introduction 0:42
- The Road to Model Driven Programmability 3:08
- The MDP Stack 8:04
- Introduction to YANG Data Models 10:40
- What is a Data Model? 13:01
- Where do YANG Models Come From? 16:32
- Working with YANG Models 21:09
- Network Data in YANG 27:24
- Introduction to NETCONF 31:18
- NETCONF Operations 35:49
- NETCONF in Python 41:31
- Understanding Capabilities 44:46
- Example Network Automation with NETCONF 47:22
- Summary 54:50
- Webinar Resources 55:33
- Code Exchange Challenge 56:26
- Contact Info 57:49

Episode Description:
If you've discovered netmiko and learned how to send and receive CLI commands from your network devices with Python, you're likely wondering "is this the best we have for network programmability?" Thankfully, the future of network automation is not a land of crafting CLI templates and parsing the unstructured clear text output with regular expressions.

In this session, we'll explore NETCONF, the widely available IETF standard for NETwork CONFiguration, and the YANG models that are providing consistent representations of concepts like "Interfaces" and "Access Control Lists." You can think of NETCONF and YANG as the next generation of SNMP and MIBs, and they were built to make network configuration through network orchestration systems and custom scripts an achievable reality for every engineer and organization.

We'll look at how to use these tools to retrieve and edit configurations, explore the operational status of a network device, and how they can be used to provide consistent control and interfacing to multiple network platforms.

Рекомендации по теме
Комментарии
Автор

Good for somebody who already knows about all this. I enjoyed it since I knew this. Good refresher. But, when I watched this 6 months back, I didn't understand a thing. Then, I watched some videos from dataknox who really went in a very fundamental and explained in a very simplified way. And now I understand what this guy is taking about

techevangelist
Автор

Have seen so many yang sessions. This one is hands down the best! Couldn't be more organised, structured and more informative. Thanks a ton guys!

avadhutatre
Автор

Excellent webinar . Contents were well structured and explained with simplicity

rahulcsaple
Автор

Awesome intro to Netconf! Enough info to get started and where to go next.

austimbo
Автор

Excellent webinar session about Netconf and Yang models . Well structured content and simply explained.

devnarayanpaudel
Автор

very nice introduction about yang, it helps a lot for new comer

我是查理查
Автор

That's very informative, thank you

sandejai
Автор

Great video. Would you kindly help me with a link or tutorial of how to go about converting a yang model into a json format?

dipakkumarrai
Автор

Can we call a 'C' function in yang file ? Or is there any way to accomplish this ? Basically I want to call a 'C' fun which will return a integer value and use that in my .yang file.

vinayakkolhapure