openconfig-srte-policy

This module defines a collection of segment routing traffic engineering policy operational states. Each policy, identified by a...

  • Version: 2021-07-28

    openconfig-srte-policy@2021-07-28


    
      module openconfig-srte-policy {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/segment-routing/srte-policy";
    
        prefix oc-srte;
    
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-aft {
          prefix oc-aft;
        }
        import openconfig-segment-routing-types {
          prefix oc-srt;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig Working group
    www.openconfig.net";
    
        description
          "This module defines a collection of segment routing traffic
    engineering policy operational states.
    
    Each policy, identified by a combination of color and endpoint,
    has one or more candidate paths learned from one or more sources.
    The best valid/usable path is marked as active and programmed in
    forwarding plane.
    
    A candidate path, identified by protocol-origin, originator and
    discriminator, can have one and more segment-list defining the
    path traffic should take. Each segment-list is associated with a
    weight for weighted load balancing.
    
    Traffic counters related to SR policies are also defined in this
    module.";
    
        reference
          "draft-ietf-spring-segment-routing-policy";
    
    
        revision "2021-07-28" {
          description
            "Add qualify to when statements.";
          reference
            "0.2.3";
    
        }
    
        revision "2020-11-06" {
          description
            "Update segment-lists nexthop state container to use index leaf
    from aft-common-entry-nexthop-state.";
          reference
            "0.2.2";
    
        }
    
        revision "2020-05-01" {
          description
            "Fix consistency of per-policy counters.";
          reference
            "0.2.1";
    
        }
    
        revision "2020-03-31" {
          description
            "Updated traffic counters on policy and segment-list levels.";
          reference
            "0.2.0";
    
        }
    
        revision "2019-09-24" {
          description
            "Initial revision of the SR-TE policy model.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.2.3";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-srte-policy
    

© 2023 YumaWorks, Inc. All rights reserved.