CN102546260A - Simulator based on SNMP (Simple Network Management Protocol) network management - Google Patents

Simulator based on SNMP (Simple Network Management Protocol) network management Download PDF

Info

Publication number
CN102546260A
CN102546260A CN2012100255317A CN201210025531A CN102546260A CN 102546260 A CN102546260 A CN 102546260A CN 2012100255317 A CN2012100255317 A CN 2012100255317A CN 201210025531 A CN201210025531 A CN 201210025531A CN 102546260 A CN102546260 A CN 102546260A
Authority
CN
China
Prior art keywords
snmp
mib
data
message
trap
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
CN2012100255317A
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.)
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Fiberhome Telecommunication Technologies 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 Fiberhome Telecommunication Technologies Co Ltd filed Critical Fiberhome Telecommunication Technologies Co Ltd
Priority to CN2012100255317A priority Critical patent/CN102546260A/en
Publication of CN102546260A publication Critical patent/CN102546260A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention relates to a simulator based on SNMP (Simple Network Management Protocol) network management. A script resolution module resolves MIB (Message Information Base) script files into MIB data and stores the MIB data into an MIB database; an SNMP message processing module queries corresponding response data from the MIB database according to a received SNMP message, then, organizes MIB data into an SNMP response message according to the queried result, and sends the SNMP response message to an SNMP communication module; the SNMP message processing module also resolves SNMP request data needing to be processed, and then, puts the resolved data into a local MIB database; a trap message organization module organizes the MIB data into an SNMP trap message and sends the trap message to the SNMP communication module; and the SNMP communication module is responsible for communication with external objects. According to the simulator provided by the invention, the concurrent simulation of a large number of equipment is supported, the SNMP response packet data can be manually set, and thus, the assistance to the debugging and the high-capacity test of network management software is provided.

Description

A kind of simulator based on the SNMP network management
Technical field
The present invention relates to emulation tool, is a kind of simulator based on the SNMP network management specifically.Especially refer to Agent (administration agent) simulator based on the SNMP network management.
Background technology
The current network management has become the important application that guarantees the normal operation of network.But in the O&M of network management, test, experiment, generally experimental situation is provided, but not only cost is high but also be difficult to management for such experimental situation through building network.
(Simple Network Management Protocol SNMP) has become actual industrial standard in the field of network management to Simple Network Management Protocol, and is supported extensively and application that most of NMSs and platform all are based on SNMP's.
Simple Network Management Protocol (SNMP) is a kind of NMP based on TCP/IP, and it uses UDP as transport layer protocol, can manage the network equipment of supporting agent process.SNMP mainly comprises SMI (structure of management information), MIB (management information bank) and several parts of snmp protocol.Fig. 1 explains the SNMP architectural model.
SMI has provided the general framework of management object definition.MIB is the structure set of whole managed objects of safeguarding of equipment.Snmp protocol comprises form, the SNMP object identifier (OID) of SNMP operation, SNMP information and how to exchange messages in application program and equipment room.SNMP object identifier (OID) is the value that is defined in the specific MIB pattern, defines a specific SNMP target in the MIB database.
SNMP adopts agency/management station's model to carry out network management, and Fig. 1 shows four key elements of SNMP: management work station (NMS is called for short management station in the back), administration agent (Agent), management information bank (MIB) and snmp protocol.Administration agent (Agent) is made response to carrying out request from the information inquiry of management station (NMS) with action, can also send important accident to management station (NMS) asynchronously simultaneously.Be connected through the SNMP NMP between NMS (NMS) and the network management proxy (Agent) and realize communication, it comprises following main operation (message packet): be respectively Get-Request, Get-Response, Get-Next-Request, Set-Request and Trap.Intercom mutually through these several kinds of message packets between administration agent and the management station, obtaining the various information of the network equipment, thus the normal operation of control network devices.
Summary of the invention
To the defective that exists in the prior art, the object of the present invention is to provide a kind of simulator, so that webmastering software can carry out the uniting and adjustment and the test of NMS better based on the SNMP network management.
For reaching above purpose, the technical scheme that the present invention takes is:
A kind of simulator based on the SNMP network management is characterized in that, said simulator is the Agent simulator, comprising:
The MIB script: an XML file, be used to deposit the MIB data, generate by User Defined;
The script parsing module: the XML document analysis corresponding the MIB script is the MIB data;
MIB database: deposit the MIB data after the script parsing module is resolved;
The SNMP message processing module (MPM): according to the SNMP message of receiving, inquiry corresponding response data are made into corresponding SNMP response message according to Query Result with the MIB data set then, and the SNMP response message are sent to the snmp protocol communication module in the MIB database;
The SNMP request msg that the SNMP message processing module (MPM) also will be handled is put into local MIB database after resolving;
TRAP message molded tissue block: according to certain format the MIB data set is made into the TRAP message of SNMP, and the TRAP message is sent to the snmp protocol communication module;
Snmp protocol communication module:, be responsible for communicating with external object based on snmp protocol; Said external object is the NMS of management station, communicates through Get-Request, Get-Response, Get-Next-Request, Get-Next-Response, Set-Request, Set-Response and Trap message packet between snmp protocol communication module and the NMS of management station.
On the basis of technique scheme, Agent simulator treatment S NMP operation requests may further comprise the steps:
A1. receive the SNMP request: receive the SNMP request data package in certain port snmp protocol communication module;
B1. resolve the SNMP request msg: the SNMP message processing module (MPM) is resolved the SNMP request data package, obtains corresponding M IB request msg;
C1. the script parsing module reads in the MIB script file, from this document, parses MIB data one by one, and a MIB deposit data that parses is in the MIB database;
D1. the SNMP message processing module (MPM) is shone upon MIB request msg that parses and the MIB data in the local MIB database, and reads corresponding data according to mapping result from local MIB database, perhaps arrives local MIB database to the data assignment;
The process that reads corresponding data from local MIB database is following:
When A [I]=j, wherein j is the configuration data in certain SNMP request, and A is the MIB database result collection that is provided with, and I is the subscript of result set, then is called in the A result set, and the SNMP request results that I OID is corresponding is j;
When the Agent simulator is received the SNMP request in the MIB database, at first resolve the OID of this SNMP request like this, find those clauses and subclauses in the corresponding MIB database according to OID then, obtain the corresponding data value of these clauses and subclauses at last;
E1. the SNMP message processing module (MPM) is organized as the execution result of steps d 1 the SNMP packet and forms the SNMP response message;
F1. the snmp protocol communication module is sent the SNMP response message and is given the NMS of management station.
On the basis of technique scheme, the Agent simulator is handled the TRAP transmission and may further comprise the steps:
A2. TRAP message molded tissue block is provided with the receiver address of TRAP;
B2. the TRAP data that will send of TRAP message molded tissue block setting;
C2. TRAP message molded tissue block is provided with the transmission frequency;
D2. TRAP message molded tissue block reads corresponding data from local MIB database, and forms the TRAP message;
E2. TRAP message molded tissue block is that destination address sends the TRAP message through the snmp protocol communication module to the receiver address of TRAP.
Simulator based on the SNMP network management of the present invention is supported the concurrent simulation large number quipments, can the manual respond packet data that SNMP is set, be the debugging of webmastering software, and detecting large volume is offered help.
Simulator based on the SNMP network management of the present invention uses a simulated program to simulate one or more support snmp management equipment, supports snmp protocol, realization be the function of Agent in the network equipment.Requests such as Get-Request that can the response management station, Get-Next-Request, Set-Request, the administration behaviour that can generate, send self-trapping (Trap) message and analog network equipment.
Description of drawings
The present invention has following accompanying drawing:
Fig. 1 is the SNMP architectural model;
Fig. 2 is the system configuration of Agent simulator;
Fig. 3 is the flow chart of Agent simulator treatment S NMP operation requests;
Fig. 4 is that the Agent simulator is handled the flow chart that TRAP sends.
Embodiment
Below in conjunction with accompanying drawing the present invention is done further explain.
The present invention through this simulator is set the various network state, can simulate the various network incident, so that carry out the research of NMS through the network equipment (simulator) of constructing a simulation and research and the test of using it for network management.Furtherly, the objective of the invention is to: in the analog network management system based on the network service between the network equipment of Simple Network Management Protocol SNMP agency and NMS.
As shown in Figure 2, the simulator based on the SNMP network management of the present invention, said simulator is the Agent simulator, comprising:
The MIB script: an XML file, be used to deposit the MIB data, generate by User Defined;
The script parsing module: the XML document analysis corresponding the MIB script is the MIB data;
MIB database: deposit the MIB data after the script parsing module is resolved;
The SNMP message processing module (MPM): according to the SNMP message of receiving, inquiry corresponding response data are made into corresponding SNMP response message according to Query Result with the MIB data set then, and the SNMP response message are sent to the snmp protocol communication module in the MIB database;
The SNMP request msg that the SNMP message processing module (MPM) also will be handled is put into local MIB database after resolving;
TRAP message molded tissue block: according to certain format the MIB data set is made into the TRAP message of SNMP, and the TRAP message is sent to the snmp protocol communication module;
Snmp protocol communication module:, be responsible for communicating with external object based on snmp protocol; Said external object is the NMS of management station, communicates through Get-Request, Get-Response, Get-Next-Request, Get-Next-Response, Set-Request, Set-Response and Trap message packet between snmp protocol communication module and the NMS of management station.
On the basis of technique scheme, Fig. 3 shows the flow chart of Agent simulator treatment S NMP operation requests, may further comprise the steps:
A1. receive the SNMP request: receive the SNMP request data package in certain port snmp protocol communication module;
B1. resolve the SNMP request msg: the SNMP message processing module (MPM) is resolved the SNMP request data package, obtains corresponding M IB request msg;
C1. the script parsing module reads in the MIB script file, from this document, parses MIB data one by one, and a MIB deposit data that parses is in the MIB database;
D1. the SNMP message processing module (MPM) is shone upon MIB request msg that parses and the MIB data in the local MIB database, and reads corresponding data according to mapping result from local MIB database, perhaps arrives local MIB database to the data assignment;
The process that reads corresponding data from local MIB database is following:
When A [I]=j, wherein j is the configuration data in certain SNMP request, and A is the MIB database result collection that is provided with, and I is the subscript of result set, then is called in the A result set, and the SNMP request results that I OID is corresponding is j;
When the Agent simulator is received the SNMP request in the MIB database, at first resolve the OID of this SNMP request like this, find those clauses and subclauses in the corresponding MIB database according to OID then, obtain the corresponding data value of these clauses and subclauses at last;
E1. the SNMP message processing module (MPM) is organized as the execution result of steps d 1 the SNMP database and forms the SNMP response message;
F1. the snmp protocol communication module is sent the SNMP response message and is given the NMS of management station.
 
On the basis of technique scheme, Fig. 4 shows the Agent simulator and handles the flow chart that TRAP sends, and may further comprise the steps:
A2. TRAP message molded tissue block is provided with the receiver address of TRAP;
B2. the TRAP data that will send of TRAP message molded tissue block setting;
C2. TRAP message molded tissue block is provided with the transmission frequency;
D2. TRAP message molded tissue block reads corresponding data from local MIB database, and forms the TRAP message;
E2. TRAP message molded tissue block sends the TRAP message through the snmp protocol communication module to the receiver address (destination address) of TRAP.
The above is merely preferred embodiment of the present invention, is not limited to the present invention, all any modifications of within the present invention spirit and principle, being made, is equal to and replaces and improvement etc., all is contained within protection scope of the present invention.
The content of not doing in this specification to describe in detail belongs to this area professional and technical personnel's known prior art.

Claims (3)

1. the simulator based on the SNMP network management is characterized in that, said simulator is the Agent simulator, comprising:
The MIB script: an XML file, be used to deposit the MIB data, generate by User Defined;
The script parsing module: the XML document analysis corresponding the MIB script is the MIB data;
MIB database: deposit the MIB data after the script parsing module is resolved;
The SNMP message processing module (MPM): according to the SNMP message of receiving, inquiry corresponding response data are made into corresponding SNMP response message according to Query Result with the MIB data set then, and the SNMP response message are sent to the snmp protocol communication module in the MIB database;
The SNMP request msg that the SNMP message processing module (MPM) also will be handled is put into local MIB database after resolving;
TRAP message molded tissue block: according to certain format the MIB data set is made into the TRAP message of SNMP, and the TRAP message is sent to the snmp protocol communication module;
Snmp protocol communication module:, be responsible for communicating with external object based on snmp protocol; Said external object is the NMS of management station, communicates through Get-Request, Get-Response, Get-Next-Request, Get-Next-Response, Set-Request, Set-Response and Trap message packet between snmp protocol communication module and the NMS of management station.
2. the simulator based on the SNMP network management as claimed in claim 1 is characterized in that: Agent simulator treatment S NMP operation requests may further comprise the steps:
A1. receive the SNMP request: receive the SNMP request data package in certain port snmp protocol communication module;
B1. resolve the SNMP request msg: the SNMP message processing module (MPM) is resolved the SNMP request data package, obtains corresponding M IB request msg;
C1. the script parsing module reads in the MIB script file, from this document, parses MIB data one by one, and a MIB deposit data that parses is in the MIB database;
D1. the SNMP message processing module (MPM) is shone upon MIB request msg that parses and the MIB data in the local MIB database, and reads corresponding data according to mapping result from local MIB database, perhaps arrives local MIB database to the data assignment;
The process that reads corresponding data from local MIB database is following:
When A [I]=j, wherein j is the configuration data in certain SNMP request, and A is the MIB database result collection that is provided with, and I is the subscript of result set, then is called in the A result set, and the SNMP request results that I OID is corresponding is j;
When the Agent simulator is received the SNMP request in the MIB database, at first resolve the OID of this SNMP request like this, find those clauses and subclauses in the corresponding MIB database according to OID then, obtain the corresponding data value of these clauses and subclauses at last;
E1. the SNMP message processing module (MPM) is organized as the execution result of steps d 1 the SNMP packet and forms the SNMP response message;
F1. the snmp protocol communication module is sent the SNMP response message and is given the NMS of management station.
3. the simulator based on the SNMP network management as claimed in claim 1 is characterized in that: the Agent simulator is handled the TRAP transmission and may further comprise the steps:
A2. TRAP message molded tissue block is provided with the receiver address of TRAP;
B2. the TRAP data that will send of TRAP message molded tissue block setting;
C2. TRAP message molded tissue block is provided with the transmission frequency;
D2. TRAP message molded tissue block reads corresponding data from local MIB database, and forms the TRAP message;
E2. TRAP message molded tissue block is that destination address sends the TRAP message through the snmp protocol communication module to the receiver address of TRAP.
CN2012100255317A 2012-02-06 2012-02-06 Simulator based on SNMP (Simple Network Management Protocol) network management Pending CN102546260A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012100255317A CN102546260A (en) 2012-02-06 2012-02-06 Simulator based on SNMP (Simple Network Management Protocol) network management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012100255317A CN102546260A (en) 2012-02-06 2012-02-06 Simulator based on SNMP (Simple Network Management Protocol) network management

Publications (1)

Publication Number Publication Date
CN102546260A true CN102546260A (en) 2012-07-04

Family

ID=46352265

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012100255317A Pending CN102546260A (en) 2012-02-06 2012-02-06 Simulator based on SNMP (Simple Network Management Protocol) network management

Country Status (1)

Country Link
CN (1) CN102546260A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103414596A (en) * 2013-08-28 2013-11-27 上海斐讯数据通信技术有限公司 Method for recognizing and processing all manufacturer Traps based on simple network management protocol
CN103634158A (en) * 2012-08-20 2014-03-12 百度在线网络技术(北京)有限公司 A pressure test method for an SNMP management process and an apparatus
CN104391782A (en) * 2014-03-28 2015-03-04 烽火通信科技股份有限公司 Network-equipment managing-software client-end simulating method on basis of XML (X Extensive Markup Language) script
CN104660447A (en) * 2015-01-29 2015-05-27 杭州初灵信息技术股份有限公司 SNMP node information management method and management system
CN105515825A (en) * 2015-11-25 2016-04-20 成都广达新网科技股份有限公司 SNMP simulator for network management capacity testing and testing method thereof
CN105656701A (en) * 2016-04-01 2016-06-08 浪潮电子信息产业股份有限公司 Testing method based on Windows system SNMP
CN106407061A (en) * 2015-07-27 2017-02-15 中兴通讯股份有限公司 Northbound interface testing device and northbound interface testing method
CN106506223A (en) * 2016-11-25 2017-03-15 成都广达新网科技股份有限公司 A kind of method that simulation large number quipments test webmaster upgrade function
CN106533765A (en) * 2016-11-16 2017-03-22 成都广达新网科技股份有限公司 SNMP simulator design method and device based on XML
CN106959903A (en) * 2016-01-08 2017-07-18 中兴通讯股份有限公司 Trap instruction Trap processing method and processing device
CN107360588A (en) * 2017-09-15 2017-11-17 武汉虹信通信技术有限责任公司 A kind of small base station OAM message treatment method
CN109086072A (en) * 2018-08-01 2018-12-25 郑州云海信息技术有限公司 A kind of scenario generation method and device
CN114244677A (en) * 2021-11-29 2022-03-25 广东九博科技股份有限公司 SNMP message analysis method, readable storage medium and computer equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030177477A1 (en) * 2001-12-28 2003-09-18 Daniel Fuchs Java to NSMP MIB mapping
KR20040001403A (en) * 2002-06-28 2004-01-07 주식회사 케이티 Apparatus and Method for Object Identifier scheme and instance Repository Management of Simple Network Management Protocol
CN1523814A (en) * 2003-02-18 2004-08-25 华为技术有限公司 Equipment and method for managing network apparatus
CN1863102A (en) * 2005-12-28 2006-11-15 华为技术有限公司 System and method for testing apparatus based on managing information base
CN101989928A (en) * 2010-11-05 2011-03-23 中兴通讯股份有限公司 Network equipment information acquisition method and system, management system and network equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030177477A1 (en) * 2001-12-28 2003-09-18 Daniel Fuchs Java to NSMP MIB mapping
KR20040001403A (en) * 2002-06-28 2004-01-07 주식회사 케이티 Apparatus and Method for Object Identifier scheme and instance Repository Management of Simple Network Management Protocol
CN1523814A (en) * 2003-02-18 2004-08-25 华为技术有限公司 Equipment and method for managing network apparatus
CN1863102A (en) * 2005-12-28 2006-11-15 华为技术有限公司 System and method for testing apparatus based on managing information base
CN101989928A (en) * 2010-11-05 2011-03-23 中兴通讯股份有限公司 Network equipment information acquisition method and system, management system and network equipment

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
彭熙: "SNMP网络管理代理软件开发平台的研究与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
王博,刘强,陈明,张迎: "基于VC++和SNMP的网络性能管理的设计", 《中国科技论文在线》 *
王峰,周功业,徐艳芬: "SNMP代理模拟工具的设计与实现", 《光通信研究》 *
王礼德: "基于SNMP的网管代理模拟软件的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634158A (en) * 2012-08-20 2014-03-12 百度在线网络技术(北京)有限公司 A pressure test method for an SNMP management process and an apparatus
CN103634158B (en) * 2012-08-20 2018-05-04 百度在线网络技术(北京)有限公司 A kind of method for testing pressure and device of snmp management process
CN103414596B (en) * 2013-08-28 2017-07-14 上海斐讯数据通信技术有限公司 The method that all manufacturer Trap and processing are recognized based on simple management procotol
CN103414596A (en) * 2013-08-28 2013-11-27 上海斐讯数据通信技术有限公司 Method for recognizing and processing all manufacturer Traps based on simple network management protocol
CN104391782B (en) * 2014-03-28 2018-02-16 烽火通信科技股份有限公司 Network device management software client simulation method based on XML scripts
CN104391782A (en) * 2014-03-28 2015-03-04 烽火通信科技股份有限公司 Network-equipment managing-software client-end simulating method on basis of XML (X Extensive Markup Language) script
CN104660447A (en) * 2015-01-29 2015-05-27 杭州初灵信息技术股份有限公司 SNMP node information management method and management system
CN104660447B (en) * 2015-01-29 2018-10-26 杭州初灵信息技术股份有限公司 A kind of management method of SNMP nodal informations and management system
CN106407061A (en) * 2015-07-27 2017-02-15 中兴通讯股份有限公司 Northbound interface testing device and northbound interface testing method
CN105515825A (en) * 2015-11-25 2016-04-20 成都广达新网科技股份有限公司 SNMP simulator for network management capacity testing and testing method thereof
CN105515825B (en) * 2015-11-25 2018-11-30 成都广达新网科技股份有限公司 A kind of SNMP simulator and its test method for network management volume test
CN106959903A (en) * 2016-01-08 2017-07-18 中兴通讯股份有限公司 Trap instruction Trap processing method and processing device
CN105656701A (en) * 2016-04-01 2016-06-08 浪潮电子信息产业股份有限公司 Testing method based on Windows system SNMP
CN106533765A (en) * 2016-11-16 2017-03-22 成都广达新网科技股份有限公司 SNMP simulator design method and device based on XML
CN106533765B (en) * 2016-11-16 2019-10-29 成都广达新网科技股份有限公司 A kind of SNMP Simulator design method and device based on XML
CN106506223A (en) * 2016-11-25 2017-03-15 成都广达新网科技股份有限公司 A kind of method that simulation large number quipments test webmaster upgrade function
CN107360588A (en) * 2017-09-15 2017-11-17 武汉虹信通信技术有限责任公司 A kind of small base station OAM message treatment method
CN107360588B (en) * 2017-09-15 2020-10-13 武汉虹信通信技术有限责任公司 Message processing method of small base station OAM
CN109086072A (en) * 2018-08-01 2018-12-25 郑州云海信息技术有限公司 A kind of scenario generation method and device
CN114244677A (en) * 2021-11-29 2022-03-25 广东九博科技股份有限公司 SNMP message analysis method, readable storage medium and computer equipment
CN114244677B (en) * 2021-11-29 2023-08-04 广东九博科技股份有限公司 SNMP message analysis method, readable storage medium and computer equipment

Similar Documents

Publication Publication Date Title
CN102546260A (en) Simulator based on SNMP (Simple Network Management Protocol) network management
CN107508713B (en) System and method for realizing network element management by mapping NMS MIB and network element private MIB
CN110249593B (en) System and method for configuring IED process bus network switch according to substation topology specification
CN102185716B (en) Universal management method and system for communication equipment
CN103036732B (en) A kind of method of network monitoring process, system and equipment
WO2015131463A1 (en) Dynamic recognition method for network device topology of intelligent transformer substation network device based on mac address matching
CN103281197A (en) ForCES configuration method based on NETCONF
CN102740342A (en) Network management equipment performance simulation test method and system
CN105099733B (en) The method and system of equipment safety management in safety control platform
CN105187955B (en) Digital-to-analogue switch equipment, building conversational system and the method for realizing that simulation system is connected with digital display circuit
CN103138978A (en) Network management method and network management system
CN113691408B (en) Power data communication network simulation method, device and computer equipment
CN103023702A (en) Method for processing batched management information bases (MIB)
CN104243198B (en) A kind of network management and system based on network configuration protocol
CN105515825B (en) A kind of SNMP simulator and its test method for network management volume test
CN103684822A (en) Method and equipment for managing network equipment
CN110677303A (en) Network management system
CN109286536B (en) Interface testing method and device
CN101662391B (en) SNMPv3-based cluster management method of Ethernet switches
CN103152195B (en) Collecting method and device
CN102170371B (en) Method for collecting important information of network equipment on the basis of centralized management
CN106254122A (en) A kind of snmp agent implementation method based on EOC equipment
CN104378699B (en) The method of communication is realized in PON equipment
CN105142178B (en) A kind of analogue simulation system and method for AP and STA
KR101206159B1 (en) Management system and method for smart grid network having private ip

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20120704