ietf-mpls-msd

This YANG module augments the base MPLS model, and it is to provide support for different types of Maximum SID Depth (MSD). Thi...

  • Version: 2025-01-10

    ietf-mpls-msd@2025-01-10


    
      module ietf-mpls-msd {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-mpls-msd";
    
        prefix mpls-msd;
    
        import ietf-routing {
          prefix rt;
          reference
            "RFC 8349: A YANG Data Model for Routing
            	  Management (NMDA Version)";
    
    
        }
        import ietf-mpls {
          prefix mpls;
          reference
            "RFC 8960: A YANG Data Model for MPLS Base";
    
    
        }
        import iana-msd-types {
          prefix iana-msd-types;
        }
    
        organization
          "IETF Multiprotocol Label Switching (MPLS) Working Group";
    
        contact
          "WG Web:   <https://datatracker.ietf.org/wg/mpls/>
         WG List:  <mailto:mpls@ietf.org>
    
         Author:    Yingzhen Qu
                   <mailto:yingzhen.ietf@gmail.com>
         Author:    Acee Lindem
                   <mailto:acee.ietf@gmail.com>
         Author:    Stephane Litkowski
                   <mailto:slitkows.ietf@gmail.com>
         Author:    Jeff Tantsura
                   <mailto:jefftant.ietf@gmail.com>
    
        ";
    
        description
          "This YANG module augments the base MPLS model, and it is to
         provide support for different types of Maximum SID Depth (MSD).
    
         This YANG module conforms to the Network Management
         Datastore Architecture (NMDA) as described in RFC 8342.
    
         Copyright (c) 2025 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.
    
         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject to
         the license terms contained in, the Revised BSD License set
         forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (https://trustee.ietf.org/license-info).
    
         This version of this YANG module is part of RFC 9702;
         see the RFC itself for full legal notices.";
    
        revision "2025-01-10" {
          description "Initial Version";
          reference
            "RFC 9702: YANG Data Model for Maximum Segment Identifier (SID)
            	  Depth Types and MPLS Maximum SID Depth";
    
        }
    
      }  // module ietf-mpls-msd
    

© 2024 YumaWorks, Inc. All rights reserved.