CN112468606B - Mutual backup address pool IP address number statistical correction method and device - Google Patents

Mutual backup address pool IP address number statistical correction method and device Download PDF

Info

Publication number
CN112468606B
CN112468606B CN202011266676.7A CN202011266676A CN112468606B CN 112468606 B CN112468606 B CN 112468606B CN 202011266676 A CN202011266676 A CN 202011266676A CN 112468606 B CN112468606 B CN 112468606B
Authority
CN
China
Prior art keywords
address pool
address
domain
pool
bas
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
CN202011266676.7A
Other languages
Chinese (zh)
Other versions
CN112468606A (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.)
Unihub China Information Technology Co Ltd
Original Assignee
Unihub China Information 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 Unihub China Information Technology Co Ltd filed Critical Unihub China Information Technology Co Ltd
Priority to CN202011266676.7A priority Critical patent/CN112468606B/en
Publication of CN112468606A publication Critical patent/CN112468606A/en
Application granted granted Critical
Publication of CN112468606B publication Critical patent/CN112468606B/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
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • 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/5061Pools of addresses

Abstract

The invention discloses a statistical correction method and a statistical correction device for the number of IP addresses of a mutual backup address pool, wherein the method comprises the following steps: collecting a BAS equipment configuration file; collecting BAS equipment address pool information; analyzing the mutual backup relationship and the home relationship information of the address pool and the domain from the BAS equipment configuration file, wherein the analysis comprises the following steps: mutual backup relation among BAS equipment, mutual backup relation of an address pool and domain relation of address pool attribution; domain/address pool usage statistics: for the equipment which can not obtain the relation between the address pool and the domain, directly counting by taking the domain as a unit; for the device which can obtain the relation between the address pool and the domain, statistics is carried out on the local address pool contained in the domain. The method and the device can accurately count the number of the addresses in the address pool according to the mutual backup condition of the equipment and the relation between the address pool and the domain, thereby realizing the aim of dynamically monitoring the capacity of the address pool.

Description

Mutual backup address pool IP address number statistical correction method and device
Technical Field
The invention relates to the field of BAS equipment, in particular to a statistical correction method and a statistical correction device for IP address numbers of mutual backup address pools.
Background
Different user groups are distinguished by different domains on the BAS equipment, and different types of users are accessed. The address pool is a set of IP addresses configured on the BAS device to assign IP addresses to successfully authenticated broadband access users.
When load of the BAS address pools is monitored, the number of addresses under each address pool needs to be counted, but if mutual backup conditions exist in the BAS equipment, the number of the backup address pools can be counted, so that the counting value is too large, and a solution is needed.
For example: A. and B, hot backup is carried out between the two devices, address pools in the same domain of the other device are mutually referred between the two devices, the number of the addresses of the two devices is not evenly distributed, and the addresses of the two devices are changed every moment. Collecting statistics by conventional methods results in an excessively large sum of statistical data.
Disclosure of Invention
In order to solve the problem that the number of addresses of each address pool in a statistical domain is inaccurate when mutual backup of BAS equipment exists, the invention provides a statistical correction method and a statistical correction device for the number of IP addresses of mutual backup address pools.
In order to realize the purpose, the invention adopts the following technical scheme:
in an embodiment of the present invention, a method for statistically correcting IP addresses in an inter-backup address pool is provided, where the method includes:
collecting a BAS equipment configuration file;
acquiring BAS equipment address pool information;
analyzing the mutual backup relationship and the home relationship information of the address pool and the domain from the BAS equipment configuration file, wherein the analysis comprises the following steps: mutual backup relation among BAS equipment, mutual backup relation of an address pool and domain relation of address pool attribution;
domain/address pool usage statistics: for the equipment which can not obtain the relation between the address pool and the domain, directly counting by taking the domain as a unit; for the device which can obtain the relation between the address pool and the domain, statistics is carried out on the local address pool contained in the domain.
Further, collecting the BAS device configuration file includes:
and issuing an instruction through an SNMP protocol to obtain the latest configuration file of the BAS equipment.
Further, collecting BAS device address pool information includes:
constructing an address pool model, wherein the address pool model comprises equipment identification, an address pool name, an address pool home domain, the total number of address allocation of the address pool and information about whether the address pool is local or not;
and issuing an instruction through an SNMP protocol to acquire the name of the address pool and the total number information of the address pool allocated addresses.
Further, the domain/address pool usage statistics include:
if the BAS device has the hot standby device, only counting the address allocation and use conditions of the address pool of which the local address pool label = yes in the address pool in the domain, and otherwise, counting the address allocation and use conditions of all the address pools in the domain.
In an embodiment of the present invention, a device for statistically correcting IP addresses in a mutual backup address pool is further provided, where the device includes:
the configuration file acquisition module is used for acquiring a BAS equipment configuration file;
the address pool information acquisition module is used for acquiring BAS equipment address pool information;
the configuration file analysis module is used for analyzing the mutual backup relationship and the home relationship information of the address pool and the domain from the BAS equipment configuration file, and comprises the following steps: mutual backup relation among BAS equipment, mutual backup relation of an address pool and domain relation of address pool attribution;
the domain/address pool use condition counting module is used for directly counting the devices which cannot acquire the relationship between the address pool and the domain by taking the domain as a unit; and counting the local address pool contained in the domain aiming at the equipment which can obtain the relation between the address pool and the domain.
Further, the configuration file acquisition module is specifically configured to:
and issuing an instruction through an SNMP protocol to obtain the latest configuration file of the BAS equipment.
Further, the address pool information collection module is specifically configured to:
constructing an address pool model, wherein the address pool model comprises equipment identification, an address pool name, an address pool home domain, the total number of address allocation of the address pool and information about whether the address pool is local or not;
and issuing an instruction through an SNMP protocol to acquire the name of the address pool and the total number information of the address pool allocated addresses.
Further, the domain/address pool usage statistics module is specifically configured to:
if the BAS device has the hot standby device, only counting the address allocation and use conditions of the address pool of which the local address pool label = yes in the address pool in the domain, and otherwise, counting the address allocation and use conditions of all the address pools in the domain.
In an embodiment of the present invention, a computer device is further provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the method for statistically correcting the number of IP addresses in the mutual backup address pool is implemented.
In an embodiment of the present invention, a computer-readable storage medium is further provided, where a computer program for executing the mutual backup address pool IP address number statistics correction method is stored in the computer-readable storage medium.
Has the advantages that:
the invention can accurately count the address allocation condition of the address pool and the address pool use condition of the domain by acquiring and analyzing the BAS equipment mutual backup relationship, the address pool mutual backup relationship and the incidence relationship between the address pool and the domain, thereby realizing the aim of dynamically monitoring the capacity of the address pool and simultaneously providing powerful data support for planning, expanding and configuring the address pool.
Drawings
FIG. 1 is a flow chart illustrating a method for statistically correcting IP addresses in a mutual backup address pool according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a device for counting and correcting IP addresses of a mutual backup address pool according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The principles and spirit of the present invention will be described below with reference to several exemplary embodiments, which should be understood to be presented only to enable those skilled in the art to better understand and implement the present invention, and not to limit the scope of the present invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, the method and the device for counting and correcting the IP address number of the mutual backup address pool are provided, so that the problem that the address number of each address pool in a domain is not accurate when the BAS equipment has the mutual backup condition is solved, and the address number of the address pool can be accurately counted according to the mutual backup condition of the equipment and the relation between the address pool and the domain, thereby realizing the aim of dynamically monitoring the capacity of the address pool.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
Fig. 1 is a schematic flow chart of a mutual backup address pool IP address number statistical correction method according to an embodiment of the present invention. As shown in fig. 1, the method includes:
acquiring a BAS equipment configuration file: and issuing an instruction through an SNMP protocol to obtain the latest configuration file of the BAS equipment.
Collecting address pool information of the BAS equipment: the method comprises the steps of equipment identification, address pool names, address pool home domains, total address allocation numbers of the address pools and whether the address pools are local or not.
Analyzing the following mutual backup relationship and the home relationship information of the address pool and the domain from the BAS equipment configuration file:
inter-backup relationships between BAS devices.
The mutual backup relationship of the address pools.
The domain relationship to which the address pool belongs.
And (3) counting the use condition of the domain/address pool: the statistical method was optimized as follows:
for the equipment which can not obtain the relation between the address pool and the domain, the distribution and the use condition of the address pool are directly counted by taking the domain as a unit.
For the device which can obtain the relation between the address pool and the domain, the statistical address pool allocation and the use condition are carried out aiming at the local address pool contained in the domain.
The present implementations and features are described in terms of functional points below.
1. Collecting BAS device profiles
And issuing an instruction through an SNMP protocol to obtain the latest configuration file of the BAS equipment.
2. Collecting address pool information for BAS devices
And constructing an address pool model, wherein the address pool model comprises equipment identification, an address pool name, an address pool home domain, the total number of address allocation of the address pool and whether the address pool is a local address pool.
And issuing an instruction through an SNMP protocol to acquire the name of the address pool and the total number information of the address pool allocated addresses.
3. Mutual backup BAS device relationship resolution
And searching whether the BAS configuration file contains the remote-backup-service or not for each BAS configuration file, finding a line containing the peer below the BAS configuration file, and acquiring the subsequent IP address string to store the IP address string as the backup device of the current device.
remote-backup-service xdl_yz
peer 119.6.136.3 source 119.6.136.7 port 6000
4. Address pool home domain relationship resolution
And searching whether each BAS device configuration file contains domain, finding a string behind the line, and recording the string as a domain name. Find the "ip-pool" line below it, record the following string as the address pool. And performing loop processing on the condition of multiple domains. And storing the found association relation between the address pool and the domain into the address pool model.
domain sccnc
authentication-scheme radius
accounting-scheme radius
ip-pool ltjf-pppoe11
ip-pool ltjf-pppoe12
5. Address pool mutual backup relationship resolution
For each BAS device profile, search if it contains "ip pool". BAS local ", find the string after the line" ip pool ", record the string as the address pool name. For the found address pool, whether the local address pool in the address pool model is labeled with "yes" or not.
ip pool sf-pppoe-4 bas local
6. Statistical method improvement
If the BAS device has a hot standby device, only counting address allocation and usage of an address pool in the domain, where "whether the local address pool label = yes", or else, counting address allocation and usage of all address pools in the domain.
It should be noted that although the operations of the method of the present invention have been described in the above embodiments and the accompanying drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the operations shown must be performed, to achieve the desired results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
The method is used on line in Liaoning Union, and the aim of accurately and dynamically monitoring the use condition of the address pool is fulfilled.
Based on the same invention concept, the invention also provides a device for counting and correcting the IP addresses of the mutual backup address pool. The implementation of the device can be referred to the implementation of the method, and repeated details are not repeated. The term "module," as used below, may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 2 is a schematic structural diagram of a device for counting and correcting IP addresses of a mutual backup address pool according to an embodiment of the present invention. As shown in fig. 2, the apparatus includes:
the configuration file acquisition module 101 is used for acquiring a BAS equipment configuration file;
and issuing an instruction through an SNMP protocol to obtain the latest configuration file of the BAS equipment.
The address pool information acquisition module 102 is used for acquiring BAS equipment address pool information;
constructing an address pool model, wherein the address pool model comprises equipment identification, an address pool name, an address pool home domain, the total number of address allocation of the address pool and information about whether the address pool is local or not;
and issuing an instruction through an SNMP protocol to acquire the name of the address pool and the total number information of the address pool allocated addresses.
The configuration file analyzing module 103 is configured to analyze the mutual backup relationship and the home relationship information between the address pool and the domain from the BAS device configuration file, and includes: mutual backup relation among BAS equipment, mutual backup relation of an address pool and domain relation of address pool attribution;
a domain/address pool usage statistics module 104, configured to perform statistics on address allocation and usage of all address pools in a domain, where the device that cannot obtain a relationship between the address pools and the domain, that is, the BAS device does not have a hot standby device, and directly takes the domain as a unit; the device capable of obtaining the relationship between the address pool and the domain, that is, the BAS device has a hot standby device, and only the address allocation and usage of the address pool of "whether the local address pool label = yes" in the address pool under the domain are counted.
It should be noted that although several modules of the inter-backup pool IP address count statistics correction apparatus are mentioned in the above detailed description, such division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module according to embodiments of the invention. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
Based on the aforementioned inventive concept, as shown in fig. 3, the present invention further provides a computer device 200, which includes a memory 210, a processor 220, and a computer program 230 stored in the memory 210 and operable on the processor 220, wherein the processor 220 implements the aforementioned mutual backup address pool IP address number statistical correction method when executing the computer program 230.
Based on the above inventive concept, the present invention further provides a computer readable storage medium, in which a computer program for executing the above mutual backup address pool IP address number statistics correction method is stored.
The method and the device for counting and correcting the IP address number of the mutual backup address pool can accurately count the address allocation condition of the address pool and the use condition of the address pool of the domain by acquiring and analyzing the mutual backup relationship of the BAS equipment, the mutual backup relationship of the address pool and the incidence relationship between the address pool and the domain, thereby realizing the aim of dynamically monitoring the capacity of the address pool and simultaneously providing powerful data support for planning, expanding and configuring the address pool.
While the spirit and principles of the invention have been described with reference to several particular embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, nor is the division of aspects, which is for convenience only as the features in such aspects may not be combined to benefit. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.
The limitation of the protection scope of the present invention is understood by those skilled in the art, and various modifications or changes which can be made by those skilled in the art without inventive efforts based on the technical solution of the present invention are still within the protection scope of the present invention.

Claims (8)

1. A mutual backup address pool IP address number statistic correction method is characterized by comprising the following steps:
collecting a BAS equipment configuration file;
collecting BAS equipment address pool information;
analyzing the mutual backup relationship and the attribution relationship information of the address pool and the domain from the BAS equipment configuration file, wherein the steps comprise: mutual backup relation among BAS equipment, mutual backup relation of an address pool and domain relation of address pool attribution;
domain/address pool usage statistics: for the equipment which cannot acquire the relation between the address pool and the domain, directly taking the domain as a unit to carry out statistics; for the equipment which can obtain the relation between the address pool and the domain, counting the local address pool contained in the domain; if the BAS device has the hot standby device, only counting the address allocation and use conditions of the address pool of which the local address pool label = yes in the address pool in the domain, and otherwise, counting the address allocation and use conditions of all the address pools in the domain.
2. The inter-backup address pool IP address number statistical correction method of claim 1, wherein collecting the BAS device configuration file comprises:
and issuing an instruction through an SNMP protocol to obtain the latest configuration file of the BAS equipment.
3. The inter-backup address pool IP address number statistical correction method of claim 1, wherein collecting BAS device address pool information comprises:
constructing an address pool model, wherein the address pool model comprises equipment identification, an address pool name, an address pool home domain, the total number of address allocation of the address pool and information about whether the address pool is local or not;
and issuing an instruction through an SNMP protocol to acquire the name of the address pool and the total number information of the address pool allocated addresses.
4. A mutual backup address pool IP address number statistics correction device is characterized by comprising:
the configuration file acquisition module is used for acquiring a BAS equipment configuration file;
the address pool information acquisition module is used for acquiring BAS equipment address pool information;
the configuration file analysis module is used for analyzing the mutual backup relationship and the home relationship information of the address pool and the domain from the BAS equipment configuration file, and comprises the following steps: mutual backup relation among BAS equipment, mutual backup relation of an address pool and domain relation of the address pool attribution;
the domain/address pool use condition counting module is used for directly counting the devices which cannot acquire the relationship between the address pool and the domain by taking the domain as a unit; counting local address pools contained in a domain aiming at equipment which can acquire the relation between the address pools and the domain; if the BAS device has the hot standby device, only counting the address allocation and use conditions of the address pool of which the local address pool label = yes in the address pool in the domain, and otherwise, counting the address allocation and use conditions of all the address pools in the domain.
5. The mutual backup address pool IP address number statistics correction device of claim 4, wherein the configuration file collection module is specifically configured to:
and issuing an instruction through an SNMP protocol to obtain the latest configuration file of the BAS equipment.
6. The mutual backup address pool IP address number statistics correction device of claim 4, wherein the address pool information collection module is specifically configured to:
constructing an address pool model, wherein the address pool model comprises equipment identification, an address pool name, an address pool home domain, the total number of address allocation of the address pool and information about whether the address pool is local or not;
and issuing an instruction through an SNMP protocol to acquire the name of the address pool and the total number information of the address pool allocated addresses.
7. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1-3 when executing the computer program.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1-3.
CN202011266676.7A 2020-11-13 2020-11-13 Mutual backup address pool IP address number statistical correction method and device Active CN112468606B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011266676.7A CN112468606B (en) 2020-11-13 2020-11-13 Mutual backup address pool IP address number statistical correction method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011266676.7A CN112468606B (en) 2020-11-13 2020-11-13 Mutual backup address pool IP address number statistical correction method and device

Publications (2)

Publication Number Publication Date
CN112468606A CN112468606A (en) 2021-03-09
CN112468606B true CN112468606B (en) 2023-01-17

Family

ID=74826801

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011266676.7A Active CN112468606B (en) 2020-11-13 2020-11-13 Mutual backup address pool IP address number statistical correction method and device

Country Status (1)

Country Link
CN (1) CN112468606B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297254A (en) * 2012-02-23 2013-09-11 华为技术有限公司 Method for managing address resources and gateway devices
CN105721328A (en) * 2014-12-02 2016-06-29 中兴通讯股份有限公司 VRRP load balancing method, VRRP load balancing device and router
CN106534400A (en) * 2016-11-25 2017-03-22 杭州华三通信技术有限公司 Network address conversion method and device
CN106856511A (en) * 2015-12-08 2017-06-16 中国电信股份有限公司 Method, gateway, PCRF network elements and system for dynamic assignment IP address pond
CN111901451A (en) * 2020-07-17 2020-11-06 中盈优创资讯科技有限公司 Method and device for combing reference relationship between private line user domain and address pool

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160070471A (en) * 2014-12-10 2016-06-20 한국전자통신연구원 Method and apparatus for allocating ip address for direct communication mobile station

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297254A (en) * 2012-02-23 2013-09-11 华为技术有限公司 Method for managing address resources and gateway devices
CN105721328A (en) * 2014-12-02 2016-06-29 中兴通讯股份有限公司 VRRP load balancing method, VRRP load balancing device and router
CN106856511A (en) * 2015-12-08 2017-06-16 中国电信股份有限公司 Method, gateway, PCRF network elements and system for dynamic assignment IP address pond
CN106534400A (en) * 2016-11-25 2017-03-22 杭州华三通信技术有限公司 Network address conversion method and device
CN111901451A (en) * 2020-07-17 2020-11-06 中盈优创资讯科技有限公司 Method and device for combing reference relationship between private line user domain and address pool

Also Published As

Publication number Publication date
CN112468606A (en) 2021-03-09

Similar Documents

Publication Publication Date Title
US8219662B2 (en) Redirecting data generated by network devices
US10922204B2 (en) Efficient behavioral analysis of time series data
US8775489B2 (en) Database-based logs exposed via LDAP
CN111258722B (en) Cluster log acquisition method, system, equipment and medium
CN111367584B (en) Power supply adaptation method and device and computer readable storage medium
WO2021098259A1 (en) Method, apparatus and device for determining cluster network card, and readable storage medium
CN109639796A (en) A kind of implementation of load balancing, device, equipment and readable storage medium storing program for executing
CN112468606B (en) Mutual backup address pool IP address number statistical correction method and device
CN107515807B (en) Method and device for storing monitoring data
US9218205B2 (en) Resource management in ephemeral environments
CN113761021A (en) Time sequence index data precision reduction processing method and device and computer equipment
CN112152824B (en) Performance index data acquisition method and device
CN108108289A (en) A kind of cluster resource statistical method, system, device and readable storage system
CN114070755A (en) Virtual machine network flow determining method and device, electronic equipment and storage medium
US20190296963A1 (en) Anomaly detection through attempted reconstruction of time series data
CN105939373B (en) Delete the method and device of invalid ARP entry
CN115469972A (en) JVM parameter adjusting method and device, storage medium and electronic equipment
CN113127490B (en) Key name generation method and device and computer readable storage medium
CN107526650A (en) A kind of TCAM error scannings and the method repaired
CN114124905A (en) Method and device for judging static address pool address occupation condition statistics
CN112436993B (en) VPN private line discovery method and device based on configuration file analysis
CN110795292A (en) Detection method, device, equipment and storage medium
CN112783711A (en) Method and storage medium for analyzing program memory on NodeJS
CN113726594B (en) IPv6 address consistency checking method and device
CN113918778A (en) Method and device for checking and comparing IP address information of private line user

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
CP02 Change in the address of a patent holder

Address after: 200000 room 702-2, No. 4811 Cao'an Road, Jiading District, Shanghai

Patentee after: CHINA UNITECHS

Address before: Room 1004-4, 10 / F, 1112 Hanggui Road, Anting Town, Jiading District, Shanghai

Patentee before: CHINA UNITECHS

CP02 Change in the address of a patent holder