huawei-fim-ifmtrunk

Common interface management, which includes the public configuration of interfaces.

  • Version: 2020-02-29

    huawei-fim-ifmtrunk@2020-02-29


    
      module huawei-fim-ifmtrunk {
    
        yang-version 1;
    
        namespace
          "urn:huawei:yang:huawei-fim-ifmtrunk";
    
        prefix fim-ifmtrunk;
    
        import huawei-ifm {
          prefix ifm;
        }
        import huawei-ifm-trunk {
          prefix ifm-trunk;
        }
        import huawei-extension {
          prefix ext;
        }
    
        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
          "Common interface management, which includes the public configuration of interfaces.";
    
        reference
          "Huawei private.";
    
    
        revision "2020-02-29" {
          description "Initial revision.";
          reference
            "Huawei private.";
    
        }
    
        ext:task-name "forwarding";
    
        typedef enable-type {
          type enumeration {
            enum "disable" {
              value 0;
              description "Disable.";
            }
            enum "enable" {
              value 1;
              description "Enable.";
            }
          }
          description "Enable type.";
        }
    
        typedef trunk-hash-type {
          type enumeration {
            enum "CRC32-1" {
              value 0;
              description "CRC32-1.";
            }
            enum "CRC32-2" {
              value 1;
              description "CRC32-2.";
            }
            enum "XOR-16BIT" {
              value 2;
              description "16bit XOR.";
            }
            enum "XOR-8BIT" {
              value 3;
              description "8bit XOR.";
            }
          }
          description "Trunk arith hash type.";
        }
      }  // module huawei-fim-ifmtrunk
    

© 2023 YumaWorks, Inc. All rights reserved.