CN111651644A - Method, system and device for identifying equipment type - Google Patents

Method, system and device for identifying equipment type Download PDF

Info

Publication number
CN111651644A
CN111651644A CN202010476794.4A CN202010476794A CN111651644A CN 111651644 A CN111651644 A CN 111651644A CN 202010476794 A CN202010476794 A CN 202010476794A CN 111651644 A CN111651644 A CN 111651644A
Authority
CN
China
Prior art keywords
monitoring equipment
data
information
mib
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
CN202010476794.4A
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.)
Shandong Civic Se Commercial Middleware Co ltd
Original Assignee
Shandong Civic Se Commercial Middleware 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 Shandong Civic Se Commercial Middleware Co ltd filed Critical Shandong Civic Se Commercial Middleware Co ltd
Priority to CN202010476794.4A priority Critical patent/CN111651644A/en
Publication of CN111651644A publication Critical patent/CN111651644A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/906Clustering; Classification

Abstract

The invention discloses a method for identifying equipment type, which comprises the steps of acquiring OID data representing the special information of monitoring equipment in an MIB (management information base) of the monitoring equipment; obtaining the specific information of the monitoring equipment according to the effective value of the OID data; and determining the equipment type of the monitoring equipment according to the specific information of the monitoring equipment. Therefore, the equipment type is not identified by acquiring the keyword of the sysDescr information in the MIB-II of the monitoring equipment, but by acquiring the OID data which represents the specific information of the equipment in the MIB library of the monitoring equipment, the equipment type identification method basically cannot generate equipment type identification errors, and the equipment type identification accuracy is improved. The invention also discloses a system and a device for identifying the equipment type, which have the same beneficial effects as the identification method.

Description

Method, system and device for identifying equipment type
Technical Field
The present invention relates to the field of network management, and in particular, to a method, a system, and an apparatus for identifying a device type.
Background
In various network management platforms and network management software, device type identification of monitored devices is an essential part. At present, the method for identifying the type of the device is as follows: the method includes the steps of obtaining Information of sysDescr (system description) in MIB-II (Management Information Base) of monitoring equipment through SNMP (Simple Network Management protocol), and identifying the equipment type through obtaining keywords in the sysDescr Information. However, the description of the sysDescr information in some devices is unclear, and the description format of the sysDescr information generally differs among different manufacturers, so that the existing device type identification method may have a large error, thereby affecting the accuracy of device type identification.
Therefore, how to provide a solution to the above technical problem is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a method, a system and a device for identifying equipment types, wherein the equipment types are identified by acquiring OID data which are used for representing equipment specific information in an MIB (management information base) of monitoring equipment, and the equipment type identification method basically does not generate equipment type identification errors, so that the accuracy of equipment type identification is improved.
In order to solve the above technical problem, the present invention provides a method for identifying a device type, including:
acquiring OID data which is used for representing the special information of the monitoring equipment in an MIB (management information base) of the monitoring equipment;
obtaining the specific information of the monitoring equipment according to the valid value of the OID data;
and determining the equipment type of the monitoring equipment according to the special information of the monitoring equipment.
Preferably, the obtaining of OID data representing unique information of the monitoring device in the MIB of the monitoring device; obtaining the specific information of the monitoring equipment according to the valid value of the OID data; the process of determining the device type of the monitoring device according to the unique information of the monitoring device includes:
acquiring data corresponding to a dedicated OID in a Bridge-MIB library of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if yes, determining that the monitoring equipment is a switch;
if not, determining that the monitoring equipment is not the switch.
Preferably, the identification method further comprises:
after the monitoring equipment is determined not to be a switch, obtaining IPForwarding data of an IP group in an MIB-II library of the monitoring equipment, and judging whether a return value obtained by obtaining the data is 1 or not;
if yes, determining that the monitoring equipment is a router;
if not, determining that the monitoring equipment is not a router.
Preferably, the identification method further comprises:
after the monitoring equipment is determined not to be a router, acquiring data corresponding to an exclusive OID in a Host-Resource-MIB base of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if so, determining that the monitoring equipment is a server;
if not, determining that the monitoring equipment is not the server.
Preferably, the identification method further comprises:
after the monitoring equipment is determined not to be a server, acquiring data corresponding to an exclusive OID in a Printer-MIB (identity information base) of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if yes, determining that the monitoring equipment is a printer;
and if not, determining that the monitoring equipment is the monitoring equipment of the emergency type.
Preferably, after acquiring data corresponding to the dedicated OID in the Printer-MIB database of the monitoring device, before determining whether a return value obtained by acquiring the data is valid, the identification method further includes:
and acquiring data of the port number in the MIB of the monitoring equipment, and then executing the step of judging whether the return value obtained by acquiring the data is valid.
In order to solve the above technical problem, the present invention further provides an apparatus type identification system, including:
the system comprises a data acquisition module, a data acquisition module and a data processing module, wherein the data acquisition module is used for acquiring OID data which is used for representing the specific information of the monitoring equipment in an MIB (management information base) of the monitoring equipment;
the information valid module is used for obtaining the specific information of the monitoring equipment according to the valid value of the OID data;
and the type determining module is used for determining the equipment type of the monitoring equipment according to the special information of the monitoring equipment.
Preferably, the data obtaining module is specifically configured to obtain data corresponding to an exclusive OID in a Bridge-MIB of the monitoring device, and determine whether a return value obtained by obtaining the data is valid; if yes, executing the information valid module and the type determining module; if not, the information effective module and the type determining module are not executed;
correspondingly, the information effective module is specifically used for obtaining the specific information of the switch according to the effective return value of the data corresponding to the special OID in the Bridge-MIB library;
the type determining module is specifically configured to determine that the monitoring device is the switch according to the unique information of the switch.
Preferably, the data obtaining module is further configured to obtain data of ipForwarding of an IP group in an MIB-II library of the monitoring device after determining that the monitoring device is not a switch, and determine whether a return value obtained by obtaining the data is 1; if yes, executing the information valid module and the type determining module; if not, the information effective module and the type determining module are not executed;
correspondingly, the information effective module is specifically used for obtaining the information of the router according to the effective return value of the IPForwarding data of the IP group in the MIB-II library;
the type determining module is specifically configured to determine that the monitoring device is a router according to the information of the router.
In order to solve the above technical problem, the present invention further provides an apparatus for identifying a device type, including:
a memory for storing a computer program;
a processor for implementing the steps of any of the above methods of device type identification when executing the computer program.
The invention provides a method for identifying equipment type, which comprises the steps of acquiring OID data representing the special information of monitoring equipment in an MIB (management information base) of the monitoring equipment; obtaining the specific information of the monitoring equipment according to the effective value of the OID data; and determining the equipment type of the monitoring equipment according to the specific information of the monitoring equipment. Therefore, the equipment type is not identified by acquiring the keyword of the sysDescr information in the MIB-II of the monitoring equipment, but by acquiring the OID data which represents the specific information of the equipment in the MIB library of the monitoring equipment, the equipment type identification method basically cannot generate equipment type identification errors, and the equipment type identification accuracy is improved.
The invention also provides a system and a device for identifying the equipment type, which have the same beneficial effects as the identification method.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart of a method for identifying a device type according to an embodiment of the present invention;
fig. 2 is a specific flowchart of a method for identifying a device type according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a system for identifying a device type according to an embodiment of the present invention.
Detailed Description
The core of the invention is to provide a method, a system and a device for identifying the type of equipment, wherein the type of the equipment is identified by acquiring OID data which represents the specific information of the equipment in an MIB (management information base) of monitoring equipment, and the method for identifying the type of the equipment basically does not generate equipment type identification errors, thereby improving the accuracy of equipment type identification.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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 invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for identifying a device type according to an embodiment of the present invention.
The method for identifying the type of the equipment comprises the following steps:
step S1: and acquiring OID data which is used for representing the special information of the monitoring equipment in the MIB base of the monitoring equipment.
Step S2: and obtaining the specific information of the monitoring equipment according to the valid value of the OID data.
Step S3: and determining the equipment type of the monitoring equipment according to the specific information of the monitoring equipment.
Specifically, considering that different types of devices support different MIB libraries, such as an MIB-II (RFC-1213) library, a Bridge-MIB library, a Host-Resource-MIB library, and a Printer-MIB library, and the MIB library contains OID (object id, object identifier) data representing unique information of a device, the present application first obtains OID data representing unique information of a monitoring device in the MIB library of the monitoring device, and specifically obtains the OID data by accessing the MIB library of the monitoring device through an SNMP protocol (a TCP/IP protocol), and then, in a case that the OID data are obtained, can obtain the unique information of the monitoring device according to an effective value of the OID data representing the unique information of the device, so that the device type of the monitoring device can be determined according to the unique information of the monitoring device.
More specifically, when the OID data is acquired from the MIB, a plurality of OID data characterizing unique information of the device may be acquired to further improve accuracy of device type identification.
The invention provides a method for identifying equipment type, which comprises the steps of acquiring OID data representing the special information of monitoring equipment in an MIB (management information base) of the monitoring equipment; obtaining the specific information of the monitoring equipment according to the effective value of the OID data; and determining the equipment type of the monitoring equipment according to the specific information of the monitoring equipment. Therefore, the equipment type is not identified by acquiring the keyword of the sysDescr information in the MIB-II of the monitoring equipment, but by acquiring the OID data which represents the specific information of the equipment in the MIB library of the monitoring equipment, the equipment type identification method basically cannot generate equipment type identification errors, and the equipment type identification accuracy is improved.
On the basis of the above-described embodiment:
referring to fig. 2, fig. 2 is a specific flowchart of a method for identifying a device type according to an embodiment of the present invention.
As an optional embodiment, OID data characterizing specific information of the monitoring device in an MIB of the monitoring device is obtained; obtaining the specific information of the monitoring equipment according to the effective value of the OID data; the process of determining the device type of the monitoring device according to the unique information of the monitoring device includes:
acquiring data corresponding to a dedicated OID in a Bridge-MIB library of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if yes, determining that the monitoring equipment is a switch;
if not, determining that the monitoring equipment is not the switch.
Specifically, this application judges whether supervisory equipment is the switch: considering that the Bridge-MIB is the specific MIB of the switch, the method first acquires data corresponding to the exclusive OID in the Bridge-MIB of the monitoring equipment, and judges whether a return value obtained by acquiring the data is effective; if the return value is valid, determining that the monitoring equipment is a switch; and if the return value is invalid, determining that the monitoring equipment is not the switch.
Such as: taking the special OID in the Bridge-MIB library: and if the number of ports is the node (.1.3.6.1.2.1.17.1.2.0), the path value (.1.3.6.1.2.1.17.2.6.0) from the current Bridge node to the root Bridge node, and the number of ports from the current Bridge node to the root Bridge node (.1.3.6.1.2.1.17.2.7.0), acquiring data of three OIDs, namely the node of the number of ports in the Bridge-MIB library of the monitoring equipment, the path value from the current Bridge node to the root Bridge node, and the number of ports from the current Bridge node to the root Bridge node, so as to judge whether the monitoring equipment is a switch.
As an optional embodiment, the identification method further includes:
after the monitoring equipment is determined not to be the switch, obtaining data of ipForwarding of an IP group in an MIB-II library of the monitoring equipment, and judging whether a return value obtained by obtaining the data is 1 or not;
if yes, determining the monitoring equipment as a router;
if not, determining that the monitoring equipment is not the router.
Further, the present application determines whether the monitoring device is a router: considering that the value of ipForwarding (.1.3.6.1.2.1.4.1) of an IP group in an MIB-II library of a router is 1, which indicates that the router has a forwarding function, but the forwarding function is not only a feature of the router, but also a feature of a part of switches (such as a three-layer switch), the method and the device obtain data of ipForwarding of the IP group in the MIB-II library of the monitoring device after determining that the monitoring device is not a switch, and determine whether a return value obtained by obtaining the data is 1; if the return value is valid, namely returning to '1', determining that the monitoring equipment is a router; and if the return value is invalid, determining that the monitoring equipment is not the router.
As an optional embodiment, the identification method further includes:
after the monitoring equipment is determined not to be the router, acquiring data corresponding to the exclusive OID in a Host-Resource-MIB base of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if yes, determining the monitoring equipment as a server;
if not, determining that the monitoring equipment is not the server.
Further, the application judges whether the monitoring device is a server: considering that the Host-Resource-MIB is a specific MIB of the server, the method acquires data corresponding to the exclusive OID in the Host-Resource-MIB of the monitoring equipment after determining that the monitoring equipment is not the router, and judges whether a return value obtained by acquiring the data is valid; if the return value is valid, determining the monitoring equipment as a server; and if the return value is invalid, determining that the monitoring equipment is not the server.
Such as: taking a special OID in a Host-Resource-MIB library: and acquiring data of three OIDs (system operation time, system current time and system user number) in a Host-Resource-MIB library of the monitoring equipment to judge whether the monitoring equipment is a server or not (1.3.6.1.2.1.25.1.1.0), the system current time (1.3.6.1.2.1.25.1.2.0) and the system user number (1.3.6.1.2.1.25.1.5.0).
As an optional embodiment, the identification method further includes:
after the monitoring equipment is determined not to be the server, acquiring data corresponding to the exclusive OID in a Printer-MIB (identity information base) of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if yes, determining that the monitoring equipment is a printer;
and if not, determining that the monitoring equipment is the monitoring equipment of the emergency type.
Further, this application judges whether supervisory equipment is the printer: considering that the Printer-MIB is the specific MIB of the server, the method acquires the data corresponding to the OID exclusively in the Printer-MIB of the monitoring equipment after determining that the monitoring equipment is not the server, and judges whether the return value acquired by the acquired data is valid; if the return value is valid, determining that the monitoring equipment is a printer; if the return value is invalid, the monitoring device is determined not to be a printer, that is, the monitoring device is determined to be an emergency type monitoring device. It should be noted that the devices are generally divided into common devices (switches, routers, servers, printers) and uncommon devices, and at present, the device type identification focuses on determining the types of the common devices.
Such as: taking special OID in Printer-MIB base: the current status of the Printer (.1.3.6.1.2.1.25.3.5.1.1.1), the control description of the Printer (.1.3.6.1.2.1.43.17.6.1.5), and the control color of the Printer (.1.3.6.1.2.1.43.17.6.1.4), data of three OIDs, i.e., the current status of the Printer, the control description of the Printer, and the control color of the Printer, in the Printer-MIB of the monitoring device are acquired to determine whether the monitoring device is a Printer.
As an optional embodiment, after acquiring data corresponding to an exclusive OID in a Printer-MIB database of the monitoring device, before determining whether a return value obtained by acquiring the data is valid, the identification method further includes:
the method comprises the steps of acquiring data of port number in an MIB (management information base) of monitoring equipment, and then judging whether a return value obtained by acquiring the data is effective or not.
Further, in the process of judging whether the monitoring device is a Printer, the method and the device not only acquire data corresponding to the exclusive OID in the Printer-MIB of the monitoring device, but also acquire data of the port number (.1.3.6.1.2.1.25.3.2.1.5.1) in the MIB of the monitoring device, and then judge whether return values obtained by acquiring the data are all valid; if the return values are all valid, determining that the monitoring equipment is a printer; and if the invalid return value exists, determining that the monitoring equipment is the monitoring equipment of the non-use type.
It should be noted that whether the return value is valid cannot be determined simply by whether there is a return value, because some SNMP messages return meaningless return values like "noSuchObject", and therefore it is necessary to determine whether the return value is valid by judging whether the return value is meaningful.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a system for identifying a device type according to an embodiment of the present invention.
The identification system of the device type comprises:
the system comprises a data acquisition module 1, a data processing module and a monitoring device, wherein the data acquisition module is used for acquiring OID data which is used for representing the specific information of the monitoring device in an MIB (management information base) of the monitoring device;
the information effective module 2 is used for obtaining the special information of the monitoring equipment according to the effective value of the OID data;
and the type determining module 3 is used for determining the equipment type of the monitoring equipment according to the specific information of the monitoring equipment.
As an optional embodiment, the data obtaining module 1 is specifically configured to obtain data corresponding to an exclusive OID in a Bridge-MIB library of the monitoring device, and determine whether a return value obtained by obtaining the data is valid; if yes, executing an information valid module and a type determining module; if not, the information effective module and the type determining module are not executed;
correspondingly, the information valid module 2 is specifically configured to obtain the specific information of the switch according to the valid return value of the data corresponding to the special OID in the Bridge-MIB;
the type determining module 3 is specifically configured to determine that the monitoring device is the switch according to the unique information of the switch.
As an optional embodiment, the data obtaining module 1 is further configured to, after determining that the monitoring device is not a switch, obtain data of ipForwarding of an IP group in an MIB-II library of the monitoring device, and determine whether a return value obtained by obtaining the data is 1; if yes, executing an information valid module and a type determining module; if not, the information effective module and the type determining module are not executed;
correspondingly, the information effective module 2 is specifically used for obtaining the information of the router according to the effective return value of the IPForwarding data of the IP group in the MIB-II library;
the type determining module 3 is specifically configured to determine that the monitoring device is a router according to the information of the router.
For introduction of the identification system provided in the present application, reference is made to the above-mentioned embodiment of the identification method, and details of the identification system are not repeated herein.
The present application further provides an apparatus for identifying a device type, including:
a memory for storing a computer program;
a processor for implementing the steps of any of the above-described methods for device type identification when executing a computer program.
For introduction of the identification apparatus provided in the present application, reference is made to the above-mentioned embodiment of the identification method, and details of the identification apparatus are not repeated herein.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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 phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. 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 invention. Thus, the present invention 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 (10)

1. A method for identifying a device type, comprising:
acquiring OID data which is used for representing the special information of the monitoring equipment in an MIB (management information base) of the monitoring equipment;
obtaining the specific information of the monitoring equipment according to the valid value of the OID data;
and determining the equipment type of the monitoring equipment according to the special information of the monitoring equipment.
2. The method for identifying a device type according to claim 1, wherein the obtaining of OID data characterizing specific information of a monitoring device in a MIB of the monitoring device; obtaining the specific information of the monitoring equipment according to the valid value of the OID data; the process of determining the device type of the monitoring device according to the unique information of the monitoring device includes:
acquiring data corresponding to a dedicated OID in a Bridge-MIB library of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if yes, determining that the monitoring equipment is a switch;
if not, determining that the monitoring equipment is not the switch.
3. The method for identifying a device type as claimed in claim 2, wherein the identifying method further comprises:
after the monitoring equipment is determined not to be a switch, obtaining IPForwarding data of an IP group in an MIB-II library of the monitoring equipment, and judging whether a return value obtained by obtaining the data is 1 or not;
if yes, determining that the monitoring equipment is a router;
if not, determining that the monitoring equipment is not a router.
4. The method for identifying a device type as claimed in claim 3, wherein the identifying method further comprises:
after the monitoring equipment is determined not to be a router, acquiring data corresponding to an exclusive OID in a Host-Resource-MIB base of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if so, determining that the monitoring equipment is a server;
if not, determining that the monitoring equipment is not the server.
5. The method for identifying a device type as claimed in claim 4, wherein the identifying method further comprises:
after the monitoring equipment is determined not to be a server, acquiring data corresponding to an exclusive OID in a Printer-MIB (identity information base) of the monitoring equipment, and judging whether a return value obtained by acquiring the data is valid or not;
if yes, determining that the monitoring equipment is a printer;
and if not, determining that the monitoring equipment is the monitoring equipment of the emergency type.
6. The method for identifying a device type according to claim 5, wherein after acquiring data corresponding to the dedicated OID in the Printer-MIB library of the monitoring device, before determining whether a return value obtained by acquiring the data is valid, the method further comprises:
and acquiring data of the port number in the MIB of the monitoring equipment, and then executing the step of judging whether the return value obtained by acquiring the data is valid.
7. A system for identifying a type of device, comprising:
the system comprises a data acquisition module, a data acquisition module and a data processing module, wherein the data acquisition module is used for acquiring OID data which is used for representing the specific information of the monitoring equipment in an MIB (management information base) of the monitoring equipment;
the information valid module is used for obtaining the specific information of the monitoring equipment according to the valid value of the OID data;
and the type determining module is used for determining the equipment type of the monitoring equipment according to the special information of the monitoring equipment.
8. The system for identifying a device type according to claim 7, wherein the data obtaining module is specifically configured to obtain data corresponding to an exclusive OID in a Bridge-MIB library of the monitoring device, and determine whether a return value obtained by obtaining the data is valid; if yes, executing the information valid module and the type determining module; if not, the information effective module and the type determining module are not executed;
correspondingly, the information effective module is specifically used for obtaining the specific information of the switch according to the effective return value of the data corresponding to the special OID in the Bridge-MIB library;
the type determining module is specifically configured to determine that the monitoring device is the switch according to the unique information of the switch.
9. The device type identification system according to claim 8, wherein the data obtaining module is further configured to, after determining that the monitoring device is not a switch, obtain data of ipForwarding of an IP group in the MIB-II library of the monitoring device, and determine whether a return value obtained by obtaining the data is 1; if yes, executing the information valid module and the type determining module; if not, the information effective module and the type determining module are not executed;
correspondingly, the information effective module is specifically used for obtaining the information of the router according to the effective return value of the IPForwarding data of the IP group in the MIB-II library;
the type determining module is specifically configured to determine that the monitoring device is a router according to the information of the router.
10. An apparatus for identifying a device type, comprising:
a memory for storing a computer program;
processor for implementing the steps of the method for identification of a device type according to any of claims 1-6 when executing said computer program.
CN202010476794.4A 2020-05-29 2020-05-29 Method, system and device for identifying equipment type Pending CN111651644A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010476794.4A CN111651644A (en) 2020-05-29 2020-05-29 Method, system and device for identifying equipment type

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010476794.4A CN111651644A (en) 2020-05-29 2020-05-29 Method, system and device for identifying equipment type

Publications (1)

Publication Number Publication Date
CN111651644A true CN111651644A (en) 2020-09-11

Family

ID=72346836

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010476794.4A Pending CN111651644A (en) 2020-05-29 2020-05-29 Method, system and device for identifying equipment type

Country Status (1)

Country Link
CN (1) CN111651644A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1756190A (en) * 2004-09-30 2006-04-05 北京航空航天大学 Distributed performance data acquisition method
CN101369918A (en) * 2008-09-25 2009-02-18 浙江工业大学 Network management browser
CN102387031A (en) * 2011-09-01 2012-03-21 上海大学 Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine
CN109936480A (en) * 2019-03-19 2019-06-25 鹏城实验室 Method for discovering network topology and device, storage medium and electronic equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1756190A (en) * 2004-09-30 2006-04-05 北京航空航天大学 Distributed performance data acquisition method
CN101369918A (en) * 2008-09-25 2009-02-18 浙江工业大学 Network management browser
CN102387031A (en) * 2011-09-01 2012-03-21 上海大学 Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine
CN109936480A (en) * 2019-03-19 2019-06-25 鹏城实验室 Method for discovering network topology and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
US6182157B1 (en) Flexible SNMP trap mechanism
CN103430483B (en) For determining the technology of the correlating event in communication system
US7555545B2 (en) Method system and storage medium for detecting network elements
US8595339B2 (en) Network management apparatus and method
EP3327637A1 (en) On-demand fault reduction framework
US8364805B2 (en) Method and apparatus of matching monitoring sets to network devices
WO2018010176A1 (en) Method and device for acquiring fault information
KR100489689B1 (en) Method for supporting error cause of SNMP and apparatus thereof
CN112087468A (en) Message processing method, related equipment and readable storage medium
CN108111346B (en) Method and device for determining frequent item set in alarm correlation analysis and storage medium
CN114244683A (en) Event classification method and device
CN111198804A (en) Gateway-based industrial internet platform third-party micro-service monitoring and early warning method
CN112804377B (en) Data query method, electronic equipment, server, storage equipment and gateway equipment
JP5181958B2 (en) Device management apparatus, device management system, device information acquisition program, and recording medium recording the program
CN111651644A (en) Method, system and device for identifying equipment type
CN109510728B (en) Method for automatically converting MIB file of network management information base into XML file
TWI682655B (en) Method for generating network event warning and network management device using the same
US7047289B1 (en) MIB detecting data modification in MIB tables in an SNMP command responder
CN113835648B (en) Image forming device information acquisition method and device
US6847996B2 (en) Method for managing an open computer system
CN111835534B (en) Method for cluster control, network device, master control node device and computer readable storage medium
CN110535701B (en) Problem positioning method and device
CN111181921B (en) Information management method, device, equipment and computer storage medium
CN114465986B (en) IP address conflict processing method, electronic device and computer readable storage medium
CN115865599A (en) Alarm index construction method and related device

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