CN113641352B - Method and system for automatically generating SNMP (simple network management protocol) codes - Google Patents

Method and system for automatically generating SNMP (simple network management protocol) codes Download PDF

Info

Publication number
CN113641352B
CN113641352B CN202110795694.2A CN202110795694A CN113641352B CN 113641352 B CN113641352 B CN 113641352B CN 202110795694 A CN202110795694 A CN 202110795694A CN 113641352 B CN113641352 B CN 113641352B
Authority
CN
China
Prior art keywords
snmp
code
node
configuration file
generating
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
CN202110795694.2A
Other languages
Chinese (zh)
Other versions
CN113641352A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202110795694.2A priority Critical patent/CN113641352B/en
Publication of CN113641352A publication Critical patent/CN113641352A/en
Application granted granted Critical
Publication of CN113641352B publication Critical patent/CN113641352B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a method and a system for automatically generating SNMP codes, wherein the method comprises the following steps: establishing an SNMP configuration file, wherein the SNMP configuration file comprises dynamic information required for generating SNMP codes and corresponding MIB files, and the dynamic information is the attribute of different nodes in an SNMP tree structure; constructing an SNMP code template according to the SNMP configuration file; and generating an SNMP code and an MIB file matched with the SNMP code according to the SNMP configuration file and the SNMP code template. The system comprises: the system comprises an SNMP configuration file establishing module, an SNMP code template constructing module and a code generating module. According to the method and the device, automatic generation of SNMP codes can be achieved, and the generation efficiency of the SNMP codes is greatly improved.

Description

Method and system for automatically generating SNMP (simple network management protocol) codes
Technical Field
The present application relates to the field of SNMP (Simple Network Management Protocol ) interface code generation technology, and in particular, to a method and system for automatically generating SNMP codes.
Background
With the development of internet technology, the processing speed and security requirements of users on data are higher and higher, so that disk arrays are generated. In the aspect of disk array monitoring, the SNMP is generally not separated, and the monitoring SNMP-like interface can be provided and is almost a necessary function of the disk array. In order to better adapt to the iteration speed of the disk array product version, the requirement on the iteration speed of the SNMP interface is also higher and higher, and corresponding SNMP codes need to be developed in time. Therefore, how to generate SNMP codes to match with disk array product versions is an important technical problem.
At present, the method for generating the SNMP code usually writes the SNMP code manually, that is, develops the corresponding SNMP code according to the current version of the disk array product, and maintains a corresponding MIB (Management Information Base ) file.
However, in the current method for generating SNMP codes, errors are easy to occur due to the manual code writing mode, and in order to adapt to the iteration speed of the disk array product version, more manpower is required to be input for code development and maintenance, and corresponding MIB files are required to be updated and maintained. Therefore, the current method for manually writing the SNMP codes has lower efficiency rate of manually writing the codes.
Disclosure of Invention
The application provides a method and a system for automatically generating SNMP codes, which are used for solving the problem that the code generation efficiency is low due to the method for generating the SNMP codes in the prior art.
In order to solve the technical problems, the embodiment of the application discloses the following technical scheme:
a method of automatically generating SNMP code, the method comprising:
establishing an SNMP configuration file, wherein the SNMP configuration file comprises dynamic information required for generating SNMP codes and corresponding MIB files, and the dynamic information is the attribute of different nodes in an SNMP tree structure;
constructing an SNMP code template according to the SNMP configuration file;
and generating an SNMP code and an MIB file matched with the SNMP code according to the SNMP configuration file and the SNMP code template.
Optionally, the establishing an SNMP configuration file includes:
the SNMP tree structure is adopted to represent the relation among different nodes, and the attribute configured for any node comprises: node type and node name;
the attribute configured for the root node further includes: an OID (Object Identifier ) attribute, wherein the OID attribute can represent a parent-child relationship between nodes, and the OIDs of different nodes are not repeated;
the attributes configured for the leaf node further include: data type, access rights, and group to which it belongs;
the attributes configured for the scaler node and the Table node further include: the cmd attribute is used for representing a command line or script required for acquiring the node data.
Optionally, constructing an SNMP code template according to the SNMP configuration file includes:
determining a code file related to the SNMP configuration file;
designing a part of the code file, which changes along with the different SNMP configuration files, as a template variable;
when the SNMP code is required to be generated, extracting data required by the template variable from the SNMP configuration file;
the template variables are populated with the data.
Optionally, generating an SNMP code and an MIB file matched with the SNMP code according to the SNMP configuration file and an SNMP code template includes:
generating SNMP codes by adopting a code template method according to the SNMP configuration file;
and generating the MIB file matched with the SNMP code according to the SNMP configuration file and the format of the MIB file.
Optionally, the attribute of any node further includes: description of the node.
Optionally, the attribute of the Table node further includes: the cmdtile attribute is used for representing a title in the CLI output corresponding to the node.
Optionally, when the current node is a scaler node, executing a cmd command, and returning corresponding data;
when the current node is a Table node, executing a cmd command, returning corresponding Table data, wherein the first behavior title of the Table data is any other behavior value.
A system for automatically generating SNMP code, the system comprising:
the SNMP configuration file establishing module is used for establishing an SNMP configuration file, wherein the SNMP configuration file comprises dynamic information required for generating SNMP codes and corresponding MIB files, and the dynamic information is the attribute of different nodes in an SNMP tree structure;
the SNMP code template construction module is used for constructing SNMP code templates according to the SNMP configuration file;
and the code generation module is used for generating an SNMP code and an MIB file matched with the SNMP code according to the SNMP configuration file and the SNMP code template.
Optionally, the SNMP code template construction module includes:
a code file determining unit, configured to determine a code file related to the SNMP configuration file;
the template variable definition unit is used for designing a part of the code file, which changes along with the different SNMP configuration files, as a template variable;
the data extraction unit is used for extracting data required by the template variables from the SNMP configuration file when the SNMP code is required to be generated;
and the filling unit is used for filling the template variable by using the data.
Optionally, the code generating module includes:
the code generating unit is used for generating SNMP codes by adopting a code template method according to the SNMP configuration file;
and the MIB file generating unit is used for generating the MIB file matched with the SNMP code according to the SNMP configuration file and the format of the MIB file.
The technical scheme provided by the embodiment of the application can comprise the following beneficial effects:
the application provides a method for automatically generating SNMP codes, which comprises the steps of firstly establishing SNMP configuration files, constructing SNMP code templates according to the SNMP configuration files, and finally generating SNMP codes and MIB files matched with the SNMP codes according to the SNMP configuration files and the SNMP code templates. According to the characteristics of the SNMP, the embodiment self-defines an SNMP configuration file, wherein the configuration file contains dynamic information required for generating SNMP codes and corresponding MIB files, and the SNMP codes can be quickly generated through a subsequent SNMP code template, so that the SNMP code generation efficiency is effectively improved. Because the SNMP configuration file also contains dynamic information required for generating the MIB file, the MIB file matched with the SNMP code is automatically generated according to the MIB file format, and therefore, compared with the prior art, the code generating method in the embodiment has high automation degree, and is beneficial to greatly improving the code generating efficiency.
The application also provides a system for automatically generating SNMP codes. The system mainly comprises: the system comprises an SNMP configuration file establishing module, an SNMP code template constructing module and a code generating module. The SNMP configuration file can be custom designed through the SNMP configuration file building module, and related attribute requirements are defined for different nodes in the SNMP tree structure. And finally, generating an SNMP code and an MIB file matched with the SNMP code by adopting a code template method through a code generation module. By adopting the system in the embodiment, the automatic generation of SNMP codes and MIB files can be realized, and the code generation efficiency is greatly improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application.
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the description of the embodiments or the prior art will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
Fig. 1 is a flowchart of a method for automatically generating SNMP codes according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a system for automatically generating SNMP codes according to an embodiment of the present application.
Detailed Description
In order to better understand the technical solutions in the present application, the following description will clearly and completely describe the technical solutions in the embodiments of the present application with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, shall fall within the scope of the present application.
For a better understanding of the present application, embodiments of the present application are explained in detail below with reference to the drawings.
Example 1
Referring to fig. 1, fig. 1 is a flowchart of a method for automatically generating SNMP codes according to an embodiment of the present application. As can be seen from fig. 1, the method for automatically generating SNMP codes in this embodiment mainly includes the following steps:
s1: and establishing an SNMP configuration file.
The SNMP configuration file in this embodiment includes dynamic information required for generating SNMP codes and corresponding MIB files, where the dynamic information is an attribute of different nodes in the SNMP tree structure.
Each set of SNMP codes contains a plurality of code files, and each set of SNMP codes has MIB files matching the same.
And establishing an SNMP configuration file, wherein different attributes are mainly defined for different nodes in an SNMP tree structure. Specifically, step S1 includes the following procedure:
s11: the SNMP tree structure is adopted to represent the relation among different nodes, and the attribute configured for any node comprises: node type and node name.
The SNMP tree structure includes different nodes, such as: the first node root node in the tree structure, the last level node is a leaf node, the last level node is a father node of the next level node, the scaler node for storing single data and the Table node for storing Table data.
All nodes in the SNMP tree structure contain two attributes, namely node type and node name. The values of the different attributes of all nodes conform to the SNMP-SMI (Structure of Managerment Intormation, management information structure) specification.
The attribute type is a node type attribute, and may take a node type in SNMP-SMI specification, such as "OBJECT IDENTIFIER" as an object. The attribute name is the node name.
S12: the attribute configured for the root node further includes: OID attribute. The OID attribute can represent father-son relationship among nodes, and OIDs of different nodes are not repeated.
That is, the attributes configured for the root node mainly include: node type, node name, and OID. By configuring the OID of the root node, the ODI of other nodes can be deduced. In this way, only the ODI of the root node needs to be configured, which is beneficial to further improving the SNMP code generation efficiency.
Nodes are presented in a tree structure in the MIB file. In general, if the node is the xth child of the parent node, defining x to start with 1, then the OID of the node is "$ { OID of parent }. X". For example: the OID of the parent node is ".1.3.6.1.4.1.33.2", and the node is the 3 rd child in the parent node, and the OID of the node is ".1.3.6.1.4.1.33.2.3". In the embodiment, the SNMP configuration file also adopts a tree structure, so that father-son relations among nodes can be intuitively embodied, the OIDs of other nodes can be deduced as long as the OID of the root node is known, and when the nodes are more, compared with the direct definition of the OID, the tree structure can greatly improve the definition accuracy of the configuration file.
S13: the attributes configured for the leaf node further include: data type, access rights, and group to which it belongs.
That is, the attributes configured for the leaf node mainly include: node type, node name, data type, access rights, and group to which it belongs.
The attribute "syntax" indicates the data type of the node, and other values must conform to the SNMP-SMI specification, such as "intelger 32", in addition to "Table", "Row". "Table" represents a Table object, and "Row" represents a Row of a Table. The attribute "ACCESS" indicates the ACCESS rights of the node. The attribute "group" indicates the group to which the node belongs, that is: the names of the 'OBJECT-GROUP' node names of the nodes are separated by commas, such as 'g 1, g 2', and the like.
S14: the attributes configured for the scaler node and the Table node further include: cmd attribute.
The Table node is a node for storing Table data, and the cmd attribute is used for representing a command line or a script required for acquiring the node data.
The Cmd attribute is applied to the Scalar node and the Table node, and specifically comprises the following steps:
executing a cmd command when the current node is a scaler node, and returning corresponding data;
when the current node is a Table node, executing a cmd command, returning corresponding Table data, wherein the first behavior title of the Table data and any other behavior value are used for facilitating analysis.
Table data returned by cmd commands corresponding to Table nodes are as follows:
the above example, where each line of data is separated by a space, may allow custom separators for better resolution.
Further, the Table node further includes: the cmdtile attribute is used for representing a title in the CLI output corresponding to the node. The attribute "cmdtile" represents a title in the CLI output corresponding to the node.
Further, the attribute of any node in this embodiment further includes: description of the node. The attribute "description" represents a description of a node.
With continued reference to fig. 1, after the SNMP configuration file is established, step S2 is performed: and constructing SNMP code templates according to the SNMP configuration files.
According to the method in this embodiment, to generate SNMP codes, SNMP code templates need to be designed in addition to the SNMP configuration files. Specifically, step S2 includes the following procedure:
s21: a code file associated with the SNMP configuration file is determined.
S22: the part of the code file, which changes with the SNMP configuration file, is designed as a template variable.
S23: when the SNMP code needs to be generated, the data needed by the template variables are extracted from the SNMP configuration file.
S24: template variables are populated with data.
As is clear from the above steps S21-S24, for code files that are independent of SNMP configuration files, these code files need not be modified, and this part of the code files need not be designed as code templates, regardless of the SNMP configuration file changes. Such as code frames, tool class functions, constants, etc., belong to this class of code files. For code files related to SNMP configuration, the part of the code file that changes with SNMP configuration file is designed as a template variable. When the code is generated, the data required by the template variables are extracted from the SNMP configuration file, and then the template variables are filled, and at the moment, the code template becomes the code file.
With continued reference to fig. 1, after the SNMP configuration file is established and the SNMP code template is constructed, step S3 is performed: and generating the SNMP codes and MIB files matched with the SNMP codes according to the SNMP configuration files and the SNMP code templates.
S31: and generating SNMP codes by adopting a code template method according to the SNMP configuration file.
S32: and generating the MIB file matched with the SNMP code according to the SNMP configuration file and the format of the MIB file.
In summary, when the configuration file is defined in step S1, all dynamic information required for generating the SNMP code and the MIB file is included, the SNMP code can be automatically generated by using a code template method, and according to each node defined in the SNMP configuration file, the MIB file can be quickly generated according to the MIB file format, thereby greatly improving the SNMP code generation efficiency.
Example two
Referring to fig. 2 on the basis of the embodiment shown in fig. 1, fig. 2 is a schematic structural diagram of a system for automatically generating SNMP codes according to an embodiment of the present application.
As can be seen from fig. 2, the system for automatically generating SNMP codes in this embodiment mainly includes: the system comprises an SNMP configuration file establishing module, an SNMP code template constructing module and a code generating module. The SNMP configuration file building module is used for building an SNMP configuration file, wherein the SNMP configuration file comprises dynamic information required for generating SNMP codes and corresponding MIB files, and the dynamic information is the attribute of different nodes in an SNMP tree structure; the SNMP code template construction module is used for constructing SNMP code templates according to the SNMP configuration files; and the code generating module is used for generating the SNMP codes and MIB files matched with the SNMP codes according to the SNMP configuration files and the SNMP code templates.
Further, the SNMP code template construction module includes: the system comprises a code file determining unit, a template variable defining unit, a data extracting unit and a filling unit. The code file determining unit is used for determining code files related to the SNMP configuration files; the template variable definition unit is used for designing a part of the code file, which changes along with the different SNMP configuration files, as a template variable; the data extraction unit is used for extracting data required by the template variables from the SNMP configuration file when the SNMP code is required to be generated; and the filling unit is used for filling the template variable by using the data.
A code generation module comprising: a code generating unit and a MIB file generating unit. The code generating unit is used for generating SNMP codes by adopting a code template method according to the SNMP configuration file; and the MIB file generating unit is used for generating the MIB file matched with the SNMP code according to the SNMP configuration file and the format of the MIB file.
The SNMP configuration file building module comprises: the device comprises a first attribute definition unit, a second attribute definition unit, a third attribute definition unit and a fourth attribute definition unit.
The first attribute definition unit is configured to represent a relationship between different nodes by adopting an SNMP tree structure, and an attribute of any node includes: node type and node name.
The second attribute definition unit is configured to define an attribute of the root node, and the attribute of the root node further includes: the OID attribute can reflect father-son relationship among nodes, and the OIDs of different nodes are not repeated;
the third attribute defining unit is configured to define an attribute of the leaf node, and the attribute of the leaf node further includes: data type, access rights, and group to which it belongs;
the fourth attribute definition unit is configured to define attributes of the scaler node and the Table node, and the attributes of the scaler node and the Table node further include: the cmd attribute is used for representing a command line or script required for acquiring the node data, and the Scalar node is a node for storing single data, and the Table node is a node for storing Table data.
The working principle and working method of the system for automatically generating SNMP codes in this embodiment are described in detail in the embodiment shown in fig. 1, and are not described here again.
The foregoing is merely a specific embodiment of the application to enable one skilled in the art to understand or practice the application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (9)

1. A method for automatically generating SNMP codes, the method comprising:
establishing an SNMP configuration file, wherein the SNMP configuration file comprises dynamic information required for generating SNMP codes and corresponding MIB files, and the dynamic information is the attribute of different nodes in an SNMP tree structure;
constructing an SNMP code template according to the SNMP configuration file;
generating an SNMP code and an MIB file matched with the SNMP code according to the SNMP configuration file and the SNMP code template;
the establishing the SNMP configuration file includes:
the SNMP tree structure is adopted to represent the relation between different nodes, and the configured attribute of any node comprises: node type and node name;
the attribute configured for the root node further includes: the OID attribute can reflect father-son relationship among nodes, and the OIDs of different nodes are not repeated;
the attributes configured for the leaf node further include: data type, access rights, and group to which it belongs;
the attributes configured for the scaler node and the Table node further include: the cmd attribute is used for representing a command line or script required for acquiring the node data.
2. A method for automatically generating SNMP code as in claim 1, wherein constructing SNMP code templates from the SNMP configuration file comprises:
determining a code file related to the SNMP configuration file;
designing a part of the code file, which changes along with the different SNMP configuration files, as a template variable;
when the SNMP code is required to be generated, extracting data required by the template variable from the SNMP configuration file;
the template variables are populated with the data.
3. The method of automatically generating SNMP codes of claim 1, wherein generating SNMP codes and MIB files matching the SNMP codes based on the SNMP configuration file and SNMP code templates comprises:
generating SNMP codes by adopting a code template method according to the SNMP configuration file;
and generating the MIB file matched with the SNMP code according to the SNMP configuration file and the format of the MIB file.
4. The method for automatically generating SNMP code of claim 1 wherein the attributes of any node further comprise: description of the node.
5. The method for automatically generating SNMP code of claim 1 wherein the Table node further comprises: the cmdtile attribute is used for representing a title in the CLI output corresponding to the node.
6. A method for automatically generating SNMP codes as recited in claim 1, wherein,
executing a cmd command when the current node is a scaler node, and returning corresponding data;
when the current node is a Table node, executing a cmd command, returning corresponding Table data, wherein the first behavior title of the Table data is any other behavior value.
7. A system for automatically generating SNMP codes, the system comprising:
the SNMP configuration file establishing module is used for establishing an SNMP configuration file, wherein the SNMP configuration file comprises dynamic information required for generating SNMP codes and corresponding MIB files, and the dynamic information is the attribute of different nodes in an SNMP tree structure;
the establishing the SNMP configuration file includes:
the SNMP tree structure is adopted to represent the relation between different nodes, and the configured attribute of any node comprises: node type and node name;
the attribute configured for the root node further includes: the OID attribute can reflect father-son relationship among nodes, and the OIDs of different nodes are not repeated;
the attributes configured for the leaf node further include: data type, access rights, and group to which it belongs;
the attributes configured for the scaler node and the Table node further include: the cmd attribute is used for representing a command line or script required for acquiring the node data;
the SNMP code template construction module is used for constructing SNMP code templates according to the SNMP configuration file;
and the code generation module is used for generating an SNMP code and an MIB file matched with the SNMP code according to the SNMP configuration file and the SNMP code template.
8. The system for automatically generating SNMP code of claim 7 wherein the SNMP code template construction module comprises:
a code file determining unit, configured to determine a code file related to the SNMP configuration file;
the template variable definition unit is used for designing a part of the code file, which changes along with the different SNMP configuration files, as a template variable;
the data extraction unit is used for extracting data required by the template variables from the SNMP configuration file when the SNMP code is required to be generated;
and the filling unit is used for filling the template variable by using the data.
9. The system for automatically generating SNMP code of claim 7 wherein the code generating module comprises:
the code generating unit is used for generating SNMP codes by adopting a code template method according to the SNMP configuration file;
and the MIB file generating unit is used for generating the MIB file matched with the SNMP code according to the SNMP configuration file and the format of the MIB file.
CN202110795694.2A 2021-07-14 2021-07-14 Method and system for automatically generating SNMP (simple network management protocol) codes Active CN113641352B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110795694.2A CN113641352B (en) 2021-07-14 2021-07-14 Method and system for automatically generating SNMP (simple network management protocol) codes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110795694.2A CN113641352B (en) 2021-07-14 2021-07-14 Method and system for automatically generating SNMP (simple network management protocol) codes

Publications (2)

Publication Number Publication Date
CN113641352A CN113641352A (en) 2021-11-12
CN113641352B true CN113641352B (en) 2023-08-08

Family

ID=78417431

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110795694.2A Active CN113641352B (en) 2021-07-14 2021-07-14 Method and system for automatically generating SNMP (simple network management protocol) codes

Country Status (1)

Country Link
CN (1) CN113641352B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101229A (en) * 2018-07-26 2018-12-28 郑州云海信息技术有限公司 A kind of code automatic generation method of object-oriented, device and equipment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101229A (en) * 2018-07-26 2018-12-28 郑州云海信息技术有限公司 A kind of code automatic generation method of object-oriented, device and equipment

Also Published As

Publication number Publication date
CN113641352A (en) 2021-11-12

Similar Documents

Publication Publication Date Title
KR102424056B1 (en) Method for modeling network system instructions with yang language and apparatus for the same
US7721304B2 (en) Method and apparatus providing programmable network intelligence
JP4509916B2 (en) SNMP-based network management apparatus and method
US20040003067A1 (en) System and method for enabling a user interface with GUI meta data
CN111585344B (en) Substation intelligent checking method and device based on total station IED simulation
CN100539597C (en) Configuring management method and device
US8244844B2 (en) Tool for data generation for simple network management protocol (SNMP)
CN102521008B (en) Program compiling device and method for compiling program
CN107025115B (en) Method for adapting to acquisition of multiple interfaces
CN109116828A (en) Model code configuration method and device in a kind of controller
CN105955790B (en) Data processing method and device
CN112650529B (en) System and method for configurable generation of mobile terminal APP codes
US20070220157A1 (en) Simple network management protocol (SNMP) agent system and method
CN113641352B (en) Method and system for automatically generating SNMP (simple network management protocol) codes
CN112015382B (en) Processor architecture analysis method, device, equipment and storage medium
US8190723B2 (en) Method and system for automatically determining commands for a network element
CN111143310B (en) Log recording method and device and readable storage medium
CN107749800B (en) Method for realizing implicit deletion of automatic test configuration of communication equipment
CN110806973A (en) Automatic generation method and device of interface message
CN108270599B (en) Data analysis processing method and system based on SNMP (simple network management protocol)
CN112882696B (en) Full-element model training system based on supercomputer
CN111782608B (en) File automatic generation method and device, electronic equipment and storage medium
JP6893568B2 (en) Data interaction methods, equipment and devices
CN114356404A (en) Interface document generating method, system and computer readable storage medium
CN114519071A (en) Generation method, matching method, system, device and medium of rule matching model

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