CN101827078A - Inquiry method, server and communication system for configured data difference - Google Patents

Inquiry method, server and communication system for configured data difference Download PDF

Info

Publication number
CN101827078A
CN101827078A CN200910261815A CN200910261815A CN101827078A CN 101827078 A CN101827078 A CN 101827078A CN 200910261815 A CN200910261815 A CN 200910261815A CN 200910261815 A CN200910261815 A CN 200910261815A CN 101827078 A CN101827078 A CN 101827078A
Authority
CN
China
Prior art keywords
configuration data
acquisition system
remote procedure
procedure call
difference
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
CN200910261815A
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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN200910261815A priority Critical patent/CN101827078A/en
Publication of CN101827078A publication Critical patent/CN101827078A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses an inquiry method, a server and a communication system for configured data difference. In the embodiment, when a client needs to inquire the difference of configured data difference between two configured data sets, a server end carries the different configured data between the two configured data sets in an RPC-Reply and returns the same to the client; because the scheme follows a traditional NETCONF protocol, the content network equipment in the RPC-Reply can be read; and that is to say, compared with the prior art, the readability of the invention is better.

Description

A kind of querying method of configured data difference, server and communication system
Technical field
The present invention relates to communication technical field, be specifically related to a kind of querying method, server and communication system of configured data difference.
Background technology
Network configuration protocol (NETCONF, Network Configuration Protocol) provides the mechanism of a cover management network equipment, passes through NETCONF, can obtain the configuration data and/or the state information of the network equipment, configuration is revised, copy is preserved operations such as deletion.
Below, be configured with configuration data and be example the network equipment, simply introduce.Generally, the configuration data of the network equipment be configured mainly be divided into configuration edit phase and configuration presentation stage:
1, configuration edit phase: the user creates a provisional configuration data acquisition system (candidate), the configuration data editor who finishes a business on the provisional configuration data acquisition system based on the sets of configuration data (running) of current operation earlier.
2, configuration presentation stage: preview and confirm that the configuration data of provisional configuration data acquisition system inediting is accurate after, submit to and be handed down to business module.
The user submits the configuration data in the provisional configuration data acquisition system to, when perhaps preserving the configuration data in the sets of configuration data of current operation, preferably can directly inquire about the sets of configuration data of provisional configuration data acquisition system and current operation, the perhaps sets of configuration data of current operation and next time start difference between the sets of configuration data (startup), like this, the user is very directly this configuration submission of perception just, perhaps dispose the particular configuration data content of preserving, for this reason, present way is, utilize command line interface (CLI, commandline interface) by being the decompiling of difference configuration data the difference that CLI character string (buildrun) is come the configurations shown data, determine this configuration submission, perhaps the particular configuration data content of configuration preservation by this difference of manual read again.
In research and practice process to prior art, the present inventor finds, utilize CLI to pass through that the decompiling of difference configuration data is come the difference of configurations shown data for CLI character string (buildrun) and can't accurately describe difference, readable bad, can only the manual read.
Summary of the invention
The embodiment of the invention provides a kind of querying method, server and communication system of configured data difference, makes readable better.
A kind of querying method of configured data difference comprises:
Receive the remote procedure call request that the network configuration protocol client sends about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data;
According to the described remote procedure call request that receives, send remote procedure call and respond to the network configuration protocol client, the difference configuration data between described target configuration data acquisition system and the source sets of configuration data is carried in described remote procedure call response.
A kind of server comprises:
Receiving element is used to receive the remote procedure call request about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data that the network configuration protocol client device sends;
Transmitting element, be used for the remote procedure call request that receives according to receiving element, send remote procedure call and respond to the network configuration protocol client device, the difference configuration data between described target configuration data acquisition system and the described source sets of configuration data is carried in described remote procedure call response.
A kind of communication system comprises client device and server;
Described client device is used for the remote procedure call request of the difference of configuration data between the target configuration data acquisition system and source sets of configuration data on server sends about requester network equipment; The remote procedure call response that reception server returns according to the request that transmitting element sends;
Described server is used to receive the remote procedure call request about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data that client device sends; According to the remote procedure call request that receives, send remote procedure call and respond to client device, the difference configuration data between described target configuration data acquisition system and the described source sets of configuration data is carried in described remote procedure call response.
Adopt the embodiment of the invention, when client need be inquired about the difference of configuration data between two sets of configuration data, the difference configuration data between two sets of configuration data that will be inquired by server end was carried at and returns to client among the RPC-Reply; Because this scheme continued to use existing NETCONF agreement, so the content networking device among this RPC-Reply can read, and that is to say, and is in terms of existing technologies, better readable.
Description of drawings
In order to be illustrated more clearly in the technical scheme in the embodiment of the invention, the accompanying drawing of required use is done to introduce simply in will describing embodiment below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the flow chart of the method that provides of the embodiment of the invention;
Fig. 2 is another flow chart of the method that provides of the embodiment of the invention;
Fig. 3 is the structural representation of server that the embodiment of the invention provides;
Fig. 4 is another structural representation of server that the embodiment of the invention provides;
Fig. 5 is another structural representation of server that the embodiment of the invention provides;
Fig. 6 is the structural representation of client device that the embodiment of the invention provides;
Fig. 7 is another structural representation of client device that the embodiment of the invention provides;
Fig. 8 is the structural representation of communication system that the embodiment of the invention provides.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the invention, the technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
The embodiment of the invention provides a kind of querying method, server and communication system of configured data difference.Below be elaborated respectively.
It is mutual to use remote procedure call (RPC, RemoteProcedure Call) mechanism to carry out communication between the client and server end of NETCONF agreement.The user end to server end sends a RPC request, after intact this RPC request of server-side processes, sends a remote procedure call response (RPC-Reply) to client.
One embodiment of the present of invention provide a kind of querying method of configured data difference, as shown in Figure 1, comprising:
101, receive the RPC request that client sends about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data;
Optionally, carry target (target) sets of configuration data title and source (source) sets of configuration data title in the above-mentioned RPC request.
Optionally, can also comprise in the above-mentioned RPC request and need be configured data scope relatively.Need not be configured data scope relatively if specify, then all differences configuration data in the whole sets of configuration data be inquired about.
102, according to the RPC that receives request, send RPC-Reply to client, wherein, carry the difference configuration data between the target configuration data acquisition system and source sets of configuration data on the network equipment among this RPC-Reply;
Optionally, if carry target configuration data acquisition system title and source sets of configuration data title in this RPC request, then can determine target configuration data acquisition system and source sets of configuration data respectively according to entrained target configuration data acquisition system title and source sets of configuration data title in the request that receives; Target configuration data acquisition system and source sets of configuration data are compared, obtain the difference configuration data of target configuration data acquisition system with respect to the source sets of configuration data; Send RPC-Reply then to client, wherein, carry the difference of target configuration data acquisition system among the RPC-Reply with respect to the configuration data of source sets of configuration data.
Optionally, in the embodiments of the invention, if also carried in the RPC that the receives request and need be configured data scope relatively, then can also be in this scope, target configuration data acquisition system and source sets of configuration data are compared, obtain the configuration data object instance difference type (be called for short configured data difference type or difference type) of target configuration data acquisition system with respect to the source sets of configuration data.Wherein, the difference type can comprise increase, deletion at least or revise.During specific implementation, can on the object instance element of configuration data, add an attribute and identify this configuration data object instance difference type.
As from the foregoing, adopt the embodiment of the invention, when client need be inquired about the difference of configuration data between two sets of configuration data, the difference configuration data between two sets of configuration data that server end will inquire was carried at and returns to client among the RPC-Reply; Because this scheme continued to use existing NETCONF agreement, so the content networking device among this RPC-Reply can read, and that is to say, and is in terms of existing technologies, better readable.
In order to introduce embodiments of the invention in more detail, be example with ", realizing on the requester network equipment configured data difference between two sets of configuration data " below by newly-increased a kind of ability in the NETCONF agreement, introduce another embodiment of the present invention.
NETCONF agreement tenability collection definition allows the capability set of client and mutual each self-supporting of server end, the interior operation requests of capability set scope that client can only the send server end be supported.Wherein, a NETCONF ability is exactly one group of function that the NETCONF protocol function is expanded.Capability set can increase the operation that the network equipment is supported newly, also can expand the opereating specification of existing configuration object.NETCONF client mutual by with server end can be found the capability set that server end is supported, and can use these abilities definition newly-increased operation, parameter and configuration object.
For convenience, in the present embodiment, the ability that this is newly-increased " configured data difference on the requester network equipment between two sets of configuration data " is called " compare-config ability ".Referring to Fig. 2, idiographic flow comprises:
201, server end and client announce to have the compare-config ability mutually.
Generally, client and server end carry out mutual before, set up a safety, towards the transport layer session of link.After having set up the transport layer session, in an embodiment of the present invention, the client and server end begins to carry out alternately, announces to have the compare-config ability mutually.It should be noted that the declaration of this ability only needs to announce once to get final product when client and server is initially mutual, the follow-up declaration that can need not to carry out again this ability, but directly carry out the inquiry of the difference of configuration data between two sets of configuration data.
202, client transmission RPC asks to server end, with the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data.
203, after server end receives the RPC request that client sends, send RPC-Reply to client, wherein, carry on the network equipment difference configuration data between two sets of configuration data among this RPC-Reply according to the RPC request that receives.
For example, server end can be determined target configuration data acquisition system and source sets of configuration data respectively according to entrained target configuration data acquisition system title and source sets of configuration data title in the RPC request that receives; Target configuration data acquisition system and source sets of configuration data are compared, obtain the difference configuration data of target configuration data acquisition system with respect to the source sets of configuration data; Send RPC-Reply then to client, wherein, carry the difference of target configuration data acquisition system among the RPC-Reply with respect to the configuration data of source sets of configuration data.
Optionally, if also carried in the RPC request and need be configured data scope relatively, then can also in this scope, target configuration data acquisition system and source sets of configuration data be compared, obtain the difference configuration data of target configuration data acquisition system with respect to the source sets of configuration data.
Optionally, can also in RPC-Reply, carry the configured data difference type of target configuration data acquisition system with respect to the source sets of configuration data.
As from the foregoing, present embodiment is in existing NETCONF protocol server end and client, increase on the requester network equipment ability of the difference of configuration data between two sets of configuration data, and use this ability by mutual declaration, when client need be inquired about the difference of configuration data between two sets of configuration data, client can send request to server end, and the difference configuration data between server end two sets of configuration data that will inquire is carried at and returns to client in the response afterwards; Because this scheme has been continued to use existing NETCONF agreement, therefore the content networking device in this response can read, and that is to say, and is in terms of existing technologies, better readable.
In order to implement above method better, the embodiment of the invention also provides a kind of server, and referring to Fig. 3, this server comprises receiving element 301 and transmitting element 302;
Receiving element 301 is used to receive the RPC request about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data that NETCONF protocol client equipment sends.
Optionally, can carry the target configuration data acquisition system title that need be configured the data comparison and need be configured data source sets of configuration data title relatively in this RPC request.
Optionally, can also comprise the scope that need be configured the data comparison in this request.
Transmitting element 302, the request that is used for receiving according to receiving element 301 sends RPC-Reply to NETCONF protocol client equipment, and wherein, this RPC-Reply carries the difference configuration data between target configuration data acquisition system and the source sets of configuration data.
Optionally, this RPC-Reply can also carry the configured data difference type of target configuration data acquisition system with respect to the source sets of configuration data.
Optionally, as shown in Figure 4, above-mentioned server also comprises:
Announce unit 303, be used to announce that this server has the ability of supporting on the requester network equipment difference of configuration data between two sets of configuration data.
Optionally, referring to Fig. 5, transmitting element 302 can comprise to be determined subelement 3021, compare subelement 3022 and sends subelement 3023;
Determine subelement 3021, the RPC that is used for receiving according to receiving element 301 respectively asks, and determines target configuration data acquisition system and source sets of configuration data;
Relatively subelement 3022 is used for and will determines that target configuration data acquisition system and source sets of configuration data that subelement 3021 is determined compare, and obtain the difference configuration data of target configuration data acquisition system with respect to the source sets of configuration data at least;
Send subelement 3023, be used to send RPC-Reply, wherein, carry target configuration data acquisition system that comparison subelement 3022 obtains difference configuration data among the RPC-Reply at least with respect to the source sets of configuration data to client device.
Optionally, above-mentioned relatively subelement 3022 also is used for and will determines that target configuration data acquisition system and source sets of configuration data that subelement 3021 is determined compare, and obtain the configured data difference type of target configuration data acquisition system with respect to the source sets of configuration data at least.
It should be noted that, target configuration data acquisition system described above specifically can comprise increase, deletion and modification with respect to the configured data difference type of source sets of configuration data, can identify this configuration data object instance difference type by add an attribute on the object instance element of configuration data.
More than the concrete enforcement of each unit can not repeat them here referring to front embodiment.
As from the foregoing, the server that adopts the embodiment of the invention to provide, when knowing that client need be inquired about the difference of configuration data between two sets of configuration data, server can be carried at the difference configuration data between two sets of configuration data and return to client in the response; Because this scheme has been continued to use existing NETCONF agreement, therefore the content networking device in this response can read, and that is to say, and is in terms of existing technologies, better readable.
Correspondingly, the embodiment of the invention also provides a kind of client device, and referring to Fig. 6, this client device comprises client transmitting element 401 and client receiving element 402;
Client transmitting element 401, the RPC that is used to send about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data asks to server;
Optionally, carry the target configuration data acquisition system title that need be configured the data comparison at least and need be configured data source sets of configuration data title relatively in this RPC request;
Optionally, can also comprise in this request being configured data scope relatively, be used for identifying which part of query configuration data acquisition system;
Client receiving element 402, be used for the RPC-Reply response that reception server returns according to the RPC request of client transmitting element 401 transmissions, wherein, carry the difference configuration data between target configuration data acquisition system and the source sets of configuration data during this RPC-Reply responds at least.
Optionally, this RPC-Reply can also carry the configured data difference type of target configuration data acquisition system with respect to the source sets of configuration data.
Optionally, as shown in Figure 7, this client device can also comprise client declaration unit 403;
Client is announced unit 403, is used to announce that this client device has on the requester network equipment ability of the difference of configuration data between two sets of configuration data.
As from the foregoing, the client that adopts the embodiment of the invention to provide, when needs are inquired about the difference of configuration data between two sets of configuration data, can ask to server by the RPC that client transmitting element 401 sends about the difference of configuration data between target configuration data acquisition system on the network equipment and the source sets of configuration data, and respond by the RPC-Reply that is carrying two difference configuration datas between the sets of configuration data that client receiving element 402 reception servers return; Because this scheme has been continued to use existing NETCONF agreement, therefore the content networking device in this response can read, and that is to say, and is in terms of existing technologies, better readable.
Correspondingly, the embodiment of the invention also provides a kind of communication system, and as shown in Figure 8, this communication system comprises client device 501 and server 502;
Client device 501 is used on server 502 sends about requester network equipment that the RPC of the difference of configuration data asks between the target configuration data acquisition system and source sets of configuration data; The RPC-Reply that reception server 502 returns according to the request that transmitting element sends;
Server 502 is used to receive the RPC request about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data that client device 501 sends; Send RPC-Reply to client device 501 according to the RPC request that receives, wherein, RPC-Reply carries the difference configuration data between target configuration data acquisition system and the source sets of configuration data.
Optionally, client device 501 is used to also to announce that this client device has on the requester network equipment ability of the difference of configuration data between two sets of configuration data.
Optionally, server 502 is used to also to announce that this server has the ability of supporting on the requester network equipment difference of configuration data between two sets of configuration data.
Optionally, can carry the target configuration data acquisition system title that need be configured the data comparison and need be configured data source sets of configuration data title relatively in this RPC request.
Optionally, can also carry during this RPC asks and to comprise the scope that need be configured the data comparison in the request.
Optionally, this RPC-Reply can also carry the configured data difference type of target configuration data acquisition system with respect to the source sets of configuration data.
It should be noted that, target configuration data acquisition system described above specifically can comprise increase, deletion and modification with respect to the configured data difference type of source sets of configuration data, can identify this configuration data object instance difference type by add an attribute on the object instance element of configuration data.
As from the foregoing, adopt the embodiment of the invention, when client device 501 needs the difference of configuration data between two sets of configuration data of inquiry, client device 501 can send request to server 502, and the difference configuration data between server 502 two sets of configuration data that will inquire is carried at and returns to client device 501 in the response afterwards; Because this scheme has been continued to use existing NETCONF agreement, therefore the content networking device in this response can read, and that is to say, and is in terms of existing technologies, better readable.
One of ordinary skill in the art will appreciate that all or part of step in the whole bag of tricks of the foregoing description is to instruct relevant hardware to finish by program, this program can be stored in the computer-readable recording medium, storage medium can comprise: read-only memory (ROM, Read Only Memory), random access memory (RAM, Random Access Memory), disk or CD etc.
More than querying method, server and the communication system of a kind of configured data difference that the embodiment of the invention provided is described in detail, used specific case herein principle of the present invention and execution mode are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (11)

1. the querying method of a configured data difference is characterized in that, comprising:
Receive the remote procedure call request that the network configuration protocol client sends about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data;
According to the described remote procedure call request that receives, send remote procedure call and respond to the network configuration protocol client, the difference configuration data between described target configuration data acquisition system and the source sets of configuration data is carried in described remote procedure call response.
2. method according to claim 1, it is characterized in that, receive that the network configuration protocol client sends about requester network equipment between target configuration data acquisition system and the source sets of configuration data before the remote procedure call request of the difference of configuration data, described method also comprises:
Declaration has the ability of supporting on the requester network equipment difference of configuration data between two sets of configuration data.
3. method according to claim 1 is characterized in that, described remote procedure call request comprises:
Described target configuration data acquisition system title and described source sets of configuration data title.
4. method according to claim 3 is characterized in that, described remote procedure call request also comprises: need be configured data scope relatively.
5. method according to claim 3 is characterized in that, the remote procedure call request transmission remote procedure call that described basis receives responds to the network configuration protocol client and comprises:
Determine described target configuration data acquisition system and described source sets of configuration data according to described target configuration data acquisition system title and described source sets of configuration data title respectively;
Described target configuration data acquisition system and described source sets of configuration data are compared, obtain the difference configuration data of described target configuration data acquisition system at least with respect to described source sets of configuration data;
Send remote procedure call and respond, carry the difference configuration data of described target configuration data acquisition system in the described remote procedure call response with respect to described source sets of configuration data to the network configuration protocol client.
6. method according to claim 4 is characterized in that, the remote procedure call request that described basis receives, and the transmission remote procedure call responds to the network configuration protocol client and comprises:
Determine described target configuration data acquisition system and described source sets of configuration data according to described target configuration data acquisition system title and described source sets of configuration data title respectively;
Be configured data scope relatively according to described needs, in described needs are configured data scope relatively, described target configuration data acquisition system and described source sets of configuration data are compared, obtain the difference configuration data of described target configuration data acquisition system at least with respect to described source sets of configuration data;
Send remote procedure call and respond, carry the difference configuration data of described target configuration data acquisition system in the described remote procedure call response with respect to described source sets of configuration data to the network configuration protocol client.
7. according to claim 5 or 6 described methods, it is characterized in that,
Can also carry the configured data difference type of described target configuration data acquisition system in the described remote procedure call response with respect to described source sets of configuration data.
8. a server is characterized in that, comprising:
Receiving element is used to receive the remote procedure call request about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data that the network configuration protocol client device sends;
Transmitting element, be used for the remote procedure call request that receives according to receiving element, send remote procedure call and respond to the network configuration protocol client device, the difference configuration data between described target configuration data acquisition system and the described source sets of configuration data is carried in described remote procedure call response.
9. server according to claim 8 is characterized in that, described server also comprises:
Announce the unit, be used to announce that described server has the ability of supporting on the requester network equipment difference of configuration data between two sets of configuration data.
10. server according to claim 8 is characterized in that, described transmitting element comprises definite subelement, comparison subelement and sends subelement;
Described definite subelement is used for the remote procedure call request that receives according to receiving element respectively, determines target configuration data acquisition system and source sets of configuration data;
Described relatively subelement is used for described target configuration data acquisition system and described source sets of configuration data that described definite subelement is determined are compared, and obtains the difference configuration data of described target configuration data acquisition system with respect to described source sets of configuration data at least;
Described transmission subelement, be used to send remote procedure call and respond, carry described target configuration data acquisition system that described relatively subelement obtains difference configuration data in the response of described remote procedure call at least with respect to described source sets of configuration data to the network configuration protocol client device.
11. a communication system is characterized in that, comprises client device and server;
Described client device is used for the remote procedure call request of the difference of configuration data between the target configuration data acquisition system and source sets of configuration data on server sends about requester network equipment; The remote procedure call response that reception server returns according to the request that transmitting element sends;
Described server is used to receive the remote procedure call request about the difference of configuration data between target configuration data acquisition system on the requester network equipment and the source sets of configuration data that client device sends; According to the remote procedure call request that receives, send remote procedure call and respond to client device, the difference configuration data between described target configuration data acquisition system and the described source sets of configuration data is carried in described remote procedure call response.
CN200910261815A 2009-12-30 2009-12-30 Inquiry method, server and communication system for configured data difference Pending CN101827078A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910261815A CN101827078A (en) 2009-12-30 2009-12-30 Inquiry method, server and communication system for configured data difference

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910261815A CN101827078A (en) 2009-12-30 2009-12-30 Inquiry method, server and communication system for configured data difference

Publications (1)

Publication Number Publication Date
CN101827078A true CN101827078A (en) 2010-09-08

Family

ID=42690784

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910261815A Pending CN101827078A (en) 2009-12-30 2009-12-30 Inquiry method, server and communication system for configured data difference

Country Status (1)

Country Link
CN (1) CN101827078A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102291468A (en) * 2011-09-19 2011-12-21 郑州单点科技软件有限公司 Method and system for realizing data exchange
WO2012075862A1 (en) * 2010-12-08 2012-06-14 华为技术有限公司 Method, client, server and network system for configuring network device
CN103295012A (en) * 2012-02-28 2013-09-11 通用电气公司 Systems and methods for machine configuration
WO2015127866A1 (en) * 2014-02-28 2015-09-03 Hangzhou H3C Technologies Co., Ltd. Network configuration access
CN105591796A (en) * 2015-07-21 2016-05-18 杭州华三通信技术有限公司 Network equipment configuration method and device
US10374867B2 (en) 2014-02-28 2019-08-06 Hewlett Packard Enterprise Development Lp Network configuration access
CN110287220A (en) * 2019-07-24 2019-09-27 新华三大数据技术有限公司 It is a kind of to generate the method and device for configuring reverse textual
CN110912743A (en) * 2019-11-26 2020-03-24 中国银联股份有限公司 Method and device for executing configuration instruction
WO2022134672A1 (en) * 2020-12-22 2022-06-30 华为技术有限公司 Method and apparatus for configuring node
CN114726717A (en) * 2020-12-22 2022-07-08 华为技术有限公司 Method and apparatus for configuring a node

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012075862A1 (en) * 2010-12-08 2012-06-14 华为技术有限公司 Method, client, server and network system for configuring network device
CN102291468A (en) * 2011-09-19 2011-12-21 郑州单点科技软件有限公司 Method and system for realizing data exchange
CN103295012A (en) * 2012-02-28 2013-09-11 通用电气公司 Systems and methods for machine configuration
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
CN105591796B (en) * 2015-07-21 2019-04-09 新华三技术有限公司 Method for configuring network equipment and device
CN105591796A (en) * 2015-07-21 2016-05-18 杭州华三通信技术有限公司 Network equipment configuration method and device
CN110287220A (en) * 2019-07-24 2019-09-27 新华三大数据技术有限公司 It is a kind of to generate the method and device for configuring reverse textual
CN110287220B (en) * 2019-07-24 2021-08-24 新华三大数据技术有限公司 Method and device for generating configuration reverse textualization
CN110912743A (en) * 2019-11-26 2020-03-24 中国银联股份有限公司 Method and device for executing configuration instruction
CN110912743B (en) * 2019-11-26 2021-11-16 中国银联股份有限公司 Method and device for executing configuration instruction
WO2022134672A1 (en) * 2020-12-22 2022-06-30 华为技术有限公司 Method and apparatus for configuring node
CN114726717A (en) * 2020-12-22 2022-07-08 华为技术有限公司 Method and apparatus for configuring a node
CN114726717B (en) * 2020-12-22 2023-09-01 华为技术有限公司 Method and apparatus for configuring nodes

Similar Documents

Publication Publication Date Title
CN101827078A (en) Inquiry method, server and communication system for configured data difference
CN106843828B (en) Interface display and loading method and device
CN104537076B (en) A kind of file read/write method and device
CN110138606B (en) Container network configuration method and system
CN102611745B (en) On-line file moving method, device and system
CN111970359B (en) Front-end non-service architecture system based on node
US20140143672A1 (en) System and method for function expandable collaboration screen system
CN110868763B (en) Method, device and system for establishing Bluetooth connection
CN109474508B (en) VPN networking method, VPN networking system, VPN master node equipment and VPN master node medium
CN105722089B (en) A kind of equipment authentication method
CN103701817B (en) Method and device for generating configuration file
CN104618435A (en) Method for achieving remote desktops and remote desktop management system
CN101447891A (en) Service model self-adapting system and method thereof
CN103647756A (en) Advertisement broadcasting method, server, client and system
CN103853774A (en) Page data configuration method, device and system
CN105245382A (en) Router configuration information modifying method and device
CN107092502B (en) Automatic application configuration method and device based on cloud operating system
CN103701653A (en) Processing method for interface hot plugging and unplugging configuration data and network configuration server
CN105872635A (en) Video resource distribution method and device
CN109150981B (en) Block chain network networking method, device, equipment and computer readable storage medium
CN112269588B (en) Algorithm upgrading method, device, terminal and computer readable storage medium
CN104135503B (en) Method, Apparatus and system that data are downloaded
CN109525469B (en) Networking method of intelligent household equipment and intelligent household equipment
CN110049360B (en) Cross-platform content control method, device, terminal, server and storage medium
CN109104472B (en) Block chain network networking method, device, equipment and computer readable storage medium

Legal Events

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

Application publication date: 20100908

RJ01 Rejection of invention patent application after publication