CN114461309A - Automatic instruction arranging and issuing method - Google Patents

Automatic instruction arranging and issuing method Download PDF

Info

Publication number
CN114461309A
CN114461309A CN202210102630.4A CN202210102630A CN114461309A CN 114461309 A CN114461309 A CN 114461309A CN 202210102630 A CN202210102630 A CN 202210102630A CN 114461309 A CN114461309 A CN 114461309A
Authority
CN
China
Prior art keywords
instruction
service requirement
subtasks
instructions
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
CN202210102630.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.)
Lianxin Hongfang Beijing Technology Co ltd
Original Assignee
Lianxin Hongfang Beijing 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 Lianxin Hongfang Beijing Technology Co ltd filed Critical Lianxin Hongfang Beijing Technology Co ltd
Priority to CN202210102630.4A priority Critical patent/CN114461309A/en
Publication of CN114461309A publication Critical patent/CN114461309A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the disclosure provides a method, a device, equipment and a computer readable storage medium for automatically arranging and issuing instructions. The method comprises the steps of obtaining service requirements; the service requirement comprises instruction information; splitting the service requirement to obtain a subtask and an instruction thereof corresponding to the service requirement; arranging the subtasks and the instructions thereof to obtain an instruction set; and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side. In this way, the construction period is shortened, the technical requirements on workers are reduced, and the opening efficiency is improved.

Description

Automatic instruction arranging and issuing method
Technical Field
Embodiments of the present disclosure relate generally to the field of data processing, and more particularly, to methods, apparatuses, devices, and computer-readable storage media for automatic arrangement and automatic issuing of instructions.
Background
When the instruction is manually input to operate the network element equipment, the problems of nonstandard configuration content, long time consumption, high technical requirement on workers, influence on opening efficiency and the like easily occur, the problems do not meet the modern construction standard and cannot keep up with the steps of intelligent operation;
in the traditional program technology design, functions and requirements are integrated, and frequently newly increased and changed service requirements can drive program transformation, release on-line, restart and the like, so that the problems of the existing production working environment and the like are influenced.
Disclosure of Invention
According to the embodiment of the disclosure, a scheme for automatically arranging and issuing the instructions is provided.
In a first aspect of the disclosure, a method for automatically arranging and issuing instructions is provided. The method comprises the following steps:
acquiring a service requirement; the service requirement comprises instruction information;
splitting the service requirement to obtain a subtask and an instruction thereof corresponding to the service requirement;
arranging the subtasks and the instructions thereof to obtain an instruction set; and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side.
Further, the splitting the service requirement to obtain the corresponding subtasks and the instructions thereof includes:
acquiring scene configuration corresponding to the service requirement based on the service requirement;
and splitting the instruction in the service requirement into a plurality of subtasks and instructions corresponding to the subtasks based on the scene configuration.
Further, the splitting the instruction in the service requirement into a plurality of subtasks and an instruction corresponding to the subtasks based on the scenario configuration includes:
acquiring the identification of a service scene by analyzing the work order content of the northbound interface;
matching corresponding scene configurations based on the scene identifiers;
and matching corresponding subtasks and instructions corresponding to the subtasks from a database based on the scene configuration.
Further, still include:
each subtask corresponds to one or more instructions;
each business scenario corresponds to one or more subtasks.
Further, the replacing the corresponding parameter value field in the work order includes:
and replacing the corresponding parameters in the work order by adopting a cyclic replacement mode.
Further, still include:
the structure of Springboot + MybatisPlus + SqlLite is adopted.
Further, still include:
when the instruction is issued, item dependence is managed by adopting Maven.
In a second aspect of the present disclosure, an apparatus for automatically arranging and issuing instructions is provided. The device includes:
the acquisition module is used for acquiring the service requirement; the service requirement comprises instruction information;
the splitting module is used for splitting the service requirement to obtain a subtask and an instruction thereof corresponding to the service requirement;
the issuing module is used for arranging the subtasks and the instructions thereof to obtain an instruction set; and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side.
In a third aspect of the disclosure, an electronic device is provided. The electronic device includes: a memory having a computer program stored thereon and a processor implementing the method as described above when executing the program.
In a fourth aspect of the present disclosure, a computer readable storage medium is provided, having stored thereon a computer program, which when executed by a processor, implements a method as in accordance with the first aspect of the present disclosure.
The method for automatically arranging and issuing the instructions comprises the steps of obtaining service requirements; the service requirement comprises instruction information; splitting the service requirement to obtain a subtask and an instruction thereof corresponding to the service requirement; arranging the subtasks and the instructions thereof to obtain an instruction set; and the instruction set is issued to the network element equipment to complete the verification and configuration of the network element side, thereby reducing the construction period, lowering the technical requirements on workers and improving the opening efficiency.
It should be understood that the statements herein reciting aspects are not intended to limit the critical or essential features of the embodiments of the present disclosure, nor are they intended to limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. In the drawings, like or similar reference characters designate like or similar elements, and wherein:
FIG. 1 is an exemplary system architecture diagram in which one embodiment of the present application may be applied;
FIG. 2 shows a flow diagram of a method for automatic orchestration and automatic issue of instructions according to an embodiment of the disclosure;
FIG. 3 illustrates a business as a whole architecture diagram, in accordance with embodiments of the present disclosure;
FIG. 4 illustrates a business scenario flow diagram in accordance with an embodiment of the present disclosure;
fig. 5 illustrates a 9010 device-golden gold loader business scenario flow diagram in accordance with an embodiment of the present disclosure;
FIG. 6 is a block diagram of an apparatus for automatic instruction orchestration and automatic issue according to an embodiment of the present disclosure;
FIG. 7 illustrates a block diagram of an exemplary electronic device capable of implementing embodiments of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions of the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
In addition, the term "and/or" herein is only one kind of association relationship describing an associated object, and means that there may be three kinds of relationships, for example, a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
Fig. 1 illustrates an exemplary system architecture 100 to which embodiments of the instruction automatic arrangement and automatic issue method or the instruction automatic arrangement and automatic issue apparatus of the present application may be applied.
As shown in fig. 1, the system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. Network 104 is the medium used to provide communication links between terminal devices 101, 102, 103 and server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like. Various communication client applications, such as a model training application, a video recognition application, a web browser application, social platform software, etc., may be installed on the terminal devices 101, 102, 103.
The terminal apparatuses 101, 102, and 103 may be hardware or software. When the terminal devices 101, 102, and 103 are hardware, they may be various electronic devices with a display screen, including but not limited to smart phones, tablet computers, e-book readers, MP3 players (Moving Picture Experts Group Audio Layer III, mpeg Audio Layer 3), MP4 players (Moving Picture Experts Group Audio Layer IV, mpeg Audio Layer 4), laptop portable computers, desktop computers, and the like. When the terminal apparatuses 101, 102, 103 are software, they can be installed in the electronic apparatuses listed above. It may be implemented as multiple pieces of software or software modules (e.g., multiple pieces of software or software modules to provide distributed services) or as a single piece of software or software module. And is not particularly limited herein.
When the terminals 101, 102, 103 are hardware, a video capture device may also be installed thereon. The video acquisition equipment can be various equipment capable of realizing the function of acquiring video, such as a camera, a sensor and the like. The user may capture video using a video capture device on the terminal 101, 102, 103.
The server 105 may be a server that provides various services, such as a background server that processes data displayed on the terminal devices 101, 102, 103. The background server can analyze and process the received data and feed back the processing result to the terminal equipment.
The server may be hardware or software. When the server is hardware, it may be implemented as a distributed server cluster formed by multiple servers, or may be implemented as a single server. When the server is software, it may be implemented as multiple pieces of software or software modules (e.g., multiple pieces of software or software modules used to provide distributed services), or as a single piece of software or software module. And is not particularly limited herein.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation. In particular, in the case where the target data does not need to be acquired from a remote place, the above system architecture may not include a network but only a terminal device or a server.
Fig. 2 is a flowchart illustrating an automatic instruction scheduling and issuing method according to an embodiment of the present application. As can be seen from fig. 2, the method for automatically arranging and issuing instructions of this embodiment includes the following steps:
s210, acquiring service requirements.
Wherein the service requirement comprises instruction information.
In this embodiment, an execution main body (for example, the server shown in fig. 1) for the method for automatically scheduling and issuing the instruction may acquire the service requirement in a wired manner or a wireless connection manner.
Further, the execution main body may obtain a service requirement sent by an electronic device (for example, the terminal device shown in fig. 1) communicatively connected thereto, or may obtain a service requirement pre-stored locally.
In some embodiments, a Springboot + MybatisPlus + SqlLite architecture is employed; the instruction editing/instruction issuing project architecture adopts Maven to manage project dependence; by adopting the framework, development and application are more convenient, quicker and easier to deploy.
S220, splitting the service requirement to obtain a subtask and an instruction corresponding to the service requirement.
In some embodiments, as shown in fig. 4, based on the service requirement, the scene configuration corresponding to the service requirement is obtained from the database;
further, acquiring the identification of the service scene by analyzing the work order content of the northbound interface;
matching corresponding scene configuration based on the scene identification, namely configuring the scene related to the service requirement in a service scene, and splitting the instruction in the service requirement into a plurality of subtasks and the instruction corresponding to the subtasks; the scene configuration comprises an execution sequence field of each subtask;
and matching the subtasks and the corresponding instructions in the database. After the matching of the service scene is completed, the corresponding subtasks can be matched (inquired) in the database;
further, inquiring a corresponding instruction according to the subtasks;
specifically, as shown in fig. 5, taking a 9010 device-golden platinum loader service scenario as an example, based on a service requirement-9010 device-golden platinum loader, a scenario configuration corresponding to the service requirement is obtained from a database, and an instruction in the service requirement is split into a plurality of subtasks and instructions corresponding to the subtasks, that is, a subtask one, a subtask two, a subtask three, and a subtask four.
And three instructions of the subtasks, wherein the belt loading speed limit template is as follows:
conf t
policy-map Rate_{{duankousulvm}}M_def_VIP_IN
class class-default
police rate{{duankousulvm}}mbps burst 250ms
end-policy-map
policy-map Rate_{{duankousulvm}}M_def_VIP_OUT
class class-default
police rate{{duankousulvm}}mbps burst 250ms
end-policy-map
interface GigabitEthernet{{duankouhaonog}}
description{{yonghudaizi}}{{jifeizhanghao}}
{{zhuanxianhao}}({{xinkehumingcheng}})AAAA{{duankousulvm}}Myonghu
ipv4 address{{hulianipjuduan}}255.255.255.252
service-policy input Rate_{{duankousulvm}}M_def_VIP_IN
service-policy output Rate_{{duankousulvm}}M_def_VIP_OUT
ipv4 verify unicast source reachable-via any allow-self-ping
ipv4 access-group iacl ingress
ipv4 unreachables disable
ipv4 access-group deny_80 egress
flow ipv4 monitor FLOW sampler FLOW ingress
no shutdown
router static
address-family ipv4 unicast
----------
{{yonghuip}}{{yanma}}GigabitEthernet{{duankouhaonog}}
{{hulianipyonghuduan}}
----------
router bgp 4808
address-family ipv4 unicast
----------
network{{yonghuip}}{{yanma}}
----------
commit
exit
exit
exit
exit
task four, the installation does not take the speed limit template as follows:
conf t
interface GigabitEthernet{{duankouhaonog}}
description{{yonghudaizi}}{{jifeizhanghao}}
{{zhuanxianhao}}({{xinkehumingcheng}})AAAA{{duankousulvm}}My onghu
ipv4 address{{hulianipjuduan}}255.255.255.252
service-policy input Rate_{{duankousulvm}}M_def_VIP_IN
service-policy output Rate_{{duankousulvm}}M_def_VIP_OUT
ipv4 verify unicast source reachable-via any allow-self-ping
ipv4 access-group iacl ingress
ipv4 unreachables disable
ipv4 access-group deny_80 egress
flow ipv4 monitor FLOW sampler FLOW ingress
no shutdown
router static
address-family ipv4 unicast
----------
{{yonghuip}}{{yanma}}GigabitEthernet{{duankouhaonog}}
{{hulianipyonghuduan}}
----------
router bgp 4808
address-family ipv4 unicast
----------
network{{yonghuip}}{{yanma}}
----------
commit
exit
exit
exit
exit
according to different use scenes, each subtask can correspond to a plurality of instructions, and a subtask one is referred to; each business scenario may correspond to one or more subtasks.
S230, arranging the subtasks and the instructions thereof to obtain an instruction set; and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side.
In some embodiments, the subtasks and the instruction contents thereof are arranged according to the execution sequence of the subtasks to obtain an instruction set;
and further, performing network element channel connection, and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side.
Further, the method also comprises the following steps:
and configuring the instruction corresponding to each service scene into a database.
The field symbols of the corresponding parameter values in the work order needing to be replaced in real time in the instruction are as follows: { } } identity;
the instructions that need to be executed in a loop are symbolized by: a-label;
specifically, the instruction format is as follows:
----------
configure router static-route-entry{lyonghuip}/fyanmashort}
next-hop{xiayitiao7750}no shutdown
----------
configure router policy-options
begin
prefix-list IPv4 userroute
----------
prefix{tyonghuip)/tfyanmashort}}exact
----------
Back
Ccommit
exit all
admin save
logout
further, parameter names required by each instruction in a next work order are configured, and splicing is carried out by using symbols. The parameters after splicing are divided according to the formula, and are replaced circularly;
in particular, the amount of the solvent to be used,
Figure BDA0003492764470000111
Figure BDA0003492764470000121
further, the parameter instruction requiring loop replacement is represented by the symbol: -splitting, obtaining an instruction between two segments of separators, cyclically replacing parameters and performing instruction concatenation:
Figure BDA0003492764470000122
by the method, the separation of the instruction configuration, the parameter configuration content and the program is completed, when a new service requirement occurs, only the configuration is needed to be modified/newly increased, the program is not needed to be modified, the normal use of the online program cannot be influenced due to the iteration requirement, and the working efficiency is greatly improved.
According to the embodiment of the disclosure, the following technical effects are achieved:
the automatic program replaces manual construction, the configuration content of the network element equipment is standardized, the construction period is shortened, the technical requirements of workers are reduced, and the opening efficiency is improved.
When the program technology is designed, the functions and the requirements are stripped, and when the requirements are newly added, the actions of modifying, loading, restarting and the like on the program are not needed.
The modular architecture decouples services and functions, realizes common interfaces and function multiplexing of different services in different specialties, can effectively reduce repeated construction, shortens service development period, and realizes rapid development and deployment of services of different network managers and network elements in different specialties of a network side.
It should be noted that for simplicity of description, the above-mentioned method embodiments are described as a series of acts, but those skilled in the art should understand that the present disclosure is not limited by the described order of acts, as some steps may be performed in other orders or simultaneously according to the present disclosure. Further, those skilled in the art should also appreciate that the embodiments described in the specification are exemplary embodiments and that acts and modules referred to are not necessarily required by the disclosure.
The above is a description of embodiments of the method, and the embodiments of the apparatus are further described below.
Fig. 6 shows a block diagram of an apparatus 600 for automatically arranging and issuing instructions according to an embodiment of the present disclosure. As shown in fig. 6, the apparatus 600 includes:
an obtaining module 610, configured to obtain a service requirement; the service requirement comprises instruction information;
the splitting module 620 is configured to split the service requirement to obtain a subtask and an instruction thereof corresponding to the service requirement;
the issuing module 630 is configured to arrange the subtasks and the instructions thereof to obtain an instruction set; and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the described module may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
FIG. 7 illustrates a schematic block diagram of an electronic device 700 that may be used to implement embodiments of the present disclosure. As shown, device 700 includes a Central Processing Unit (CPU)701 that may perform various suitable actions and processes in accordance with computer program instructions stored in a Read Only Memory (ROM)702 or computer program instructions loaded from a storage unit 708 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data required for the operation of the device 700 can also be stored. The CPU 701, the ROM 702, and the RAM 703 are connected to each other via a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
Various components in the device 700 are connected to the I/O interface 705, including: an input unit 706 such as a keyboard, a mouse, or the like; an output unit 707 such as various types of displays, speakers, and the like; a storage unit 708 such as a magnetic disk, optical disk, or the like; and a communication unit 709 such as a network card, modem, wireless communication transceiver, etc. The communication unit 709 allows the device 700 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The processing unit 701 performs the various methods and processes described above, such as the method 200. For example, in some embodiments, the method 200 may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as the storage unit 708. In some embodiments, part or all of a computer program may be loaded onto and/or installed onto device 700 via ROM 702 and/or communications unit 709. When the computer program is loaded into the RAM 703 and executed by the CPU 701, one or more steps of the method 200 described above may be performed. Alternatively, in other embodiments, the CPU 701 may be configured to perform the method 200 in any other suitable manner (e.g., by way of firmware).
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), application specific integrated circuits (AS ics), Application Specific Standard Products (ASSPs), System On Chip (SOCs), load programmable logic devices (CPLDs), and the like.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
Further, while operations are depicted in a particular order, this should be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single implementation. Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (10)

1. An automatic instruction arranging and issuing method is characterized by comprising the following steps:
acquiring a service requirement; the service requirement comprises instruction information;
splitting the service requirement to obtain a subtask and an instruction thereof corresponding to the service requirement;
arranging the subtasks and the instructions thereof to obtain an instruction set; and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side.
2. The method of claim 1, wherein the splitting the service requirement to obtain the subtasks and the instructions thereof corresponding thereto comprises:
acquiring scene configuration corresponding to the service requirement based on the service requirement;
and splitting the instruction in the service requirement into a plurality of subtasks and instructions corresponding to the subtasks based on the scene configuration.
3. The method of claim 2, wherein the splitting the instructions in the business requirement into a plurality of subtasks and instructions corresponding thereto based on the scenario configuration comprises:
acquiring the identification of a service scene by analyzing the work order content of the northbound interface;
matching corresponding scene configurations based on the scene identifiers;
and matching corresponding subtasks and instructions corresponding to the subtasks from a database based on the scene configuration.
4. The method of claim 3, further comprising:
each subtask corresponds to one or more instructions;
each business scenario corresponds to one or more subtasks.
5. The method of claim 4, wherein the replacing the corresponding parameter value field in the work order comprises:
and replacing the corresponding parameters in the work order by adopting a cyclic replacement mode.
6. The method of claim 5, further comprising:
the structure of Springboot + MybatisPlus + SqlLite is adopted.
7. The method of claim 6, further comprising:
when the instruction is issued, item dependence is managed by adopting Maven.
8. An automatic instruction arranging and issuing device is characterized by comprising:
the acquisition module is used for acquiring service requirements; the service requirement comprises instruction information;
the splitting module is used for splitting the service requirement to obtain a subtask and an instruction thereof corresponding to the service requirement;
the issuing module is used for arranging the subtasks and the instructions thereof to obtain an instruction set; and issuing the instruction set to the network element equipment to complete the check sum configuration of the network element side.
9. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program, wherein the processor, when executing the program, implements the method of any of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the method according to any one of claims 1 to 7.
CN202210102630.4A 2022-01-27 2022-01-27 Automatic instruction arranging and issuing method Pending CN114461309A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210102630.4A CN114461309A (en) 2022-01-27 2022-01-27 Automatic instruction arranging and issuing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210102630.4A CN114461309A (en) 2022-01-27 2022-01-27 Automatic instruction arranging and issuing method

Publications (1)

Publication Number Publication Date
CN114461309A true CN114461309A (en) 2022-05-10

Family

ID=81411960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210102630.4A Pending CN114461309A (en) 2022-01-27 2022-01-27 Automatic instruction arranging and issuing method

Country Status (1)

Country Link
CN (1) CN114461309A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024093859A1 (en) * 2022-11-04 2024-05-10 中国联合网络通信集团有限公司 Service function orchestration method and system, electronic device, and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140379881A1 (en) * 2011-12-21 2014-12-25 International Business Machines Corporation Network Device Configuration Management
CN109327321A (en) * 2017-08-01 2019-02-12 中兴通讯股份有限公司 Network model business executes method, apparatus, SDN controller and readable storage medium storing program for executing
CN111212015A (en) * 2018-11-21 2020-05-29 华为技术有限公司 Service cooperative processing method and device
CN112558935A (en) * 2020-12-10 2021-03-26 中盈优创资讯科技有限公司 Network element control engine module based on arranging control flow service opening
CN112835626A (en) * 2019-11-22 2021-05-25 北京灵汐科技有限公司 Pipeline configuration method and device, readable storage medium and electronic equipment
CN112953752A (en) * 2019-12-11 2021-06-11 中盈优创资讯科技有限公司 Universal control method and system based on single equipment network element
CN113918314A (en) * 2020-07-08 2022-01-11 中兴通讯股份有限公司 Task processing method, edge computing device, computer device, and medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140379881A1 (en) * 2011-12-21 2014-12-25 International Business Machines Corporation Network Device Configuration Management
CN109327321A (en) * 2017-08-01 2019-02-12 中兴通讯股份有限公司 Network model business executes method, apparatus, SDN controller and readable storage medium storing program for executing
CN111212015A (en) * 2018-11-21 2020-05-29 华为技术有限公司 Service cooperative processing method and device
CN112835626A (en) * 2019-11-22 2021-05-25 北京灵汐科技有限公司 Pipeline configuration method and device, readable storage medium and electronic equipment
CN112953752A (en) * 2019-12-11 2021-06-11 中盈优创资讯科技有限公司 Universal control method and system based on single equipment network element
CN113918314A (en) * 2020-07-08 2022-01-11 中兴通讯股份有限公司 Task processing method, edge computing device, computer device, and medium
CN112558935A (en) * 2020-12-10 2021-03-26 中盈优创资讯科技有限公司 Network element control engine module based on arranging control flow service opening

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024093859A1 (en) * 2022-11-04 2024-05-10 中国联合网络通信集团有限公司 Service function orchestration method and system, electronic device, and storage medium

Similar Documents

Publication Publication Date Title
CN105929980B (en) Method and apparatus for information input
CN108810085A (en) The real-time processing of IoT data
CN113435846A (en) Business process arranging method and device, computer equipment and storage medium
CN105302925A (en) Method and device for pushing voice search data
CN114461309A (en) Automatic instruction arranging and issuing method
CN114564294A (en) Intelligent service arranging method and device, computer equipment and storage medium
CN114490395A (en) Test processing method, device, equipment and medium
CN113792341A (en) Privacy compliance automation detection method, device, equipment and medium for application program
CN109635158A (en) For the method and device of video automatic labeling, medium and electronic equipment
CN112540837B (en) Service processing component calling method, system, electronic equipment and storage medium
CN110795328A (en) Interface testing method and device
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
CN112558968A (en) Resource tree view generation method, device, equipment and storage medium
CN116089739A (en) Message pushing method, device, electronic equipment and storage medium
CN115080271A (en) Event data processing method and device, electronic equipment and storage medium
CN115422058A (en) Method and device for testing face recognition application
CN109359384B (en) Method and device for calling silk-screen mark into printed circuit board
CN110457063B (en) Script program packaging method and device, electronic equipment and readable storage medium
CN113312900A (en) Data verification method and device
CN113742501A (en) Information extraction method, device, equipment and medium
CN112148279A (en) Log information processing method and device, electronic equipment and storage medium
CN108596181B (en) Text recognition method, system, machine device and computer-readable storage medium
CN115375208B (en) Camera data analysis method and device, electronic equipment and storage medium
CN117827630A (en) Method and device for generating test script
CN114501165A (en) Video structured representation method and device 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

Application publication date: 20220510

RJ01 Rejection of invention patent application after publication