huawei-bgp-epe

BGP EPE configuration.

  • Version: 2020-03-25

    huawei-bgp-epe@2020-03-25


    
      module huawei-bgp-epe {
    
        yang-version 1;
    
        namespace
          "urn:huawei:yang:huawei-bgp-epe";
    
        prefix bgp-epe;
    
        import huawei-network-instance {
          prefix ni;
        }
        import huawei-extension {
          prefix ext;
        }
        import huawei-bgp {
          prefix bgp;
        }
        import huawei-srv6 {
          prefix srv6;
        }
        import ietf-inet-types {
          prefix inet;
        }
        import huawei-te {
          prefix te;
        }
        import huawei-pub-type {
          prefix pub-type;
        }
        import huawei-twamp-controller {
          prefix twamp-controller;
        }
    
        organization
          "Huawei Technologies Co., Ltd.";
    
        contact
          "Huawei Industrial Base
         Bantian, Longgang
         Shenzhen 518129
         People's Republic of China
         Website: http://www.huawei.com
         Email: support@huawei.com";
    
        description "BGP EPE configuration.";
    
        revision "2020-03-25" {
          description "Initial revision.";
          reference
            "Huawei private.";
    
        }
    
        ext:task-name "bgp";
    
        typedef sid-type {
          type enumeration {
            enum "psp-usp-usd-sid" {
              value 2;
              description
                "Static End.X SID (psp, usp, usd) of a BGP peer.";
            }
            enum "psp-usp-usd-coc-sid" {
              value 3;
              description
                "Static End.X SID (psp, usp, usd, coc) of a BGP peer.";
            }
          }
          description "SRv6 static SID type.";
        }
    
        typedef sid-mode-type {
          type enumeration {
            enum "common" {
              value 0;
              description
                "Common mode of SRv6 static SID type.";
            }
            enum "compress" {
              value 1;
              description
                "Compress mode of SRv6 static SID type.";
            }
          }
          description "Sid mode type.";
        }
      }  // module huawei-bgp-epe
    

© 2023 YumaWorks, Inc. All rights reserved.