CN106789166B - Method and device for network element batch configuration - Google Patents

Method and device for network element batch configuration Download PDF

Info

Publication number
CN106789166B
CN106789166B CN201611063811.1A CN201611063811A CN106789166B CN 106789166 B CN106789166 B CN 106789166B CN 201611063811 A CN201611063811 A CN 201611063811A CN 106789166 B CN106789166 B CN 106789166B
Authority
CN
China
Prior art keywords
configuration
network element
network
batch
task
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
CN201611063811.1A
Other languages
Chinese (zh)
Other versions
CN106789166A (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.)
Huzhou Yinglie Intellectual Property Operation Co ltd
Original Assignee
Jinhua Zhizhen Communication Equipment 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 Jinhua Zhizhen Communication Equipment Co Ltd filed Critical Jinhua Zhizhen Communication Equipment Co Ltd
Priority to CN201611063811.1A priority Critical patent/CN106789166B/en
Publication of CN106789166A publication Critical patent/CN106789166A/en
Application granted granted Critical
Publication of CN106789166B publication Critical patent/CN106789166B/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
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Landscapes

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

Abstract

The invention provides a method and a device for network element batch configuration, wherein the method comprises the following steps: acquiring a calling parameter of a batch configuration service interface, and calling the batch configuration service interface according to the calling parameter; acquiring the configuration information of each network element in at least one network element to be configured from a network management client through the batch configuration service interface; respectively constructing configuration tasks corresponding to the network elements according to the configuration information of the network elements, and putting the constructed configuration tasks into a preset thread pool; executing each configuration task through the concurrent threads in the preset thread pool; after the preset thread pool executes each configuration task, collecting configuration results from each network element in the at least one network element, and feeding back the configuration results to the network management client. The invention can avoid the additional requirement on the network element and save the time of batch configuration.

Description

Method and device for network element batch configuration
Technical Field
The embodiment of the invention relates to the technical field of network communication, in particular to a method and a device for network element batch configuration.
Background
With the continuous development of network communication technology, the number of network elements in a network also increases exponentially, and currently, each network element can be generally managed through a network management system. Currently, when managing each network element, parameter configuration can be usually performed in each network element, and the network elements after parameter configuration can be uniformly managed by a network management system.
Currently, when configuring each network element, the following manners may be generally included:
one way is to configure each network element one by means of manual configuration.
Another way is to perform batch configuration on the same type of network elements. When performing batch configuration, an operation packet may be sent to each network element in a multicast packet manner, and after receiving the operation packet, the network element may perform configuration according to the content in the operation packet. In addition, the batch configuration of the network elements can be realized in a template configuration mode. Specifically, the network management system may send a batch configuration request to each network element, and indicate an FTP (File Transfer Protocol) server where the configuration template is located, so that each network element may download the configuration template from the FTP server, and may perform configuration.
In the process of implementing the invention, the inventor finds that the prior art has at least the following problems:
with the increasing number of network elements, it is obvious that the manual configuration method takes a lot of time, and the manual configuration method is also prone to errors.
The network elements of the same type are configured in batch, either the network elements need to support a multicast protocol or the network elements need to support a template function, and once the network elements do not support the corresponding protocol or function, the batch configuration of the network elements cannot be realized.
Therefore, the methods for configuring network elements in batches in the prior art have certain limitations.
It should be noted that the above background description is only for the sake of clarity and complete description of the technical solutions of the present invention and for the understanding of those skilled in the art. Such solutions are not considered to be known to the person skilled in the art merely because they have been set forth in the background section of the invention.
Disclosure of Invention
In view of the foregoing problems, an object of embodiments of the present invention is to provide a method and an apparatus for batch configuration of network elements, which can avoid additional requirements on the network elements and save time for batch configuration.
In order to achieve the above object, an embodiment of the present invention provides a method for batch configuring network elements, including: acquiring a calling parameter of a batch configuration service interface, and calling the batch configuration service interface according to the calling parameter; acquiring the configuration information of each network element in at least one network element to be configured from a network management client through the batch configuration service interface; respectively constructing configuration tasks corresponding to the network elements according to the configuration information of the network elements, and putting the constructed configuration tasks into a preset thread pool; executing each configuration task through the concurrent threads in the preset thread pool; after the preset thread pool executes each configuration task, collecting configuration results from each network element in the at least one network element, and feeding back the configuration results to the network management client.
Further, the configuration information includes a network element identifier and a network element configuration parameter.
Further, the respectively constructing a configuration task corresponding to each network element according to the configuration information of each network element includes: extracting the network element identification and the network element configuration parameters of each network element from the configuration information; and inquiring a network element IP address matched with the network element identification in a preset database, and constructing the network element IP address and the network element configuration parameters into a configuration task corresponding to the network element.
Further, the executing the configuration tasks by the concurrent threads in the preset thread pool includes: the concurrent thread in the preset thread pool sends the network element configuration parameters in the configuration task to the network element pointed by the network element IP address in the configuration task; and the network element pointed by the network element IP address is configured locally according to the network element configuration parameters, and a configuration result is generated.
Further, the method further comprises: and detecting a first total number of threads in the preset thread pool and a second total number of the current to-be-processed configuration tasks, and when the first total number is smaller than the second total number, suspending the construction of the configuration tasks corresponding to each network element until the first total number is larger than or equal to the second total number.
In order to achieve the above object, an embodiment of the present invention further provides a device for batch configuring network elements, including: the interface calling unit is used for acquiring calling parameters of the batch configuration service interfaces and calling the batch configuration service interfaces according to the calling parameters; a configuration service agent unit, configured to obtain configuration information of each network element in at least one network element to be configured from a network management client through the batch configuration service interface; the configuration task construction unit is used for respectively constructing configuration tasks corresponding to the network elements according to the configuration information of the network elements and placing the constructed configuration tasks into a preset thread pool; the thread pool unit is used for executing each configuration task through the concurrent thread in the preset thread pool; and the configuration result gathering unit is used for collecting configuration results from each network element in the at least one network element after the preset thread pool executes each configuration task, and feeding the configuration results back to the network management client.
Further, the configuration task construction unit is specifically configured to: extracting the network element identification and the network element configuration parameters of each network element from the configuration information; and inquiring a network element IP address matched with the network element identification in a preset database, and constructing the network element IP address and the network element configuration parameters into a configuration task corresponding to the network element.
Further, the thread pool unit is specifically configured to: and sending the network element configuration parameters in the configuration task to the network element pointed by the network element IP address in the configuration task, so that the network element pointed by the network element IP address is configured locally according to the network element configuration parameters, and a configuration result is generated.
Further, the apparatus further comprises: and the task control unit is used for detecting a first total number of threads in the preset thread pool and a second total number of the current configuration tasks to be processed, and when the first total number is smaller than the second total number, suspending the construction of the configuration tasks corresponding to the network elements until the first total number is larger than or equal to the second total number.
As can be seen from the above, the method and device for batch configuration of network elements provided in the embodiments of the present invention can construct the configuration process of each network element into configuration tasks that can be executed, and simultaneously process each configuration task through concurrent threads in the preset thread pool, thereby concurrently configuring the network elements. Finally, the configuration results of each network element can be collected and provided to the network management client, so that a user can conveniently check the configuration results of each network element. The invention does not need the network element to support the multicast protocol and the template function, and simultaneously can greatly improve the efficiency of batch configuration and save the time of batch configuration by the processing method of the concurrent thread.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a flowchart of a method for configuring network elements in batch according to an embodiment of the present invention;
fig. 2 is a functional block diagram of an apparatus for batch configuration of network elements according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings of the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
An embodiment of the present invention provides a method for configuring network elements in batch, please refer to fig. 1, where the method may include the following steps.
Step S1: and acquiring a calling parameter of the batch configuration service interface, and calling the batch configuration service interface according to the calling parameter.
In this embodiment, the network management client may store configuration information of each network element. In the interface of the network management client, the user can select the network element to be configured.
In this embodiment, the network element batch configuration apparatus may establish a connection with the network management client, and before performing network element batch configuration, the service interface may be configured in advance in the network element batch configuration apparatus in batches. The bulk provisioning service interface may be configured to receive provisioning information of a network element to be provisioned.
In this embodiment, the bulk configuration service interface may be associated with a call parameter. And the network element batch configuration device can call the batch configuration service port through the call parameter. Specifically, in this embodiment, after the bulk configuration service port is determined, the bulk configuration service port may be sent to a configuration service agent unit in a network element bulk configuration device. Therefore, the network element batch configuration device can obtain the calling parameter of the batch configuration service interface and call the batch configuration service interface according to the calling parameter.
Step S2: and acquiring the configuration information of each network element in at least one network element to be configured from the network management client through the batch configuration service interface.
In this embodiment, when the batch configuration service interface is called, the configuration service proxy unit may obtain, from the network management client, configuration information of each network element in at least one network element to be configured through the batch configuration service interface.
Specifically, the user may select network elements to be configured in batch in the network management client, and the configuration information of the selected network elements may be sent to the configuration service agent unit through the batch configuration service interface.
In this embodiment, the configuration information may include a network element identifier and a network element configuration parameter. The network element identifier may uniquely represent the corresponding network element. For example, the network element identifier may be a digital ID, and the digital ID may be pre-assigned to each network element by the network management client.
The network element configuration parameters may include various parameters related to the network element. For example, the network element configuration parameter may be a network element name, a network element generation date, a port mode of the network element, an encapsulation type, and the like.
Step S3: and respectively constructing configuration tasks corresponding to the network elements according to the configuration information of the network elements, and putting the constructed configuration tasks into a preset thread pool.
In this embodiment, after the configuration service agent unit obtains the configuration information of each network element to be configured, the configuration task construction unit may construct a corresponding executable configuration task for each network element. Specifically, the configuration task construction unit may respectively construct the configuration tasks corresponding to the network elements according to the configuration information of the network elements.
In this embodiment, the configuration task constructing unit may extract the network element identifier and the network element configuration parameter of each network element from the configuration information. In the actual application process, the network element identifier is usually stored in association with the IP address of the network element in the network. Therefore, the configuration task construction unit may query a preset database for the network element IP address matching the network element identifier. The preset database may be an independent data server, or may be a module in the network element batch configuration device, which is not limited in the present invention. After the network element IP address is obtained, the configuration task construction unit may construct the network element IP address and the network element configuration parameters as a configuration task corresponding to the network element.
In this embodiment, after the configuration tasks corresponding to the network elements are constructed, the configuration tasks may be executed by using a preset thread pool to perform a network element configuration process.
Step S4: and executing each configuration task through the concurrent threads in the preset thread pool.
In this embodiment, the preset thread pool may execute each configuration task in a parallel processing manner. In the preset thread pool, a preset number of concurrent threads may be set. The preset number of concurrent threads can process the tasks to be processed in the thread pool in parallel.
Specifically, the concurrent thread in the preset thread pool may send the network element configuration parameter in the configuration task to the network element pointed by the network element IP address in the configuration task. Thus, assuming that 10 concurrent threads are counted in the current preset thread pool, the preset thread pool can simultaneously send the network element configuration parameters in the 10 configuration tasks to the corresponding network element IP addresses.
Thus, when the network element pointed by the network element IP address receives the respective network element configuration parameter, the network element can be configured locally according to the network element configuration parameter, thereby generating a configuration result. The configuration result may include information of successful configuration and also may include error information of failed configuration, so that the subsequent user may conveniently view and analyze the configuration result.
Step S5: after the preset thread pool executes each configuration task, collecting configuration results from each network element in the at least one network element, and feeding back the configuration results to the network management client.
In this embodiment, after the preset thread pool has processed each configured task, the configuration result may be collected from each network element. Specifically, the configuration result summarizing unit may send a configuration result collecting instruction to each network element through the IP address of each network element, where the instruction may include a callback function. After receiving the configuration result collection instruction, the network element may feed back the configuration result of the network element to the configuration result summarizing unit through the callback function.
In this embodiment, the configuration result summarizing unit may feed back the configuration result to the network management client after collecting the configuration results of all network elements. Therefore, a user can clearly check the specific configuration condition of each network element at the network management client, and can diagnose the network element with failed configuration.
In an embodiment of the present invention, considering that the number of threads in the preset thread pool is limited, if the number of configuration tasks to be processed is large, the threads in the preset thread pool may not be in time to be processed, which results in a backlog of tasks and increases the burden of the preset thread pool. In view of this, in the present embodiment, a first total number of threads in the preset thread pool and a second total number of configuration tasks currently to be processed may be detected. When the first total number is smaller than the second total number, it indicates that the tasks to be processed are excessive, and may suspend building the configuration tasks corresponding to the network elements, until the first total number is greater than or equal to the second total number, the configuration tasks corresponding to the network elements may continue to be built.
Please refer to fig. 2. An embodiment of the present invention further provides a device for batch configuring network elements, including:
the interface calling unit 100 is configured to obtain a calling parameter of a batch configuration service interface, and call the batch configuration service interface according to the calling parameter;
a configuration service agent unit 200, configured to obtain configuration information of each network element in at least one network element to be configured from the network management client through the batch configuration service interface;
a configuration task construction unit 300, configured to respectively construct a configuration task corresponding to each network element according to the configuration information of each network element, and place each constructed configuration task into a preset thread pool;
a thread pool unit 400, configured to execute each configuration task through a concurrent thread in the preset thread pool;
a configuration result summarizing unit 500, configured to collect configuration results from each network element in the at least one network element after the preset thread pool executes each configuration task, and feed back the configuration results to the network management client.
Wherein the content of the first and second substances,
the configuration task construction unit is specifically configured to:
extracting the network element identification and the network element configuration parameters of each network element from the configuration information; and inquiring a network element IP address matched with the network element identification in a preset database, and constructing the network element IP address and the network element configuration parameters into a configuration task corresponding to the network element.
The thread pool unit is specifically configured to:
and sending the network element configuration parameters in the configuration task to the network element pointed by the network element IP address in the configuration task, so that the network element pointed by the network element IP address is configured locally according to the network element configuration parameters, and a configuration result is generated.
The device further comprises:
and the task control unit is used for detecting a first total number of threads in the preset thread pool and a second total number of the current configuration tasks to be processed, and when the first total number is smaller than the second total number, suspending the construction of the configuration tasks corresponding to the network elements until the first total number is larger than or equal to the second total number.
The specific technical details of the above-mentioned apparatus for network element batch configuration are similar to those of the method for network element batch configuration, and therefore detailed descriptions thereof are omitted.
As can be seen from the above, the method and device for batch configuration of network elements provided in the embodiments of the present invention can construct the configuration process of each network element into configuration tasks that can be executed, and simultaneously process each configuration task through concurrent threads in the preset thread pool, thereby concurrently configuring the network elements. Finally, the configuration results of each network element can be collected and provided to the network management client, so that a user can conveniently check the configuration results of each network element. The invention does not need the network element to support the multicast protocol and the template function, and simultaneously can greatly improve the efficiency of batch configuration and save the time of batch configuration by the processing method of the concurrent thread.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments.
Finally, it should be noted that: the foregoing description of various embodiments of the invention is provided to those skilled in the art for the purpose of illustration. It is not intended to be exhaustive or to limit the invention to a single disclosed embodiment. Various alternatives and modifications of the invention, as described above, will be apparent to those skilled in the art. Thus, while some alternative embodiments have been discussed in detail, other embodiments will be apparent or relatively easy to derive by those of ordinary skill in the art. The present invention is intended to embrace all such alternatives, modifications, and variances which have been discussed herein, and other embodiments which fall within the spirit and scope of the above application.

Claims (7)

1. A method for batch configuration of network elements is characterized by comprising the following steps:
acquiring a calling parameter of a batch configuration service interface, and calling the batch configuration service interface according to the calling parameter;
obtaining the configuration information of each network element in at least one network element to be configured from the network management client through the batch configuration service interface, wherein the configuration information comprises the following steps: a user selects network elements to be configured in batch in a network management client, and sends configuration information of the selected network elements to a configuration service agent unit through the batch configuration service interface;
respectively constructing configuration tasks corresponding to the network elements according to the configuration information of the network elements, and putting the constructed configuration tasks into a preset thread pool;
executing each configuration task through the concurrent threads in the preset thread pool;
after the preset thread pool executes each configuration task, collecting configuration results from each network element in the at least one network element, and feeding the configuration results back to the network management client;
the method further comprises the following steps:
and detecting a first total number of threads in the preset thread pool and a second total number of the current to-be-processed configuration tasks, and when the first total number is smaller than the second total number, suspending the construction of the configuration tasks corresponding to each network element until the first total number is larger than or equal to the second total number.
2. The method of claim 1, wherein the configuration information comprises a network element identifier and a network element configuration parameter.
3. The method of claim 1 or 2, wherein the step of respectively constructing the configuration tasks corresponding to the network elements according to the configuration information of the network elements comprises:
extracting the network element identification and the network element configuration parameters of each network element from the configuration information;
and inquiring a network element IP address matched with the network element identification in a preset database, and constructing the network element IP address and the network element configuration parameters into a configuration task corresponding to the network element.
4. The method according to claim 3, wherein the executing the configuration tasks by the concurrent threads in the preset thread pool comprises:
the concurrent thread in the preset thread pool sends the network element configuration parameters in the configuration task to the network element pointed by the network element IP address in the configuration task;
and the network element pointed by the network element IP address is configured locally according to the network element configuration parameters, and a configuration result is generated.
5. An apparatus for batch configuration of network elements, comprising:
the interface calling unit is used for acquiring calling parameters of the batch configuration service interfaces and calling the batch configuration service interfaces according to the calling parameters;
the configuration service agent unit is configured to obtain configuration information of each network element in at least one network element to be configured from the network management client through the batch configuration service interface, and includes: a user selects network elements to be configured in batch in a network management client, and sends configuration information of the selected network elements to a configuration service agent unit through the batch configuration service interface;
the configuration task construction unit is used for respectively constructing configuration tasks corresponding to the network elements according to the configuration information of the network elements and placing the constructed configuration tasks into a preset thread pool;
the thread pool unit is used for executing each configuration task through the concurrent thread in the preset thread pool;
a configuration result collecting unit, configured to collect configuration results from each network element in the at least one network element after the preset thread pool executes each configuration task, and feed back the configuration results to the network management client;
the device further comprises:
and the task control unit is used for detecting a first total number of threads in the preset thread pool and a second total number of the current configuration tasks to be processed, and when the first total number is smaller than the second total number, suspending the construction of the configuration tasks corresponding to the network elements until the first total number is larger than or equal to the second total number.
6. The apparatus for batch configuring of network elements according to claim 5, wherein the configuration task constructing unit is specifically configured to:
extracting the network element identification and the network element configuration parameters of each network element from the configuration information;
and inquiring a network element IP address matched with the network element identification in a preset database, and constructing the network element IP address and the network element configuration parameters into a configuration task corresponding to the network element.
7. The apparatus for batch configuration of network elements according to claim 6, wherein the thread pool unit is specifically configured to:
and sending the network element configuration parameters in the configuration task to the network element pointed by the network element IP address in the configuration task, so that the network element pointed by the network element IP address is configured locally according to the network element configuration parameters, and a configuration result is generated.
CN201611063811.1A 2016-11-28 2016-11-28 Method and device for network element batch configuration Active CN106789166B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611063811.1A CN106789166B (en) 2016-11-28 2016-11-28 Method and device for network element batch configuration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611063811.1A CN106789166B (en) 2016-11-28 2016-11-28 Method and device for network element batch configuration

Publications (2)

Publication Number Publication Date
CN106789166A CN106789166A (en) 2017-05-31
CN106789166B true CN106789166B (en) 2020-12-25

Family

ID=58901901

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611063811.1A Active CN106789166B (en) 2016-11-28 2016-11-28 Method and device for network element batch configuration

Country Status (1)

Country Link
CN (1) CN106789166B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110011832B (en) * 2019-03-04 2022-01-25 杭州迪普科技股份有限公司 Configuration issuing method and device for planned tasks
CN112256665A (en) * 2019-07-22 2021-01-22 中兴通讯股份有限公司 Migration method and device for network management database
CN112637068B (en) * 2020-12-04 2021-09-21 广州爱浦路网络技术有限公司 Network data forwarding method, computer device, computer network and storage medium
CN113014624B (en) * 2021-02-08 2022-07-19 武汉虹信科技发展有限责任公司 Equipment data configuration method and system
CN114554532B (en) * 2022-03-09 2023-07-18 武汉烽火技术服务有限公司 High concurrency simulation method and device for 5G equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1901568A (en) * 2005-07-22 2007-01-24 中兴通讯股份有限公司 Method for realizing historical property collection in net managing system
CN101060437A (en) * 2007-06-07 2007-10-24 中兴通讯股份有限公司 A parallel management method and device for several same types of network elements
CN101197708A (en) * 2006-12-08 2008-06-11 中兴通讯股份有限公司 Net element automatic discovering and configuring method
CN101345652A (en) * 2008-08-15 2009-01-14 北京立通无限科技有限公司 Data acquisition method and data acquisition equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1901568A (en) * 2005-07-22 2007-01-24 中兴通讯股份有限公司 Method for realizing historical property collection in net managing system
CN101197708A (en) * 2006-12-08 2008-06-11 中兴通讯股份有限公司 Net element automatic discovering and configuring method
CN101060437A (en) * 2007-06-07 2007-10-24 中兴通讯股份有限公司 A parallel management method and device for several same types of network elements
CN101345652A (en) * 2008-08-15 2009-01-14 北京立通无限科技有限公司 Data acquisition method and data acquisition equipment

Also Published As

Publication number Publication date
CN106789166A (en) 2017-05-31

Similar Documents

Publication Publication Date Title
CN106789166B (en) Method and device for network element batch configuration
WO2020029388A1 (en) File transmission method, system, computer device and storage medium
CN110896404B (en) Data processing method and device and computing node
CN106657259B (en) Routing server and routing service method for server cluster
CN109561054B (en) Data transmission method, controller and access device
CN109981421B (en) Intelligent device network distribution method and device
CN112243264B (en) Service customization method, system and network equipment
WO2022062807A1 (en) Device control method, server, and storage medium
US20110295992A1 (en) Server and method for providing device management service and device receiving the device management service
CN113312064A (en) Installation configuration method and device of physical machine and computer readable medium
CN108243222A (en) Server network architecture method and device
CN108733545B (en) Pressure testing method and device
CN108089934B (en) Cluster management method and cluster server
CN108804711B (en) Data processing method and device and computer readable storage medium
CN106936660B (en) Data acquisition method and device
CN113938391A (en) Network distribution method and system for gateway equipment and electronic equipment
CN107888426B (en) Configuration method and device of network terminal equipment, batch processing equipment and storage medium
CN105281940B (en) Method, equipment and system for HELLO message interaction based on NETCONF protocol
CN110912725A (en) Configuration method and configuration device of OpenFlow virtual switch
CN111064729B (en) Message processing method and device, storage medium and electronic device
CN107425994B (en) Method, terminal and server for realizing remote parameter management
EP3860074A1 (en) Communication method, client device, and server device
CN106130787B (en) Service processing system based on software defined network
WO2010124571A1 (en) Node information acquirement method, client, and server
CN112737896B (en) Bandwidth data checking method, device, medium and electronic equipment

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
TA01 Transfer of patent application right

Effective date of registration: 20201022

Address after: 318015 no.2-3167, area a, nonggangcheng, 2388 Donghuan Avenue, Hongjia street, Jiangqu, Taizhou City, Zhejiang Province

Applicant after: Taizhou Jiji Intellectual Property Operation Co.,Ltd.

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Applicant before: Phicomm (Shanghai) Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201209

Address after: 12b12-1, building 4, Wanda Plaza, duohu street, Jindong District, Jinhua City, Zhejiang Province, 321015

Applicant after: Jinhua Zhizhen communication equipment Co.,Ltd.

Address before: 318015 no.2-3167, area a, nonggangcheng, 2388 Donghuan Avenue, Hongjia street, Jiangqu, Taizhou City, Zhejiang Province

Applicant before: Taizhou Jiji Intellectual Property Operation Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20221226

Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China

Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Address before: 12b12-1, building 4, Wanda Plaza, duohu street, Jindong District, Jinhua City, Zhejiang Province, 321015

Patentee before: Jinhua Zhizhen communication equipment Co.,Ltd.

TR01 Transfer of patent right