CN115174398A - Network equipment configuration method, equipment and medium based on python interactive shell - Google Patents

Network equipment configuration method, equipment and medium based on python interactive shell Download PDF

Info

Publication number
CN115174398A
CN115174398A CN202210722845.6A CN202210722845A CN115174398A CN 115174398 A CN115174398 A CN 115174398A CN 202210722845 A CN202210722845 A CN 202210722845A CN 115174398 A CN115174398 A CN 115174398A
Authority
CN
China
Prior art keywords
configuration
information
network equipment
equipment
determining
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
CN202210722845.6A
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.)
Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Original Assignee
Chaozhou Zhuoshu Big Data Industry Development 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 Chaozhou Zhuoshu Big Data Industry Development Co Ltd filed Critical Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Priority to CN202210722845.6A priority Critical patent/CN115174398A/en
Publication of CN115174398A publication Critical patent/CN115174398A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/084Configuration by using pre-existing information, e.g. using templates or copying from other elements
    • H04L41/0843Configuration by using pre-existing information, e.g. using templates or copying from other elements based on generic templates
    • 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/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0853Retrieval of network configuration; Tracking network configuration history by actively collecting configuration information or by backing up configuration information

Abstract

The application discloses a method, a device and a medium for configuring network equipment based on a python interactive shell, wherein the method comprises the following steps: connecting the python program with the network equipment through a first plug-in and a network protocol; acquiring equipment information of network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information; determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information; generating a configuration table of the network equipment through the second plug-in according to the current configuration state and the equipment information; acquiring configuration requirements of a user through a configuration table; and determining a configuration command corresponding to the configuration requirement according to the configuration command model. The standardized configuration command is generated by matching command sets of different devices in the database, and then the devices are connected in a mode of SSH, telnet, SNMP and the like to perform automatic configuration, so that the functions of initial configuration of new devices, configuration change of old devices and the like can be solved.

Description

Network equipment configuration method, equipment and medium based on python interactive shell
Technical Field
The application relates to the field of network equipment, in particular to a network equipment configuration method, equipment and medium based on python interactive shell.
Background
With the popularization of cloud computing technology in recent years, large computer rooms are more and more, and the advantage of unified management of IT equipment is more and more obvious. However, as the machine room is enlarged, the kinds of network devices are more and more, and the network topology becomes more complex. Although the principle is similar, the network devices of different manufacturers and models, most typically switches and routers, have many different configuration commands. Meanwhile, in the whole life cycle of the operation of the machine room, network equipment of the machine room undergoes multiple updating iterations, a large amount of configuration information is generated in the updating iterations, and technical personnel are required to arrange records. For a large network, the configuration of other network devices needs to be checked and the affected service needs to be evaluated each time the configuration is changed, which has higher and higher technical requirements on operation and maintenance personnel.
In order to solve the problems, network equipment manufacturers provide a large number of technical documents, and some network management software can achieve the purposes of performance monitoring, configuration modification and the like. However, the scenes covered by the technical documents are relatively limited, the method is more suitable for the initial configuration of new equipment, and the reference significance for the change of the configuration is not great; network management software prefers network traffic monitoring, and modification and configuration generally does not support equipment of other manufacturers.
Disclosure of Invention
In order to solve the above problems, the present application provides a network device configuration method, device and medium based on a python interactive shell, where the method includes:
connecting the python program with the network equipment through a first plug-in and a network protocol; acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information; determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information; generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information; acquiring the configuration requirement of a user through the configuration table; and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
In an example, after determining the configuration command corresponding to the configuration requirement according to the configuration command model, the method further includes: checking the configuration command, and determining that the configuration command contains a restart requirement; and determining a preset program authority, and processing the restarting requirement according to the program authority, wherein the processing mode comprises at least one of executing automatic restarting of a command line or prompting the user to restart automatically.
In an example, after determining the configuration command corresponding to the configuration requirement according to the configuration command model, the method further includes: determining target network equipment corresponding to the configuration requirement; acquiring a configuration state change process of the target network equipment; determining whether the configuration command is executed successfully according to the configuration state change process and the configuration requirement; and if not, sending an error prompt to the user.
In one example, the method further comprises: determining, by the python program, that a configuration state of the network device has changed; acquiring a configuration change process of the network equipment, and generating log information of the network equipment according to the configuration change process; and storing the serial number information of the network equipment into the database.
In an example, the obtaining the device information of the network device specifically includes: receiving initial device information from the user input; determining to-be-determined network equipment in the network equipment according to the initial equipment information and a pre-stored network topology; and sending a query command to the network equipment to be determined through the python program so as to obtain the equipment information of the network equipment to be determined.
In an example, the obtaining of the configuration requirement of the user through the configuration table specifically includes: transmitting the configuration form to a preset interaction page; the current configuration state and the configuration state to be selected corresponding to the network equipment are displayed on the interactive page; and acquiring the operation content of the user on the interactive page, and determining the configuration requirement of the user according to the operation content.
In one example, the method further comprises: receiving a template generation requirement from the user; determining a preset configuration state template and the current configuration state of the network equipment; generating a template table by the second plug-in module according to the equipment information and the current configuration state; and storing the template form in a preset interaction page.
In one example, the configuration command is a shell command of no more than a preset number of characters; the configuration requirement comprises at least one of VLAN division, default route configuration and port IP configuration.
The application also provides a network equipment configuration device based on the python interactive shell, which comprises: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to: connecting the python program with the network equipment through a first plug-in and a network protocol; acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information; determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information; generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information; acquiring the configuration requirement of a user through the configuration table; and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
The present application further provides a non-transitory computer storage medium storing computer-executable instructions configured to: connecting the python program with the network equipment through a first plug-in and a network protocol; acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information; determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information; generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information; acquiring the configuration requirement of a user through the configuration table; and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
The method provided by the application can process the common configuration of the network equipment by using a program, generates a standardized configuration command by matching command sets of different equipment in a database, and then connects the equipment by means of SSH, telnet, SNMP and the like to perform automatic configuration. The functions of initial configuration of new equipment, configuration change of old equipment and the like can be achieved, and the equipment can be configured and backed up, so that the working pressure of technicians is reduced, and the advantages of cloud computing can be fully exerted.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flowchart of a network device configuration method based on a python interactive shell in an embodiment of the present application;
FIG. 2 is a schematic diagram illustrating a direction of data transmission during a configuration process according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a network device configuration device based on a python interactive shell in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
Fig. 1 is a schematic flowchart of a method for configuring a network device based on a python interactive shell according to one or more embodiments of the present specification. The method can be applied to different configuration requirements of different network devices, such as network devices such as switches and routers, and configuration requirements of VLAN division, default route configuration, port IP configuration and the like. The process may be performed by a corresponding computing device, with certain input parameters or intermediate results in the process allowing for manual intervention adjustments to help improve accuracy.
The analysis method according to the embodiment of the present application may be implemented by a terminal device or a server, which is not particularly limited in this application. For convenience of understanding and description, the following embodiments are described in detail by taking a terminal device as an example. It should be noted that the server may be a single device, or may be a system composed of multiple devices, that is, a distributed server, which is not specifically limited in this application.
It should be noted that, when a user configures a network device, any configuration requirement (such as VLAN partition, default route, port IP, etc.) input by the user needs to experience: and checking the three processes of the existing configuration, modifying the configuration and confirming that the modification is effective, wherein each process corresponds to one or more commands. Meanwhile, each command can be divided into a variable part and an immutable part, the immutable part corresponds to a format template of the command, and the variable part is a configuration input by a user.
As shown in fig. 1 and fig. 2, an embodiment of the present application provides a network device configuration method based on a python interactive shell, including:
s101: the python program is connected with the network equipment through the first plug-in and the network protocol.
Firstly, the network equipment is connected to the network equipment by a python program through a plug-in such as paramiko, telnetlib and the like and an SSH (simple service gateway), telnet, SNMP and the like. The network device may be a router, a switch, etc.
S102: and acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information.
After connecting to a network device through the python program, the configuration commands are very different due to different manufacturers and models of network devices, although the principle is similar. Therefore, if it is desired to configure the network device, the specific device information of the network device needs to be acquired. The device information may include manufacturer information, model information, firmware version information, serial number information, and the like.
In an embodiment, when acquiring device information of a network device, if a user manually inputs initial device information of a part of network devices by himself, an undetermined network device that has not acquired specific device information among all network devices may be determined by comparing pre-stored network topologies, and then a query command (browse, etc.) is sent by a python program to acquire device information of the undetermined network device. If the user does not enter initial device information, a query command may be automatically sent by the program.
S103: and determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information.
After the device information is determined, configuration command models corresponding to network devices of different pre-stored device information, namely, configuration commands corresponding to network devices of a certain manufacturer and a certain model and configuration requirements can be determined through the database. Then, the current configuration state of the network device needs to be acquired.
S104: and generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information.
A configuration table can be generated by using plug-ins such as xlwt, xlsxxwriter and the like according to the current configuration state and the device information corresponding to the network device, and the configuration table contains the device information of the network device and the current configuration state corresponding to the device information.
S105: and acquiring the configuration requirement of the user through the configuration table.
After the configuration table is generated, the configuration requirement of the user can be obtained through the operation of the user on the table, that is, the user can modify the configuration state of each network device in the table through the configuration requirement of the user.
In one embodiment, the configuration table may be transmitted to a preset interaction page, and a current configuration state and a to-be-selected configuration state corresponding to the network device may be displayed in the interaction page. The configuration requirements of the user can be known by acquiring the operation content of the user on the interactive page. If the user changes the current configuration state of a certain router into a certain to-be-selected configuration state, the user can provide configuration requirements by selecting the to-be-selected configuration state.
S106: and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
Knowing the configuration requirement of the user and the information such as the manufacturer and the model corresponding to the network equipment, the configuration command of the network equipment for the configuration requirement can be known. And command sets in the database are distinguished according to manufacturers and equipment models. And the python program carries out splicing processing on the configuration commands to generate finally available commands.
In one embodiment, some configuration commands include a command line to restart the network device, but if the network device restarts itself, the network device may delay its operation. Therefore, after the configuration command corresponding to the configuration requirement is determined according to the configuration command model, the configuration command can be checked to determine whether the configuration command contains a restart requirement. If the network equipment restart requirement is included, determining the preset program authority, namely whether the program is allowed to automatically restart the network equipment or not, and then processing the restart requirement according to the program authority. The processing mode comprises at least one of automatic restart through a python program execution command line or prompting a user to restart by himself.
In an embodiment, since there may be a case that the configuration command is not in effect, after the configuration command corresponding to the configuration requirement is determined according to the configuration command model, the target network device corresponding to the configuration requirement may be determined, then the configuration state change process of the target network device is obtained, and then according to the configuration state change process and the configuration requirement, whether the configuration command is successfully executed is determined, that is, whether the configuration state change process meets the configuration requirement is checked. And if the command line is not successfully executed, an error prompt is sent to the user.
In an embodiment, a backup of the device configuration is also needed, at this time, a change in the configuration state of the network device may be determined by a python program, then a configuration change process of the network device is obtained, log information of the network device is generated according to the configuration change process, and the log information is stored in a database such as MySQL according to the serial number information of the network device.
In one embodiment, various templates may be generated by a program for the convenience of the user. At this time, the template generation requirement from the user needs to be received first, that is, the user wants to save the current configuration state in the form of generating the template, so as to conveniently and quickly restore the current configuration state. When generating a template, determining a preset configuration state template and the current configuration state of the network equipment; the device information and the current configuration state are then generated into a template table by an xlwt, xlsxwriter, and the like plug-in, and the template table may then be stored in a preset interaction page for the user to select.
In one embodiment, the configuration command is a shell command with 100 characters, and the configuration requirement of the user includes at least one of VLAN partition, configuration of default route, and configuration of port IP.
As shown in fig. 2, an embodiment of the present application further provides a network device configuring device based on a python interactive shell, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to cause the at least one processor to:
connecting the python program with the network equipment through a first plug-in and a network protocol; acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information; determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information; generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information; acquiring the configuration requirement of a user through the configuration table; and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
An embodiment of the present application further provides a non-volatile computer storage medium storing computer-executable instructions, where the computer-executable instructions are configured to:
connecting the python program with the network equipment through a first plug-in and a network protocol; acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information; determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information; generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information; acquiring the configuration requirement of a user through the configuration table; and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the device and media embodiments, the description is relatively simple as it is substantially similar to the method embodiments, and reference may be made to some descriptions of the method embodiments for relevant points.
The device and the medium provided by the embodiment of the application correspond to the method one to one, so the device and the medium also have the similar beneficial technical effects as the corresponding method, and the beneficial technical effects of the method are explained in detail above, so the beneficial technical effects of the device and the medium are not repeated herein.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of other like elements in a process, method, article, or apparatus comprising the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement or the like made within the spirit and principle of the present application shall be included in the scope of the claims of the present application.

Claims (10)

1. A network equipment configuration method based on a python interactive shell is characterized by comprising the following steps:
connecting the python program with the network equipment through a first plug-in and a network protocol;
acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information;
determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information;
generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information;
acquiring the configuration requirement of a user through the configuration table;
and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
2. The method of claim 1, wherein after determining the configuration command corresponding to the configuration requirement according to the configuration command model, the method further comprises:
checking the configuration command, and determining that the configuration command comprises a restart requirement;
and determining a preset program authority, and processing the restarting requirement according to the program authority, wherein the processing mode comprises at least one of executing automatic restarting of a command line or prompting the user to restart by himself.
3. The method of claim 1, wherein after determining the configuration command corresponding to the configuration requirement according to the configuration command model, the method further comprises:
determining target network equipment corresponding to the configuration requirement;
acquiring a configuration state change process of the target network equipment;
determining whether the configuration command is executed successfully according to the configuration state change process and the configuration requirement;
and if the user does not succeed, sending an error prompt to the user.
4. The method of claim 1, further comprising:
determining, by the python program, that a configuration state of the network device has changed;
acquiring a configuration change process of the network equipment, and generating log information of the network equipment according to the configuration change process;
and storing the serial number information of the network equipment into the database.
5. The method according to claim 1, wherein the acquiring the device information of the network device specifically includes:
receiving initial device information from the user input;
determining to-be-determined network equipment in the network equipment according to the initial equipment information and a pre-stored network topology;
and sending a query command to the network equipment to be determined through the python program so as to obtain the equipment information of the network equipment to be determined.
6. The method according to claim 1, wherein the obtaining the configuration requirement of the user through the configuration form specifically includes:
transmitting the configuration form to a preset interaction page; the current configuration state and the configuration state to be selected corresponding to the network equipment are displayed on the interactive page;
and acquiring the operation content of the user on the interactive page, and determining the configuration requirement of the user according to the operation content.
7. The method of claim 1, further comprising:
receiving a template generation requirement from the user;
determining a preset configuration state template and the current configuration state of the network equipment;
generating a template table by the second plug-in module according to the equipment information and the current configuration state;
and storing the template form in a preset interaction page.
8. The method of claim 1, wherein the configuration command is a shell command with no more than a preset number of characters;
the configuration requirement comprises at least one of VLAN division, default route configuration and port IP configuration.
9. A network device configuration device based on a python interactive shell, comprising:
at least one processor; and a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to cause the at least one processor to perform:
connecting the python program with the network equipment through a first plug-in and a network protocol;
acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information;
determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information;
generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information;
acquiring the configuration requirement of a user through the configuration table;
and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
10. A non-transitory computer storage medium storing computer-executable instructions, the computer-executable instructions configured to:
connecting the python program with the network equipment through a first plug-in and a network protocol;
acquiring equipment information of the network equipment, wherein the equipment information at least comprises manufacturer information, model information, firmware version information and serial number information;
determining a configuration command model and a current configuration state of the network equipment in a preset database according to the equipment information;
generating a configuration table of the network equipment through a second plug-in according to the current configuration state and the equipment information;
acquiring the configuration requirement of a user through the configuration table;
and determining a configuration command corresponding to the configuration requirement according to the configuration command model.
CN202210722845.6A 2022-06-24 2022-06-24 Network equipment configuration method, equipment and medium based on python interactive shell Pending CN115174398A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210722845.6A CN115174398A (en) 2022-06-24 2022-06-24 Network equipment configuration method, equipment and medium based on python interactive shell

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210722845.6A CN115174398A (en) 2022-06-24 2022-06-24 Network equipment configuration method, equipment and medium based on python interactive shell

Publications (1)

Publication Number Publication Date
CN115174398A true CN115174398A (en) 2022-10-11

Family

ID=83487006

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210722845.6A Pending CN115174398A (en) 2022-06-24 2022-06-24 Network equipment configuration method, equipment and medium based on python interactive shell

Country Status (1)

Country Link
CN (1) CN115174398A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115801579A (en) * 2022-11-18 2023-03-14 浪潮思科网络科技有限公司 Network equipment configuration checking method, equipment and medium based on SDN

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1787459A (en) * 2005-12-22 2006-06-14 杭州华为三康技术有限公司 Method and system for transmitting order to lower levels
CN101582794A (en) * 2009-06-26 2009-11-18 西安电子科技大学 System and method for unified configuration of network equipment
CN103973487A (en) * 2014-04-29 2014-08-06 上海上讯信息技术股份有限公司 Configuration backup system based on interactive scripts and configuration management method
US20160359688A1 (en) * 2015-06-02 2016-12-08 NetBrain Technologies, Inc. System and method for network management automation
CN106301916A (en) * 2016-08-16 2017-01-04 北京北信源软件股份有限公司 A kind of multiple network equipment unifies collocation method
CN107911249A (en) * 2017-11-28 2018-04-13 新华三技术有限公司 Order line sending method, device and the equipment of a kind of network equipment
CN109361550A (en) * 2018-11-21 2019-02-19 国家计算机网络与信息安全管理中心 The method, device and equipment of network equipments configuration management
CN110300017A (en) * 2019-05-22 2019-10-01 北京百度网讯科技有限公司 Standard configuration generating means and method and network equipments configuration error correction device and method
CN112436964A (en) * 2020-11-12 2021-03-02 中国联合网络通信集团有限公司 Equipment adaptation method and network management device
CN114513419A (en) * 2020-11-16 2022-05-17 北京神州泰岳软件股份有限公司 Security policy configuration method and system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1787459A (en) * 2005-12-22 2006-06-14 杭州华为三康技术有限公司 Method and system for transmitting order to lower levels
CN101582794A (en) * 2009-06-26 2009-11-18 西安电子科技大学 System and method for unified configuration of network equipment
CN103973487A (en) * 2014-04-29 2014-08-06 上海上讯信息技术股份有限公司 Configuration backup system based on interactive scripts and configuration management method
US20160359688A1 (en) * 2015-06-02 2016-12-08 NetBrain Technologies, Inc. System and method for network management automation
CN106301916A (en) * 2016-08-16 2017-01-04 北京北信源软件股份有限公司 A kind of multiple network equipment unifies collocation method
CN107911249A (en) * 2017-11-28 2018-04-13 新华三技术有限公司 Order line sending method, device and the equipment of a kind of network equipment
CN109361550A (en) * 2018-11-21 2019-02-19 国家计算机网络与信息安全管理中心 The method, device and equipment of network equipments configuration management
CN110300017A (en) * 2019-05-22 2019-10-01 北京百度网讯科技有限公司 Standard configuration generating means and method and network equipments configuration error correction device and method
CN112436964A (en) * 2020-11-12 2021-03-02 中国联合网络通信集团有限公司 Equipment adaptation method and network management device
CN114513419A (en) * 2020-11-16 2022-05-17 北京神州泰岳软件股份有限公司 Security policy configuration method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
牟亿;赵钦;马严;: "基于模板的网络设备配置系统", 软件, no. 11 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115801579A (en) * 2022-11-18 2023-03-14 浪潮思科网络科技有限公司 Network equipment configuration checking method, equipment and medium based on SDN

Similar Documents

Publication Publication Date Title
US11356340B2 (en) Provisioning a service
CN110300017B (en) Standard configuration generating device and method and network equipment configuration error correcting device and method
CN112199197B (en) Server management method and system
CN111130962B (en) Automatic configuration method, equipment, system and storage medium for switch
EP3975481A1 (en) Data acquisition method and apparatus, computer device, and computer-readable medium
CN108282363B (en) Remote configuration method, device and system for CPE and ACS
CN109120477B (en) Dynamic analysis method, device, server and storage medium based on modbus protocol
CN115220874B (en) Kubernetes cluster deployment method, device, equipment and storage medium
CN115174398A (en) Network equipment configuration method, equipment and medium based on python interactive shell
CN111124603A (en) CD-ROM mounting method, device and related equipment
CN111832273A (en) Method and device for determining destination message, storage medium and electronic device
CN115913959A (en) Template-based equipment configuration method and device and electronic equipment
CN113438095B (en) Method, device and equipment for managing configuration data and storage medium
CN113572659A (en) SDN-based rapid networking test method
WO2016206437A1 (en) Rom package generation method and device
CN109960657B (en) Test environment deployment method and related device
CN113010263A (en) Method, system, equipment and storage medium for creating virtual machine in cloud platform
CN110971642B (en) Data processing method and device for cloud computing platform
CN109245917A (en) A kind of method and device of the bare machine management based on cloud platform
CN111061503A (en) Cluster system configuration method and cluster system
WO2023050815A1 (en) Slice service configuration method, network device, network system, and storage medium
CN116094973B (en) Testing method and device for wide area network management protocol of user equipment
WO2023216901A1 (en) Method and apparatus for configuring slice strategy, network device, and storage medium
US20210359928A1 (en) Model for template based testing in sdn networks
CN116383221A (en) Data importing method, device 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