CN112491586B - Network device driving method, device, storage medium and computer device - Google Patents

Network device driving method, device, storage medium and computer device Download PDF

Info

Publication number
CN112491586B
CN112491586B CN202011223009.0A CN202011223009A CN112491586B CN 112491586 B CN112491586 B CN 112491586B CN 202011223009 A CN202011223009 A CN 202011223009A CN 112491586 B CN112491586 B CN 112491586B
Authority
CN
China
Prior art keywords
target network
network device
network equipment
protocol
configuration information
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
CN202011223009.0A
Other languages
Chinese (zh)
Other versions
CN112491586A (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202011223009.0A priority Critical patent/CN112491586B/en
Publication of CN112491586A publication Critical patent/CN112491586A/en
Application granted granted Critical
Publication of CN112491586B publication Critical patent/CN112491586B/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The embodiment of the invention provides a network equipment driving method, a network equipment driving device, a storage medium and computer equipment, and relates to the field of network equipment driving. The method comprises the following steps: acquiring a target network equipment identifier and an operation script for the target network equipment; acquiring basic configuration information of the target network device according to the target network device identifier, wherein the basic configuration information comprises: the device model of the target network device, a protocol interacted with the target network device, a port and an executive user; acquiring an authentication password interacted with the target network equipment according to the target network equipment identifier and an execution user; and executing operation on the target network equipment according to the basic configuration information of the target network equipment, the authentication password interacted with the target network equipment and the operation script. The embodiment of the invention can adapt the operation script provided by the user to any target network equipment without separately developing a bottom driver for each network equipment.

Description

Network device driving method, device, storage medium and computer device
Technical Field
The present invention relates to the field of network device driving, and in particular, to a network device driving method, apparatus, storage medium, and computer device.
Background
The network equipment information acquisition and control plays an important supporting role in meeting the requirements of service layers such as automation operation, monitoring and the like of an upper layer.
At present, when network device information collection or network device information change is performed, interaction with a network device is required to perform operations on the network device, for example, collecting some configuration information of the network device or changing some configuration information of the network device. However, the interaction modes of network devices of different models are different, and in the prior art, a separate bottom layer driver is usually developed for each network device, and interacts with the network device through the bottom layer driver corresponding to the network device. However, the network devices are numerous, a lot of manpower and material resources are consumed for developing different network device bottom layer drivers for different network devices, and if a new network device model exists, the bottom layer driver needs to be separately developed again for adapting to the new network device model, which is tedious and takes a long time. Moreover, bottom drivers of various network equipment models are distributed scattered, and uniform maintenance is not convenient.
Disclosure of Invention
To solve the foregoing technical problems, embodiments of the present invention provide a network device driving method, apparatus, storage medium, and computer device.
In one aspect, an embodiment of the present invention provides a network device driving method, where the method includes:
acquiring a target network equipment identifier and an operation script for the target network equipment;
acquiring basic configuration information of the target network device from a configuration management system according to the target network device identifier, wherein the basic configuration information comprises: the device model of the target network device, the protocol interacting with the target network device, the port and the executive user, wherein the configuration management system stores the basic configuration information of each network device and takes the network device identification as an index;
acquiring an authentication password interacted with the target network equipment from a security operation and maintenance management system according to the target network equipment identifier and an executive user, wherein the authentication password is acquired by the security operation and maintenance management system according to the target network equipment identifier and the executive user;
and executing operation on the target network equipment according to the basic configuration information of the target network equipment, the authentication password interacted with the target network equipment and the operation script.
In an implementation manner of this embodiment, the performing, according to the basic configuration information of the target network device, the authentication password interacted with the target network device, and the operation script, the operation on the target network device includes:
logging in the target network equipment according to a protocol interacted with the target network equipment and the authentication password;
converting the operation instructions in the operation script into operation instructions adapted to the target network equipment according to the protocol interacted with the target network equipment and a configuration file, wherein the corresponding relation between each operation instruction and the operation instructions adapted to each protocol is stored in the configuration file in advance;
and executing operation on the target network equipment by using the converted operation instruction.
In an implementation manner of this embodiment, the logging in the target network device according to the protocol interacting with the target network device and the authentication password includes:
acquiring a login method corresponding to a protocol according to the protocol interacted with the target network equipment;
and logging in the target network equipment according to the login method and the authentication password.
In an implementation manner of this embodiment, the method further includes:
acquiring keywords returned by the target network equipment after the target network equipment is operated;
and judging whether the operation instruction in the operation script is correct or not according to the keyword.
In an implementation manner of this embodiment, the method further includes:
obtaining an operation result;
and analyzing the operation result and displaying the operation result to a front-end user interface.
In another aspect, an embodiment of the present invention provides a network device driving apparatus, where the apparatus includes:
the identification and script acquisition module is used for acquiring the identification of the target network equipment and the operation script of the target network equipment;
a configuration information obtaining module, configured to obtain basic configuration information of the target network device from a configuration management system according to the target network device identifier, where the basic configuration information includes: the device model of the target network device, the protocol interacting with the target network device, the port and the executive user, wherein the configuration management system stores the basic configuration information of each network device and takes the network device identification as an index;
the password acquisition module is used for acquiring an authentication password interacted with the target network equipment from a security operation and maintenance management system according to the target network equipment identifier and the executive user, wherein the authentication password is acquired by the security operation and maintenance management system according to the target network equipment identifier and the executive user;
and the execution module is used for executing operation on the target network equipment according to the basic configuration information of the target network equipment, the authentication password interacted with the target network equipment and the operation script.
In an implementation manner of this embodiment, the execution module includes:
a login unit, configured to log in the target network device according to a protocol interacting with the target network device and the authentication password;
the instruction conversion unit is used for converting the operation instructions in the operation script into operation instructions adaptive to the target network equipment according to the protocol interacted with the target network equipment and the configuration file, wherein the corresponding relation between each operation instruction and the operation instruction adaptive to each protocol is stored in the configuration file in advance;
and the operation unit is used for executing operation on the target network equipment by using the converted operation instruction.
In an implementation manner of this embodiment, the login unit includes:
a login method acquisition subunit, configured to acquire, according to a protocol that interacts with the target network device, a login method corresponding to the protocol;
and the login subunit is used for logging in the target network equipment according to the login method and the authentication password.
In an implementation manner of this embodiment, the apparatus further includes:
the keyword acquisition module is used for acquiring keywords returned by the target network equipment after the target network equipment is operated;
and the judging module is used for judging whether the operation instruction in the operation script is correct or not according to the keyword.
In an implementation manner of this embodiment, the apparatus further includes:
the operation result acquisition module is used for acquiring an operation result;
and the display module is used for analyzing the operation result and displaying the operation result to a front-end user interface.
In still another aspect, an embodiment of the present invention provides a computer storage medium having computer instructions stored thereon, where the computer instructions are executable by a processor to implement the network device driving method according to any one implementation manner of the foregoing embodiments.
In another aspect, an embodiment of the present invention provides a computer device, including:
a memory having a computer program stored thereon;
a processor configured to execute the computer program to implement the network device driving method according to any one of the implementation manners of the above embodiments.
Compared with the prior art, the network device driving method, the network device driving device, the storage medium and the computer device provided by the embodiment of the invention have the following beneficial technical effects:
the embodiment of the invention can acquire the model of the target network equipment, the protocol interacted with the target network equipment, the port, the executive user, the authentication password and other information according to the target network identification, and automatically drive and adapt the operation script of the target network equipment to the target network equipment according to the information of the target network equipment. By the method, the driving program which is adaptive to various network equipment models can be abstracted and abstracted into the driving system, so that unified management is realized, the situation of 'vertical' development programs of all the network equipment in the past is effectively avoided, the problem that a user needs to repeatedly work when a bottom layer driving program is independently provided for all the network equipment in the past is solved, and the effect of high cohesion of network equipment driving is achieved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only drawings of some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a method flowchart of a network device driving method according to embodiment 1 of the present invention;
fig. 2 is a block diagram of a network device driving apparatus according to embodiment 2 of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in further detail below with reference to the accompanying drawings. It is to be understood that the following examples are illustrative only and are not intended to limit the scope of the present invention.
[ example 1 ]
The embodiment provides a network device driving method. Fig. 1 shows a method flowchart of a network device driving method according to embodiment 1 of the present invention. As shown in fig. 1, the network device driving method according to this embodiment may include the following processes:
s101: acquiring a target network equipment identifier and an operation script for the target network equipment;
s102: acquiring basic configuration information of the target network device from a configuration management system according to the target network device identifier, wherein the basic configuration information comprises: the device model of the target network device, the protocol interacting with the target network device, the port and the executive user, wherein the configuration management system stores the basic configuration information of each network device and takes the network device identification as an index;
s103: acquiring an authentication password interacted with the target network equipment from a security operation and maintenance management system according to the target network equipment identifier and an executive user, wherein the authentication password is acquired by the security operation and maintenance management system according to the target network equipment identifier and the executive user;
s104: and executing operation on the target network equipment according to the basic configuration information of the target network equipment, the authentication password interacted with the target network equipment and the operation script.
The network device driving method provided by this embodiment can be applied to a network device driving adaptation apparatus commonly used by each network device, and the network device driving adaptation apparatus can be in communication connection with each network device. The user only needs to provide the target network device identifier and the operation script of the target network device, and the embodiment can obtain the model of the target network device, the protocol and the port interacting with the target network device, the execution user, the authentication password and other basic configuration information according to the target network identifier, and automatically drive and adapt the operation script provided by the user to the target network device according to the basic configuration information of the target network device. By the method, the bottom layer driving program which is matched with various network equipment models is abstracted and abstracted into the driving system, uniform management is realized, the situation of vertical shaft type development programs of various network equipment in the past is effectively avoided, the problem that the bottom layer driving program is separately provided for each network equipment in the past and a user needs to work repeatedly is solved, and the effect of high cohesion of network equipment driving is achieved.
Specifically, in the process S101, an input page may be provided for the user to input a network device identification (i.e., a target network device identification) of a target network device that needs to perform an operation and an operation script that prepares to perform an operation on the target network device. After the user inputs, the target network device identification input by the user and the operation script input by the user and ready for executing the operation on the target network device can be obtained through the input page. The target network device identifier may be an identifier information that can uniquely represent the target network device, such as a device serial number of the target network device. The operation script for the target network device may be an information acquisition script or an information change script, and the operation script may be an instruction set of a plurality of operation instructions (e.g., read-write operations). Generally speaking, the operation instructions for the same operation in the operation script may be different for different models of network devices. In this embodiment, no matter what type of device the target network device is, the same predetermined operation instruction can be used for the operation instruction in the operation script of the target network device, and the user only needs to care about the service layer logic and does not need to care about the bottom layer adaptation.
In the process S102, after the target network identifier is obtained, basic configuration information such as a device model of the target network device, a protocol interacting with the target network device, a port, and an execution user of the target network device may be queried from the configuration management system according to the target network identifier. The configuration management system may store basic configuration information of all network devices in advance, and the storage form may be, for example: the network device 1: the model is as follows: a1, protocol for interacting with the network device: ssh, port: 22, performing user: admin; the network device 2: the model is as follows: a2, protocol for interacting with the network device: telnet, port: 23, executing the user: and (5) admin. The network device driver adapting apparatus applying the network device driving method provided by this embodiment may be in communication connection with the configuration management system, so as to obtain the basic configuration information of the target network device from the configuration management system.
To improve security, different network devices may set different authentication passwords to log in, which may be managed or generated by a separate security operation and maintenance management system. In the process S103, after the basic configuration information of the target network device is obtained, the executive user information of the target network device may be obtained from the basic configuration information, and then the target network device identifier and the executive user information of the target network device are sent to the security operation and maintenance management system, so that the security operation and maintenance management system obtains the authentication password interacted with the target network device according to the target network device identifier and the executive user. In one implementation manner, the security operation and maintenance management system may pre-store authentication passwords of each network device, perform identity authentication according to the target network device identifier and the executive user after receiving the target network device identifier and the executive user, and obtain and return the pre-stored authentication password of the target network device after the authentication is passed. In order to improve the security, the security operation and maintenance management system may also dynamically generate and return an authentication password of the target network device after the identity authentication is passed.
In the process S104, after the authentication password interacting with the target network device is obtained, the operation script of the target network device may be adapted to the target network device according to the basic configuration information of the target network device, and then the adapted operation script is used to perform an operation on the target network device.
Specifically, the network device login methods of different protocols may be pre-packaged. After the protocol interacting with the target network device is obtained, a login method corresponding to the protocol can be obtained according to the protocol, and then the login method corresponding to the protocol and the authentication password of the target network device are used for logging in the target network device. After logging in, each operation instruction in the operation script can be converted into each operation instruction corresponding to the protocol according to the protocol interacted with the target network device, and after conversion, the converted operation instructions are used for executing operation on the target network device one by one. The operation instructions of the operations corresponding to different protocols can be stored in a configuration file in advance, during conversion, the operation instructions in the operation script can be obtained, the operation instructions corresponding to the operation instructions in the target network equipment protocol are obtained from the configuration file, and therefore the operation instructions in the operation script provided by a user are converted into the operation instructions adaptive to the target network equipment.
For example, the configuration file 1 may store operation instructions of operations of protocols in advance. If the operation script provided by the user includes an operation a and an operation B, the operation instruction of the operation a is A1, the operation instruction of the operation B is B1, and the protocol interacting with the target network device is a protocol 2, the operation instructions of the operation a and the operation B in the protocol 2 may be obtained from the configuration file, for example, the operation instruction of the operation a is A2, and the operation instruction of the operation B is B2, at this time, the operation instruction A1 in the operation script provided by the user may be converted into A2, and the operation instruction B1 is converted into the operation instruction B2, thereby completing the operation adaptation of the target network device.
By the method, the operation instruction in the operation script provided by the user can be automatically converted into the operation instruction adaptive to the target network equipment specified by the user, and a bottom driver does not need to be separately developed for each network equipment. The user only needs to care about the service logic and does not need to care about the bottom layer adaptation. And if a new network device exists, only basic configuration information of the new network device, such as an interaction protocol, a port, an execution user and the like, is required to be stored in the configuration management system. When the new network device needs to be operated, the embodiment may obtain basic configuration information of the new network device, such as an interaction protocol and an execution user, from the configuration management system according to the network device identifier of the new network device, then obtain an authentication password for logging in the new network device according to the execution user, log in the new network device according to the authentication password and the interaction protocol, and convert an operation instruction in the user operation script into an operation instruction adapted to the new network device to perform an operation on the new network device. By the method, the bottom-layer driver does not need to be newly developed for the new network equipment, so that the labor cost can be saved, and the new network equipment can be conveniently and quickly put into use.
In an implementation manner of this embodiment, after the operation is performed on the target network device, a keyword returned by the target network device after the operation is performed on the target network device may be obtained, and whether an operation instruction in the operation script is correct or not may be determined according to the keyword, so that a user may view the operation instruction conveniently.
In an implementation manner of this embodiment, after the operation is performed on the target network device, an operation result may be obtained from the target network device, and the operation result may be analyzed and displayed on the front-end user interface for the user to view.
[ example 2 ]
The embodiment provides a network device driving apparatus. Fig. 2 shows a block schematic diagram of a network device driving apparatus according to embodiment 2 of the present invention. As shown in fig. 2, the network device driver 10 provided in this embodiment may include an identifier and script obtaining module 11, a configuration information obtaining module 12, a password obtaining module 13, and an executing module 14.
The identifier and script obtaining module 11 is configured to obtain an identifier of a target network device and an operation script for the target network device.
The configuration information obtaining module 12 is configured to obtain basic configuration information of the target network device from a configuration management system according to the target network device identifier, where the basic configuration information includes: the device model of the target network device, the protocol interacting with the target network device, the port and the executive user, wherein the configuration management system stores the basic configuration information of each network device and takes the network device identification as an index.
The password obtaining module 13 is configured to obtain, from the security operation and maintenance management system, an authentication password interacted with the target network device according to the target network device identifier and the executive user, where the authentication password is obtained by the security operation and maintenance management system according to the target network device identifier and the executive user.
The execution module 14 is configured to execute an operation on the target network device according to the basic configuration information of the target network device, the authentication password interacted with the target network device, and the operation script.
In an implementation manner of this embodiment, the execution module 14 may further include:
a login unit, configured to log in the target network device according to a protocol interacting with the target network device and the authentication password;
the instruction conversion unit is used for converting the operation instructions in the operation script into operation instructions adapted to the target network equipment according to the protocol interacted with the target network equipment and the configuration file, wherein the corresponding relation between each operation instruction and the operation instructions adapted to each protocol is stored in the configuration file in advance;
and the operation unit is used for executing operation on the target network equipment by using the converted operation instruction.
In an implementation manner of this embodiment, the login unit may further include:
a login method acquisition subunit, configured to acquire, according to a protocol that interacts with the target network device, a login method corresponding to the protocol;
and the login subunit is used for logging in the target network equipment according to the login method and the authentication password.
In an implementation manner of this embodiment, the network device driving apparatus 10 may further include:
the keyword acquisition module is used for acquiring keywords returned by the target network equipment after the target network equipment is operated;
and the judging module is used for judging whether the operation instruction in the operation script is correct or not according to the keyword.
In an implementation manner of this embodiment, the network device driving apparatus 10 may further include:
the operation result acquisition module is used for acquiring an operation result;
and the display module is used for analyzing the operation result and displaying the operation result to a front-end user interface.
The network device driving apparatus provided in this embodiment is an embodiment of the network device driving method provided in embodiment 1, and for a specific workflow and a specific processing method, reference is made to the foregoing method embodiment of the network device driving method, which is not described herein again.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention may be implemented by combining software and a hardware platform. With this understanding in mind, all or part of the technical solutions of the present invention that contribute to the background can be embodied in the form of a software product, which can be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes instructions for causing a computer device (which can be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
[ example 3 ]
The present embodiment provides a computer-readable storage medium, such as a hard disk, an optical disk, a flash memory, a floppy disk, a magnetic tape, etc., on which computer-readable instructions are stored, the computer-readable instructions being executable by a processor to implement the process of the network device driving method described in embodiment 1.
[ example 4 ]
The present embodiment provides a computer device including a memory and a processor, the memory having stored thereon a computer program executable by the processor to implement the process of the network device driving method described in embodiment 1.
The terms and expressions used in the present specification are used as terms of illustration only and are not meant to be limiting. It will be appreciated by those skilled in the art that changes could be made to the details of the above-described embodiments without departing from the underlying principles thereof. The scope of the invention is, therefore, indicated by the appended claims, in which all terms are intended to be interpreted in their broadest reasonable sense unless otherwise indicated.

Claims (10)

1. A network device driving method, the method comprising:
acquiring a target network equipment identifier and an operation script for the target network equipment;
acquiring basic configuration information of the target network device from a configuration management system according to the target network device identifier, wherein the basic configuration information comprises: the device model of the target network device, the protocol interacting with the target network device, the port and the executive user, wherein the configuration management system stores the basic configuration information of each network device and takes the network device identification as an index;
acquiring an authentication password interacted with the target network equipment from a security operation and maintenance management system according to the target network equipment identifier and an executive user, wherein the authentication password is acquired by the security operation and maintenance management system according to the target network equipment identifier and the executive user;
executing operation on the target network equipment according to the basic configuration information of the target network equipment, the authentication password interacted with the target network equipment and the operation script;
wherein the executing the operation on the target network device according to the basic configuration information of the target network device, the authentication password interacted with the target network device and the operation script comprises:
logging in the target network equipment according to a protocol interacted with the target network equipment and the authentication password;
converting the operation instructions in the operation script into operation instructions adapted to the target network equipment according to the protocol interacted with the target network equipment and a configuration file, wherein the corresponding relation between each operation instruction and the operation instructions adapted to each protocol is stored in the configuration file in advance;
and executing operation on the target network equipment by using the converted operation instruction.
2. The network device driving method according to claim 1, wherein the logging in the target network device according to the protocol interacting with the target network device and the authentication password comprises:
acquiring a login method corresponding to a protocol according to the protocol interacted with the target network equipment;
and logging in the target network equipment according to the login method and the authentication password.
3. The network device driving method according to claim 1, wherein the method further comprises:
acquiring keywords returned by the target network equipment after the target network equipment is operated;
and judging whether the operation instruction in the operation script is correct or not according to the keyword.
4. The network device driving method according to claim 1, wherein the method further comprises:
obtaining an operation result;
and analyzing the operation result and displaying the operation result to a front-end user interface.
5. A network device driver apparatus, the apparatus comprising:
the identification and script acquisition module is used for acquiring the identification of the target network equipment and the operation script of the target network equipment;
a configuration information obtaining module, configured to obtain basic configuration information of the target network device from a configuration management system according to the target network device identifier, where the basic configuration information includes: the device model of the target network device, the protocol interacting with the target network device, the port and the executive user, wherein the configuration management system stores the basic configuration information of each network device and takes the network device identification as an index;
the password acquisition module is used for acquiring an authentication password interacted with the target network equipment from a security operation and maintenance management system according to the target network equipment identifier and the executive user, wherein the authentication password is acquired by the security operation and maintenance management system according to the target network equipment identifier and the executive user;
the execution module is used for executing operation on the target network equipment according to the basic configuration information of the target network equipment, the authentication password interacted with the target network equipment and the operation script;
wherein the execution module comprises:
a login unit, configured to log in the target network device according to a protocol interacting with the target network device and the authentication password;
the instruction conversion unit is used for converting the operation instructions in the operation script into operation instructions adapted to the target network equipment according to the protocol interacted with the target network equipment and the configuration file, wherein the corresponding relation between each operation instruction and the operation instructions adapted to each protocol is stored in the configuration file in advance;
and the operation unit is used for executing operation on the target network equipment by using the converted operation instruction.
6. The network device driver according to claim 5, wherein the login unit comprises:
a login method acquisition subunit, configured to acquire, according to a protocol that interacts with the target network device, a login method corresponding to the protocol;
and the login subunit is used for logging in the target network equipment according to the login method and the authentication password.
7. The network device driver apparatus according to claim 5, wherein the apparatus further comprises:
the keyword acquisition module is used for acquiring keywords returned by the target network equipment after the target network equipment is operated;
and the judging module is used for judging whether the operation instruction in the operation script is correct or not according to the keyword.
8. The network device driver apparatus according to claim 5, wherein the apparatus further comprises:
the operation result acquisition module is used for acquiring an operation result;
and the display module is used for analyzing the operation result and displaying the operation result to a front-end user interface.
9. A computer storage medium having computer instructions stored thereon, the computer instructions being executable by a processor to implement the network device driving method of any one of claims 1-4.
10. A computer device, comprising:
a memory having a computer program stored thereon;
a processor for executing the computer program to implement the network device driving method of any one of claims 1 to 4.
CN202011223009.0A 2020-11-05 2020-11-05 Network device driving method, device, storage medium and computer device Active CN112491586B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011223009.0A CN112491586B (en) 2020-11-05 2020-11-05 Network device driving method, device, storage medium and computer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011223009.0A CN112491586B (en) 2020-11-05 2020-11-05 Network device driving method, device, storage medium and computer device

Publications (2)

Publication Number Publication Date
CN112491586A CN112491586A (en) 2021-03-12
CN112491586B true CN112491586B (en) 2022-11-25

Family

ID=74928525

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011223009.0A Active CN112491586B (en) 2020-11-05 2020-11-05 Network device driving method, device, storage medium and computer device

Country Status (1)

Country Link
CN (1) CN112491586B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127083A (en) * 2021-04-27 2021-07-16 浪潮软件科技有限公司 Intelligent lock application and unsealing method and system based on customs security and data processing device
CN116503028A (en) * 2023-05-11 2023-07-28 深圳市中联信信息技术有限公司 Engineering design consultation interaction platform based on simultaneous online of multiple people
CN116743566B (en) * 2023-07-19 2023-12-19 北京道迩科技有限公司 Network access method, device and computer storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108717362A (en) * 2018-05-21 2018-10-30 北京晨宇泰安科技有限公司 It is a kind of based on can be after the network equipments configuration model and configuration method of bearing structure
CN108768916A (en) * 2018-03-13 2018-11-06 新华三信息安全技术有限公司 A kind of method and device obtaining security configuration information
CN111343015A (en) * 2020-02-18 2020-06-26 中国银联股份有限公司 Operation and maintenance method and device for network equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6265732B2 (en) * 2013-12-25 2018-01-24 キヤノン株式会社 Management device, control method and program for management device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108768916A (en) * 2018-03-13 2018-11-06 新华三信息安全技术有限公司 A kind of method and device obtaining security configuration information
CN108717362A (en) * 2018-05-21 2018-10-30 北京晨宇泰安科技有限公司 It is a kind of based on can be after the network equipments configuration model and configuration method of bearing structure
CN111343015A (en) * 2020-02-18 2020-06-26 中国银联股份有限公司 Operation and maintenance method and device for network equipment

Also Published As

Publication number Publication date
CN112491586A (en) 2021-03-12

Similar Documents

Publication Publication Date Title
CN112491586B (en) Network device driving method, device, storage medium and computer device
US9852428B2 (en) Business unit outsourcing model
CN110427252B (en) Task scheduling method, device and storage medium based on task dependency relationship
US8510720B2 (en) System landscape trace
CN106997298B (en) Application resource acquisition method and device
US11295247B2 (en) Discovery and generation of organizational key performance indicators utilizing glossary repositories
US20070047439A1 (en) Method and apparatus of supporting business performance management with active shared data spaces
CN111898023A (en) Message pushing method and device, readable storage medium and computing equipment
US10243804B2 (en) Continuous delivery of hierarchical products using executor for software configuration automation
CN104246702A (en) Workflow compilation
US8914798B2 (en) Production control for service level agreements
CN114090162A (en) Front-end interface display method and related device of multi-tenant system
US10430232B2 (en) Controllable workflow in software configuration automation
CN111769979A (en) Cloud resource arranging method, system, terminal and storage medium
CN109271160B (en) Activity rule establishing method, activity rule establishing device, computer system and medium
US20210390010A1 (en) Software Application Diagnostic Aid
US9542171B2 (en) Managing an application modification process
US10592227B2 (en) Versioned intelligent offline execution of software configuration automation
US11410107B2 (en) Systems and methods for real-time determination of cost-to-serve metrics and cost attribution for cloud applications in the public cloud
US20200301816A1 (en) Code profiling system and associated methods
US10282523B2 (en) License management solution for central-management products
CN107193670B (en) Remote management method, device and system for cluster workstations
CN112070391A (en) Workshop production task management system, method and device
WO2011118048A1 (en) Program execution method, computing system, and program execution control program
CN114244740B (en) Network data acquisition method and system

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