CN110661902A - Method for monitoring client renewal - Google Patents

Method for monitoring client renewal Download PDF

Info

Publication number
CN110661902A
CN110661902A CN201910919995.4A CN201910919995A CN110661902A CN 110661902 A CN110661902 A CN 110661902A CN 201910919995 A CN201910919995 A CN 201910919995A CN 110661902 A CN110661902 A CN 110661902A
Authority
CN
China
Prior art keywords
time
client
target client
lease
abnormal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910919995.4A
Other languages
Chinese (zh)
Other versions
CN110661902B (en
Inventor
孙宁涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Power Commercial Systems Co Ltd
Original Assignee
Inspur Power Commercial Systems Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Power Commercial Systems Co Ltd filed Critical Inspur Power Commercial Systems Co Ltd
Priority to CN201910919995.4A priority Critical patent/CN110661902B/en
Publication of CN110661902A publication Critical patent/CN110661902A/en
Application granted granted Critical
Publication of CN110661902B publication Critical patent/CN110661902B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • H04L61/5014Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5061Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the interaction between service providers and their network customers, e.g. customer relationship management
    • H04L41/5064Customer relationship management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/60Types of network addresses
    • H04L2101/618Details of network addresses
    • H04L2101/622Layer-2 addresses, e.g. medium access control [MAC] addresses

Landscapes

  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application discloses a method and a device for monitoring client renewal, a DHCP server and a readable storage medium, wherein the scheme comprises the following steps: acquiring the time of the current appointment of the target client from a local lease file by using an automatic script; judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client; and if the client is abnormal, generating prompt information of the target client for renewing the abnormity. Therefore, according to the scheme, the information of the client without normal Renew IP can be captured from the information of a large number of clients through the automatic script, the client is prompted to have abnormal renewal, the automatic monitoring of the renewal state of the client is realized, and the problems of large time consumption and low efficiency caused by manually searching lease files are solved.

Description

Method for monitoring client renewal
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for monitoring client renewal, a DHCP server, and a readable storage medium.
Background
The IP addresses acquired by the DHCP all have a lease, and after the lease expires, the DHCPserver will recover the IP address, so if the DHCPclient wants to continue using the IP address, the DHCPclient must continue to use the IP address. The DHCPserver manages thousands of clients simultaneously, and when a certain client does not have a renew or the renew is overtime, a large amount of time is spent for looking up the lease file when the client is manually and accurately positioned.
Therefore, how to improve the efficiency of searching for clients without continuation is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a method and a device for monitoring client renewal, a DHCP server and a readable storage medium, which are used for solving the problems of time and labor waste and low efficiency in the traditional mode of manually searching clients without renewal. The specific scheme is as follows:
in a first aspect, the present application provides a method for monitoring client renewal, which is implemented based on a DHCP server, and includes:
acquiring the time of the target client for the current appointment from a local lease file by using an automatic script;
judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client;
and if the target client is abnormal, generating prompt information of the target client for renewing the abnormity.
Preferably, the obtaining the time of the present offer of the target client from the local lease file includes:
repeatedly judging whether a local lease file has an MAC address or not, and capturing the MAC address and a corresponding IP address from the lease file when the MAC address exists in the lease file;
judging whether normal communication can be carried out with the BMC of the target client through the IP address locally;
and if so, acquiring the time of the target client for the current appointment from the lease file.
Preferably, after the determining whether the continuation is abnormal, the method includes:
if the current appointment is abnormal, recording the MAC address and the IP address of the target client and the time of the current appointment into a preset abnormal file;
otherwise, recording the MAC address and the IP address of the target client and the time of the current appointment into a preset normal file.
Preferably, the determining whether the present offer is abnormal according to the time of the present offer and the time of the last offer of the target client includes:
determining the time difference between the time of the current offer and the time of the last offer of the target client; judging whether the continuation is abnormal or not according to the time difference;
if the time difference is less than or equal to 0 or the time difference is greater than the lease time, judging that the lease is abnormal, otherwise, judging that the lease is normal.
Preferably, the obtaining the time of the target client for the current offer from the lease file includes:
and acquiring the time of the current appointment of the target client from the lease file every preset time.
Preferably, the obtaining the time of the target client for the current offer from the lease file includes:
and obtaining the time of the target client for the current appointment from the dhcp.
In a second aspect, the present application provides an apparatus for monitoring client renewal, which is implemented based on a DHCP server, and includes:
an acquisition module: the system comprises a client side, an automatic script and a client side, wherein the automatic script is used for acquiring the renewal time of the target client side from a local lease file;
a judging module: the system is used for judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client;
a prompt module: and the prompt message is used for generating prompt message of the target client for renewing abnormity when the renewal is abnormal.
Preferably, the obtaining module includes:
a grabbing unit: the system comprises a lease file and a server, wherein the lease file is used for repeatedly judging whether an MAC address exists in a local lease file or not, and when the MAC address exists in the lease file, the MAC address and a corresponding IP address are captured from the lease file;
a judging unit: the system is used for judging whether normal communication can be carried out with the BMC of the target client through the IP address locally;
an acquisition unit: and the time for the target client to renew the offer is acquired from the lease file when normal communication can be realized.
In a third aspect, the present application provides a DHCP server, including:
a memory: for storing a computer program;
a processor: for executing said computer program for carrying out the steps of a method of monitoring client renewal as described above.
In a fourth aspect, the present application provides a readable storage medium having stored thereon a computer program for implementing, when executed by a processor, the steps of a method of monitoring client renewal as described above.
The scheme of the method, the device, the DHCP server and the readable storage medium for monitoring client renewal includes: acquiring the time of the current appointment of the target client from a local lease file by using an automatic script; judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client; and if the client is abnormal, generating prompt information of the target client for renewing the abnormity. Therefore, according to the scheme, the information of the client without normal Renew IP can be captured from the information of a large number of clients through the automatic script, the client is prompted to have abnormal renewal, the automatic monitoring of the renewal state of the client is realized, and the problems of large time consumption and low efficiency caused by manually searching lease files are solved.
Drawings
For a clearer explanation of the embodiments or technical solutions of the prior art of the present application, the drawings needed for the description of the embodiments or prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart illustrating a first implementation of a method for monitoring client renewal provided by the present application;
fig. 2 is a flowchart illustrating a second implementation of a method for monitoring a client renewal provided by the present application;
FIG. 3 is a functional block diagram of an embodiment of an apparatus for monitoring client renewal provided herein;
fig. 4 is a schematic structural diagram of an embodiment of a DHCP server provided in the present application.
Detailed Description
The core of the application is to provide a method and a device for monitoring client renewal, a DHCP server and a readable storage medium, which realize the automatic monitoring of a large number of client renewal states.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, a first embodiment of a method for monitoring client renewal provided by the present application is described below, where the first embodiment is implemented based on a DHCP server, and includes:
s101, acquiring the time of the current appointment of the target client from a local lease file by using an automatic script;
s102, judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client; if the abnormal condition exists, jumping to S103, otherwise, not processing;
and S103, generating prompt information of the target client side for renewing abnormity.
DHCP (dynamic Host Configuration protocol), namely, a dynamic Host Configuration protocol, is designed and developed by an Internet task force, and a protocol for automatically allocating TCP/IP parameters to a computer in a TCP/IP network by a special user. The DHCP protocol works in a Client/Server mode, the DHCP Server is responsible for allocating and managing IP addresses, and the DHCP Client requests the DHCP Server to allocate the IP addresses.
There are three mechanisms for DHCP to allocate IP addresses, and this embodiment mainly considers a dynamic allocation manner. In the dynamic allocation mode, the DHCP server allocates an IP address with a time limit to the client, and when the time expires or the client explicitly indicates that the IP address is abandoned, the DHCP server will reclaim the address.
If the client wants to continue using the IP address, a renewal request must be sent to the DHCP server, in a specific way: when the service lease exceeds a half, the client sends a renewal Request to the DHCP server, namely sends a DHCP Request message to renew the IP address. After receiving the lease request, the DHCP performs lease operation, updates lease time, and sends a message that the lease is successful, that is, a DHCP ACK message to the client. And after the client successfully receives the message of successful renewal, prolonging the IP address lease according to the updated lease time. If the client has not renewed, the client may continue to use this IP address until the IP address lease time expires, which the DHCP server will reclaim.
In this embodiment, the lease file is a DHCP.
As a specific implementation manner, the latest renewal time of the target client is acquired from the lease file at preset time intervals, and is different from the last renewal time of the target client, whether the renewal is overtime is judged according to the time difference, that is, whether the time difference falls into a reasonable range is judged, if not, the renewal of the current time is judged to be abnormal, and the user is prompted that the renewal of the target client is abnormal.
The method for monitoring client renewal provided by the embodiment is applied to a DHCP server, and the scheme comprises the following steps: acquiring the time of the current appointment of the target client from a local lease file by using an automatic script; judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client; and if the client is abnormal, generating prompt information of the target client for renewing the abnormity. Therefore, according to the scheme, the information of the client without normal Renew IP can be captured from the information of a large number of clients through the automatic script, the client is prompted to have abnormal renewal, the automatic monitoring of the renewal state of the client is realized, and the problems of large time consumption and low efficiency caused by manually searching lease files are solved.
A second embodiment of the method for monitoring client continuation provided by the present application is described in detail below, and the second embodiment is implemented based on the first embodiment and is expanded to a certain extent based on the first embodiment.
Consider that a dhcp. Therefore, the embodiment captures lease information of the target client from the dhcp.
In addition, when a problem occurs in the continuation, it cannot be determined whether the client can normally acquire the IP, or whether the information related to the BMC after acquiring the IP can be captured normally. Therefore, the embodiment adds a detection process, that is, a process of detecting whether normal communication with the BMC of the target client can be performed according to the IP address.
Referring to fig. 2, the second embodiment is implemented based on a DHCP server, and includes:
s201, judging whether an MAC address exists in a local dhcp. If yes, jumping to S202; otherwise, judging again after the preset time length;
s202, capturing the MAC address and the corresponding IP address from the dhcp.
S203, judging whether normal communication can be carried out between the local IP address and the BMC of the target client side; if yes, jumping to S204; otherwise, jumping to S207;
s204, obtaining the time of the target client for the current appointment from the dhcp.
S205, determining the time difference between the time of the current offer and the time of the last offer of the target client;
s206, judging whether the time difference is less than or equal to 0 or whether the time difference is greater than lease time, if so, judging that the renewal is abnormal, and jumping to S207; otherwise, judging that the appointment continuation is normal, and jumping to S208;
s207, recording the MAC address and the IP address of the target client and the time of the current appointment into a preset abnormal file, and jumping to S201;
and S208, recording the MAC address and the IP address of the target client and the time of the continuation into a preset normal file, and jumping to S201.
Therefore, the method for monitoring client renewal provided by the embodiment is applied to a DHCP server, can capture information of a client without normal Renew in IP from a large amount of information of the client through an automatic script, records abnormal time and gives a prompt, realizes automatic monitoring of the client renewal state, and avoids the problems of large time consumption and low efficiency caused by manually searching lease files.
In the following, a device for monitoring client renewal provided by the embodiments of the present application is described, and a device for monitoring client renewal described below and a method for monitoring client renewal described above are referred to in correspondence.
Referring to fig. 3, the apparatus for monitoring client renewal is implemented based on a DHCP server, and includes:
the acquisition module 301: the system comprises a client side, an automatic script and a client side, wherein the automatic script is used for acquiring the renewal time of the target client side from a local lease file;
the judging module 302: the system is used for judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client;
the prompt module 303: and the prompt message is used for generating prompt message of the target client for renewing abnormity when the renewal is abnormal.
In some specific embodiments, the obtaining module includes:
a grabbing unit: the system comprises a lease file and a server, wherein the lease file is used for repeatedly judging whether an MAC address exists in a local lease file or not, and when the MAC address exists in the lease file, the MAC address and a corresponding IP address are captured from the lease file;
a judging unit: the system is used for judging whether normal communication can be carried out with the BMC of the target client through the IP address locally;
an acquisition unit: and the time for the target client to renew the offer is acquired from the lease file when normal communication can be realized.
Therefore, the specific implementation manner of the apparatus may be seen in the foregoing embodiments of a method for monitoring client renewal, for example, the obtaining module 301, the determining module 302, and the prompting module 303 are respectively used for implementing steps S101, S102, and S103 of the above method for monitoring client renewal. Therefore, specific embodiments thereof may be referred to in the description of the corresponding respective partial embodiments, and will not be described herein.
In addition, since the apparatus for monitoring client lease of the present embodiment is used for implementing the method for monitoring client lease, the function corresponds to the function of the method described above, and is not described herein again.
In addition, the present application also provides a DHCP server, as shown in fig. 4, including:
the memory 100: for storing a computer program;
the processor 200: for executing said computer program for carrying out the steps of a method of monitoring client renewal as described hereinbefore.
Finally, the present application provides a readable storage medium having stored thereon a computer program for implementing, when being executed by a processor, the steps of a method of monitoring client renewal as described hereinbefore.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above detailed descriptions of the solutions provided in the present application, and the specific examples applied herein are set forth to explain the principles and implementations of the present application, and the above descriptions of the examples are only used to help understand the method and its core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A method for monitoring client renewal, which is implemented based on a DHCP server, comprises the following steps:
acquiring the time of the target client for the current appointment from a local lease file by using an automatic script;
judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client;
and if the target client is abnormal, generating prompt information of the target client for renewing the abnormity.
2. The method of claim 1, wherein obtaining the duration of the current lease from the local lease file comprises:
repeatedly judging whether a local lease file has an MAC address or not, and capturing the MAC address and a corresponding IP address from the lease file when the MAC address exists in the lease file;
judging whether normal communication can be carried out with the BMC of the target client through the IP address locally;
and if so, acquiring the time of the target client for the current appointment from the lease file.
3. The method of claim 2, wherein after said determining whether the continuation is abnormal, comprising:
if the current appointment is abnormal, recording the MAC address and the IP address of the target client and the time of the current appointment into a preset abnormal file;
otherwise, recording the MAC address and the IP address of the target client and the time of the current appointment into a preset normal file.
4. The method of claim 1, wherein the determining whether the present offer is abnormal according to the time of the present offer and the time of the last offer of the target client comprises:
determining the time difference between the time of the current offer and the time of the last offer of the target client; judging whether the continuation is abnormal or not according to the time difference;
if the time difference is less than or equal to 0 or the time difference is greater than the lease time, judging that the lease is abnormal, otherwise, judging that the lease is normal.
5. The method according to any one of claims 1-4, wherein the obtaining the time for the target client to renew the offer from the lease file comprises:
and acquiring the time of the current appointment of the target client from the lease file every preset time.
6. The method of claim 5, wherein the obtaining the time for the target client to renew the offer from the lease file comprises:
and obtaining the time of the target client for the current appointment from the dhcp.
7. An apparatus for monitoring client renewal, implemented based on a DHCP server, comprising:
an acquisition module: the system comprises a client side, an automatic script and a client side, wherein the automatic script is used for acquiring the renewal time of the target client side from a local lease file;
a judging module: the system is used for judging whether the current appointment is abnormal or not according to the time of the current appointment and the time of the last appointment of the target client;
a prompt module: and the prompt message is used for generating prompt message of the target client for renewing abnormity when the renewal is abnormal.
8. The apparatus of claim 7, wherein the acquisition module comprises:
a grabbing unit: the system comprises a lease file and a server, wherein the lease file is used for repeatedly judging whether an MAC address exists in a local lease file or not, and when the MAC address exists in the lease file, the MAC address and a corresponding IP address are captured from the lease file;
a judging unit: the system is used for judging whether normal communication can be carried out with the BMC of the target client through the IP address locally;
an acquisition unit: and the time for the target client to renew the offer is acquired from the lease file when normal communication can be realized.
9. A DHCP server, comprising:
a memory: for storing a computer program;
a processor: for executing said computer program for carrying out the steps of a method of monitoring client renewal according to any one of claims 1 to 6.
10. A readable storage medium, having stored thereon a computer program for implementing, when being executed by a processor, the steps of a method of monitoring client renewal according to any one of claims 1 to 6.
CN201910919995.4A 2019-09-26 2019-09-26 Method for monitoring client renewal Active CN110661902B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910919995.4A CN110661902B (en) 2019-09-26 2019-09-26 Method for monitoring client renewal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910919995.4A CN110661902B (en) 2019-09-26 2019-09-26 Method for monitoring client renewal

Publications (2)

Publication Number Publication Date
CN110661902A true CN110661902A (en) 2020-01-07
CN110661902B CN110661902B (en) 2022-06-03

Family

ID=69039371

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910919995.4A Active CN110661902B (en) 2019-09-26 2019-09-26 Method for monitoring client renewal

Country Status (1)

Country Link
CN (1) CN110661902B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905556A (en) * 2021-02-09 2021-06-04 山东英信计算机技术有限公司 Directory lease management method, device, equipment and storage medium for distributed system

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6237009B1 (en) * 1996-10-11 2001-05-22 Sun Microsystems, Inc. Lease renewal service
US20060095286A1 (en) * 2004-10-21 2006-05-04 Nec Corporation Rental service server and rental service system
CN101098346A (en) * 2006-06-28 2008-01-02 华为技术有限公司 Method and device for initiating lease period renewal process of protocol address network
CN101483676A (en) * 2006-02-17 2009-07-15 华为技术有限公司 Method for securing special line user access network
CN101567908A (en) * 2009-05-18 2009-10-28 华为技术有限公司 Address distribution method and device
CN101997920A (en) * 2010-11-18 2011-03-30 中兴通讯股份有限公司 DHCP lease processing method and device
CN102244690A (en) * 2011-07-26 2011-11-16 福建星网锐捷网络有限公司 Address allocation method and system of dynamic host configuration protocol (DHCP) as well as client side and servers of same
US8086732B1 (en) * 2006-06-30 2011-12-27 Cisco Technology, Inc. Method and apparatus for rate limiting client requests
CN103297511A (en) * 2013-05-15 2013-09-11 百度在线网络技术(北京)有限公司 Client/ server scheduling method and system under highly dynamic environment
CN103856572A (en) * 2012-11-30 2014-06-11 中兴通讯股份有限公司 Terminal device IP address contract extension method and household gateway
CN106101295A (en) * 2016-05-30 2016-11-09 上海斐讯数据通信技术有限公司 The method to set up of a kind of IP address lease time and wireless router
CN107864234A (en) * 2017-12-18 2018-03-30 广东省电信规划设计院有限公司 The acquisition methods and device of address renewed treaty time
CN108124197A (en) * 2017-12-18 2018-06-05 广东省电信规划设计院有限公司 The recognition methods of terminal access behavior and device

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6237009B1 (en) * 1996-10-11 2001-05-22 Sun Microsystems, Inc. Lease renewal service
US20060095286A1 (en) * 2004-10-21 2006-05-04 Nec Corporation Rental service server and rental service system
CN101483676A (en) * 2006-02-17 2009-07-15 华为技术有限公司 Method for securing special line user access network
CN101098346A (en) * 2006-06-28 2008-01-02 华为技术有限公司 Method and device for initiating lease period renewal process of protocol address network
US8086732B1 (en) * 2006-06-30 2011-12-27 Cisco Technology, Inc. Method and apparatus for rate limiting client requests
CN101567908A (en) * 2009-05-18 2009-10-28 华为技术有限公司 Address distribution method and device
CN101997920A (en) * 2010-11-18 2011-03-30 中兴通讯股份有限公司 DHCP lease processing method and device
CN102244690A (en) * 2011-07-26 2011-11-16 福建星网锐捷网络有限公司 Address allocation method and system of dynamic host configuration protocol (DHCP) as well as client side and servers of same
CN103856572A (en) * 2012-11-30 2014-06-11 中兴通讯股份有限公司 Terminal device IP address contract extension method and household gateway
CN103297511A (en) * 2013-05-15 2013-09-11 百度在线网络技术(北京)有限公司 Client/ server scheduling method and system under highly dynamic environment
CN106101295A (en) * 2016-05-30 2016-11-09 上海斐讯数据通信技术有限公司 The method to set up of a kind of IP address lease time and wireless router
CN107864234A (en) * 2017-12-18 2018-03-30 广东省电信规划设计院有限公司 The acquisition methods and device of address renewed treaty time
CN108124197A (en) * 2017-12-18 2018-06-05 广东省电信规划设计院有限公司 The recognition methods of terminal access behavior and device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
周斌等: "基于嵌入式终端的DHCP网络接入及接入认证的研究与实现", 《计算机光盘软件与应用》 *
周斌等: "基于嵌入式终端的DHCP网络接入及接入认证的研究与实现", 《计算机光盘软件与应用》, no. 23, 1 December 2012 (2012-12-01) *
邬平杰: "基于DHCP的网络IP地址管理", 《中国新技术新产品》, no. 15, 10 August 2009 (2009-08-10) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905556A (en) * 2021-02-09 2021-06-04 山东英信计算机技术有限公司 Directory lease management method, device, equipment and storage medium for distributed system
CN112905556B (en) * 2021-02-09 2022-11-15 山东英信计算机技术有限公司 Directory lease management method, device, equipment and storage medium for distributed system

Also Published As

Publication number Publication date
CN110661902B (en) 2022-06-03

Similar Documents

Publication Publication Date Title
US20210119965A1 (en) Address Management Method and Apparatus
CN101765837B (en) Firmware retrieval across a network
US20120124242A1 (en) Server and method for testing pxe function of network interface card
CN106210155B (en) Method and device for connecting application server
CN107729185B (en) Fault processing method and device
CN108776579B (en) Distributed storage cluster capacity expansion method, device, equipment and storage medium
CN106470253B (en) IP address recovery method and device
CN110661902B (en) Method for monitoring client renewal
CN110798546A (en) DUID-based DHCP client access authentication method
CN110674095B (en) CTDB cluster expansion method, device and equipment and readable storage medium
CN113315853B (en) Cloud protection node scheduling method, system and storage medium
CN110955544A (en) Method, device and system for detecting usability of web system
CN111061496A (en) PXE installation method and device for Linux operating system
CN110674098A (en) Domain name resolution method in distributed file system
CN112035353B (en) Log recording method, device and equipment and computer readable storage medium
CN110913007B (en) Domain name resolution method, device and equipment
CN106899456B (en) Method for realizing link detection and repair
CN109522299B (en) Data processing method, device, system and storage medium
CN115314361B (en) Server cluster management method and related components thereof
CN107231339B (en) Method and device for detecting DDoS attack
CN113688021B (en) Load balancing service processing method, device, equipment and readable storage medium
CN114422599A (en) Data transmission method, system, electronic equipment and readable medium
CN112100017A (en) Memory resource monitoring method and device
CN113094074A (en) Service cluster updating method and device
JP5350206B2 (en) Setting assignment apparatus, setting assignment method, and setting assignment program

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant