CN110740058B - Equipment data extraction method and device for making network cut-over script - Google Patents

Equipment data extraction method and device for making network cut-over script Download PDF

Info

Publication number
CN110740058B
CN110740058B CN201910903823.8A CN201910903823A CN110740058B CN 110740058 B CN110740058 B CN 110740058B CN 201910903823 A CN201910903823 A CN 201910903823A CN 110740058 B CN110740058 B CN 110740058B
Authority
CN
China
Prior art keywords
information
data
extracted
script
matching
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
CN201910903823.8A
Other languages
Chinese (zh)
Other versions
CN110740058A (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.)
Unihub China Information Technology Co Ltd
Original Assignee
Unihub China 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 Unihub China Information Technology Co Ltd filed Critical Unihub China Information Technology Co Ltd
Priority to CN201910903823.8A priority Critical patent/CN110740058B/en
Publication of CN110740058A publication Critical patent/CN110740058A/en
Application granted granted Critical
Publication of CN110740058B publication Critical patent/CN110740058B/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
    • 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
    • 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/14Network analysis or design
    • H04L41/145Network analysis or design involving simulating, designing, planning or modelling of a network

Abstract

The invention provides a device data extraction method and device for making a network cutover script, wherein the method comprises the following steps: acquiring original configuration data of equipment; matching the information to be extracted from the original configuration data by using a pre-defined matching model as data for making a network cut-over script; and outputting data for making the network cut-over script according to the matching sequence. The technical scheme improves the efficiency and the accuracy of the data extraction of the equipment for manufacturing the network cutover script.

Description

Equipment data extraction method and device for making network cut-over script
Technical Field
The present invention relates to the field of network processing technologies, and in particular, to a method and an apparatus for extracting device data for making a network cutover script.
Background
In network project implementations, such as in network cutover, manual extraction of device configuration data is currently employed. The existing general procedure for manually extracting configuration data is: and opening the configuration file and searching the keywords by using editors such as notebooks or UE, and extracting corresponding keyword data in a copy-by-copy mode after the searching is finished. According to the text editor searching function, the searching function can only search the common single-line data and the searched same-line keyword data cannot be dispersed, if the searching of the multiple-line keywords is needed, the common manual method is to repeatedly search according to the single-line searching mode, then combine the data line by line after finishing the data searching, and finish the production of the corresponding script according to the need after the combination. However, this is usually only the configuration data extraction of one device, and there is a situation that in metro network projects, a plurality of devices need to be cut at the same time, for example, in the operation of migrating an internet management channel of a metro network device into a VRF (vpn) channel, because the internet channel and the vpn channel are isolated, once some device management channels are scratched into the VRF (vpn), the devices are in an isolated relationship with the original related systems and other devices, so that channels between a service system and the devices must be completely consistent, otherwise, the service cannot be directly interacted, and the channel migration of all related systems and devices needs to be completed at one time within a cut time window. In the process of script making, the extraction of relevant equipment configuration data occupies a great part of workload, for example, in the process of the bras cutting, the interface searching, the relevant searching of the protocol and the like all need to consume a great deal of time for an engineer to process because the bras equipment configuration data is too huge, so the time for completing the cutting equipment configuration data is overlong by manually extracting, the efficiency is low and the technical problem of poor accuracy exists.
In view of the above problems, no effective solution has been proposed at present.
Disclosure of Invention
The embodiment of the invention provides a device data extraction method for making a network cutover script, which is used for improving the efficiency and the accuracy of device data extraction for making the network cutover script, and comprises the following steps:
acquiring original configuration data of equipment;
matching the information to be extracted from the original configuration data by using a pre-defined matching model as data for making a network cut-over script;
and outputting data for making the network cut-over script according to the matching sequence.
The embodiment of the invention also provides a device data extraction device for making the network cut-over script, which is used for improving the efficiency and the accuracy of device data extraction for making the network cut-over script, and comprises the following steps:
an acquisition unit configured to acquire original configuration data of the device;
the matching unit is used for matching the information to be extracted from the original configuration data by utilizing a pre-defined matching model, and the information to be extracted is used as data for making a network cut-over script;
and the output unit is used for outputting the data for making the network cut-over script according to the matching sequence.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the equipment data extraction method for making the network cutover script when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program for executing the device data extraction method for making the network cutover script.
The technical scheme provided by the embodiment of the invention is as follows: firstly, acquiring original configuration data of equipment; secondly, matching the information to be extracted from the original configuration data by using a pre-defined matching model, wherein the information to be extracted is used as data for manufacturing a network cut-over script; and then, outputting the data for making the network cut-over script according to the matching sequence, so that the equipment data for making the network cut-over script is extracted rapidly and accurately, and the efficiency and the accuracy of the equipment data extraction for making the network cut-over script are improved.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of an apparatus data extraction method for making a network cutover script in an embodiment of the invention;
FIG. 2 is a flow chart of a method for device data extraction for making a network cutover script in accordance with another embodiment of the present invention;
fig. 3 is a schematic structural diagram of an apparatus data extraction device for making a network cutover script according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Before describing the embodiments of the present invention, the technical terms related to the embodiments of the present invention will be first described briefly.
Network cutting: the network cutting is to operate the line and equipment in use, which directly affects the service carried on the line and equipment, and the most critical step in network transformation is network cutting. Network cutover, also known as network migration, refers to the operation of a physical or logical change in the network.
As the inventor finds the technical problem mentioned in the background art, a scheme for extracting the data of the equipment for making the network cutover script is provided. According to the scheme, on the basis of collecting the global configuration of all equipment needing to be cut, the extraction of data required by the script is rapidly completed by combining the technical means such as regular expressions or column division (a function of python) and the like by using the powerful processing capacity of a computer, repeated and approximate single-row or multi-row configuration data in the equipment configuration are simultaneously extracted, the network cut script manufacturing process is simplified, and the whole process only needs one minute at most, so that network engineers can be helped to rapidly complete the extraction work of the data required by the script, and the work efficiency of the engineers and the accuracy of the extracted data are improved.
Specifically, the scheme mainly comprises the following steps: firstly, the configuration of all devices is respectively saved in a TXT text file according to the device name, assuming that the configuration of one device is named as A.txt, the file is read row by row and saved in a list (a data structure of python), then the list is read row by row and the output data is formatted, meanwhile, a general information set (a matching model, such as a general expression to be extracted for a certain interface or a certain protocol) of the data is read row by row, the general processing of the extracted information is required to be completed, the regular expression is generally used for matching, such as the general information of a certain interface is extracted as Eth-Trunk \d + \d+, which means that all the Eth-Trunk interface information is extracted, then the general processed information is used for matching the original configuration information of the device row by row, corresponding data is automatically matched and extracted according to the requirement, a mark such as { Eth-Trunk4.21} is added for identifying the information after the matching, the general processing of the extracted information is required, the general processing of the extracted information is carried out for a plurality of lines of data, and finally, the arrangement of the data is automatically completed according to the sequence of the original configuration data. The scheme supports the simultaneous extraction of configuration data of a plurality of devices, supports the automatic completion of fixed value and manual generalized data combination such as interface Eth-trunk4.21, simplifies script making work, supports the setting of filtering conditions, and further matches configuration information meeting the conditions. The scheme of device data extraction for making network cutover scripts is described in detail below.
Fig. 1 is a flow chart of a device data extraction method for making a network cutover script according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step 101: acquiring original configuration data of equipment;
step 102: matching the information to be extracted from the original configuration data by using a pre-defined matching model as data for making a network cut-over script;
step 103: and outputting data for making the network cut-over script according to the matching sequence.
The technical scheme provided by the embodiment of the invention is as follows: firstly, acquiring original configuration data of equipment; secondly, matching the information to be extracted from the original configuration data by using a pre-defined matching model, wherein the information to be extracted is used as data for manufacturing a network cut-over script; and then, outputting the data for making the network cut-over script according to the matching sequence, so that the equipment data for making the network cut-over script is extracted rapidly and accurately, and the efficiency and the accuracy of the equipment data extraction for making the network cut-over script are improved.
In an embodiment, the device data extraction method for making a network cutover script may further include: and screening the final information to be extracted from the information to be extracted according to a pre-defined screening condition, wherein the final information to be extracted is used as data for making a network cutover script.
In specific implementation, according to the pre-defined screening conditions, the final information to be extracted (for example, the interface information between two boundary conditions) is screened out from the information to be extracted (for example, the interface information to be extracted) to be used as the data for making the network cut-over script, so that the processing of more complex conditions in the process of extracting the data of the equipment for making the network cut-over script is realized, and the efficiency and the accuracy of extracting the data of the equipment for making the network cut-over script are improved.
In one embodiment, obtaining raw configuration data for a device may include:
acquiring original global configuration data of equipment;
storing the original global configuration data into a txt file;
and reading the txt files line by line, dividing the character strings in the txt files into a list form, and storing the character strings.
In the specific implementation, the txt file is stored, and is subjected to line division, so that the txt file is converted into a list for storage, the information to be processed is conveniently extracted by using a predefined regular expression (matching model) in the follow-up process, and the data extraction efficiency of equipment for manufacturing the network cut-over script is further improved.
In specific implementation, the predefined regular expression (matching model) may also be stored in txt file, and subjected to row division, and then converted into a processing manner of storing the list, which is described in the following embodiments.
In one embodiment, using a predefined matching model, matching the information to be extracted from the original configuration data as data for making a network cutover script may include:
and matching information to be extracted from the original configuration data by utilizing a predefined regular expression, wherein the information to be extracted is used as data for making a network cutover script.
In specific implementation, the information to be extracted is matched from the original configuration data by utilizing the predefined regular expression and used as the data for making the network cut-over script, so that the information to be extracted can be conveniently and rapidly obtained, and the efficiency of equipment data extraction for making the network cut-over script is further improved.
In one embodiment, obtaining raw configuration data for a device may include: acquiring original configuration data of a plurality of devices;
and matching the information to be extracted from the original configuration data by using a pre-defined matching model as data for making a network cutover script, wherein the method comprises the following steps of:
the following matching operations are performed on the original configuration data of each device: and matching the information to be extracted from the original configuration data of each device by using a pre-defined matching model, and storing the information as data for making the network cut-over script by using a preset identification name until the data for making the network cut-over script of all the devices are matched.
In specific implementation, original configuration data of a plurality of devices are collected and stored in txt documents with different names (which can be named according to the device names), then scripts are generated through a logic algorithm of a single device, and extracted device data for making the network cut-over script are stored according to the different names (which can be named according to the device names or other names) respectively, so that the aim of automatically extracting the device data for making the network cut-over script for a plurality of devices is achieved in batch at the same time.
An example of which is described below in connection with fig. 2 to facilitate an understanding of how the invention may be practiced.
Taking the interface bound with the domain e as an example for the cutting and extracting of the BRAS in the metropolitan area network for specific explanation:
step S201: collecting global configuration of all equipment to be cut and connected, defining generalized information (predefining a matching model) of information to be extracted, and assuming that the information is as follows:
configuration information:
Figure BDA0002212657290000051
/>
Figure BDA0002212657290000061
the generalization information (predefined matching model, e.g. regular expression) is (extract Eth-Trunk interface bound with domain name e):
interface{Eth-Trunk\d+\.\d+}
{access-type\s+layer2-subscriber\s+default-domain\s+authentication\s+e}。
step S202: the configuration information in S201 is read row by row, the blank spaces are removed after column division and stored in the list A, and then the generalized information (matching model) in S201 is read simultaneously, and the column division and blank removal operations are also performed and stored in the list B, so that the following results are obtained:
list a:
['interface Eth-Trunk4.30','shutdown','interface Eth-Trunk4.20','pppoe-server bind Virtual-Template 1','description to_pppoe','mtu 1600','ipv6enable','ipv6address auto link-local','user-vlan 2500 4000','bas','#','access-type layer2-subscriber default-domain authentication 222','access-delay 20odd-mac','#','interface Eth-Trunk4.21','pppoe-server bind Virtual-Template 1','description to_pppoe','mtu 1600','ipv6enable','ipv6address auto link-local','user-vlan 2500 4000','bas','#','access-type layer2-subscriber default-domain authentication e','access-delay 20odd-mac','#'];
list B:
['interface{Eth-Trunk\\d+\\.\\d+}','{access-type\\s+layer2-subscriber\\s+default-do main\\s+authentication\\s+e}']。
step S203: reading list A and B, matching items with items output by list A, outputting matched information according to matching sequence, and marking (matching mark) by using { } for the result matched with information containing one of { }, wherein the result is as follows:
['interface','interface{Eth-Trunk4.30'},'interface','interface{Eth-Trunk4.20}','interfa ce','interface Eth-Trunk4.21','{access-type layer2-subscriber default-domain authenticati on e}']。
s204: performing a deduplication operation on the list generated in S203, and outputting the result as follows:
['interface','interface{Eth-Trunk4.30'},'interface{Eth-Trunk4.20}','interface','interface{Eth-Trunk4.21}','{access-type layer2-subscriber default-domain authentication e}']。
s205: the extraction operation is carried out on the label with the label ' { ' or the label ' }, and the output result is as follows:
['interface{Eth-Trunk4.30'},'interface{Eth-Trunk4.20}','interface{Eth-Trunk4.21}','{access-type layer2-subscriber default-domain authentication e}']。
s206: the mark symbol is removed and output is carried out:
interface Eth-Trunk4.30
interface Eth-Trunk4.20
interface Eth-Trunk4.21
access-type layer2-subscriber default-domain authentication e。
s207: support condition filtering, the specific method is as follows:
the generalized information conditions are as follows:
{interface{Eth-Trunk\\d+\\.\\d+}}
{access-type\s+layer2-subscriber\s+default-domain\s+authentication\s+e};
defining two condition boundaries, extracting the generalized information matched with the two boundaries and the middle part, and outputting the result as follows:
interface Eth-Trunk4.21
access-type layer2-subscriber default-domain authentication e。
in summary, the technical scheme provided by the embodiment of the invention can help a network engineer to change a mode of manually searching for equipment configuration data extraction to be automatic due to script production in the network cutting process, thereby realizing rapid and accurate cutting script production, improving the working efficiency, reducing the working intensity of engineers and the like.
Based on the same inventive concept, the embodiment of the invention also provides a device data extraction device for making the network cutover script, as described in the following embodiment. Because the principle of the device data extraction device for making the network cutover script to solve the problem is similar to that of the device data extraction method for making the network cutover script, the implementation of the device data extraction device for making the network cutover script can refer to the implementation of the device data extraction method for making the network cutover script, and the repetition is omitted. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 3 is a schematic structural diagram of an apparatus data extraction device for making a network cutover script according to an embodiment of the present invention, where, as shown in fig. 3, the apparatus includes:
an acquisition unit 01 for acquiring original configuration data of the device;
a matching unit 02, configured to match information to be extracted from the original configuration data by using a predefined matching model, where the information is used as data for making a network cutover script;
and the output unit 03 is used for outputting the data for making the network cut-over script according to the matching sequence.
In an embodiment, the device data extraction apparatus for making a network cutover script may further include: and screening the final information to be extracted from the information to be extracted according to a pre-defined screening condition, wherein the final information to be extracted is used as data for making a network cutover script.
In one embodiment, the acquiring unit may specifically be configured to:
acquiring original global configuration data of equipment;
storing the original global configuration data into a txt file;
and reading the txt files line by line, dividing the character strings in the txt files into a list form, and storing the character strings.
In one embodiment, the matching unit may specifically be configured to: and matching information to be extracted from the original configuration data by utilizing a predefined regular expression, wherein the information to be extracted is used as data for making a network cutover script.
In one embodiment, the acquiring unit may specifically be configured to: acquiring original configuration data of a plurality of devices;
the matching unit may specifically be configured to: the following matching operations are performed on the original configuration data of each device: and matching the information to be extracted from the original configuration data of each device by using a pre-defined matching model, and storing the information as data for making the network cut-over script by using a preset identification name until the data for making the network cut-over script of all the devices are matched.
In one embodiment, the matching model may include a predefined matching flag therein;
the matching unit may specifically be configured to:
marking the information to be extracted, which is matched from the original configuration data, according to the predefined matching mark;
carrying out duplication removal operation treatment on the marked information to be extracted;
extracting the information to be extracted after the duplication removal operation treatment according to the predefined matching mark;
and removing the matching mark from the extracted information to be used as the data for making the network cut-over script.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the equipment data extraction method for making the network cutover script when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium which stores a computer program for executing the device data extraction method for making the network cut-over script.
The technical scheme provided by the embodiment of the invention has the beneficial technical effects that: the method and the device realize the rapid and accurate extraction of the device data for manufacturing the network cut-over script, and the scheme supports the simultaneous operation of a plurality of device configurations, realizes the batch extraction of the device data for manufacturing the network cut-over script, and improves the efficiency and the accuracy of the device data extraction for manufacturing the network cut-over script.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the present invention, and various modifications and variations can be made to the embodiments of the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (6)

1. A device data extraction method for making a network cutover script, comprising:
acquiring original global configuration data of all equipment needing to be cut;
matching information to be extracted from the original global configuration data by using a pre-defined matching model as data for making a network cut-over script;
defining two condition boundaries according to the matching sequence, extracting the middle part matched with the generalized information of the two boundaries, and outputting data for making the network cut-over script;
the matching model comprises a predefined matching mark; and matching the information to be extracted from the original global configuration data by using a pre-defined matching model as data for making a network cutover script, wherein the method comprises the following steps of: the following matching operations are performed on the original global configuration data of each device: marking the information to be extracted, which is matched from the original global configuration data of each device, according to the predefined matching mark; carrying out duplication removal operation treatment on the marked information to be extracted; extracting the information to be extracted after the duplication removal operation treatment according to the predefined matching mark; and removing the matching mark from the extracted information, taking the extracted information as the data for manufacturing the network cut-over script, and storing the extracted information with a preset identification name until the data for manufacturing the network cut-over script of all the devices are matched.
2. The device data extraction method for making a network cutover script of claim 1, further comprising: and screening the final information to be extracted from the information to be extracted according to a pre-defined screening condition, wherein the final information to be extracted is used as data for making a network cutover script.
3. The device data extraction method for making a network cutover script according to claim 1, wherein obtaining raw global configuration data of all devices to be cut over comprises:
acquiring original global configuration data of equipment;
storing the original global configuration data into a txt file;
and reading the txt files line by line, dividing the character strings in the txt files into a list form, and storing the character strings.
4. A device data extraction apparatus for making a network cutover script, comprising:
the acquisition unit is used for acquiring all original global configuration data of the equipment to be cut;
the matching unit is used for matching the information to be extracted from the original global configuration data by utilizing a predefined matching model, and the information to be extracted is used as data for making a network cut-over script;
the output unit is used for defining two condition boundaries according to the matching sequence, extracting the middle part matched with the generalized information of the two boundaries and outputting the data for making the network cut-over script;
the matching model comprises a predefined matching mark; the matching unit is specifically configured to: the following matching operations are performed on the original global configuration data of each device: marking the information to be extracted, which is matched from the original global configuration data of each device, according to the predefined matching mark; carrying out duplication removal operation treatment on the marked information to be extracted; extracting the information to be extracted after the duplication removal operation treatment according to the predefined matching mark; and removing the matching mark from the extracted information, taking the extracted information as the data for manufacturing the network cut-over script, and storing the extracted information with a preset identification name until the data for manufacturing the network cut-over script of all the devices are matched.
5. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 3 when executing the computer program.
6. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 3.
CN201910903823.8A 2019-09-24 2019-09-24 Equipment data extraction method and device for making network cut-over script Active CN110740058B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910903823.8A CN110740058B (en) 2019-09-24 2019-09-24 Equipment data extraction method and device for making network cut-over script

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910903823.8A CN110740058B (en) 2019-09-24 2019-09-24 Equipment data extraction method and device for making network cut-over script

Publications (2)

Publication Number Publication Date
CN110740058A CN110740058A (en) 2020-01-31
CN110740058B true CN110740058B (en) 2023-04-28

Family

ID=69269535

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910903823.8A Active CN110740058B (en) 2019-09-24 2019-09-24 Equipment data extraction method and device for making network cut-over script

Country Status (1)

Country Link
CN (1) CN110740058B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106301891A (en) * 2016-08-02 2017-01-04 中国银联股份有限公司 A kind of configuring information of network appliance processing method and processing device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101841430A (en) * 2010-05-05 2010-09-22 北京星网锐捷网络技术有限公司 Method and device for correcting command line
CN102118280A (en) * 2011-03-02 2011-07-06 浪潮(北京)电子信息产业有限公司 Method and device for starting web services in server
CN104767636A (en) * 2015-02-02 2015-07-08 北京极科极客科技有限公司 Router setting method and device
CN105141441B (en) * 2015-07-11 2018-12-21 广州咨元信息科技有限公司 A kind of method that IP network graphically configures
CN106789309A (en) * 2016-12-30 2017-05-31 武汉长光科技有限公司 A kind of business configuration file migration method based on OLT device
CN108039960B (en) * 2017-11-30 2021-04-20 海信集团有限公司 Configuration information issuing method and server
US20190238708A1 (en) * 2018-01-29 2019-08-01 Open Text Corporation System and method for monitoring and optimizing a document capture system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106301891A (en) * 2016-08-02 2017-01-04 中国银联股份有限公司 A kind of configuring information of network appliance processing method and processing device

Also Published As

Publication number Publication date
CN110740058A (en) 2020-01-31

Similar Documents

Publication Publication Date Title
DE3751228D1 (en) Method and device for retrieving stored graphic data.
CN104268064A (en) Abnormity diagnosis method and device of product logs
CN106445476B (en) Code change information determination method and device and electronic equipment
US20150379034A1 (en) Determining characteristics of configuration files
CN108665244B (en) 61850 model-based constant value list automatic generation method and storage medium
CN105574156A (en) Text clustering method and device, and computing device
CN107688563B (en) Synonym recognition method and recognition device
CN106815193A (en) Model training method and device and wrong word recognition methods and device
CN111198712A (en) Automatic replacement method for project file names in batches
CN107193870B (en) Webpage content extraction method and system
CN116467171A (en) Automatic test case construction device, method, electronic equipment and storage medium
CN107748755A (en) Synonym method for digging, device, equipment and computer-readable recording medium
CN110740058B (en) Equipment data extraction method and device for making network cut-over script
CN111367890A (en) Data migration method and device, computer equipment and readable storage medium
CN104834549B (en) The application file update method and device of mobile terminal
CN109101480B (en) Enterprise name segmentation method and device and computer readable storage medium
CN110457064B (en) Method and device for generating network cutover script
CN110019295B (en) Database retrieval method, device, system and storage medium
CN111726249B (en) Configuration file processing method and device of network equipment
CN104991963B (en) Document handling method and device
CN112035169B (en) Jump processing method and device, computer equipment and computer readable storage medium
CN113001538B (en) Command analysis method and system
CN107544090B (en) Seismic data analyzing and storing method based on MapReduce
CN111027307A (en) Method and device for judging content influencing judgment result in judgment document
US20240021270A1 (en) Methods, systems and devices for processing sequence data

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
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 702-2, No. 4811, Cao'an Highway, Jiading District, Shanghai

Patentee after: CHINA UNITECHS

Address before: 100872 5th floor, Renmin culture building, 59 Zhongguancun Street, Haidian District, Beijing

Patentee before: CHINA UNITECHS