ietf-isis-reverse-metric

This module defines the configuration and operational state for managing the IS-IS reverse metric functionality (RFC 8500). Cop...

  • Version: 2022-10-19

    ietf-isis-reverse-metric@2022-10-19


    
      module ietf-isis-reverse-metric {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-isis-reverse-metric";
    
        prefix isis-rmetric;
    
        import ietf-routing {
          prefix rt;
          reference
            "RFC 8349: A YANG Data Model for Routing Management
            	  (NMDA Version)";
    
    
        }
        import ietf-isis {
          prefix isis;
          reference
            "RFC 9130: YANG Data Model for the IS-IS Protocol";
    
    
        }
    
        organization
          "IETF LSR Working Group (LSR)";
    
        contact
          "WG Web:  <https://datatracker.ietf.org/wg/lsr/>
         WG List: <mailto:lsr@ietf.org>
    
         Author:  Christian Hopps
                  <mailto:chopps@chopps.org>";
    
        description
          "This module defines the configuration and operational state
         for managing the IS-IS reverse metric functionality
         (RFC 8500).
    
         Copyright (c) 2022 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 9194; see the
         RFC itself for full legal notices.";
    
        reference
          "RFC 8500: IS-IS Routing with Reverse Metric";
    
    
        revision "2022-10-19" {
          description "Initial revision.";
          reference
            "RFC 9194: A YANG Module for IS-IS Reverse Metric";
    
        }
    
      }  // module ietf-isis-reverse-metric
    

© 2023 YumaWorks, Inc. All rights reserved.