CN112702201A - Parameter configuration method and system, communication device and computer readable storage medium - Google Patents

Parameter configuration method and system, communication device and computer readable storage medium Download PDF

Info

Publication number
CN112702201A
CN112702201A CN202011540920.4A CN202011540920A CN112702201A CN 112702201 A CN112702201 A CN 112702201A CN 202011540920 A CN202011540920 A CN 202011540920A CN 112702201 A CN112702201 A CN 112702201A
Authority
CN
China
Prior art keywords
configuration
node
orchestrator
change
issuing
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
CN202011540920.4A
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.)
China Mobile Communications Group Co Ltd
China Mobile Hangzhou Information Technology Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Hangzhou Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Mobile Communications Group Co Ltd, China Mobile Hangzhou Information Technology Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202011540920.4A priority Critical patent/CN112702201A/en
Publication of CN112702201A publication Critical patent/CN112702201A/en
Pending legal-status Critical Current

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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Abstract

The invention provides a parameter configuration method and system, a communication device and a computer readable storage medium, comprising: an issuing step, in which a configuration order is issued by an orchestrator according to a customer order; a storage disassembling step, in which the configuration list is disassembled into a plurality of single configurations; a storage step, storing the disassembled multiple single configurations and the association relation and the association rule between the related nodes in each node of the directed graph; a changing step, when a customer order is changed, setting a node positioned according to the order change as an initial node, starting from the initial node, traversing each associated node in the digraph according to a preset algorithm, and changing each node according to an association relation and an association rule; and a generation step of generating and issuing a configuration change table by the organizer after the completion of the change. The invention can improve the configuration change efficiency and reduce the configuration error rate under the complex large-scale service configuration, does not need manual intervention, and really realizes the closed-loop operation of configuration modification.

Description

Parameter configuration method and system, communication device and computer readable storage medium
Technical Field
The present invention relates to the field of network communications, and in particular, to a parameter configuration method and system, a communication device, and a computer-readable storage medium.
Background
At present, in a cloud network integrated unified service issuing process, when a cloud platform side and a network side are configured and issued during service issuing, an orchestrator generates a unified configuration sheet for each user order, and then issues related configurations to the cloud platform side and the network side respectively according to configuration information on the configuration sheets, so as to open a service for a user. After the configuration is successfully issued, the configuration list is stored in the local database of the orchestrator and corresponds to the user order. The existing configuration storage modes are all uniformly stored according to texts in a certain format (such as json, xml and the like).
When a user service is changed (such as bandwidth change, network element IP address change, Rt/Rd value change in L3vpn service, etc.), due to complexity and diversity of cloud network integrated configuration, the orchestrator in the prior art has no capability of performing autonomous analysis on the existing configuration, and cannot find out the correlation between configurations, so the prior art can only adopt the following two ways when configuration is changed:
the first mode is that after all configurations are deleted, brand new configurations are created for the user according to new requirements of the order;
and the second mode is to analyze the part related to the new requirement in the existing configuration and generate the whole configuration change list for changing.
The first mode has the advantages of rapidness and convenience, but has the defect of causing temporary interruption of the whole network service of the user, and if the user industry has high requirement on timeliness, such as financial, disaster relief and other industries, even the temporary service interruption can cause huge loss.
The second mode has the advantages that only the user service of the changed part is influenced, the user service of the non-changed part cannot be interrupted, for example, bandwidth upgrading and IP address changing of a certain area of the user, other area services can be normally carried out without interruption, but the second mode has the defects of long time consumption, manual participation and debugging, and large error probability due to the fact that the configuration is issued without closed loop.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a parameter configuration method and system thereof, which can not only implement uninterrupted configuration of services, but also improve configuration change efficiency and reduce configuration error rate.
The invention provides a parameter configuration method, which comprises the following steps:
an issuing step, generating and issuing a configuration order by an orchestrator according to a customer order;
a disassembling step, after the configuration list is successfully issued, disassembling the configuration list into a plurality of single configurations;
a storage step, storing the disassembled single configurations and the association relations and association rules among the related nodes in each node of the directed graph;
a changing step, when the customer order is changed, setting the node positioned according to the order change as an initial node, traversing each associated node in the directed graph from the initial node according to a preset algorithm, and changing each node according to the association relation and the association rule;
and a generation step of generating and issuing a configuration change table by the orchestrator after the change is completed.
Preferably, the issuing step specifically includes:
creating a customer order and generating the configuration order by an orchestrator;
issuing the configuration list through the orchestrator;
and the orchestrator judges whether the configuration list is successfully issued, and if the configuration list is not successfully issued, the orchestrator returns error information.
Preferably, the changing step specifically includes:
when the customer order is changed, the orchestrator acquires a current configuration list during the change;
setting the node positioned according to the current configuration list as the initial node;
changing each configuration item included in the current configuration list during change from the starting node, and traversing each associated node in the directed graph according to the preset algorithm;
judging whether traversal is finished;
and if the traversal is not finished, acquiring the next node and the association rule related to the next node according to the association relation, and changing each configuration item of the next node until the traversal is finished.
Preferably, the generating step specifically includes:
generating, by the orchestrator, a configuration change table after the change is complete;
issuing the configuration change table to a cloud network controller through the orchestrator;
and the orchestrator judges whether the issuing is successful, if not, the orchestrator returns error information, and if so, the orchestrator stores the configuration change table.
On the other hand, the invention also provides a parameter configuration system, which comprises an issuing module, a disassembling module, a storage module, a changing module and a generating module, wherein,
the issuing module is used for generating and issuing a configuration order according to the customer order;
the disassembling module is used for disassembling the configuration list into a plurality of single configurations after the configuration list is successfully issued;
the storage module is configured to store the disassembled multiple single configurations and association relations and association rules between related nodes in each node of the directed graph;
the change module is used for setting a node positioned according to order change as an initial node when the customer order is changed, traversing each node in the digraph according to a preset algorithm from the initial node, and changing each node according to the association relation and the association rule;
and the generating module is used for generating and issuing a configuration change table after the change is completed.
Preferably, the issuing module is specifically configured to:
creating a customer order and generating the configuration list through an orchestrator;
issuing the configuration list through the orchestrator;
and the orchestrator judges whether the configuration list is successfully issued, and if the configuration list is not successfully issued, the orchestrator returns error information.
Preferably, the changing module is specifically configured to:
when the customer order is changed, the orchestrator acquires a current configuration list during the change;
setting the node positioned according to the current configuration list as the initial node;
changing each configuration item included in the current configuration list during change from the initial node, and traversing each node in the directed graph according to the preset algorithm;
judging whether traversal is finished;
and if the traversal is not finished, acquiring the next node and the association rule related to the next node according to the association relation, and changing each configuration item of the next node until the traversal is finished.
Preferably, the generating module is specifically configured to:
generating, by the orchestrator, a configuration change table after the change is complete;
issuing the configuration change table to a cloud network controller through the orchestrator;
and the orchestrator judges whether the issuing is successful, if not, the orchestrator returns error information, and if so, the orchestrator stores the configuration change table.
In yet another aspect, the present invention further provides a communication device, wherein the communication device includes a memory and a processor, the memory stores computer processing instructions, and the processor executes the aforementioned parameter configuration method by calling the computer processing instructions.
In yet another aspect, the present invention further provides a computer-readable storage medium, wherein the computer-readable storage medium stores thereon a computer program, and the computer program, when executed by a processor, implements the steps of the foregoing parameter configuration method.
The technical scheme provided by the invention has the following advantages: the most obvious difference from the configuration storage of the traditional orchestrator is that the integrated configuration list is changed from centralized storage to discrete storage, on the basis, the configuration is stored, the association relation and the association rule among the configurations are also stored, and meanwhile, the rapid traversal searching and modification of all the association configurations through a mature software algorithm (such as a depth-first algorithm or a breadth-first algorithm) are supported, which cannot be realized by the orchestrator in the traditional cloud network service orchestration process, so that the orchestrator can improve the configuration modification efficiency and reduce the configuration error rate under the complex large-scale service orchestration, and the configuration modification closed-loop operation is really realized without manual intervention.
Drawings
FIG. 1 is a schematic flow chart illustrating a parameter configuration method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a configuration storage structure according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of the parameter configuration system 1 according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The following describes a parameter configuration method and a system thereof provided by the present invention in detail.
Fig. 1 is a schematic flow chart illustrating a parameter configuration method according to an embodiment of the invention.
In step S1, a distribution step is performed in which a configuration order is generated and distributed by the orchestrator according to the customer order.
In this embodiment, the issuing step specifically includes:
creating a customer order and generating a configuration list through an orchestrator;
issuing the configuration list through the orchestrator;
the orchestrator judges whether the configuration list is successfully issued, and if the configuration list is not successfully issued, the orchestrator returns error information.
In the present embodiment, the basis for the determination is based on information returned by the SDN network controller.
In step S2, a disassembly step of disassembling the configuration sheet into a plurality of individual configurations after the configuration sheet is successfully issued.
In step S3, a storage step of storing the disassembled multiple individual configurations and the association relations and association rules between the relevant nodes in each node of the directed graph.
In this embodiment, after the configuration list is successfully issued, the overall configuration on the configuration list is disassembled into a plurality of single configurations, and the plurality of single configurations are respectively stored in each node of the directed graph, and meanwhile, the association relationship and the association rule between the related nodes are also stored. In the embodiment, the configuration after being disassembled is stored in a directed graph node manner through a directed graph manner, and not only all configuration information on a configuration list is stored, but also the associated information and the change rule between each node are stored, so that the orchestrator firstly finds the configuration change item, then sequentially searches the associated items needing to be changed according to the directed graph, and changes according to the change rule between the associated items and the directed graph, thereby enabling the orchestrator to have the capability of automatically and quickly changing the service configuration.
In this embodiment, a novel orchestrator configuration storage scheme, i.e., a directed graph storage scheme, is used to store not only the issued configuration information, but also the relationship between the configurations. In this embodiment, for the SDN network controller, the orchestrator needs to issue an entire configuration list, but the time of the configuration list is valid in each network entity in the network, and correspondingly, the orchestrator should also map and store the configuration according to each network entity, so that the configuration list after successful issuing needs to be split and stored in each corresponding directed graph node.
In step S4, a changing step, when the customer order is changed, setting a node located according to the order change as an initial node, and traversing each node in the directed graph from the initial node according to a preset algorithm; and changing each node according to the association relation and the association rule.
In the present embodiment, the changing step specifically includes:
when a customer order is changed, the orchestrator acquires a current configuration list during the change;
setting a node positioned according to the current configuration list as an initial node during changing, specifically, positioning the related network configuration change according to the current configuration list during changing, and taking the changed configuration as the initial node;
starting from the initial node, changing each configuration item included in the current configuration list during change, traversing each node in the digraph according to a preset algorithm, specifically traversing each path in the digraph by taking the node as the initial node according to the preset algorithm, and changing each node in the path;
judging whether traversal is finished;
and if the traversal is not completed, acquiring the next node and the association rule related to the next node according to the association relation, and changing each configuration item of the next node until the traversal is completed.
In this embodiment, the customer changes the order, and the changed content affects a certain network configuration, and this specific configuration is linked with other configurations, and this configuration is the starting node that needs to be changed. The configuration item is each specific item in the configuration list, the configuration list is composed of a plurality of configuration items, and one configuration item can be understood as a specific single configuration of one network entity.
In this embodiment, the directed graph is divided into two parts, the node itself carries information and association information between nodes, the node itself information is irrelevant to other nodes, and the next hop node relevant to the node can only be found through an association relationship. In this embodiment, the contents stored in the directed graph include two parts, one is the configuration information of the actual network entity, and the other is the association relationship with other network entities in the configuration process of the network entity.
In this embodiment, the order is a user requirement, which is a description of a required network function, the configuration sheet is a specific network configuration that is obtained by splitting the network function according to order information, a set of all network configurations is the configuration sheet, the order is used by front-end personnel, and the configuration sheet is used by back-end personnel.
In this embodiment, the preset algorithm is a depth-first algorithm or an breadth-first algorithm, a schematic configuration storage structure is shown in fig. 2, each circle represents a node, a connecting line between two circles represents an association rule, when configuration storage is performed, the overall configuration on a configuration sheet is disassembled into a plurality of single configurations and separately stored into each node in a directed graph, a next-hop node of each node is a configuration associated with the configuration of the node, the connecting line between nodes represents an association rule, when a node changes, a compiler traverses the next-hop node of each node by using the node as a start point through the depth-first algorithm or the breadth-first algorithm, modifies the configuration of the next-hop node according to the rule on the connecting line, and automatically generates a configuration change table after the traversal is completed, the process is automatically completed by the orchestrator without manual participation, so that the efficiency is ensured, and the correctness is also ensured.
In step S4, a step of generating and issuing a configuration change table is performed.
In this embodiment, the generating step specifically includes:
after the change is completed, synthesizing the changed node information, and generating a configuration change table by the orchestrator, wherein the configuration change table comprises the changed node configuration information and the node configuration information for the change;
the configuration change table is issued to the cloud network controller through the orchestrator;
the orchestrator judges whether the issuing is successful, if not, the orchestrator returns error information, and if the issuing is successful, the orchestrator stores the configuration change table.
In this embodiment, as shown in fig. 2, the overall configuration on the cloud network integrated service delivery configuration list is broken down into a plurality of individual configurations, which are stored in a plurality of nodes of the directed graph, the arrows represent the association relationship between the configurations, the configurations connected by the arrows have the association relationship, there is no direct association relationship without the representation of the connection of the arrows, the configuration at the end of the arrow changes due to the influence of the configuration at the top of the arrow, each arrow indicates the association relationship and also needs to define an association rule, when the configuration at the top of the arrow changes, the configuration at the end of the arrow changes correspondingly according to the rule, for configuration nodes that affect each other, such as configuration 2 and configuration 6, the association rule 5 and the association rule 6 between them must ensure no conflict, and the configuration change runs through, and each hop node also needs to be recorded, to ensure that no loop traversal occurs.
In the embodiment, the orchestrator automatically changes the associated configuration items without the participation of network management personnel, thereby improving the configuration change efficiency and reducing the configuration error rate.
Fig. 3 is a schematic structural diagram of a parameter configuration system 1 according to an embodiment of the present invention.
In the present embodiment, the parameter configuration system 1 includes a sending module 2, a disassembling module 3, a storage module 4, a changing module 5 and a generating module 6, wherein,
the issuing module 2 is used for generating and issuing a configuration order according to the customer order;
the disassembling module 3 is used for disassembling the configuration list into a plurality of single configurations after the configuration list is successfully issued;
the storage module 4 is used for storing the disassembled multiple single configurations and the association relations and association rules among the related nodes in each node of the directed graph;
the changing module 5 is used for setting the node positioned according to the order change as an initial node when the customer order is changed, and starting from the initial node, traversing each node in the directed graph according to a preset algorithm; changing each node according to the association relation and the association rule;
and the generating module 6 is used for generating and issuing the configuration change table after the change is completed.
In this embodiment, the issuing module 2 is specifically configured to:
creating a customer order and generating a configuration list through an orchestrator;
issuing the configuration list through the orchestrator;
the orchestrator judges whether the configuration list is successfully issued, and if the configuration list is not successfully issued, the orchestrator returns error information.
In this embodiment, after the configuration list is successfully issued, the overall configuration on the configuration list is disassembled into a plurality of single configurations, and the plurality of single configurations are respectively stored in each node of the directed graph, and meanwhile, the association relationship and the association rule between the related nodes are also stored. In the embodiment, the configuration after being disassembled is stored in a directed graph node manner through a directed graph manner, and not only all configuration information on a configuration list is stored, but also the associated information and the change rule between each node are stored, so that the orchestrator firstly finds the configuration change item, then sequentially searches the associated items needing to be changed according to the directed graph, and changes according to the change rule between the associated items and the directed graph, thereby enabling the orchestrator to have the capability of automatically and quickly changing the service configuration.
In the present embodiment, the changing module 5 is specifically configured to:
when a customer order is changed, the orchestrator acquires a current configuration list during the change;
setting the node positioned according to the current configuration list as an initial node during changing;
changing each configuration item included in the current configuration list during change from the initial node, and traversing each node in the directed graph according to a preset algorithm;
judging whether traversal is finished;
and if the traversal is not completed, acquiring the next node and the association rule related to the next node according to the association relation, and changing each configuration item of the next node until the traversal is completed.
In this embodiment, the generating module 6 is specifically configured to:
generating, by the orchestrator, a configuration change table after the change is complete;
the configuration change table is issued to the cloud network controller through the orchestrator;
the orchestrator judges whether the issuing is successful, if not, the orchestrator returns error information, and if the issuing is successful, the orchestrator stores the configuration change table.
In the present embodiment, the detailed description of the system apparatus item refers to the detailed description of the method item shown in fig. 1, and will not be repeated here.
In addition, the invention also provides a communication device, wherein the communication device comprises a memory and a processor, the memory stores computer processing instructions, and the processor executes the parameter configuration method by calling the computer processing instructions.
In addition, the present invention further provides a computer-readable storage medium, wherein the computer-readable storage medium stores thereon a computer program, and the computer program is executed by a processor to perform the steps of the foregoing parameter configuration method.
The technical scheme provided by the invention has the following advantages: the most obvious difference from the configuration storage of the traditional orchestrator is that the integrated configuration list is changed from centralized storage to discrete storage, on the basis, the configuration is stored, the association relation and the association rule among the configurations are also stored, and meanwhile, the rapid traversal searching and modification of all the association configurations through a mature software algorithm (such as a depth-first algorithm or a breadth-first algorithm) are supported, which cannot be realized by the orchestrator in the traditional cloud network service orchestration process, so that the orchestrator can improve the configuration modification efficiency and reduce the configuration error rate under the complex large-scale service orchestration, and the configuration modification closed-loop operation is really realized without manual intervention.
It should be noted that, in the above embodiments, the included units are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be realized; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
In addition, it can be understood by those skilled in the art that all or part of the steps in the method for implementing the embodiments described above can be implemented by instructing the relevant hardware through a program, and the corresponding program can be stored in a computer-readable storage medium, such as a ROM/RAM, a magnetic disk, or an optical disk.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (10)

1. A method of parameter configuration, the method comprising:
an issuing step, in which a configuration order is issued by an orchestrator according to a customer order;
a disassembling step, after the configuration list is successfully issued, disassembling the configuration list into a plurality of single configurations;
a storage step, storing the disassembled single configurations and the association relations and association rules among the related nodes in each node of the directed graph;
a changing step, when the customer order is changed, setting the node positioned according to the order change as an initial node, traversing each node in the digraph according to a preset algorithm from the initial node, and changing each node according to the association relation and the association rule;
and a generation step of generating and issuing a configuration change table by the orchestrator after the change is completed.
2. The parameter configuration method according to claim 1, wherein the issuing step specifically includes:
creating a customer order and generating the configuration list through the orchestrator;
issuing the configuration list through the orchestrator;
and the orchestrator judges whether the configuration list is successfully issued, and if the configuration list is not successfully issued, the orchestrator returns error information.
3. The parameter configuration method according to claim 1, wherein the changing step specifically includes:
when the customer order is changed, the orchestrator acquires a current configuration list during the change;
setting the node positioned according to the current configuration list as the initial node;
changing each configuration item included in the current configuration list during change from the initial node, and traversing each node in the directed graph according to the preset algorithm;
judging whether traversal is finished;
and if the traversal is not finished, acquiring the next node and the association rule related to the next node according to the association relation, and changing each configuration item of the next node until the traversal is finished.
4. The parameter configuration method according to claim 3, wherein the generating step specifically comprises:
generating, by the orchestrator, a configuration change table after the change is complete;
issuing the configuration change table to a cloud network controller through the orchestrator;
and the orchestrator judges whether the issuing is successful, if not, the orchestrator returns error information, and if so, the orchestrator stores the configuration change table.
5. A parameter configuration system is characterized in that the system comprises a sending module, a disassembling module, a storage module, a changing module and a generating module, wherein,
the issuing module is used for generating and issuing a configuration order according to the customer order;
the disassembling module is used for disassembling the configuration list into a plurality of single configurations after the configuration list is successfully issued;
the storage module is configured to store the disassembled multiple single configurations and association relations and association rules between related nodes in each node of the directed graph;
the change module is used for setting a node positioned according to order change as an initial node when the customer order is changed, traversing each node in the digraph according to a preset algorithm from the initial node, and changing each node according to the association relation and the association rule;
and the generating module is used for generating and issuing a configuration change table after the change is completed.
6. The parameter configuration system of claim 5, wherein the issuing module is specifically configured to:
creating a customer order and generating the configuration list through an orchestrator;
issuing the configuration list through the orchestrator;
and the orchestrator judges whether the configuration list is successfully issued, and if the configuration list is not successfully issued, the orchestrator returns error information.
7. The parameter configuration system of claim 5, wherein the alteration module is specifically configured to:
when the customer order is changed, the orchestrator acquires a current configuration list during the change;
setting the node positioned according to the current configuration list as the initial node;
changing each configuration item included in the current configuration list during change from the initial node, and traversing each node in the directed graph according to the preset algorithm;
judging whether traversal is finished;
and if the traversal is not finished, acquiring the next node and the association rule related to the next node according to the association relation, and changing each configuration item of the next node until the traversal is finished.
8. The parameter configuration system of claim 7, wherein the generation module is specifically configured to:
generating, by the orchestrator, a configuration change table after the change is complete;
issuing the configuration change table to a cloud network controller through the orchestrator;
and the orchestrator judges whether the issuing is successful, if not, the orchestrator returns error information, and if so, the orchestrator stores the configuration change table.
9. A communication device, characterized in that it comprises a memory storing computer processing instructions and a processor executing the parameter configuration method of any of the preceding claims 1-4 by invoking said computer processing instructions.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the parameter configuration method according to any one of claims 1-4.
CN202011540920.4A 2020-12-23 2020-12-23 Parameter configuration method and system, communication device and computer readable storage medium Pending CN112702201A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011540920.4A CN112702201A (en) 2020-12-23 2020-12-23 Parameter configuration method and system, communication device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011540920.4A CN112702201A (en) 2020-12-23 2020-12-23 Parameter configuration method and system, communication device and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN112702201A true CN112702201A (en) 2021-04-23

Family

ID=75511025

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011540920.4A Pending CN112702201A (en) 2020-12-23 2020-12-23 Parameter configuration method and system, communication device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112702201A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1479904A (en) * 2000-12-08 2004-03-03 ˹��Ʒ�˹ɷݹ�˾ Method of configuring product using directed acyclic graph
CN104750496A (en) * 2015-04-13 2015-07-01 上海新炬网络信息技术有限公司 Automatic checking method for change influence degree of model
US20160112269A1 (en) * 2014-10-17 2016-04-21 International Business Machines Corporation Identifying configuration inconsistency in edge-based software defined networks (sdn)
CN107092491A (en) * 2017-04-21 2017-08-25 网宿科技股份有限公司 A kind of configuring load application method and system
CN109934507A (en) * 2019-03-21 2019-06-25 网宿科技股份有限公司 A kind of method and device of operation flow scheduling
CN110391938A (en) * 2019-07-26 2019-10-29 北京百度网讯科技有限公司 Method and apparatus for deployment services
CN110708178A (en) * 2018-07-09 2020-01-17 中兴通讯股份有限公司 Network deployment method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1479904A (en) * 2000-12-08 2004-03-03 ˹��Ʒ�˹ɷݹ�˾ Method of configuring product using directed acyclic graph
US20160112269A1 (en) * 2014-10-17 2016-04-21 International Business Machines Corporation Identifying configuration inconsistency in edge-based software defined networks (sdn)
CN104750496A (en) * 2015-04-13 2015-07-01 上海新炬网络信息技术有限公司 Automatic checking method for change influence degree of model
CN107092491A (en) * 2017-04-21 2017-08-25 网宿科技股份有限公司 A kind of configuring load application method and system
CN110708178A (en) * 2018-07-09 2020-01-17 中兴通讯股份有限公司 Network deployment method and device
CN109934507A (en) * 2019-03-21 2019-06-25 网宿科技股份有限公司 A kind of method and device of operation flow scheduling
CN110391938A (en) * 2019-07-26 2019-10-29 北京百度网讯科技有限公司 Method and apparatus for deployment services

Similar Documents

Publication Publication Date Title
US11163731B1 (en) Autobuild log anomaly detection methods and systems
Artigues et al. A branch and bound method for the job-shop problem with sequence-dependent setup times
US8301935B2 (en) Distributed batch runner
CN108984712A (en) Counting method, equipment and readable storage medium storing program for executing are made based on business scenario
US20130097592A1 (en) User selected flow graph modification
CN110389898A (en) Acquisition methods, device, terminal and the computer readable storage medium of Test Strategy
CN111198814A (en) Continuously integrated acceptance system for continuous delivery
CN108510081A (en) machine learning method and platform
CN109359094A (en) A kind of full link tracing method and device of distributed system journal
CN112235130A (en) Method and device for realizing operation and maintenance automation based on SDN network
WO2022142927A1 (en) Rule-based fault analysis method and apparatus, device, and storage medium
CN110851234A (en) Log processing method and device based on docker container
CN110334147A (en) A kind of method of data synchronization and device
CN115934097A (en) Method, device, storage medium and electronic device for generating executable statement
CN106131134B (en) A kind of message content merges De-weight method and system
WO2008092344A1 (en) A method and device for selecting the work flow route
CN112702201A (en) Parameter configuration method and system, communication device and computer readable storage medium
CN110032574A (en) The processing method and processing device of SQL statement
CN110175917A (en) The device and method of parameterized graphicsization processing
CN103577424B (en) The realization method and system of distributed data base view
CN107404440A (en) A kind of forwarding-table item sending method, message forwarding method and device
CN110855480B (en) Network fault fixed factor analysis method and device
CN115016909A (en) Task flow concurrent scheduling method and system based on parameter dependence inference execution flow
CN110096292A (en) A kind of method and system of adaptive intra update server B ios firmware
CN113486024B (en) Data dictionary information transmission method and device, storage 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210423