openconfig-pf-srte

This module defines extensions to the OpenConfig policy forwarding module to support static segment routing traffic engineering ...

  • Version: 2019-10-15

    openconfig-pf-srte@2019-10-15


    
      module openconfig-pf-srte {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/policy-forwarding/sr-te";
    
        prefix oc-pf-srte;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-network-instance {
          prefix oc-ni;
        }
        import openconfig-mpls-types {
          prefix oc-mplst;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-segment-routing-types {
          prefix oc-srt;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig Working group
        www.openconfig.net";
    
        description
          "This module defines extensions to the OpenConfig policy forwarding
        module to support static segment routing traffic engineering policy
        definitions. Extensions are provided to match:
    
          - Ingress binding SIDs, such that traffic can be mapped based on
            an ingress label.
          - A colour community and endpoint combination, such that the
            routes can be resolved according to the policy forwarding
            entries that are to be installed.
    
        In addition, policy forwarding actions associated with next-hops are
        added to the model. The next-hop set to be forwarded to is augmented
        to cover a set of lists of segments. The most common application of
        such segment lists is to express stacks of MPLS labels which are used
        as SR segments. In addition, they may be used to expressed segments
        in the form of IPv6 addresses.";
    
        revision "2019-10-15" {
          description
            "Change imported segment-routing module.";
          reference
            "0.2.0";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.1.1";
    
        }
    
        revision "2017-10-01" {
          description
            "Initial revision of the SR-TE policy SAFI model.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.2.0";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-pf-srte
    

© 2023 YumaWorks, Inc. All rights reserved.