CN104104546A - SNMP network management system based on scripts - Google Patents

SNMP network management system based on scripts Download PDF

Info

Publication number
CN104104546A
CN104104546A CN201410351409.8A CN201410351409A CN104104546A CN 104104546 A CN104104546 A CN 104104546A CN 201410351409 A CN201410351409 A CN 201410351409A CN 104104546 A CN104104546 A CN 104104546A
Authority
CN
China
Prior art keywords
snmp
module
script
work station
mib
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
CN201410351409.8A
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.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry 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 Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201410351409.8A priority Critical patent/CN104104546A/en
Publication of CN104104546A publication Critical patent/CN104104546A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses an SNMP network management system based on scripts and belongs to the field of network management. The SNMP network management system based on the scripts comprises a work station and an agent terminal, wherein the agent terminal is formed by an SNMP service module, an MIB module, a ScriptAPI module and a Script executing module. The work station is responsible for sending and receiving SNMP requests, the SNMP service module is responsible for receiving the SNMP requests from the work station, the MIB module is responsible for verifying the SNMP requests, the ScriptAPI module is called if the SNMP requests are legal, the ScriptAPI module is used for verifying the scripts corresponding to the SNMP requests, the Script executing module is used for executing the scripts and returning results to the SNMP service module, and the SNMP service module is used for returning the results to the work station. The SNMP network management system based on the scripts has the advantages that using is convenient, operation is easy, and a user can dynamically complete network operation.

Description

A kind of SNMP network management system based on script
Technical field
The present invention relates to a kind of network management system, belong to field of network management, specifically a kind of SNMP network management system based on script.
Background technology
Along with the universal and development of computer technology and network, enterprise customer is more and more higher to the management expectancy of the network equipment.How to tackle at any time network change and rapid deployment network management system becomes the task of top priority.SNMP (Simple Network Management Protocol, Simple Network Management Protocol) agreement is used very extensive.Simultaneously script have without compile, be easy to learn and use, fast Development, the characteristic such as simply efficient.Therefore, the present invention, in connection with the characteristic of SNMP standard agreement and script, disposes network management system and becomes simpler, and exploitation becomes quicker, thereby can tackle fast the variation occurring in network.SNMP is that management information bank and protocol operation etc. partly form by management station, agency, MIB.This agreement can network enabled management system, and whether the equipment being connected on network in order to monitoring has any upper situation about paying close attention to of management that causes.In management information bank MIB, defined the addressable network equipment and attribute thereof, by OID(:Object Identifier object identifier) unique appointment.MIB is a kind of hierarchical, structurized tree structure.Snmp protocol message visits the equipment in network by the node in traversal MIB directory tree.Management station and agent side are used MIB to carry out interface unification, and MIB has defined the managed object in equipment.Management station and agency realize corresponding mib object, make both sides can identify the other side's data, realize communication.Management station is to the data that define in proxy requests MIB, and after agent side identification, the data transaction such as the correlation behavior that management equipment is provided or parameter become the form of MIB definition, finally this information are returned to management station, complete bookkeeping one time.Along with the variation of network, the software of agent side exploitation need to upgrade at any time, because traditional software development cycle is long, is not easy to revise after going wrong, and system upgrade more complicated, causes network management capabilities not enough.Therefore, tackle fast network change, timely repair system problem, the reliability and stability of assurance system, become problem demanding prompt solution.
Summary of the invention
The present invention is directed to the problems referred to above, a kind of SNMP network management system based on script is provided, concrete scheme is:
A SNMP network management system based on script, comprises work station and agent side, and agent side consists of SNMP service module, MIB module, ScriptAPI module, Script Executive Module;
Wherein, described work station is responsible for the sending and receiving of SNMP request;
Described SNMP service module is responsible for receiving the SNMP request from work station, and result is returned to work station;
Whether described MIB module is responsible for checking is legal from work station request, as illegal, return to mistake, as legal, call ScriptAPI module;
Described ScriptAPI module, is responsible for having mapping between request and script, according to request, finds corresponding script;
Described Script Executive Module, the responsible legitimacy that checks script, carries out script, and result is returned.
A using method for SNMP network management system based on script, step is as follows:
1. user creates agent side, work station;
2. work station adds MIB storehouse, according to MIB storehouse, sends SNMP request;
3. agent side SNMP service module receives SNMP request, is forwarded to MIB module; Whether MIB module verification SNMP request meets SNMP form, for incorrect form: return to error message, for correct form: be forwarded to ScriptAPI module; The script legitimacy of ScriptAPI module verification SNMP request, illegal: return to error message, legal, be forwarded to Script Executive Module; Script Executive Module, carries out script, and the execution result of script is returned to SNMP service module;
4. SNMP service module returns to execution result to work station, and work station receives.
Described work station and agent side are used MIB unified interface.
Described Script Executive Module has dynamic expansion function, realizes the requirement that the dynamic increase of user needs function or Delete superfluous function.
Usefulness of the present invention is: utilize system of the present invention to upgrade at any time, do not need software development cycle; System is easily revised, and upgrading can be tackled network change fast, timely repair system problem, and the reliability and stability of assurance system, and easy to use, simple to operate, user can complete network operation dynamically.
Embodiment
A SNMP network management system based on script, comprises work station and agent side, and agent side consists of SNMP service module, MIB module, ScriptAPI module, Script Executive Module;
Wherein, described work station is responsible for the sending and receiving of SNMP request;
Described SNMP service module is responsible for receiving the SNMP request from work station, and result is returned to work station;
Whether described MIB module is responsible for checking is legal from work station request, as illegal, return to mistake, as legal, call ScriptAPI module;
Described ScriptAPI module, is responsible for having mapping between request and script, according to request, finds corresponding script;
Described Script Executive Module, the responsible legitimacy that checks script, carries out script, and result is returned.
A using method for SNMP network management system based on script, step is as follows:
1. user creates agent side, work station, and work station and agent side are used MIB unified interface;
2. work station adds MIB storehouse, according to MIB storehouse, sends SNMP request;
3. agent side SNMP service module receives SNMP request, is forwarded to MIB module; Whether MIB module verification SNMP request meets SNMP form, for incorrect form: return to error message, for correct form: be forwarded to ScriptAPI module; The script legitimacy of ScriptAPI module verification SNMP request, illegal: return to error message, legal, be forwarded to Script Executive Module; Script Executive Module, carries out script, and the execution result of script is returned to SNMP service module, and Script Executive Module has dynamic expansion function, and the dynamic increase of user needs the requirement of function or Delete superfluous function;
4. SNMP service module returns to execution result to work station, and work station receives.
Except the present invention's content required for protection, other technologies are all conventionally known to one of skill in the art.

Claims (4)

1. the SNMP network management system based on script, is characterized in that comprising work station and agent side, and agent side consists of SNMP service module, MIB module, ScriptAPI module, Script Executive Module;
Wherein, described work station is responsible for the sending and receiving of SNMP request;
Described SNMP service module is responsible for receiving the SNMP request from work station, and result is returned to work station;
Whether described MIB module is responsible for checking is legal from work station request, as illegal, return to mistake, as legal, call ScriptAPI module;
Described ScriptAPI module, is responsible for having mapping between request and script, according to request, finds corresponding script;
Described Script Executive Module, the responsible legitimacy that checks script, carries out script, and result is returned.
2. a using method for the SNMP network management system based on script, is characterized in that step is as follows:
1. user creates agent side, work station;
2. work station adds MIB storehouse, according to MIB storehouse, sends SNMP request;
3. agent side SNMP service module receives SNMP request, is forwarded to MIB module; Whether MIB module verification SNMP request meets SNMP form, for incorrect form: return to error message, for correct form: be forwarded to ScriptAPI module; The script legitimacy of ScriptAPI module verification SNMP request, illegal: return to error message, legal, be forwarded to Script Executive Module; Script Executive Module, carries out script, and the execution result of script is returned to SNMP service module;
4. SNMP service module returns to execution result to work station, and work station receives.
3. the using method of a kind of SNMP network management system based on script according to claim 2, is characterized in that described work station and agent side are used MIB unified interface.
4. the using method of a kind of SNMP network management system based on script according to claim 2, is characterized in that described Script Executive Module has dynamic expansion function, realizes the requirement that the dynamic increase of user needs function or Delete superfluous function.
CN201410351409.8A 2014-07-23 2014-07-23 SNMP network management system based on scripts Pending CN104104546A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410351409.8A CN104104546A (en) 2014-07-23 2014-07-23 SNMP network management system based on scripts

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410351409.8A CN104104546A (en) 2014-07-23 2014-07-23 SNMP network management system based on scripts

Publications (1)

Publication Number Publication Date
CN104104546A true CN104104546A (en) 2014-10-15

Family

ID=51672367

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410351409.8A Pending CN104104546A (en) 2014-07-23 2014-07-23 SNMP network management system based on scripts

Country Status (1)

Country Link
CN (1) CN104104546A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394042A (en) * 2014-12-17 2015-03-04 上海斐讯数据通信技术有限公司 Upgrading method for ONU (Optical Network Unit) testing system by MIB (Management Information Base)
CN109086072A (en) * 2018-08-01 2018-12-25 郑州云海信息技术有限公司 A kind of scenario generation method and device
CN110933095A (en) * 2019-12-04 2020-03-27 锐捷网络股份有限公司 Message parsing method and device
CN112565170A (en) * 2020-05-29 2021-03-26 兰州理工大学 HCPN model-based handshake protocol formalized modeling method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394042A (en) * 2014-12-17 2015-03-04 上海斐讯数据通信技术有限公司 Upgrading method for ONU (Optical Network Unit) testing system by MIB (Management Information Base)
CN104394042B (en) * 2014-12-17 2018-01-02 上海斐讯数据通信技术有限公司 A kind of method of MIB tests ONU system upgrades
CN109086072A (en) * 2018-08-01 2018-12-25 郑州云海信息技术有限公司 A kind of scenario generation method and device
CN110933095A (en) * 2019-12-04 2020-03-27 锐捷网络股份有限公司 Message parsing method and device
CN112565170A (en) * 2020-05-29 2021-03-26 兰州理工大学 HCPN model-based handshake protocol formalized modeling method

Similar Documents

Publication Publication Date Title
WO2018006789A1 (en) Parameter checking method and apparatus, and network management server and computer storage medium
US20200272431A1 (en) Software defined network controller
CN104965700B (en) The method and system of driving SPI equipment is realized under vxworks operating system
CN107943499B (en) System upgrading method, device, terminal and storage medium
CN102946415B (en) A kind of implementation method of mobile terminal this locality application and device
CN109039788B (en) Port configuration method and device of network equipment and storage medium
CN103457761B (en) Cross-platform command line configuration interface implementation method
CN103309985B (en) For business service registration and dissemination method and the system thereof of service register center
CN106406952B (en) Electric terminal and application program management apparatus and method
CN104104546A (en) SNMP network management system based on scripts
CN112039868A (en) Firewall policy verification method, device, equipment and storage medium
CN106708748B (en) Method and system for improving mounting performance of OpenStack block storage volume
CN111181758A (en) Configuration file generation method and device
WO2017173972A1 (en) Flow tracking method and apparatus, and storage medium
US20160134474A1 (en) Method and apparatus for model-driven, affinity-based, network functions
KR102486236B1 (en) Apparatus and method for network function virtualization in wireless communication system
CN102685115B (en) Resource access method, resource management device and system
CN103560918A (en) Method and system for managing CPE port
CN105354332A (en) Method and system for implementing mutual standby of database and middleware based on BCP (Batch Communications Program)
CN103036715B (en) Device management method, device and corresponding network management system
CN107872336B (en) Mounting point identification method and system and identification management equipment
WO2017206690A1 (en) Method and apparatus for configuring optical network unit, and optical line terminal
CN106576239A (en) Method and device for managing content in secure element
CN107493288B (en) Application network security control method and device based on Android POS
CN109274715A (en) The platform resource management system of vehicle-mounted multi-channel communication systems

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20141015

WD01 Invention patent application deemed withdrawn after publication