huawei-fim-ethernet

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

  • Version: 2020-03-11

    huawei-fim-ethernet@2020-03-11


    
      module huawei-fim-ethernet {
    
        yang-version 1;
    
        namespace
          "urn:huawei:yang:huawei-fim-ethernet";
    
        prefix fim-ethernet;
    
        import huawei-ethernet {
          prefix ethernet;
        }
        import huawei-ifm {
          prefix ifm;
        }
        import huawei-extension {
          prefix ext;
        }
        import huawei-ifm-trunk {
          prefix ifm-trunk;
        }
    
        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-03-11" {
          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.";
        }
      }  // module huawei-fim-ethernet
    

© 2023 YumaWorks, Inc. All rights reserved.