CN102355374A - Data acquisition method and equipment - Google Patents

Data acquisition method and equipment Download PDF

Info

Publication number
CN102355374A
CN102355374A CN2011103324422A CN201110332442A CN102355374A CN 102355374 A CN102355374 A CN 102355374A CN 2011103324422 A CN2011103324422 A CN 2011103324422A CN 201110332442 A CN201110332442 A CN 201110332442A CN 102355374 A CN102355374 A CN 102355374A
Authority
CN
China
Prior art keywords
data
request
server
subclauses
client
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.)
Pending
Application number
CN2011103324422A
Other languages
Chinese (zh)
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.)
Hangzhou H3C Technologies Co Ltd
Original Assignee
Hangzhou H3C Technologies 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 Hangzhou H3C Technologies Co Ltd filed Critical Hangzhou H3C Technologies Co Ltd
Priority to CN2011103324422A priority Critical patent/CN102355374A/en
Publication of CN102355374A publication Critical patent/CN102355374A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data acquisition method and equipment which are applied to a network system containing a server and client, wherein the server and the client communicate with each other through an NETCONF (network configuration) protocol. The method provided by the invention comprises: the client sends a request for acquiring data in batches to the server, wherein the request carries data item quantity information; and the client receives a response of acquiring data in batches returned by the server, wherein the response carries corresponding item quantity of data inquired by the server. According to the invention, the problems of large resource expenses and non-flexible implementation caused by acquiring a large quantity of data based on the NETCONF protocol can be solved.

Description

A kind of data capture method and equipment
Technical field
The present invention relates to the network management technology in the communication technical field, relate in particular to a kind of data capture method and equipment based on the NETCONF agreement.
Background technology
NETCONF is a kind of agreement that the network data device configuration management is provided, and adopts extend markup language (XML) Data transmission and protocol information.The NETCONF agreement is divided into four layers, as shown in Figure 1, comprising: content layer (Content), operation (Operations) layer, RPC (Remote Process Call, remote procedure call) layer, communication protocol (Transport Protocol) layer.
What content layer was represented is the set of managed object, and each manufacturer can realize the content layer model voluntarily.
Operation layer has defined a series of basic primitive operation collection of in RPC, using, and these operations will be formed the basic capacity of NETCONF.NETCONF has defined nine kinds of fundamental operations, and function mainly comprises: value operation, configuration operation, latching operation and session operation.The NETCONF agreement has defined two basic agreement operation get and get-config at operation layer.The NETCONF client uses these two basic operations to send the request that data are obtained to server.According to the regulation of NETCONF agreement, the get operation is used for obtaining service data information and the configuration data information on the server, and get-config is used for obtaining the configuration information on the server specially, and both data object scopes of request are different.Server is according to request, with the disposable client that returns to of qualified data query result.
The RPC layer is that the coding of RPC module provides the mechanism simple, that host-host protocol is irrelevant.Through using < rpc>and < rpc-reply>element, the client (network manager or network configuration application program) of NETCONF agreement and the request and the response data (being the content of operation layer and content layer) of server end (network equipment) are encapsulated.
Communications protocol layers and NETCONF agreement itself is irrelevant, by corresponding Session (session) carrier is provided between the network equipment and the management node.More common communications protocol layers has SSH (Secure Shell at present; Safety shell protocol), BEEP (Block Extensible Exchange Protocol, piece can be expanded exchange agreement); SOAP (Simple Object Access Protocol, Simple Object Access Protocol) etc.
Prior art is that NETCONF has expanded protocol operation label G etNext.When a NETCONFSession obtained big data quantity, the NETCONF server can disposablely not return all data, but can return data and an iterator ID of fixed strip number.Iterator is used for identifying the operation of obtaining of a big data quantity, when the response message super large, carries iterator ID (32 bit value) in the message simultaneously.This Session is follow-up can to use iterator ID, obtains follow-up data through the GetNext operation.No longer comprise iterator ID in last data returned packet, the expression data are obtained end.
The mode of use iterator ID and GetNext is obtained the technology of big data quantity, can accomplish the segmentation of big data quantity and obtain, but there is a series of weak point in this technology:
Iterator can take the server system resource, and to each user's big data quantity operation, server all is necessary for the relevant iterator information of its storage, and the iterator resource number of any one server all is limited.In addition, the data clauses and subclauses returned of iterator are not controlled by the user each time, make the limited flexibility of client process.
Summary of the invention
The invention provides a kind of data capture method and equipment based on the NETCONF agreement, the resource overhead that is caused when obtaining big data quantity in order to solve based on the NETCONF agreement is big and realize inflexible problem.
Data capture method provided by the invention is applied to include server and client side's network system, said server and said customer end adopted NETCONF protocol communication, and this method comprises:
User end to server sends the request of obtaining data in batches, wherein carries data clauses and subclauses quantity information;
The response that the batch that said client reception server returns obtains data wherein carries the respective entries quantity data that said server lookup is arrived.
Client device provided by the invention, said customer end adopted NETCONF protocol communication, this client device comprises: processing module, sending module and receiver module;
Said processing module is used for the data number of entries of confirming that institute will obtain, and indicates said sending module to send the request that batch obtains data;
Said sending module is used for the indication according to said processing module, sends the request of obtaining data in batches to server, wherein carries the data clauses and subclauses quantity information that said processing module is determined;
Said receiver module is used for the response that batch that reception server returns obtains data, wherein carries the respective entries quantity data that said server lookup is arrived.
Data capture method provided by the invention is applied to include server and client side's network system, said server and said customer end adopted NETCONF protocol communication, and this method comprises:
The request that the batch that server reception client is sent obtains data wherein carries data clauses and subclauses quantity information;
The request that said server obtains data according to said batch, inquiry respective entries quantity data;
Said server returns the respective entries quantity data that inquires to said client.
Server provided by the invention, said server adopts the NETCONF protocol communication, and this server comprises:
Receiver module is used to receive the request that batch that client sends obtains data, wherein carries data clauses and subclauses quantity information;
Enquiry module is used for obtaining according to said batch the request of data, inquires about corresponding data clauses and subclauses;
Sending module is used for the Query Result according to said enquiry module, returns the response of obtaining data in batches to said client.
Compared with prior art, useful technique effect of the present invention comprises:
The present invention is through carrying data clauses and subclauses quantity information in the request of obtaining data of issuing server in client; So that server returns the data of equal number; On the one hand, once return mass data with server in the prior art and compare, can reduce network overhead; On the other hand, need not the iterator ID of server record client, reduced the resource overhead of server; Again on the one hand, because the data number of entries that need obtain is a client setting, the facility and the flexibility that have improved client process.
Description of drawings
Fig. 1 is a prior art NETCONF protocol hierarchy sketch map;
The batch that Fig. 2 provides for the embodiment of the invention one obtains the schematic flow sheet of data;
The batch that Fig. 3 provides for the embodiment of the invention two obtains the schematic flow sheet of data;
The batch that Fig. 4 provides for the embodiment of the invention three obtains the schematic flow sheet of data;
The structural representation of the client device that Fig. 5 provides for the embodiment of the invention;
The structural representation of the server that Fig. 6 provides for the embodiment of the invention.
Embodiment
The embodiment of the invention has been expanded the basic operation of NETCONF protocol operation layer.The get operation of corresponding NETCONF, the operation get-bulk that expansion makes new advances; The get-config operation of corresponding NETCONF, the operation get-bulk-config that expansion makes new advances.
Get-bulk is used for obtaining in batches the data message (comprising configuration data and service data) on the NETCONF server; Get-bulk-config is used for obtaining in batches the configuration data information on the NETCONF server.The relation object of get-bulk and get-bulk-config is similar to the relation of get and get-bulk, and both differences are that the data object that obtains is different: get-bulk-config and get-config operation all can only be obtained configuration data; And get-bulk is the same with get, both can obtain configuration data, also can obtain service data.
Get-bulk is or/and get-bulk-config operation, and the maximum data entry number that can specify this data acquisition operations to return through attribute count is as 100.If in the current server, the entry number of corresponding data surpasses the specified entry number 100 of count, and then preceding 100 data record are returned in this request; If in the current server, the specified entry number 100 of count that the entry number of corresponding data is not enough is then returned all data record of corresponding data.
Further, get-bulk can also realize through the mode of specified data object index beginning to obtain backward the fixedly function of entry data from some positions of data record or/and get-bulk-config operates.For example; For the interface statistic data; There is an independent data record in each interface; Interface name is the index of interface statistic data; The original position that therefore can in the message of get-bulk or get-bulk-config operation, indicate the interface statistic data is interface Ethernet0/0; The count value is 100, and 100 data record (statistical information that whether comprises interface Ethernet0/0 is decided by agreement) of interface Ethernet0/0 back are obtained in expression.If in the current server, 100 of the data clauses and subclauses deficiencies of the interface statistic of interface Ethernet0/0 back are then returned the statistical information data record of total interface.
Describe the present invention below in conjunction with specific embodiment.
Embodiment one
Present embodiment has been described client and has been used the get-bulk operation to obtain the flow process of 100 interface statistic data record.As shown in Figure 2, this flow process can comprise:
Step 201, user end to server are sent the get-bulk order, and data object type wherein is InterfaceStatistics, and the count value is 100, indicates to obtain 100 interface statistic records.Its code can be:
Wherein, InterfaceStatistics count=" 100 ", expression the data object that will obtain be interface statistic, the data clauses and subclauses that will obtain be 100.
Step 202, server is according to this get-bulk order echo reply.Concrete, the server service device if the data entry number of the interface statistic that inquires surpasses 100, then only returns preceding 100 data record to this secondary data request according to the data of this get-bulk order query interface statistical information.If 100 of the data clauses and subclauses deficiencies of the interface statistic that inquires are then returned the total interface statistics record that inquires.
Embodiment two
Present embodiment has been described client and has been used the get-bulk operation to begin to obtain the flow process of 100 interface statistic data record from assigned address.As shown in Figure 3, this flow process can comprise:
Step 301; User end to server sends the get-bulk order; Data object type wherein is InterfaceStatistics; The count value is 100; And use Interface name (interface name) as data-object index; Indicate the original position of obtaining as data from Ethernet0/0, promptly indicate to obtain 100 interface statistic records behind the Ethernet0/0.Its code can be:
Figure BSA00000600600400061
Wherein, InterfaceStatistics count=" 100 ", expression the data object that will obtain be interface statistic, the data clauses and subclauses that will obtain be 100;<interface><name>Ethernet0/0</Name></Interface>, as data-object index, original position is the pairing interface statistic record of Ethernet0/0 with interface name in expression.
Step 302, server is according to this get-bulk order echo reply.Concrete; Server is according to the data of this get-bulk order query interface statistical information; If the data entry number of the interface statistic after the Ethernet0/0 surpasses 100, then only return Ethernet0/0 preceding 100 data record afterwards to this secondary data request.If 100 of the data clauses and subclauses deficiencies of the interface statistic after the Ethernet0/0 are then returned Ethernet0/0 total interface statistics record afterwards.
Embodiment three
Present embodiment has been described client and has been used the get-bulk operation to obtain all data record of interface statistic, obtains the flow process of 100 records at every turn, and wherein the data clauses and subclauses of the server side interface statistic of preserving are greater than 100.As shown in Figure 4, this flow process can comprise:
Step 401, user end to server are sent the get-bulk order, and data object type wherein is InterfaceStatistics, and the count value is 100, indicates to obtain 100 interface statistic records.Its code can be:
Figure BSA00000600600400071
Wherein, InterfaceStatistics count=" 100 ", expression the data object that will obtain be interface statistic, the data clauses and subclauses that will obtain be 100;<interface><name></Name></Interface>Be sky, represent the home record index (interface name) that specific data not obtains, with the indication server from article one recording start of interface statistic to the client return data.
Step 402, server is according to this get-bulk order echo reply.Concrete, server is according to the data of this get-bulk order query interface statistical information, and from article one recording start of interface statistic to the client return data, the code of its response message can be:
Figure BSA00000600600400081
Wherein, the recording indexes of the last item data record (interface name) is Ethernet0/99.
Step 403; Client uses the last item index data record (interface name is Ethernet0/99) in the response message that server returns as the initial index of this request; Send the get-bulk order to server; With following 100 data record of acquisition request, the code of its request message can be:
Figure BSA00000600600400091
Wherein, InterfaceStatistics count=" 100 ", expression the data object that will obtain be interface statistic, the data clauses and subclauses that will obtain be 100;<interface><name>Ethernet0/99</Name></Interface>, as data-object index, original position is the pairing interface statistic record of Ethernet0/99 with interface name in expression.
Step 404, server is according to this get-bulk order echo reply.Concrete, server is according to the data of this get-bulk order query interface statistical information, and from the corresponding recording start of Ethernet0/99 to the client return data, the code of its response message can be:
Figure BSA00000600600400092
Figure BSA00000600600400101
Wherein, wherein, the recording indexes of the last item data record (interface name) is Ethernet0/199.
By that analogy, follow-up request each time all be index with preceding the last item data record of once returning as original position, the data after this original position of server requests.
Last response message that server returns, its data record entry number are less than or equal to 100 (might be the sky data), like the code of this last response message can be:
Figure BSA00000600600400111
Certainly, in step 401, also can in the get-bulk order, use Interface name (interface name), indicate the original position of obtaining as data from special interface as data-object index.
In sum, the embodiment of the invention has realized the operation that the NETCONF agreement is obtained big data quantity in batches.Through the embodiment of the invention, what the NETCONF client can be with the mass data information segmenting gets access to this locality from server.Compared with prior art, the present invention has following advantage:
(1) to obtain raw information all be unsolicited by client to all data of the embodiment of the invention, do not need NETCONF server record user's big data quantity to obtain the relevant information (such as IteratorID etc.) of action.Client can be obtained operation by the unrestricted batch that carries out a plurality of big data message objects.
(2) client can be according to the concrete condition of self; Like situation such as business demand, memory size or disposal abilities; The data clauses and subclauses maximum quantity threshold value of specifying batch data each time to obtain flexibly; For the processing of client offers convenience and flexibility, also can avoid the excessive situation of returning because of server that causes client to handle of data volume.
(3) embodiment of the invention allows client to specify when batch data is obtained each time when obtaining batch data, and the starting point of data query is for client application has been brought bigger flexibility.When client need be obtained a certain section specific data information in the big data quantity information object; Can directly specify concrete inquiry starting point; Begin to obtain data from certain location; And the inquiry that needn't as the prior art scheme, must start anew gets access to and extracts client after all data this operates required partial data object information.Accordingly, compared with prior art, the expense of Internet resources and the processing expenditure of client and server have been saved.
Based on identical technical conceive, the embodiment of the invention also provides a kind of client device and server apparatus applicable to above-mentioned flow process.
As shown in Figure 5, the structural representation of the client device that provides for the embodiment of the invention, this client device can comprise: processing module 501, sending module 502 and receiver module 503;
Processing module 501 be used for the data number of entries of confirming that institute will obtain, and indication sending module 502 is sent the request that batches obtain data; Wherein, the request of obtaining in batches data comprises the request (like aforesaid get-bulk) that is used to obtain data message; Or/and, the request (like aforesaid get-bulk-config) that is used to obtain configuration data information.
Sending module 502 is used for the indication according to processing module 501, sends the request of obtaining data in batches to server, wherein carries the data clauses and subclauses quantity information that processing module 501 is determined;
Receiver module 503 is used for the response that batch that reception server returns obtains data, wherein carries the respective entries quantity data that said server lookup is arrived.
Concrete, but processing module 501 specified data object indexing information also; Accordingly, the batch that sends of sending module 502 obtains in the request of data and also carries the data-object index information that processing module 501 is determined; The respective entries quantity data that receiver module 503 receives is: the data clauses and subclauses respective entries quantity data afterwards that said data-object index information is indicated.
Concrete, the pairing data object of last data clauses and subclauses in the respective entries quantity data that processing module 501 also can receive receiver module 503 is as data-object index information, and indication sending module 502 sends the request of obtaining data in batches; Accordingly, sending module 502 also can send the request of obtaining data in batches to said server according to the indication of processing module 501, wherein carries data-object index information and data clauses and subclauses quantity information that processing module 501 is determined; The respective entries quantity data that receiver module 503 receives is: the data clauses and subclauses respective entries quantity data afterwards that said data-object index information is indicated.
As shown in Figure 6, the structural representation of the server that provides for the embodiment of the invention, this server can comprise:
Receiver module 601 is used to receive the request that batch that client sends obtains data, wherein carries data clauses and subclauses quantity information;
Enquiry module 602 is used for obtaining according to said batch the request of data, inquires about corresponding data clauses and subclauses;
Sending module 603 is used for the Query Result according to enquiry module 602, returns the response of obtaining data in batches to said client.
Concrete, the said batch that receiver module 601 receives obtains in the request of data and also carries data-object index information; Accordingly, enquiry module 602 specifically is used for, and inquires about the data clauses and subclauses of the indicated data clauses and subclauses of said data-object index information respective numbers afterwards.
Concrete; Sending module 603 specifically is used for; If the data number of entries that enquiry module 602 inquires is obtained the indicated data number of entries of data clauses and subclauses quantity information of carrying in the request of data greater than said batch; Then return in the data clauses and subclauses that inquire, obtain the data clauses and subclauses of the data clauses and subclauses quantity information equal number that carries in the request of data with said batch to said client; Otherwise, return all data clauses and subclauses that inquire to said client.
Concrete, the request of obtaining data in batches comprises the request (like aforesaid get-bulk) that is used to obtain data message, and is corresponding, enquiry module 602 is according to the requesting query data message that is used to obtain data message; Or/and the request that said batch obtains data comprises the request (like aforesaid get-bulk-config) that is used to obtain configuration data information, corresponding, enquiry module 602 is according to the requesting query configuration data information that is used to obtain configuration data information.
Through the description of above execution mode, those skilled in the art can be well understood to the present invention and can realize by the mode that software adds essential general hardware platform, can certainly pass through hardware, but the former is better execution mode under a lot of situation.Based on such understanding; The part that technical scheme of the present invention contributes to prior art in essence in other words can be come out with the embodied of software product; This computer software product is stored in the storage medium; Comprise that some instructions are with so that a station terminal equipment (can be mobile phone; Personal computer; Server, the perhaps network equipment etc.) carry out the described method of each embodiment of the present invention.
The above only is a preferred implementation of the present invention; Should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the principle of the invention; Can also make some improvement and retouching, these improvement and retouching also should be looked protection scope of the present invention.

Claims (16)

1. data capture method is applied to include server and client side's network system, and said server and said customer end adopted NETCONF protocol communication is characterized in that this method comprises:
User end to server sends the request of obtaining data in batches, wherein carries data clauses and subclauses quantity information;
The response that the batch that said client reception server returns obtains data wherein carries the respective entries quantity data that said server lookup is arrived.
2. the method for claim 1 is characterized in that, said batch obtains in the request of data and also carries data-object index information;
Described respective entries quantity data is: the data clauses and subclauses respective entries quantity data afterwards that said data-object index information is indicated.
3. method as claimed in claim 1 or 2 is characterized in that, the batch that said client reception server returns obtains after the response of data, also comprises:
The pairing data object of last data clauses and subclauses in the respective entries quantity data that said client is returned said server is as data-object index information; Send the request of obtaining data in batches to said server, wherein carry this data-object index information and data clauses and subclauses quantity information;
Said client receives the response that batch that said server returns obtains data, wherein carries the respective entries quantity data after the indicated data clauses and subclauses of said data-object index information that said server lookup arrives.
4. the method for claim 1 is characterized in that, the request that said batch obtains data comprises the request that is used to obtain data message; Or/and, the request that is used to obtain configuration data information.
5. client device, said customer end adopted NETCONF protocol communication is characterized in that, this client device comprises: processing module, sending module and receiver module;
Said processing module is used for the data number of entries of confirming that institute will obtain, and indicates said sending module to send the request that batch obtains data;
Said sending module is used for the indication according to said processing module, sends the request of obtaining data in batches to server, wherein carries the data clauses and subclauses quantity information that said processing module is determined;
Said receiver module is used for the response that batch that reception server returns obtains data, wherein carries the respective entries quantity data that said server lookup is arrived.
6. client device as claimed in claim 5 is characterized in that said processing module also is used for, specified data object indexing information;
The batch that said sending module sends obtains in the request of data and also carries the data-object index information that said processing module is determined;
The respective entries quantity data that said receiver module receives is: the data clauses and subclauses respective entries quantity data afterwards that said data-object index information is indicated.
7. like claim 5 or 6 described client devices; It is characterized in that; Said processing module also is used for; The pairing data object of last data clauses and subclauses in the respective entries quantity data that said receiver module is received indicates said sending module to send the request of obtaining data in batches as data-object index information;
Said sending module also is used for, and according to the indication of said processing module, sends the request of obtaining data in batches to said server, wherein carries data-object index information and data clauses and subclauses quantity information that said processing module is determined;
The respective entries quantity data that said receiver module receives is: the data clauses and subclauses respective entries quantity data afterwards that said data-object index information is indicated.
8. client device as claimed in claim 5 is characterized in that, the request that said batch obtains data comprises the request that is used to obtain data message; Or/and, the request that is used to obtain configuration data information.
9. data capture method is applied to include server and client side's network system, and said server and said customer end adopted NETCONF protocol communication is characterized in that this method comprises:
The request that the batch that server reception client is sent obtains data wherein carries data clauses and subclauses quantity information;
The request that said server obtains data according to said batch, inquiry respective entries quantity data;
Said server returns the respective entries quantity data that inquires to said client.
10. method as claimed in claim 9 is characterized in that, said batch obtains in the request of data and also carries data-object index information;
Said server is inquired about the indicated data clauses and subclauses of said data-object index information respective entries quantity data afterwards according to said data-object index information.
11., it is characterized in that said server returns the respective entries quantity data that inquires to said client, comprising like claim 9 or 10 described methods:
If said server lookup to the data number of entries obtain the indicated data number of entries of data clauses and subclauses quantity information of carrying in the request of data greater than said batch; Then return in the data clauses and subclauses that inquire, obtain the data clauses and subclauses of the data clauses and subclauses quantity information equal number that carries in the request of data with said batch to said client; Otherwise, return all data clauses and subclauses that inquire to said client.
12. method as claimed in claim 9 is characterized in that, the request that said batch obtains data comprises the request that is used to obtain data message, and the request that said server basis is used to obtain data message is to client return data information; Or/and,
The request that said batch obtains data comprises the request that is used to obtain configuration data information, and said server returns configuration data information according to the request that is used to obtain configuration data information to client.
13. a server, said server adopts the NETCONF protocol communication, it is characterized in that this server comprises:
Receiver module is used to receive the request that batch that client sends obtains data, wherein carries data clauses and subclauses quantity information;
Enquiry module is used for obtaining according to said batch the request of data, inquires about corresponding data clauses and subclauses;
Sending module is used for the Query Result according to said enquiry module, returns the response of obtaining data in batches to said client.
14. server as claimed in claim 13 is characterized in that, the said batch that said receiver module receives obtains in the request of data and also carries data-object index information;
Said enquiry module specifically is used for, and inquires about the data clauses and subclauses of the indicated data clauses and subclauses of said data-object index information respective numbers afterwards.
15. like claim 13 or 14 described servers; It is characterized in that; Said sending module specifically is used for; If the data number of entries that said enquiry module inquires is obtained the indicated data number of entries of data clauses and subclauses quantity information of carrying in the request of data greater than said batch; Then return in the data clauses and subclauses that inquire, obtain the data clauses and subclauses of the data clauses and subclauses quantity information equal number that carries in the request of data with said batch to said client; Otherwise, return all data clauses and subclauses that inquire to said client.
16. server as claimed in claim 13 is characterized in that, the request that said batch obtains data comprises the request that is used to obtain data message, and said enquiry module specifically is used for, according to the requesting query data message that is used to obtain data message; Or/and,
The request that said batch obtains data comprises the request that is used to obtain configuration data information, and said enquiry module specifically is used for, according to the requesting query configuration data information that is used to obtain configuration data information.
CN2011103324422A 2011-10-28 2011-10-28 Data acquisition method and equipment Pending CN102355374A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103324422A CN102355374A (en) 2011-10-28 2011-10-28 Data acquisition method and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103324422A CN102355374A (en) 2011-10-28 2011-10-28 Data acquisition method and equipment

Publications (1)

Publication Number Publication Date
CN102355374A true CN102355374A (en) 2012-02-15

Family

ID=45578871

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103324422A Pending CN102355374A (en) 2011-10-28 2011-10-28 Data acquisition method and equipment

Country Status (1)

Country Link
CN (1) CN102355374A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102891768A (en) * 2012-10-11 2013-01-23 华为技术有限公司 Method and network element for network management
CN103577408A (en) * 2012-07-19 2014-02-12 中兴通讯股份有限公司 Database access method and device
CN104883266A (en) * 2014-02-28 2015-09-02 杭州华三通信技术有限公司 Network configuration accessing method and device thereof
WO2015184886A1 (en) * 2014-07-25 2015-12-10 中兴通讯股份有限公司 Method and device for sending batch data acquisition request
CN105376275A (en) * 2014-08-25 2016-03-02 中兴通讯股份有限公司 Software-defined network (SDN)-based data management method and system
WO2016110078A1 (en) * 2015-01-07 2016-07-14 中兴通讯股份有限公司 Data acquisition method and apparatus, and storage medium
CN107784006A (en) * 2016-08-26 2018-03-09 南京中兴软件有限责任公司 Data processing method and device
US10374867B2 (en) 2014-02-28 2019-08-06 Hewlett Packard Enterprise Development Lp Network configuration access
WO2020151482A1 (en) * 2019-01-25 2020-07-30 华为技术有限公司 Information query method, apparatus, device, and storage medium
CN112385182A (en) * 2018-09-07 2021-02-19 华为技术有限公司 NETCONF-based data processing method and device
CN112400165A (en) * 2019-05-01 2021-02-23 微软技术许可有限责任公司 Method and system for improving text-to-content suggestions using unsupervised learning
CN112887113A (en) * 2019-11-29 2021-06-01 华为技术有限公司 Method, device and system for processing data
CN113965254A (en) * 2021-11-07 2022-01-21 中国电子科技集团公司第五十四研究所 Fast and reliable satellite mobile communication data transmission frame structure and method
CN113992521A (en) * 2021-09-17 2022-01-28 新华三信息安全技术有限公司 Data processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050165834A1 (en) * 2001-06-08 2005-07-28 Nadeau Thomas D. Method and apparatus for controlled access of requests from virtual private network devices to managed information objects using simple network management protocol and multi-topology routing
US20050228885A1 (en) * 2004-04-07 2005-10-13 Winfield Colin P Method and apparatus for efficient data collection
CN101110822A (en) * 2007-07-06 2008-01-23 华为技术有限公司 Event notice sending method, system and equipment based on network configuration protocol
CN101227348A (en) * 2008-02-02 2008-07-23 杭州华三通信技术有限公司 Server and method for collecting performance statistics data of network equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050165834A1 (en) * 2001-06-08 2005-07-28 Nadeau Thomas D. Method and apparatus for controlled access of requests from virtual private network devices to managed information objects using simple network management protocol and multi-topology routing
US20050228885A1 (en) * 2004-04-07 2005-10-13 Winfield Colin P Method and apparatus for efficient data collection
CN101110822A (en) * 2007-07-06 2008-01-23 华为技术有限公司 Event notice sending method, system and equipment based on network configuration protocol
CN101227348A (en) * 2008-02-02 2008-07-23 杭州华三通信技术有限公司 Server and method for collecting performance statistics data of network equipment

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577408A (en) * 2012-07-19 2014-02-12 中兴通讯股份有限公司 Database access method and device
CN102891768A (en) * 2012-10-11 2013-01-23 华为技术有限公司 Method and network element for network management
CN104883266B (en) * 2014-02-28 2018-10-12 新华三技术有限公司 network configuration access method and device
CN104883266A (en) * 2014-02-28 2015-09-02 杭州华三通信技术有限公司 Network configuration accessing method and device thereof
WO2015127866A1 (en) * 2014-02-28 2015-09-03 Hangzhou H3C Technologies Co., Ltd. Network configuration access
US10374867B2 (en) 2014-02-28 2019-08-06 Hewlett Packard Enterprise Development Lp Network configuration access
US10250441B2 (en) 2014-02-28 2019-04-02 Hewlett Packard Enterprise Development Lp Network configuration access
WO2015184886A1 (en) * 2014-07-25 2015-12-10 中兴通讯股份有限公司 Method and device for sending batch data acquisition request
CN105323092A (en) * 2014-07-25 2016-02-10 中兴通讯股份有限公司 Batch data acquisition request transmitting method and device
CN105376275A (en) * 2014-08-25 2016-03-02 中兴通讯股份有限公司 Software-defined network (SDN)-based data management method and system
CN105827424A (en) * 2015-01-07 2016-08-03 中兴通讯股份有限公司 Data acquisition method and data acquisition device
WO2016110078A1 (en) * 2015-01-07 2016-07-14 中兴通讯股份有限公司 Data acquisition method and apparatus, and storage medium
CN107784006B (en) * 2016-08-26 2023-05-23 中兴通讯股份有限公司 Data processing method and device
CN107784006A (en) * 2016-08-26 2018-03-09 南京中兴软件有限责任公司 Data processing method and device
CN112385182A (en) * 2018-09-07 2021-02-19 华为技术有限公司 NETCONF-based data processing method and device
EP3885939A4 (en) * 2019-01-25 2022-01-05 Huawei Technologies Co., Ltd. Information query method, apparatus, device, and storage medium
CN111488515A (en) * 2019-01-25 2020-08-04 华为技术有限公司 Information query method, device, equipment and storage medium
WO2020151482A1 (en) * 2019-01-25 2020-07-30 华为技术有限公司 Information query method, apparatus, device, and storage medium
CN112400165A (en) * 2019-05-01 2021-02-23 微软技术许可有限责任公司 Method and system for improving text-to-content suggestions using unsupervised learning
CN112887113A (en) * 2019-11-29 2021-06-01 华为技术有限公司 Method, device and system for processing data
WO2021103791A1 (en) * 2019-11-29 2021-06-03 华为技术有限公司 Data processing method, apparatus, and system
CN113992521A (en) * 2021-09-17 2022-01-28 新华三信息安全技术有限公司 Data processing method and device
CN113992521B (en) * 2021-09-17 2023-11-03 新华三信息安全技术有限公司 Data processing method and device
CN113965254A (en) * 2021-11-07 2022-01-21 中国电子科技集团公司第五十四研究所 Fast and reliable satellite mobile communication data transmission frame structure and method
CN113965254B (en) * 2021-11-07 2024-04-30 中国电子科技集团公司第五十四研究所 Quick and reliable satellite mobile communication data transmission frame structure and method

Similar Documents

Publication Publication Date Title
CN102355374A (en) Data acquisition method and equipment
US10241839B2 (en) Method and system for generating a virtual device resource accessible by an application
US20160012150A1 (en) System and method for main distribution network graph/model/data integration based on remote access and information interaction
CN106814975A (en) A kind of memory management method and its system for polymorphic type storage device
CN110049503B (en) Method and equipment for acquiring data
US20170279688A1 (en) Method, device and system for providing device application software management service in internet of things
CN102916854A (en) Traffic statistical method and device and proxy server
WO2015172497A1 (en) Message pushing and acquisition methods and devices, and computer readable storage medium
CN101848107A (en) SNMP (Simple Network Management Protocol) network element and communication method of SNMP network element and proprietary protocol network element
US20160241635A1 (en) M2m data querying and invoking methods, querying and invoking devices, and system
CN111859127A (en) Subscription method and device of consumption data and storage medium
CN100452704C (en) Method and method for issuing blog articles
CN103916444A (en) Method for displaying number information through cloud model
CN101667932A (en) Method of network element equipment log management and device
WO2016110070A1 (en) Data acquiring method and device, and storage medium
CN102103606A (en) Technology for realizing advanced search of commodities on mobile phone client
CN104168174A (en) Method and apparatus for information transmission
US20170279686A1 (en) Terminal Topology Management Service Method, Device, and System for Internet of Things
CN104954462A (en) High-concurrency extensible smart home communication method and high-concurrency extensible smart home communication system
CN107968798A (en) A kind of network management resources label acquisition method, cache synchronization method, apparatus and system
US10750356B2 (en) Configuration management method, apparatus, and system for terminal in internet of things
US20170286560A1 (en) Method, device and system for device troubleshooting service of the internet of things
CN107786661B (en) Information synchronization method
WO2019123832A1 (en) Terminal management device and terminal device
CN103096159B (en) Digital TV data transmission method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20120215