CN114079647B - Method, device, system and computing equipment for checking IP address record - Google Patents

Method, device, system and computing equipment for checking IP address record Download PDF

Info

Publication number
CN114079647B
CN114079647B CN202010802482.8A CN202010802482A CN114079647B CN 114079647 B CN114079647 B CN 114079647B CN 202010802482 A CN202010802482 A CN 202010802482A CN 114079647 B CN114079647 B CN 114079647B
Authority
CN
China
Prior art keywords
address
target
access
checking
network
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.)
Active
Application number
CN202010802482.8A
Other languages
Chinese (zh)
Other versions
CN114079647A (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.)
China Mobile Communications Group Co Ltd
China Mobile Group Anhui Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Group Anhui 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 China Mobile Communications Group Co Ltd, China Mobile Group Anhui Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202010802482.8A priority Critical patent/CN114079647B/en
Publication of CN114079647A publication Critical patent/CN114079647A/en
Application granted granted Critical
Publication of CN114079647B publication Critical patent/CN114079647B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures

Abstract

The embodiment of the invention relates to the technical field of communication, and discloses a method, a device, a system and a computing device for checking an IP address record, wherein the method comprises the following steps: acquiring an access log on network access equipment, wherein the access log carries identification information of the network access equipment; acquiring an IP address of an access network from the access log according to the identification information to obtain an IP address list; and checking the IP address of the record in the target record system according to the IP address list to determine the IP address which is not recorded in the target record system. Through the mode, the embodiment of the invention realizes the verification of the unreported IP address in the target recording system.

Description

Method, device, system and computing equipment for checking IP address record
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a method, a device, a system and computing equipment for checking an IP address record.
Background
IP addresses are protocols designed for communication over computer network interconnections. When the IP address is registered, the IP address registration unit allocates the IP address to the user. The IP address registration unit includes a telecommunications business person, an internet access provider, and the like.
After the IP address allocation of the user is completed, the user is required to report the related information of the IP address to the address registration unit for backup, or the IP address registration unit actively backs up the IP address. Under the condition that the number of the IP addresses is large, the manually backed-up IP addresses can be omitted, so that the situation of incomplete recording of the IP addresses is caused.
In the prior art, checking of the completeness of the IP address is mainly performed through a survivability test, but the survivability test mode can only perform checking whether the currently surviving IP address is recorded or not during the test, and recording checking cannot be performed on the temporarily non-survivable IP address, so that the checking is incomplete.
Disclosure of Invention
In view of the above problems, the embodiments of the present invention provide a method, an apparatus, a system, and a computing device for checking an IP address record, which are used for solving the problem in the prior art that the checking of an IP address record is not comprehensive.
According to an aspect of the embodiment of the present invention, there is provided a method for checking an IP address, the method including:
acquiring an access log on network access equipment, wherein the access log carries identification information of the network access equipment;
acquiring an IP address of an access network from the access log according to the identification information to obtain an IP address list;
and checking the IP address of the record in the target record system according to the IP address list to determine the IP address which is not recorded in the target record system.
Optionally, the obtaining, according to the identification information, the IP address of the access network from the access log to obtain an IP address list includes:
acquiring an IP address of an access network from the access log according to the identification information to obtain a target IP address set accessed on the network access equipment;
and removing repeated IP addresses in the target IP address set to obtain the IP address list.
Optionally, the obtaining, according to the identification information, the IP address of the access network from the access log, to obtain the set of IP addresses accessed on the network access device includes:
the access log is segmented according to punctuation marks in the access log, each segmentation represents configuration information of the access network, and the configuration information comprises an IP address of the access network;
determining index numbers of the segmented words according to the positions of the segmented words in the access log;
determining a target index number of the IP address in a preset IP address index table according to the identification information; wherein, the preset IP address index table stores the corresponding relation between the identification information and the IP address index number;
and acquiring the IP address according to the target index number to obtain an IP address set accessed on the network access equipment.
Optionally, after determining the IP address not yet recorded in the target recording system, the method further includes:
and backing up the IP address which is not recorded to the target recording system.
Optionally, the target recording system includes a first target recording system and a second target recording system, and the first IP address set recorded in the first target recording system includes a second IP address set recorded in the second target recording system;
the checking the IP address of the target recording system according to the IP address list to determine the IP address of the target recording system that is not recorded, including:
determining a third IP address set which is contained in the IP address list and is not contained in the first IP address set, and obtaining an unrecorded IP address in the first target recording system;
and determining an IP address set which is contained in the third IP address set and is not contained in the second IP address set, and obtaining the IP address which is not recorded in the second target recording system.
Optionally, the checking the IP address of the target record system according to the IP address list to determine the IP address of the target record system that is not recorded includes:
determining a fourth IP address set which is contained in the IP address list and is not contained in the second IP address set, and obtaining an unrecorded IP address in the second target recording system;
and determining an IP address set which is not contained in the first IP address set in the fourth IP address set to obtain an IP address which is not recorded in the first target recording system.
According to another aspect of the embodiment of the present invention, there is provided an apparatus for checking an IP address record, including:
the first acquisition module is used for acquiring an access log on the network access equipment, wherein the access log carries identification information of the network access equipment;
the second acquisition module is used for acquiring the IP address of the access network from the access log according to the identification information so as to obtain an IP address list;
and the checking module is used for checking the IP address of the target record system according to the IP address list so as to determine the IP address which is not recorded in the target record system.
According to another aspect of an embodiment of the present invention, there is provided a computing device including: the device comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete communication with each other through the communication bus;
the memory is used for storing at least one executable instruction, and the executable instruction enables the processor to execute the operation corresponding to the method for checking the IP address record.
According to another aspect of the embodiments of the present invention, there is provided a computer readable storage medium, where at least one executable instruction is stored, where the executable instruction when executed on a computing device/apparatus causes the computing device/apparatus to perform operations corresponding to the above-mentioned method for checking an IP address record.
According to another aspect of the embodiment of the present invention, there is provided an IP address checking system including:
the network access equipment is communicated with the computing equipment and is used for generating an access log according to an access network and sending the access log to the computing equipment;
the target filing system is communicated with the computing equipment and is used for sending the filed IP address to the computing equipment;
a computing device for performing an IP address proposal check as claimed in any one of claims 1 to 6.
According to the embodiment of the invention, the IP address in the access log is acquired according to the identification information of the network access equipment, the IP address list is determined, and the unreported IP address in the target docket system is checked according to the IP address list, so that the unreported IP address in the target docket system is determined.
The foregoing description is only an overview of the technical solutions of the embodiments of the present invention, and may be implemented according to the content of the specification, so that the technical means of the embodiments of the present invention can be more clearly understood, and the following specific embodiments of the present invention are given for clarity and understanding.
Drawings
The drawings are only for purposes of illustrating embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to designate like parts throughout the figures. In the drawings:
fig. 1 is a schematic flow chart of a method for checking an IP address according to an embodiment of the present invention;
fig. 2 is a flow chart illustrating a method for checking an IP address according to another embodiment of the present invention;
FIG. 3 is a functional block diagram of an apparatus for checking an IP address according to an embodiment of the present invention;
FIG. 4 illustrates a schematic diagram of a computing device provided by an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a system for checking an IP address according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present invention are shown in the drawings, it should be understood that the present invention may be embodied in various forms and should not be limited to the embodiments set forth herein.
Fig. 1 shows a flowchart of a method for checking an IP address record according to an embodiment of the present invention. As shown in fig. 1, the method comprises the steps of:
step 110: and acquiring an access log on the network access equipment, wherein the access log carries the identification information of the network access equipment.
In this step, the network access device is a network application oriented access gateway, for example, the network access device may be a broadband network access device (broadband remote access server, BRAS). After network access, the access log is generated in the network access device through the network access device. The access log carries identification information of the network access device. The identification information of the network access device is used to characterize the model number of the network access device. For example, the access log is in the form of a text document, and the file name of the text document includes identification information of the network access device. The embodiment of the invention does not limit the specific form of the identification information of the network access device.
The network access device in the embodiment of the invention can be one or a plurality of network access devices, and one network access device is used for accessing a certain number of IP addresses. And determining specific network access equipment according to the range of the IP address required to be subjected to record checking. For example, in the embodiment of the present invention, the network access device is all network access devices in city a if the integrity check of the record needs to be performed on all IP addresses in city a.
The access logs on the network access device obtained in the embodiment of the present invention may be access logs in any time period, for example, access logs on all network access devices in a city of a week.
Step 120: and acquiring the IP address of the access network from the access log according to the identification information to obtain an IP address list.
In this step, the access log generated on the different network access devices is in a different format. According to the identification information, the IP address of the access network can be obtained from the access log, and the obtained target IP address corpus on all network access devices forms an IP address list, wherein the target IP address corpus is the IP address accessed on the target network access device, and the target network access device is all network access devices in the range corresponding to the IP address to be checked for record.
In some embodiments, the same IP address accesses the network access device multiple times, and an access log is generated each time, the obtained target IP address total set contains repeated IP addresses, and the repeated IP addresses in the target IP address total set are removed by comparing each IP address in the target IP address total set with other IP addresses, so as to obtain an IP address list. By the method, the obtained IP address list has no repeated IP address, and when the IP address is used for checking the IP address which is not recorded in the target recording system, the checking efficiency is higher.
The embodiment of the invention is not limited to a specific method for acquiring the IP address of the access network, for example, in a specific embodiment, the content of the access log generated on the network access device is in a text form, the text information includes configuration information of the access network, and the configuration information includes the IP address. And accessing a field related to the identification IP address in the log in a text identification mode so as to acquire the IP address according to the identification result.
In another embodiment, since the content formats of the access logs generated on the same network access device are the same, that is, the locations of the IP addresses in the access logs are the same, the fields in the access logs are separated by punctuation marks, and the fields between two adjacent punctuation marks identify one configuration information. For example, the information between the first punctuation mark and the second punctuation mark is the user name of the access network, and the information between the second punctuation mark and the third punctuation mark is the IP address of the access network. The access log is segmented through punctuation marks in the access log, and index numbers of the segmented words are obtained according to the sequence of the segmented words in the access log. And determining a target index number corresponding to the IP address in a preset IP address index table according to the identification information, thereby acquiring the IP address in the access log according to the target index number. The preset IP address index table comprises the corresponding relation between the identification information of the network access equipment and the IP address index number. The IP address index table is determined according to the location of the IP address in the access log generated by the historical network access device. For example, the words obtained after the word segmentation of the access log are a, b, c, d respectively, the four words are sequentially arranged in the access log, the corresponding index numbers of the words are 1,2,3 and 4 respectively, the identification information of the network access device corresponding to the access log is identification information M, in the preset IP address index table, the IP address index number corresponding to the identification information M is 2, and then the word with the index number of 2 is obtained to obtain the IP address in the access log.
Step 130: and checking the recorded IP addresses in the target recording system according to the IP address list to determine the unrecorded IP addresses in the target recording system.
In this step, the target filing system is a filing system that needs to be checked for filing. For example, the target docket system may be an EMOS system. The IP address included in the IP address list but not included in the target recording system is the IP address not recorded in the target recording system.
According to the embodiment of the invention, the IP address in the access log is acquired according to the identification information of the network access equipment, the IP address list is determined, and the unreported IP address in the target docket system is checked according to the IP address list, so that the unreported IP address in the target docket system is determined.
In some embodiments, after determining the IP address not recorded in the target recording system, the determined IP address not recorded in the target recording system is backed up to ensure the integrity of the IP address in the target recording system, so that the subsequent checking of the IP address according to the IP address recorded in the target recording system is facilitated.
Fig. 2 is a flowchart of a method for checking an IP address record according to another embodiment of the present invention, where in the embodiment of the present invention, the target record system includes a first target record system and a second target record system are IP address provider comprehensive resource systems or engineering department record systems, and a first set of IP addresses in the first target record system includes a second set of IP addresses in the second target record system. For example, the first target recording system is an EMOS system, and the second target recording system includes the following steps shown in fig. 2 for the embodiment of the present invention:
step 210: and acquiring an access log on the network access equipment, wherein the access log carries the identification information of the network access equipment.
In this step, the network access device is determined according to the IP address backed up by the first target record system. For example, if the first target system backs up the IP address of B, the network access device is all network access devices in B.
Step 220: and acquiring the IP address of the access network from the access log according to the identification information to obtain an IP address list.
Step 230: and determining a third IP address set which is contained in the IP address list and is not contained in the first IP address set, and obtaining the IP address which is not recorded in the first target recording system.
In this step, the third IP address set is an IP address set that is not recorded in the first target recording system.
Step 240: and determining an IP address set which is contained in the third IP address set and is not contained in the second IP address set to obtain an unrecorded IP address in the second target recording system.
In this step, the IP address of the first target system is included in the second target system, and the two are synchronized. Therefore, there is a high possibility that the IP address that is not registered in the first target registration system is not registered in the second target registration system. And respectively matching each IP address in the third IP address set in the second target recording system, wherein the IP address which is not successfully matched is the IP address which is not recorded in the second target recording system.
According to the embodiment of the invention, the IP address which is not recorded in the second target recording system is determined according to the IP address which is not recorded in the first target recording system, so that one comparison is avoided when the IP address in the second target recording system is checked, and the checking efficiency of the second target recording system is improved.
In some other embodiments, after determining the IP address not recorded in the second target recording system according to the third IP address set not recorded in the first target recording system, the checking is further performed according to the IP address not recorded in the second target recording system, that is, determining a fourth IP address set that is included in the IP address list and not included in the second IP address set, so as to obtain the IP address not recorded in the second target recording system. And checking the IP addresses which are not recorded in the first target recording system according to the fourth IP address set. That is, an IP address set included in the fourth IP address set and not included in the first IP address set is determined, and an IP address not recorded in the first target recording system is obtained. Through the checking mode, the first checking result is checked, and the accuracy of record checking is ensured.
Fig. 3 shows a functional block diagram of an apparatus for IP address proposal verification according to an embodiment of the invention. As shown in fig. 3, the apparatus includes: a first acquisition module 310, a second acquisition module 320, and a verification module 330. The first obtaining module 310 is configured to obtain an access log on a network access device, where the access log carries identification information of the network access device. The second obtaining module 320 is configured to obtain an IP address of the access network from the access log according to the identification information, so as to obtain an IP address list. The checking module 330 is configured to check the IP addresses of the target recording system according to the IP address list, so as to determine the IP addresses of the target recording system that are not recorded.
In an alternative manner, the second acquisition module 320 is further configured to:
acquiring an IP address of an access network from the access log according to the identification information to obtain a target IP address set accessed on the network access equipment;
and removing repeated IP addresses in the target IP address set to obtain the IP address list.
In an alternative manner, the second acquisition module 320 is further configured to:
the access log is segmented according to punctuation marks in the access log, each segmentation represents configuration information of the access network, and the configuration information comprises an IP address of the access network;
determining index numbers of the segmented words according to the positions of the segmented words in the access log;
determining a target index number of the IP address in a preset IP address index table according to the identification information; wherein, the preset IP address index table stores the corresponding relation between the identification information and the IP address index number;
and acquiring the IP address according to the target index number to obtain an IP address set accessed on the network access equipment.
In an alternative manner, the apparatus further includes a backup module 340 configured to backup the IP address that is not yet recorded to the target recording system.
In an optional manner, the target filing system includes a first target filing system and a second target filing system, and a first IP address set of the first target filing system includes a second IP address set of the second target filing system; the checking module 330 is further configured to:
determining a third IP address set which is contained in the IP address list and is not contained in the first IP address set, and obtaining an unrecorded IP address in the first target recording system;
and determining an IP address set which is contained in the third IP address set and is not contained in the second IP address set, and obtaining the IP address which is not recorded in the second target recording system.
In an alternative manner, the checking module 330 is further configured to:
determining a fourth IP address set which is contained in the IP address list and is not contained in the second IP address set, and obtaining an unrecorded IP address in the second target recording system;
and determining an IP address set which is not contained in the first IP address set in the fourth IP address set to obtain an IP address which is not recorded in the first target recording system.
According to the embodiment of the invention, the IP address in the access log is acquired according to the identification information of the network access equipment, the IP address list is determined, and the unreported IP address in the target docket system is checked according to the IP address list, so that the unreported IP address in the target docket system is determined.
FIG. 4 illustrates a schematic diagram of a computing device in accordance with an embodiment of the invention, which is not limited to a particular implementation of the computing device.
As shown in fig. 4, the computing device may include: a processor 402, a communication interface (Communications Interface) 404, a memory 406, and a communication bus 408.
Wherein: processor 402, communication interface 404, and memory 406 communicate with each other via communication bus 408. A communication interface 404 for communicating with network elements of other devices, such as clients or other servers. Processor 402 is configured to execute program 410 and may specifically perform the relevant steps described above for the method embodiments.
In particular, program 410 may include program code including computer-executable instructions.
The processor 402 may be a central processing unit CPU, or a specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement embodiments of the present invention. The one or more processors included by the computing device may be the same type of processor, such as one or more CPUs; but may also be different types of processors such as one or more CPUs and one or more ASICs.
Memory 406 for storing programs 410. Memory 406 may comprise high-speed RAM memory or may also include non-volatile memory (non-volatile memory), such as at least one disk memory.
Program 410 may be specifically invoked by processor 402 to cause a computing device to perform steps 110-130 of fig. 1, steps 210-240 of fig. 2, or to implement the functions of modules 310-340 of fig. 3.
Fig. 5 shows a schematic structural diagram of an IP address checking system according to an embodiment of the present invention. As shown in fig. 5, the device system includes: network access device 100, target docketing system 200, and computing device 300. Both the network access device 100 and the target docket system 200 are in communication with the computing device 300, the network access device 100 being configured to generate an access log from the accessed network and to send the access log to the computing device 300. The network access device 100 may be any type of network access device, such as a BRAS device. The target docketing system 200 may be an EMOS system, a group funding system, or a department of labor docketing system. The particular type of computing device 300 is not within the scope of embodiments of the present invention, for example, the computing device may be the computing device shown in FIG. 4. The IP address checking system provided by the embodiment of the invention can realize the checking of the IP address recorded in the target recording system 200, and ensure the completeness of the IP address recorded in the target recording system 200.
The embodiment of the invention provides a computer readable storage medium, which stores at least one executable instruction, and when the executable instruction runs on computing equipment/device, the computing equipment/device executes an operation corresponding to an IP address checking method in any method embodiment.
The embodiment of the invention provides a computer program which can be called by a processor to enable a computing device to execute the operation corresponding to one of the IP address checking methods in any of the method embodiments.
An embodiment of the present invention provides a computer program product, where the computer program product includes a computer program stored on a computer readable storage medium, where the computer program includes program instructions, when the program instructions are executed on a computer, cause the computer to perform an operation corresponding to an IP address checking method in any of the foregoing method embodiments.
The algorithms or displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general-purpose systems may also be used with the teachings herein. The required structure for a construction of such a system is apparent from the description above. In addition, embodiments of the present invention are not directed to any particular programming language. It will be appreciated that the teachings of the present invention described herein may be implemented in a variety of programming languages, and the above description of specific languages is provided for disclosure of enablement and best mode of the present invention.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the above description of exemplary embodiments of the invention, various features of the embodiments of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be construed as reflecting the intention that: i.e., the claimed invention requires more features than are expressly recited in each claim.
Those skilled in the art will appreciate that the modules in the apparatus of the embodiments may be adaptively changed and disposed in one or more apparatuses different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component, and they may be divided into a plurality of sub-modules or sub-units or sub-components. Any combination of all features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or units of any method or apparatus so disclosed, may be used in combination, except insofar as at least some of such features and/or processes or units are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings), may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The use of the words first, second, third, etc. do not denote any order. These words may be interpreted as names. The steps in the above embodiments should not be construed as limiting the order of execution unless specifically stated.

Claims (10)

1. A method for checking an IP address record, the method comprising:
acquiring an access log on network access equipment, wherein the access log carries identification information of the network access equipment;
acquiring an IP address of an access network from the access log according to the identification information to obtain an IP address list;
and checking the IP address of the record in the target record system according to the IP address list to determine the IP address which is not recorded in the target record system.
2. The method according to claim 1, wherein the obtaining the IP address of the access network from the access log according to the identification information to obtain the IP address list includes:
acquiring an IP address of an access network from the access log according to the identification information to obtain a target IP address set accessed on the network access equipment;
and removing repeated IP addresses in the target IP address set to obtain the IP address list.
3. The method according to claim 2, wherein the obtaining, according to the identification information, the IP address of the access network from the access log, to obtain the set of IP addresses accessed on the network access device, includes:
the access log is segmented according to punctuation marks in the access log, each segmentation represents configuration information of the access network, and the configuration information comprises an IP address of the access network;
determining index numbers of the segmented words according to the positions of the segmented words in the access log;
determining a target index number of the IP address in a preset IP address index table according to the identification information; wherein, the preset IP address index table stores the corresponding relation between the identification information and the IP address index number;
and acquiring the IP address according to the target index number to obtain an IP address set accessed on the network access equipment.
4. The method of claim 1, wherein after determining an unrecorded IP address in the target docket system, the method further comprises:
and backing up the IP address which is not recorded to the target recording system.
5. The method of claim 1, wherein the target docketing system comprises a first target docketing system and a second target docketing system, a first set of IP addresses docketing in the first target docketing system comprising a second set of IP addresses docketing in the second target docketing system;
the checking the IP address of the target recording system according to the IP address list to determine the IP address of the target recording system that is not recorded, including:
determining a third IP address set which is contained in the IP address list and is not contained in the first IP address set, and obtaining an unrecorded IP address in the first target recording system;
and determining an IP address set which is contained in the third IP address set and is not contained in the second IP address set, and obtaining the IP address which is not recorded in the second target recording system.
6. The method of claim 5, wherein the checking the IP address of the target docket system according to the IP address list to determine the IP address of the target docket system that is not docket comprises:
determining a fourth IP address set which is contained in the IP address list and is not contained in the second IP address set, and obtaining an unrecorded IP address in the second target recording system;
and determining an IP address set which is not contained in the first IP address set in the fourth IP address set to obtain an IP address which is not recorded in the first target recording system.
7. An apparatus for checking an IP address proposal, the apparatus comprising:
the first acquisition module is used for acquiring an access log on the network access equipment, wherein the access log carries identification information of the network access equipment;
the second acquisition module is used for acquiring the IP address of the access network from the access log according to the identification information so as to obtain an IP address list;
and the checking module is used for checking the IP address of the target record system according to the IP address list so as to determine the IP address which is not recorded in the target record system.
8. A computing device, comprising: the device comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete communication with each other through the communication bus;
the memory is configured to store at least one executable instruction, where the executable instruction causes the processor to perform operations corresponding to a method for checking an IP address according to any one of claims 1 to 6.
9. A computer readable storage medium, wherein at least one executable instruction is stored in the storage medium, the executable instruction when executed on a computing device/apparatus causes the computing device/apparatus to perform operations corresponding to a method for checking an IP address record as claimed in any one of claims 1 to 6.
10. An IP address checking system, comprising:
the network access device is communicated with the computing device and is used for generating an access log according to an access network and sending the access log to the computing device;
the target filing system is communicated with the computing equipment and is used for sending the filed IP address to the computing equipment;
a computing device for performing an IP address proposal check as claimed in any one of claims 1 to 6.
CN202010802482.8A 2020-08-11 2020-08-11 Method, device, system and computing equipment for checking IP address record Active CN114079647B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010802482.8A CN114079647B (en) 2020-08-11 2020-08-11 Method, device, system and computing equipment for checking IP address record

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010802482.8A CN114079647B (en) 2020-08-11 2020-08-11 Method, device, system and computing equipment for checking IP address record

Publications (2)

Publication Number Publication Date
CN114079647A CN114079647A (en) 2022-02-22
CN114079647B true CN114079647B (en) 2023-07-21

Family

ID=80280121

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010802482.8A Active CN114079647B (en) 2020-08-11 2020-08-11 Method, device, system and computing equipment for checking IP address record

Country Status (1)

Country Link
CN (1) CN114079647B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7086061B1 (en) * 2002-08-01 2006-08-01 Foundry Networks, Inc. Statistical tracking of global server load balancing for selecting the best network address from ordered list of network addresses based on a set of performance metrics
CN102332993A (en) * 2011-09-21 2012-01-25 国家计算机网络与信息安全管理中心 IP address register information verifying method and system
CN106713471A (en) * 2016-12-29 2017-05-24 北京奇艺世纪科技有限公司 Method and device for acquiring configuration file
CN108259630A (en) * 2016-12-29 2018-07-06 中国电信股份有限公司 Non- recorded website detection method, platform and system
CN108600260A (en) * 2018-05-09 2018-09-28 国家计算机网络与信息安全管理中心 A kind of industry Internet of Things security configuration check method
CN108900527A (en) * 2018-07-20 2018-11-27 南京方恒信息技术有限公司 A kind of security configuration check system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7086061B1 (en) * 2002-08-01 2006-08-01 Foundry Networks, Inc. Statistical tracking of global server load balancing for selecting the best network address from ordered list of network addresses based on a set of performance metrics
CN102332993A (en) * 2011-09-21 2012-01-25 国家计算机网络与信息安全管理中心 IP address register information verifying method and system
CN106713471A (en) * 2016-12-29 2017-05-24 北京奇艺世纪科技有限公司 Method and device for acquiring configuration file
CN108259630A (en) * 2016-12-29 2018-07-06 中国电信股份有限公司 Non- recorded website detection method, platform and system
CN108600260A (en) * 2018-05-09 2018-09-28 国家计算机网络与信息安全管理中心 A kind of industry Internet of Things security configuration check method
CN108900527A (en) * 2018-07-20 2018-11-27 南京方恒信息技术有限公司 A kind of security configuration check system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ARPIM: IP Address Resource Pooling and Intelligent Management System for Broadband IP Networks;Chongfeng Xie et.al;《IEEE Communications Magazine》;第55卷(第06期);全文 *
IP地址管理系统的设计与实现;刘红坤;《计算机工程》;第37卷(第S1期);全文 *

Also Published As

Publication number Publication date
CN114079647A (en) 2022-02-22

Similar Documents

Publication Publication Date Title
CN110764980A (en) Log processing method and device
CN110968478B (en) Log acquisition method, server and computer storage medium
CN108512726B (en) Data monitoring method and equipment
CN111290956A (en) Brain graph-based testing method and device, electronic equipment and storage medium
CN114817968B (en) Method, device and equipment for tracing path of featureless data and storage medium
CN112769802B (en) Access verification method and device based on server, electronic equipment and storage medium
CN109740129B (en) Report generation method, device and equipment based on blockchain and readable storage medium
CN110019542B (en) Generation of enterprise relationship, generation of organization member database and identification of same name member
CN110046086B (en) Expected data generation method and device for test and electronic equipment
CN114079647B (en) Method, device, system and computing equipment for checking IP address record
CN110188083B (en) Interface information mining method and device
CN113282347B (en) Plug-in operation method, device, equipment and storage medium
CN113282496B (en) Automatic interface testing method, device, equipment and storage medium
CN105988917B (en) Abnormal information acquisition method and device
CN111367750B (en) Exception handling method, device and equipment thereof
CN113760775A (en) Automatic message testing method and device
CN112818204A (en) Service processing method, device, equipment and storage medium
CN110807037B (en) Data modification method and device, electronic equipment and storage medium
CN112131611A (en) Data correctness verification method, device, equipment, system and storage medium
CN111026613A (en) Log processing method and device
CN112364121B (en) Automatic questionnaire PDF creation method and device, storage medium and computer equipment
US11474816B2 (en) Code review using quantitative linguistics
CN114071450B (en) Recognition method and device for card changing behavior of machine changing
CN114818645B (en) Automatic report generation method, device, equipment and medium based on data body
CN111566634B (en) Storage association engine

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