openconfig-rsvp-sr-ext

This module adds extensions to the OpenConfig MPLS models to provide extensions which allow the coexistence of RSVP-TE and Segme...

  • Version: 2019-07-09

    openconfig-rsvp-sr-ext@2019-07-09


    
      module openconfig-rsvp-sr-ext {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/rsvp-sr-ext";
    
        prefix oc-sr-rsvp-ext;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-network-instance {
          prefix oc-ni;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module adds extensions to the OpenConfig MPLS models to
        provide extensions which allow the coexistence of RSVP-TE and
        Segment Routing (SR) within the same network. It augments the
        existing OpenConfig segment routing (SR) and RSVP-TE models
        where required.";
    
        revision "2019-07-09" {
          description
            "Clarify the base for measurements using timeticks64.";
          reference
            "0.3.0";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.2.1";
    
        }
    
        revision "2018-04-13" {
          description
            "Replace boolean with modes for measure-sr-traffic.";
          reference
            "0.2.0";
    
        }
    
        revision "2017-03-06" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.3.0";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-rsvp-sr-ext
    

© 2023 YumaWorks, Inc. All rights reserved.