yang-tutorial | Yang / NETCONF / RESTCONF / CLI tutorial

 by   brunorijsman C Version: Current License: No License

kandi X-RAY | yang-tutorial Summary

kandi X-RAY | yang-tutorial Summary

yang-tutorial is a C library. yang-tutorial has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This is a hands-on tutorial for the YANG ecosystem. YANG is a data modeling language that is used for managing devices. It is quite popular for managing networking devices such as routers, switches, firewalls, load balancers, etc. But in principle, YANG could be used to manage any device such as washing machines, satellites, robots, storage arrays, whatever. A YANG data model describes what the configurable and operational attributes of the device are. A configuration attribute is an attribute that can be set by the operator, such as the temperature for a washing machine (hot, warm, cold). An operational attribute is an attribute that can only be read by the operator, such as the remaining time for the cycle of a washing machine. The YANG data model can also describe actions (e.g. start a washing cycle) and notifications (e.g. the washing cycle has been completed). The YANG data model is used to generate a management interface for the device. One example of such a management interface is the command line interface (CLI) which is a an interface intended for humans to configure and monitor the device. Other examples of management interfaces are NETCONF and RESTCONF. These are intended to be used by network management systems (NMSs) or software defined networking (SDN) controllers to configure and monitor the device. In this tutorial we won't spend much time on the theory of what YANG, CLI, NETCONF, or RESTCONF are. Instead, we will take a very hands-on approach and dive right in. We will define a toy YANG data model for a router; it models only the IPv4 addresses on a set of interfaces. Then, we will "take a tour through the YANG ecosystem". We will explore various open source and commercial tools that do something with our toy YANG data model. Some tools allow us to validate the correctness of the YANG data model. Other tools allow us to generate the code that would run on the managed network devices: the CLI/NETCONF/RESTCONF server code that actually reflects changes in the configuration onto the actual hardware. And other tools yet again allow us to generate the code that runs in the network management system, i.e. the NETCONF/RESTCONF client code. We take a very hands-on approach for each tool that we explore: we explain how to install the tool and how to use it to do something practically useful. For a list of links to standards and tutorials related to YANG, NETCONF, RESTCONF, etc. see the references page.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              yang-tutorial has a low active ecosystem.
              It has 4 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              yang-tutorial has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of yang-tutorial is current.

            kandi-Quality Quality

              yang-tutorial has no bugs reported.

            kandi-Security Security

              yang-tutorial has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              yang-tutorial does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              yang-tutorial releases are not available. You will need to build from source code and install.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of yang-tutorial
            Get all kandi verified functions for this library.

            yang-tutorial Key Features

            No Key Features are available at this moment for yang-tutorial.

            yang-tutorial Examples and Code Snippets

            No Code Snippets are available at this moment for yang-tutorial.

            Community Discussions

            No Community Discussions are available at this moment for yang-tutorial.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install yang-tutorial

            This tutorial is written in such a way that you can follow along and run each example yourself. For instructions on how to go to install the necessary software see the setting up the environment for this tutorial page.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/brunorijsman/yang-tutorial.git

          • CLI

            gh repo clone brunorijsman/yang-tutorial

          • sshUrl

            git@github.com:brunorijsman/yang-tutorial.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link