huawei-bgp-ipv6-srpolicy

Inter-AS routing protocol that exchanges Network Layer Reachability Information (NLRI) with other BGP systems.

  • Version: 2020-02-25

    huawei-bgp-ipv6-srpolicy@2020-02-25


    
      module huawei-bgp-ipv6-srpolicy {
    
        yang-version 1;
    
        namespace
          "urn:huawei:yang:huawei-bgp-ipv6-srpolicy";
    
        prefix bgp-ipv6-srpolicy;
    
        import huawei-extension {
          prefix ext;
        }
        import huawei-network-instance {
          prefix ni;
        }
        import huawei-bgp {
          prefix bgp;
        }
        import huawei-routing-policy {
          prefix rtp;
        }
        import huawei-xpl {
          prefix xpl;
        }
        import huawei-bgp-routing-table {
          prefix bgp-rt;
        }
        import ietf-inet-types {
          prefix inet;
        }
        import huawei-ifm {
          prefix ifm;
        }
    
        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
          "Inter-AS routing protocol that exchanges Network Layer Reachability Information (NLRI) with other BGP systems.";
    
        revision "2020-02-25" {
          description
            "The YANG descriptions are modified according to new standards.";
          reference
            "Huawei private.";
    
        }
    
        revision "2019-03-22" {
          description "Initial revision.";
          reference
            "Huawei private.";
    
        }
    
        ext:task-name "bgp";
    
        typedef srv6-select-depend-type {
          type enumeration {
            enum "default" {
              value 0;
              description "Default value.";
            }
            enum "depend-ip" {
              value 2;
              description
                "Routing-dependent IP iteration.";
            }
          }
          description
            "The type of nexthop select depend.";
        }
      }  // module huawei-bgp-ipv6-srpolicy
    

© 2023 YumaWorks, Inc. All rights reserved.