huawei-dhcp-client

This module contains a collection of YANG definitions for managing DHCP client.

  • Version: 2019-12-22

    huawei-dhcp-client@2019-12-22


    
      submodule huawei-dhcp-client {
    
        yang-version 1;
    
        belongs-to huawei-dhcp {
            prefix dhcp;
        }
    
        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
          "This module contains a collection of YANG definitions for managing DHCP client.";
    
        revision "2019-12-22" {
          description "Initial revision.";
          reference
            "Huawei private.";
    
        }
    
    
        typedef client-state {
          type enumeration {
            enum "init" {
              value 0;
              description "Init state.";
            }
            enum "selecting" {
              value 1;
              description "Selecting state.";
            }
            enum "requesting" {
              value 2;
              description "Requesting state.";
            }
            enum "bound" {
              value 3;
              description "Bound state.";
            }
            enum "renewing" {
              value 4;
              description "Renewing state.";
            }
            enum "rebinding" {
              value 5;
              description "Rebinding state.";
            }
          }
          description
            "The type of client-state.";
        }
      }  // submodule huawei-dhcp-client
    

© 2023 YumaWorks, Inc. All rights reserved.