Deep Dive Into Model Driven Programmability with NETCONF and YANG

Sdílet
Vložit
  • čas přidán 3. 07. 2024
  • Season 1, Talk 3 of NetDevOps Live! explores the fundamentals of Model Driven Programmability with a look at YANG and NETCONF. Full details at bit.ly/2OBKw3s
    Presenter: Bryan Byrne / bryan25607
    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.
    NetDevOps Live! is produced by Cisco DevNet. Details can be found at developer.cisco.com/netdevops... and follow NetDevOps Live! on Twitter at / netdevopslive
  • Věda a technologie

Komentáře • 18

  • @techevangelist8373
    @techevangelist8373 Před 3 lety +2

    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

  • @avadhutatre
    @avadhutatre Před 5 lety +2

    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!

  • @rahulcsaple
    @rahulcsaple Před 5 lety +2

    Excellent webinar . Contents were well structured and explained with simplicity

  • @austimbo
    @austimbo Před 5 lety +2

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

  • @devnarayanpaudel1246
    @devnarayanpaudel1246 Před 4 lety

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

  • @RaulEduardoFloresNajera
    @RaulEduardoFloresNajera Před 5 lety +1

    Excellent info, thanks for sharing

  • @DevNetDan
    @DevNetDan Před 2 lety

    Great overview of YANG and NETCONF!

  • @user-xn1zl8ev3c
    @user-xn1zl8ev3c Před 4 lety

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

  • @sandejai
    @sandejai Před 3 lety

    That's very informative, thank you

  • @DavidTorres-mk9sk
    @DavidTorres-mk9sk Před 4 lety

    thanks u, good brief explanation.

  • @Rileytp
    @Rileytp Před 3 lety

    Amazing. Thanks.

  • @taoli5497
    @taoli5497 Před 4 lety

    Excellent

  • @mc-wi8wp
    @mc-wi8wp Před 4 lety

    This guy is not bad!

  • @dipakkumarrai1442
    @dipakkumarrai1442 Před 3 lety

    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?

  • @vinayakkolhapure150
    @vinayakkolhapure150 Před 4 lety

    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.

    • @cuongbang7721
      @cuongbang7721 Před rokem +1

      yang file is for describing data structure, so you can't call a C function in a yang file.

  • @AnhHuynh-jv8to
    @AnhHuynh-jv8to Před 3 lety

    why we call it "Yang" ?