{% extends 'yangsuite/base-cui.html' %} {% load static %} {% block javascript %} {% endblock javascript %} {% block cui-css %} {% endblock %} {% block css %} {% endblock css %} {% block breadcrumbs %}
  • Explore YANG
  • {% endblock %} {% block page-title %}Explore YANG Models{% endblock %} {% block help_url %}{% url 'help' section='ysyangtree' %}{% endblock %} {% block body %} {% csrf_token %}
    Displaying of matches

    Getting Started:

    1. Select a YANG set from the dropdown menu at left.
    2. Select one or more YANG modules from this set above, then click the "Load module(s)" button.
    3. In the tree that appears to the left, you can explore the model(s) by expanding the tree.
    4. Click on any of the nodes in the tree to view its properties and relevant RFC information in this space.
    5. You can also right-click on any node for a context menu with additional options.
    {% include "ysyangtree/search_nodes_dialog.html" %} {% include "ysyangtree/search_xpaths_dialog.html" %} {% include "ysyangtree/generate_replays_dialog.html" %} {% endblock body %} {% block script %} {% endblock script %}