huawei-ifm-pos-trunk

Defines the Pos-Trunk bundling technology, which bundles multiple physical interfaces into a logical interface.

  • Version: 2020-02-13

    huawei-ifm-pos-trunk@2020-02-13


    
      module huawei-ifm-pos-trunk {
    
        yang-version 1;
    
        namespace
          "urn:huawei:yang:huawei-ifm-pos-trunk";
    
        prefix ifm-pos-trunk;
    
        import huawei-ifm {
          prefix ifm;
        }
        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
          "Defines the Pos-Trunk bundling technology, which bundles multiple physical interfaces into a logical interface.";
    
        revision "2020-02-13" {
          description "Initial revision.";
          reference
            "Huawei private.";
    
        }
    
        ext:task-name "trunk";
    
        typedef active-status-type {
          type enumeration {
            enum "invalid" {
              value 0;
              description "Invalid.";
            }
            enum "active" {
              value 1;
              description
                "The interface is in Active state.";
            }
            enum "inactive" {
              value 2;
              description
                "The interface is in InActive state.";
            }
          }
          description
            "Pos trunk member active state.";
        }
      }  // module huawei-ifm-pos-trunk
    

© 2023 YumaWorks, Inc. All rights reserved.