ietf-ospfv3-sr

This YANG module defines the operational state for OSPFv3 Segment Routing, which is common across all of the vendor implementati...

  • Version: 2021-10-18

    ietf-ospfv3-sr@2021-10-18


    
      module ietf-ospfv3-sr {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-ospfv3-sr";
    
        prefix ospfv3-sr;
    
        import ietf-inet-types {
          prefix inet;
        }
        import ietf-yang-types {
          prefix yang;
        }
        import ietf-routing {
          prefix rt;
        }
        import ietf-ospf {
          prefix ospf;
        }
        import ietf-ospfv3-extended-lsa {
          prefix ospfv3-e-lsa;
        }
        import ietf-ospf-sr {
          prefix ospf-sr;
        }
    
        organization
          "IETF LSR - Link State Routing Working Group";
    
        contact
          "WG Web:   <http://tools.ietf.org/wg/lsr>
          WG List:  <mailto:lsr@ietf.org>
    
          Author:   Yingzhen Qu
                    <mailto:yqu@futurewei.com>
          Author:   Acee Lindem
                    <mailto:acee@cisco.com>";
    
        description
          "This YANG module defines the operational state for OSPFv3
         Segment Routing, which is common across all of the vendor
         implementations. It is intended that the module will be
         extended by vendors to define vendor-specific OSPFv3
         Segment Routing configuration and operational parameters
         and policies.
    
         This YANG model conforms to the Network Management
         Datastore Architecture (NMDA) as described in RFC 8342.
    
         Copyright (c) 2021 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 Simplified BSD License
         set forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (http://trustee.ietf.org/license-info).
    
         This version of this YANG module is part of RFC XXXX;
         see the RFC itself for full legal notices.
    
         The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
         NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
         'MAY', and 'OPTIONAL' in this document are to be interpreted as
         described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
         they appear in all capitals, as shown here.";
    
        reference
          "RFC XXXX";
    
    
        revision "2021-10-18" {
          description "Initial revision.";
          reference
            "RFC XXXX: A YANG Data Model for OSPFv3 Segment Routing.";
    
        }
    
      }  // module ietf-ospfv3-sr
    

© 2023 YumaWorks, Inc. All rights reserved.