CN111082996A - Automatic configuration method, device and medium for in-band monitoring software - Google Patents

Automatic configuration method, device and medium for in-band monitoring software Download PDF

Info

Publication number
CN111082996A
CN111082996A CN201911386498.9A CN201911386498A CN111082996A CN 111082996 A CN111082996 A CN 111082996A CN 201911386498 A CN201911386498 A CN 201911386498A CN 111082996 A CN111082996 A CN 111082996A
Authority
CN
China
Prior art keywords
address
unit
sending
target
monitoring software
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
CN201911386498.9A
Other languages
Chinese (zh)
Other versions
CN111082996B (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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer Technology 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 Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN201911386498.9A priority Critical patent/CN111082996B/en
Publication of CN111082996A publication Critical patent/CN111082996A/en
Application granted granted Critical
Publication of CN111082996B publication Critical patent/CN111082996B/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
    • 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/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the invention discloses an automatic configuration method, a device and a medium of in-band monitoring software, which are used for acquiring each IP address of a local area network when detecting that the in-band monitoring software is installed; and randomly selecting a target IP address from all the IP addresses, and sending an address detection packet to the target IP address. Judging whether the IP address carried in the received response message is an effective address; if yes, a registration authentication message can be sent to the effective address; and according to the received configuration information, completing the configuration of the in-band monitoring software. If not, a new target IP address can be randomly selected from the rest IP addresses, and an address detection packet is sent to the new target IP address; and ending the operation until the response information carrying the effective address is received. By adopting the method for randomly selecting the IP address to send the address detection packet based on the same local area network, the problem that the address change of the server cannot be connected with the server can be effectively solved, and the success rate of in-band monitoring software deployment is improved.

Description

Automatic configuration method, device and medium for in-band monitoring software
Technical Field
The invention relates to the technical field of server monitoring, in particular to an automatic configuration method and device of in-band monitoring software and a computer readable storage medium.
Background
With the rapid development of computer technology, large-scale data services and the number of the data services are continuously increased, server resources are continuously increased, and monitoring not only needs monitoring of out-of-band information of a server, but also monitoring of in-band system information is particularly important. The server out-of-band information includes information of an external device to which the server is connected through a network cable. The server in-band system information refers to information belonging to the same server-side system. How to rapidly deploy the in-band monitoring software and realize the automatic deployment configuration of the in-band monitoring software is very important.
The existing common automated deployment configuration method is a method for online devices in a network, and determines server software and its version by detecting whether a port is opened or not in a Transmission Control Protocol (TCP) manner. However, in this scheme, when the address of the server changes, the deployment of in-band monitoring software cannot be realized for the client that does not know the address of the server. And because the server needs to provide services for a plurality of clients at the same time, the effective response of the server often cannot be obtained in time after the connection is established, and the deployment of the in-band monitoring software fails.
Therefore, how to improve the success rate of in-band monitoring software deployment is a problem to be solved by those skilled in the art.
Disclosure of Invention
The embodiment of the invention aims to provide an automatic configuration method and device of in-band monitoring software and a computer readable storage medium, which can improve the success rate of in-band monitoring software deployment.
In order to solve the above technical problem, an embodiment of the present invention provides an automatic configuration method for in-band monitoring software, including:
when the in-band monitoring software is detected to be installed, acquiring each IP address of the local area network;
randomly selecting a target IP address from all IP addresses, and sending an address detection packet to the target IP address;
judging whether the IP address carried in the received response message is an effective address;
if yes, sending a registration authentication message to the effective address; according to the received configuration information, completing the configuration of the in-band monitoring software;
if not, randomly selecting a new target IP address from the rest IP addresses, and sending an address detection packet to the new target IP address; and ending the operation until the response information carrying the effective address is received.
Optionally, before the randomly selecting a new target IP address from the remaining IP addresses, the method further includes:
judging whether the number of times of sending the address detection packet to the target IP address exceeds a preset threshold value or not;
if yes, executing the step of randomly selecting a new target IP address from the rest IP addresses;
if not, the address detection packet is sent to the target IP address again.
Optionally, the method further comprises:
when receiving address detection packets sent by other clients, detecting whether the client acquires the IP address of the server;
if yes, feeding back response information carrying the IP address of the server to a client side which sends the address detection packet;
and if not, feeding back response information carrying the empty address to the client side sending the address detection packet.
Optionally, when the IP address carried in the received response message is an effective address, the method further includes:
and sending the data packet carrying the effective address to other IP addresses except the target IP address and the effective address.
Optionally, before acquiring each IP address of the local area network, the method further includes:
monitoring whether a preset port receives a data packet carrying an effective address or not;
if yes, analyzing an effective address carried in the data packet, and sending a registration authentication message to the effective address;
if not, executing the step of acquiring each IP address of the local area network.
The embodiment of the invention also provides an automatic configuration device of in-band monitoring software, which comprises an acquisition unit, a selection unit, a sending unit, a judgment unit and a configuration unit;
the acquisition unit is used for acquiring each IP address of the local area network when detecting that in-band monitoring software is installed;
the selecting unit is used for randomly selecting a target IP address from all IP addresses;
the sending unit is used for sending an address detection packet to the target IP address;
the judging unit is used for judging whether the IP address carried in the received response information is an effective address;
the sending unit is further configured to send a registration authentication message to the effective address when the IP address carried in the received response message is the effective address;
the configuration unit is used for completing the configuration of the in-band monitoring software according to the received configuration information;
the selecting unit is further configured to randomly select a new target IP address from the remaining IP addresses and trigger the sending unit to send an address detection packet to the new target IP address when the IP address carried in the received response message is not an effective address; and ending the operation until the response information carrying the effective address is received.
Optionally, the system further comprises a frequency judging unit;
the number judging unit is used for judging whether the number of times of sending the address detection packet to the target IP address exceeds a preset threshold value before randomly selecting a new target IP address from the rest IP addresses;
if yes, triggering the selection unit to randomly select a new target IP address from the rest IP addresses;
if not, triggering the sending unit to send the address detection packet to the target IP address again.
Optionally, the system further comprises a detection unit, a first feedback unit and a second feedback unit;
the detection unit is used for detecting whether the detection unit acquires the IP address of the server side when receiving the address detection packets sent by other client sides; if yes, triggering the first feedback unit; if not, triggering the second feedback unit;
the first feedback unit is configured to feed back response information carrying the server IP address to the client that sends the address detection packet;
and the second feedback unit is used for feeding back response information carrying an empty address to the client side sending the address detection packet.
Optionally, the sending unit is further configured to send, when the IP address carried in the received response information is an effective address, a data packet carrying the effective address to other IP addresses except the target IP address and the effective address.
Optionally, the system further comprises a monitoring unit and an analysis unit;
the monitoring unit is used for monitoring whether a preset port receives a data packet carrying an effective address; if yes, triggering the analysis unit; if not, triggering the acquisition unit to execute the step of acquiring each IP address of the local area network;
and the analysis unit is used for analyzing the effective address carried in the data packet and sending a registration authentication message to the effective address.
The embodiment of the invention also provides an automatic configuration device of in-band monitoring software, which comprises:
a memory for storing a computer program;
a processor for executing said computer program to implement the steps of the method for automatic configuration of in-band monitoring software as described in any one of the above.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for automatically configuring in-band monitoring software according to any of the above-mentioned embodiments are implemented.
According to the technical scheme, when the in-band monitoring software is detected to be installed, all IP addresses of the local area network are obtained; and randomly selecting a target IP address from all the IP addresses, and sending an address detection packet to the target IP address. By randomly selecting the IP address, the problem that all clients send requests to the same server side to cause untimely request response can be effectively solved. Judging whether the IP address carried in the received response message is an effective address; when the IP address carried in the response message is an effective address, a registration authentication message can be sent to the effective address; and according to the received configuration information, completing the configuration of the in-band monitoring software. When the IP address carried in the response message is an invalid address, a new target IP address can be randomly selected from the rest IP addresses, and an address detection packet is sent to the new target IP address; and ending the operation until the response information carrying the effective address is received. By adopting the method for randomly selecting the IP address to send the address detection packet based on the same local area network, the problem that the address change of the server cannot be connected with the server can be effectively solved, and the success rate of in-band monitoring software deployment is improved.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of an automatic configuration method for in-band monitoring software according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an automatic configuration device with in-monitoring software according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a hardware structure of an automatic configuration device with internal monitoring software according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Next, an automatic configuration method for in-band monitoring software according to an embodiment of the present invention is described in detail. Fig. 1 is a flowchart of an automatic configuration method for in-band monitoring software according to an embodiment of the present invention, where the method includes:
s101: and when the in-band monitoring software is detected to be installed, acquiring each IP address of the local area network.
The local area network comprises a plurality of clients and a server for managing all the clients.
When the client side installs the in-band monitoring software, authentication registration is required to be carried out on the server side, and configuration of the in-band monitoring software is completed according to configuration information fed back by the server side. Therefore, when the in-band monitoring software is installed on the client, the client needs to acquire the IP address of the server, so as to implement configuration of the in-band monitoring software.
In the initial state, the client does not know the IP address of the server, so the client can obtain all the IP addresses of the local area network.
S102: and randomly selecting a target IP address from all the IP addresses, and sending an address detection packet to the target IP address.
In the embodiment of the present invention, the client may send the address detection packet based on a User Datagram Protocol (UDP).
To facilitate differentiation from other IP addresses, the selected IP address may be referred to as a destination IP address.
S103: and judging whether the IP address carried in the received response information is an effective address.
The device corresponding to the target IP address may be other client or server. When the device corresponding to the target IP address is a server, the server feeds back response information carrying the IP address to the client sending the address detection packet, and the IP address is an effective address.
When the device corresponding to the target IP address is other client, the other client can detect whether the other client has acquired the IP address of the server. If the other clients already know the IP address of the server, response information carrying the IP address of the server can be fed back to the client sending the address detection packet. And if the other clients do not know the IP address of the server, feeding back response information carrying the empty address to the client sending the address detection packet.
When the IP address carried in the response message received by the client is an effective address, the connection with the server may be implemented depending on the effective address, that is, S104 is executed.
When the IP address carried in the response message received by the client is an invalid address, it indicates that the client feeding back the response message does not know the IP address of the server, and at this time, the client may send an address detection packet to another IP again, that is, S105 is performed.
S104: sending a registration authentication message to the effective address; and according to the received configuration information, completing the configuration of the in-band monitoring software.
After the client acquires the effective address, the effective address is the IP address of the server, and at the moment, the client can establish communication connection with the server according to the effective address so as to send a registration authentication message to the server. Correspondingly, the server side feeds back the configuration information to the client side, so that the client side can automatically complete the configuration of the in-band monitoring software according to the configuration information.
S105: randomly selecting a new target IP address from the rest IP addresses, and sending an address detection packet to the new target IP address; and ending the operation until the response information carrying the effective address is received.
When the device corresponding to the target IP address feeds back an invalid address, the client can reselect a new target IP address at the moment so as to obtain the effective address of the server finally.
It should be noted that, in practical applications, the client may not receive the response information, and in the embodiment of the present invention, the case that the response information is not received may be attributed to the invalid address carried in the response information, and at this time, the operation of S105 may be executed.
According to the technical scheme, when the in-band monitoring software is detected to be installed, all IP addresses of the local area network are obtained; and randomly selecting a target IP address from all the IP addresses, and sending an address detection packet to the target IP address. By randomly selecting the IP address, the problem that all clients send requests to the same server side to cause untimely request response can be effectively solved. Judging whether the IP address carried in the received response message is an effective address; when the IP address carried in the response message is an effective address, a registration authentication message can be sent to the effective address; and according to the received configuration information, completing the configuration of the in-band monitoring software. When the IP address carried in the response message is an invalid address, a new target IP address can be randomly selected from the rest IP addresses, and an address detection packet is sent to the new target IP address; and ending the operation until the response information carrying the effective address is received. By adopting the method for randomly selecting the IP address to send the address detection packet based on the same local area network, the problem that the address change of the server cannot be connected with the server can be effectively solved, and the success rate of in-band monitoring software deployment is improved.
In consideration of instability of transmission of the address probe packet, the client may send the data probe packet to the target IP address for multiple times, and specifically, before the client randomly selects a new target IP address from the remaining IP addresses, it may be determined whether the number of times of sending the address probe packet to the target IP address exceeds a preset threshold.
The value of the preset threshold may be set according to actual requirements, and is not limited herein, for example, the preset threshold may be set to 5 times.
And when the number of times of sending the address detection packet to the target IP address exceeds a preset threshold value, a step of randomly selecting a new target IP address from the rest IP addresses is executed. And when the number of times of sending the address detection packet to the target IP address does not exceed the preset threshold value, the address detection packet is sent to the target IP address again.
By sending the data detection packet to the same target IP address for multiple times, the situation that the data detection packet is sent unsuccessfully due to factors such as network instability and the like can be effectively reduced. And the times of sending the data detection packets are limited, so that the data detection packets can be prevented from being repeatedly sent to the equipment which does not know the IP address of the server.
In the embodiment of the invention, in order to effectively save the time consumed by other clients in the local area network for discovering the IP address of the server, when the IP address carried in the response information received by the current client is the effective address, the data packet carrying the effective address can be sent to other IP addresses except the target IP address and the effective address, so that other clients can know the IP address of the server in time.
When the current client acquires the IP address of the server, the IP address of the server is sent to other clients, so that the time for other clients to find the IP address of the server can be effectively saved, and the efficiency of configuring in-band monitoring software for each client in the local area network is improved.
As can be seen from the above description, the client may also receive a data packet carrying an effective address actively fed back by another client besides actively sending an address detection packet to the target IP address, and therefore, in the embodiment of the present invention, before acquiring each IP address of the local area network, the client may monitor whether the preset port receives the data packet carrying the effective address;
when the preset port is monitored to receive the data packet carrying the effective address, the address detection packet does not need to be sent to the target IP address, and the client directly analyzes the effective address carried in the data packet and sends a registration authentication message to the effective address.
And when the preset port does not receive the data packet carrying the effective address, executing the step of acquiring each IP address of the local area network.
The preset port may be a port preset by each client for transmitting and receiving an effective address.
After the client acquires the effective address, namely the IP address of the server, the effective address is transmitted to the preset ports of other clients, so that the effective address can be shared by each client, and the efficiency of configuring in-band monitoring software by each client in the local area network is further improved.
Fig. 2 is a schematic structural diagram of an automatic configuration device with in-band monitoring software according to an embodiment of the present invention, including an obtaining unit 21, a selecting unit 22, a sending unit 23, a determining unit 24, and a configuration unit 25;
an obtaining unit 21, configured to obtain each IP address of the local area network when detecting that the in-band monitoring software is installed;
a selecting unit 22, configured to randomly select a target IP address from all IP addresses;
a sending unit 23, configured to send an address probe packet to the target IP address;
a judging unit 24, configured to judge whether the IP address carried in the received response message is an effective address;
the sending unit 23 is further configured to send a registration authentication message to the effective address when the IP address carried in the received response message is the effective address;
the configuration unit 25 is used for completing the configuration of the in-band monitoring software according to the received configuration information;
the selecting unit 22 is further configured to randomly select a new target IP address from the remaining IP addresses and trigger the sending unit 23 to send an address detection packet to the new target IP address when the IP address carried in the received response message is not an effective address; and ending the operation until the response information carrying the effective address is received.
Optionally, the system further comprises a frequency judging unit;
the number judgment unit is used for judging whether the number of times of sending the address detection packet to the target IP address exceeds a preset threshold value before randomly selecting a new target IP address from the rest IP addresses;
if yes, triggering a selection unit to randomly select a new target IP address from the rest IP addresses;
if not, the sending unit is triggered to send the address detection packet to the target IP address again.
Optionally, the system further comprises a detection unit, a first feedback unit and a second feedback unit;
the detection unit is used for detecting whether the detection unit acquires the IP address of the server or not when receiving the address detection packets sent by other clients; if yes, triggering a first feedback unit; if not, triggering a second feedback unit;
the first feedback unit is used for feeding back response information carrying the IP address of the server to the client side which sends the address detection packet;
and the second feedback unit is used for feeding back response information carrying the empty address to the client side sending the address detection packet.
Optionally, the sending unit is further configured to send, when the IP address carried in the received response information is an effective address, a data packet carrying the effective address to other IP addresses except the target IP address and the effective address.
Optionally, the system further comprises a monitoring unit and an analysis unit;
the monitoring unit is used for monitoring whether a preset port receives a data packet carrying an effective address; if yes, triggering an analysis unit; if not, triggering the acquisition unit to execute the step of acquiring each IP address of the local area network;
and the analysis unit is used for analyzing the effective address carried in the data packet and sending a registration authentication message to the effective address.
The description of the features in the embodiment corresponding to fig. 2 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
According to the technical scheme, when the in-band monitoring software is detected to be installed, all IP addresses of the local area network are obtained; and randomly selecting a target IP address from all the IP addresses, and sending an address detection packet to the target IP address. By randomly selecting the IP address, the problem that all clients send requests to the same server side to cause untimely request response can be effectively solved. Judging whether the IP address carried in the received response message is an effective address; when the IP address carried in the response message is an effective address, a registration authentication message can be sent to the effective address; and according to the received configuration information, completing the configuration of the in-band monitoring software. When the IP address carried in the response message is an invalid address, a new target IP address can be randomly selected from the rest IP addresses, and an address detection packet is sent to the new target IP address; and ending the operation until the response information carrying the effective address is received. By adopting the method for randomly selecting the IP address to send the address detection packet based on the same local area network, the problem that the address change of the server cannot be connected with the server can be effectively solved, and the success rate of in-band monitoring software deployment is improved.
Fig. 3 is a schematic hardware structure diagram of an automatic configuration device 30 with internal monitoring software according to an embodiment of the present invention, including:
a memory 31 for storing a computer program;
a processor 32 for executing a computer program to implement the steps of the method for automatic configuration of in-band monitoring software as described in any of the embodiments above.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for automatically configuring in-band monitoring software according to any of the above embodiments are implemented.
The method, the device and the computer-readable storage medium for automatically configuring in-band monitoring software according to the embodiments of the present invention are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and 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. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
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.

Claims (10)

1. An automatic configuration method of in-band monitoring software is characterized by comprising the following steps:
when the in-band monitoring software is detected to be installed, acquiring each IP address of the local area network;
randomly selecting a target IP address from all IP addresses, and sending an address detection packet to the target IP address;
judging whether the IP address carried in the received response message is an effective address;
if yes, sending a registration authentication message to the effective address; according to the received configuration information, completing the configuration of the in-band monitoring software;
if not, randomly selecting a new target IP address from the rest IP addresses, and sending an address detection packet to the new target IP address; and ending the operation until the response information carrying the effective address is received.
2. The method of claim 1, further comprising, prior to said randomly selecting a new target IP address from the remaining IP addresses:
judging whether the number of times of sending the address detection packet to the target IP address exceeds a preset threshold value or not;
if yes, executing the step of randomly selecting a new target IP address from the rest IP addresses;
if not, the address detection packet is sent to the target IP address again.
3. The method of claim 1, further comprising:
when receiving address detection packets sent by other clients, detecting whether the client acquires the IP address of the server;
if yes, feeding back response information carrying the IP address of the server to a client side which sends the address detection packet;
and if not, feeding back response information carrying the empty address to the client side sending the address detection packet.
4. The method of claim 1, wherein when the IP address carried in the received response message is an effective address, the method further comprises:
and sending the data packet carrying the effective address to other IP addresses except the target IP address and the effective address.
5. The method of claim 4, further comprising, prior to obtaining each IP address of the local area network:
monitoring whether a preset port receives a data packet carrying an effective address or not;
if yes, analyzing an effective address carried in the data packet, and sending a registration authentication message to the effective address;
if not, executing the step of acquiring each IP address of the local area network.
6. An automatic configuration device with in-band monitoring software is characterized by comprising an acquisition unit, a selection unit, a sending unit, a judgment unit and a configuration unit;
the acquisition unit is used for acquiring each IP address of the local area network when detecting that in-band monitoring software is installed;
the selecting unit is used for randomly selecting a target IP address from all IP addresses;
the sending unit is used for sending an address detection packet to the target IP address;
the judging unit is used for judging whether the IP address carried in the received response information is an effective address;
the sending unit is further configured to send a registration authentication message to the effective address when the IP address carried in the received response message is the effective address;
the configuration unit is used for completing the configuration of the in-band monitoring software according to the received configuration information;
the selecting unit is further configured to randomly select a new target IP address from the remaining IP addresses and trigger the sending unit to send an address detection packet to the new target IP address when the IP address carried in the received response message is not an effective address; and ending the operation until the response information carrying the effective address is received.
7. The apparatus according to claim 6, further comprising a number judging unit;
the number judging unit is used for judging whether the number of times of sending the address detection packet to the target IP address exceeds a preset threshold value before randomly selecting a new target IP address from the rest IP addresses;
if yes, triggering the selection unit to randomly select a new target IP address from the rest IP addresses;
if not, triggering the sending unit to send the address detection packet to the target IP address again.
8. The apparatus of claim 6, further comprising a detection unit, a first feedback unit, and a second feedback unit;
the detection unit is used for detecting whether the detection unit acquires the IP address of the server side when receiving the address detection packets sent by other client sides; if yes, triggering the first feedback unit; if not, triggering the second feedback unit;
the first feedback unit is configured to feed back response information carrying the server IP address to the client that sends the address detection packet;
and the second feedback unit is used for feeding back response information carrying an empty address to the client side sending the address detection packet.
9. An automatic configuration device with in-band monitoring software, comprising:
a memory for storing a computer program;
a processor for executing said computer program for carrying out the steps of the method for automatic configuration of in-band monitoring software according to any of claims 1 to 5.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method for automatic configuration of in-band monitoring software according to any one of claims 1 to 5.
CN201911386498.9A 2019-12-29 2019-12-29 Automatic configuration method, device and medium for in-band monitoring software Active CN111082996B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911386498.9A CN111082996B (en) 2019-12-29 2019-12-29 Automatic configuration method, device and medium for in-band monitoring software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911386498.9A CN111082996B (en) 2019-12-29 2019-12-29 Automatic configuration method, device and medium for in-band monitoring software

Publications (2)

Publication Number Publication Date
CN111082996A true CN111082996A (en) 2020-04-28
CN111082996B CN111082996B (en) 2022-05-27

Family

ID=70319183

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911386498.9A Active CN111082996B (en) 2019-12-29 2019-12-29 Automatic configuration method, device and medium for in-band monitoring software

Country Status (1)

Country Link
CN (1) CN111082996B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113704060A (en) * 2021-08-21 2021-11-26 济南浪潮数据技术有限公司 Resource monitoring method, system, storage medium and equipment
CN115001958A (en) * 2022-05-31 2022-09-02 济南浪潮数据技术有限公司 Data transmission method, server in-band device and server management device
CN113704060B (en) * 2021-08-21 2024-06-07 郑州浪潮数据技术有限公司 Resource monitoring method, system, storage medium and equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106059888A (en) * 2016-07-29 2016-10-26 浪潮(北京)电子信息产业有限公司 IP (Internet Protocol) address assignment method and device based on open network operating system
CN106897191A (en) * 2017-02-25 2017-06-27 郑州云海信息技术有限公司 A kind of method and apparatus being monitored to system
CN108632221A (en) * 2017-03-22 2018-10-09 华为技术有限公司 Position method, equipment and the system of the compromised slave in Intranet
CN109981365A (en) * 2019-03-26 2019-07-05 深圳市科力锐科技有限公司 Data decryptor method, apparatus, user equipment and storage medium
CN110417789A (en) * 2019-08-01 2019-11-05 深圳市网心科技有限公司 Server connection method, electronic equipment, system and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106059888A (en) * 2016-07-29 2016-10-26 浪潮(北京)电子信息产业有限公司 IP (Internet Protocol) address assignment method and device based on open network operating system
CN106897191A (en) * 2017-02-25 2017-06-27 郑州云海信息技术有限公司 A kind of method and apparatus being monitored to system
CN108632221A (en) * 2017-03-22 2018-10-09 华为技术有限公司 Position method, equipment and the system of the compromised slave in Intranet
CN109981365A (en) * 2019-03-26 2019-07-05 深圳市科力锐科技有限公司 Data decryptor method, apparatus, user equipment and storage medium
CN110417789A (en) * 2019-08-01 2019-11-05 深圳市网心科技有限公司 Server connection method, electronic equipment, system and medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113704060A (en) * 2021-08-21 2021-11-26 济南浪潮数据技术有限公司 Resource monitoring method, system, storage medium and equipment
CN113704060B (en) * 2021-08-21 2024-06-07 郑州浪潮数据技术有限公司 Resource monitoring method, system, storage medium and equipment
CN115001958A (en) * 2022-05-31 2022-09-02 济南浪潮数据技术有限公司 Data transmission method, server in-band device and server management device

Also Published As

Publication number Publication date
CN111082996B (en) 2022-05-27

Similar Documents

Publication Publication Date Title
US20210176143A1 (en) Monitoring wireless access point events
CN109302346B (en) Method and device for transmitting data flow
CN102075508B (en) Vulnerability disclosure system and method aiming at network protocol
CN111385260B (en) Port detection method, system, server and storage medium
CN109960634B (en) Application program monitoring method, device and system
CN106612284B (en) Streaming data transmission method and device
CN104205741A (en) Information processing device, information processing method, and program
KR101139836B1 (en) Method and system for two-phase mechanism for discovering web services based management service
CN108156024B (en) Method, system and storage medium for detecting availability based on distributed website
CN112165447A (en) WAF equipment-based network security monitoring method, system and electronic device
US7908355B2 (en) Method for improving network server load balancing
CN111082996B (en) Automatic configuration method, device and medium for in-band monitoring software
CN117201504B (en) Edge node network data flow direction control method, system, equipment and medium
CN115004650B (en) Node configuration method, node configuration device, distributed system and computer readable medium
CN106230658B (en) A kind of method and apparatus monitoring the network equipment
US11330013B2 (en) Method and device for monitoring data communications
JP2000151606A (en) Network monitoring system, network monitoring method, network management device, network device to be managed and recording medium
CN105915591B (en) Access control method and device
CN115987953A (en) Method and device for providing edge service, edge device providing system and storage medium
CN108781215B (en) Network service implementation method, service controller and communication system
JP5381247B2 (en) Load distribution device, load distribution method, load distribution program, and load distribution system
KR101490316B1 (en) Fault Detection System For Network Device And Fault Detection Method Using The Same
CN107743079B (en) Line detection method, apparatus and computer-readable storage medium
EP1921799A1 (en) A method for detecting the ipv6 network application layer protocol
CN115378838B (en) Method, device, medium and system for testing router IPsec

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