WO2018205170A1 - 一种接入私有化协议设备的方法、服务器及监控系统 - Google Patents

一种接入私有化协议设备的方法、服务器及监控系统 Download PDF

Info

Publication number
WO2018205170A1
WO2018205170A1 PCT/CN2017/083807 CN2017083807W WO2018205170A1 WO 2018205170 A1 WO2018205170 A1 WO 2018205170A1 CN 2017083807 W CN2017083807 W CN 2017083807W WO 2018205170 A1 WO2018205170 A1 WO 2018205170A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
privatization
protocol
node set
management information
Prior art date
Application number
PCT/CN2017/083807
Other languages
English (en)
French (fr)
Inventor
张圆
Original Assignee
深圳中兴力维技术有限公司
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 深圳中兴力维技术有限公司 filed Critical 深圳中兴力维技术有限公司
Priority to PCT/CN2017/083807 priority Critical patent/WO2018205170A1/zh
Publication of WO2018205170A1 publication Critical patent/WO2018205170A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/10Scheduling measurement reports ; Arrangements for measurement reports

Definitions

  • the present invention relates to the field of monitoring technologies, and in particular, to a method, a server, and a monitoring system for accessing a privatization protocol device.
  • the Simple Network Management Protocol is a management protocol commonly used in network systems.
  • the network management device supporting the SNMP protocol can access the network element device supporting the SNMP protocol in the network system through the SNMP protocol. Implement monitoring and management of the above network element devices.
  • the inventors found that the prior art has the following problems: With the development of the security monitoring industry, the monitoring equipment manufacturers are exponentially increasing, and each manufacturer does not have a specific MIB file for the SNMP protocol. Define the specific meaning of each node, define your own Management Information Base (MIB) file according to your own needs, and then generate code to support the SNMP protocol; this leads to different access servers of the monitoring system. Manufacturer equipment ⁇ , obtain the device status value through SNMP protocol. Different nodes may represent the same meaning on the device side due to different MIBs, or the same MIB node value represents different meanings on the device side; therefore, different in joining Factory equipment ⁇ requires a secondary code burst.
  • MIB Management Information Base
  • the main object of the present invention is to provide a method, a server and a monitoring system for accessing a privatization protocol device, aiming at solving the problems of the prior art.
  • a first aspect of the embodiments of the present invention provides a method for accessing a privatization protocol device, where the method includes the following steps:
  • the obtained management information base information node set is parsed and sent to the client.
  • the configuration file is generated according to an information value of a corresponding management information base node of the privatization protocol device.
  • the report message sent by the privatization protocol device is received through a simple network management protocol.
  • the step further includes the following steps: after parsing the acquired management information base information node set and sending the result to the client:
  • a second aspect of the embodiments of the present invention provides a method for accessing a privatization protocol device, where the method includes the following steps:
  • the configuration file is generated according to an information value of a corresponding management information base node of the privatization protocol device.
  • the method further includes the steps of:
  • a third aspect of the embodiments of the present invention provides a server, where the server includes: a memory, a processor, and a computer program stored on the memory and operable on the processor The computer program is executed by the processor to implement the steps of the above method.
  • a fourth aspect of the embodiments of the present invention provides a monitoring system, where the monitoring system includes a client, a server, and a privatization protocol device;
  • the server includes: a memory, a processor, and a computer program stored on the memory and executable on the processor, the computer program being executed by the processor to implement the steps of the method
  • the method, the server, and the monitoring system for accessing the privatization protocol device provided by the embodiment of the present invention configure the correspondence between the device manufacturers and the management information database information node sets through the configuration file, so that the device supporting the simple network management protocol is connected. It is more convenient and flexible to enter. When a new device manufacturer accesses, it is only necessary to provide the device MIB file, modify the configuration file, and do not need to perform secondary bursting work. Brief description of the drawing
  • FIG. 1 is a schematic flowchart of a method for accessing a privatization protocol device according to a first embodiment of the present invention
  • FIG. 2 is another schematic flowchart of a method for accessing a privatization protocol device according to a first embodiment of the present invention
  • FIG. 3 is a schematic flowchart of a method for accessing a privatization protocol device according to a second embodiment of the present invention
  • FIG. 4 is another schematic flowchart of a method for accessing a privatization protocol device according to a second embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a server according to a third embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a monitoring system according to a fourth embodiment of the present invention.
  • FIG. 7 is a schematic flowchart of a device actively reporting a message in a monitoring system according to a fourth embodiment of the present invention.
  • FIG. 8 is a schematic flowchart of a client active synchronization device in a monitoring system according to a fourth embodiment of the present invention.
  • a first embodiment of the present invention provides a method for accessing a privatization protocol device, where the method is applied to a server, and the method includes the following steps:
  • the configuration file is generated according to the information value of the corresponding management information base node of the privatization protocol device.
  • the privatization protocol device can be a privatization protocol device of a plurality of different vendors.
  • the configuration file may be the following configuration table generated by the configuration code:
  • import configuration file may be imported after the server is started or imported as needed, and is not limited herein.
  • the device manufacturer information and the management information base information node set in the configuration information are cached in the data dictionary, and the data structure can be as follows:
  • the report message sent by the privatization protocol device is received through a simple network management protocol.
  • the obtained management information base information node set is parsed and sent to the client.
  • the parsing process is information that the client can recognize.
  • step 13 the method further includes the following steps:
  • [0053] 130 Determine whether the acquired management information base information node set is a management information base information node set required by the client, and if it is a management information base information node set required by the client, perform step 13 if not The set of management information base information nodes required by the client ends the process.
  • the method for accessing the privatization protocol device configures the correspondence between different device manufacturers and management information database information node sets through the configuration file, so that the device supporting the simple network management protocol is more convenient to access. Flexible; When a new device manufacturer accesses, it is only necessary to provide the device M IB file, modify the configuration file, and do not need to perform secondary bursting work.
  • FIG. 3 is a schematic diagram of a method for accessing a privatization protocol device according to a second embodiment of the present invention. The method is applied to a server, and the method includes the following steps:
  • the configuration file is generated according to the information value of the corresponding management information base node of the privatization protocol device.
  • the privatization protocol device can be a privatization protocol device of a plurality of different vendors.
  • the configuration file may be the following configuration table generated by the configuration code:
  • import configuration file may be imported after the server is started or imported as needed, and is not limited herein.
  • the device manufacturer information and the management information base information node set in the configuration information are cached in the data dictionary, and the data structure can be as follows:
  • [0064] 22 Determine device manufacturer information according to the device identity information, and obtain a management information library information node set in the data dictionary according to the determined device manufacturer information.
  • the acquired set of management information base information nodes is sent to the privatization protocol device through a simple network management protocol.
  • the method further includes the steps of:
  • the response information sent by the privatization protocol device is obtained, and the acquired management information database node set is parsed and processed according to the response information, and then sent to the client.
  • the method for accessing the privatization protocol device configureds the correspondence between different device manufacturers and the management information base information node set through the configuration file, so that the device supporting the simple network management protocol is more convenient to access. Flexible; when new equipment manufacturers access, they only need to provide equipment M
  • FIG. 5 is a server according to a third embodiment of the present invention, where the server includes: a memory 31,
  • the processor 30 is a computer program stored on the memory 31 and operable on the processor 30, the computer program being executed by the processor to implement the steps of the method of the first embodiment or the second embodiment.
  • FIG. 7 is a schematic flowchart of a device actively reporting a message, specifically: [0073] The server imports a configuration file and reads the configuration information in the configuration file, and caches the device manufacturer information and the management information database information node set in the configuration information to the data dictionary.
  • the server imports a configuration file and reads the configuration information in the configuration file, and caches the device manufacturer information and the management information database information node set in the configuration information to the data dictionary.
  • the device sends the report message to the server by using a simple network management protocol, where the report information includes a device internet protocol address;
  • the server determines device manufacturer information according to the device internet protocol address, and obtains a management information library information node set in the data dictionary according to the determined device manufacturer information;
  • the server parses the obtained management information base information node set and sends it to the client.
  • FIG. 8 is a schematic flowchart of a client actively synchronizing device, specifically:
  • the server imports the configuration file and reads the configuration information in the configuration file, and caches the device manufacturer information and the management information database information node set in the configuration information into the data dictionary;
  • the client sends device synchronization request information to the server, where the device synchronization request information includes a device identity identifier;
  • the server determines device manufacturer information according to the device identity information, and obtains a management information library information node set in the data dictionary according to the determined device manufacturer information;
  • the server sends the acquired management information base information node set to the device through a simple network management protocol
  • the device after receiving the management information base information node set, the device sends the response information to the server;
  • the server parses and processes the acquired management information base information node set according to the response information, and sends the result to the client.
  • the server provided by the embodiment of the present invention configures the correspondence between different device manufacturers and management information base information node sets through the configuration file, so that the device supporting the simple network management protocol is more convenient and flexible; when the new device is used When the manufacturer accesses, it is only necessary to provide the device MIB file, modify the configuration file, and do not need to perform secondary bursting work.
  • Fourth Embodiment 6 is a monitoring system according to a fourth embodiment of the present invention, where the monitoring system includes a client
  • the monitoring system is not limited to video surveillance, and the privatization protocol device 40 includes a camera, a router, and an alarm.
  • the server 41 comprises: a memory, a processor and a computer program stored on the memory and operable on the processor, the computer program being executed by the processor to implement the steps of the method of the first embodiment or the second embodiment .
  • FIG. 7 is a schematic flowchart of a device actively reporting a message in a monitoring system, specifically:
  • the server imports the configuration file and reads the configuration information in the configuration file, and caches the device manufacturer information and the management information database information node set in the configuration information into the data dictionary;
  • the device sends the report message to the server by using a simple network management protocol, where the report information includes a device internet protocol address;
  • the server determines device manufacturer information according to the device internet protocol address, and obtains a management information library information node set in the data dictionary according to the determined device manufacturer information;
  • the server parses the acquired management information base information node set and sends it to the client.
  • Figure 8 is a schematic diagram of the flow of the client actively synchronizing the device in the monitoring system, specifically:
  • the server imports the configuration file and reads the configuration information in the configuration file, and caches the device manufacturer information and the management information database information node set in the configuration information into the data dictionary;
  • the client sends device synchronization request information to the server, where the device synchronization request information includes a device identity identifier;
  • the server determines device manufacturer information according to the device identity information, and obtains a management information library information node set in the data dictionary according to the determined device manufacturer information;
  • the server sends the acquired management information base information node set to the device through a simple network management protocol
  • the device after receiving the management information base information node set, the device sends the response information to the server;
  • the server parses and processes the acquired management information base information node set according to the response information, and sends the result to the guest. Account.
  • the monitoring system configureds the correspondence between different device manufacturers and management information base information node sets through configuration files, so that device access supporting a simple network management protocol is more convenient and flexible; When the equipment manufacturer accesses, it is only necessary to provide the device MIB file, modify the configuration file, and do not need to perform secondary bursting work.
  • the method, the server, and the monitoring system for accessing the privatization protocol device provided by the embodiment of the present invention configure the correspondence between different device manufacturers and the management information base information node set through the configuration file, so that the device supporting the simple network management protocol is connected. It is more convenient and flexible to enter. When a new device manufacturer accesses, it is only necessary to provide the device MIB file, modify the configuration file, and do not need to perform secondary bursting work. Therefore, it has industrial applicability.

Abstract

本发明公开了一种接入私有化协议设备的方法、服务器及监控系统,该方法包括步骤:导入配置文件并读取配置文件中的配置信息,将配置信息中的设备厂家信息及管理信息库信息节点集合缓存到数据字典中;接收私有化协议设备发送的上报消息;根据设备互联网协议地址确定设备厂家信息,并根据确定的设备厂家信息获取数据字典中的管理信息库信息节点集合;将获取到的管理信息库信息节点集合解析处理后发送给客户端。本发明通过配置文件配置不同设备厂家和管理信息库信息节点集合的对应关系,使得支持简单网络管理协议的设备接入时更加的方便、灵活;当新的设备厂家接入的时候,只是需要提供设备MIB文件,修改配置文件即可,不需要进行二次开发工作。

Description

一种接入私有化协议设备的方法、 服务器及监控系统 技术领域
[0001] 本发明涉及监控技术领域, 尤其涉及一种接入私有化协议设备的方法、 服务器 及监控系统。
背景技术
[0002] 简单网络管理协议 (SNMP, Simple Network Management Protocol)是目前网络系 统中常用的管理协议, 支持 SNMP协议的网络管理设备可通过 SNMP协议来访问 网络系统中支持 SNMP协议的网元设备, 以实现对上述网元设备的监控和管理。
[0003] 在实现本发明的过程中, 发明人发现现有技术存在以下问题: 随着安防监控行 业的发展, 监控设备生产厂家呈倍数上涨趋势, 各厂家针对 SNMP协议并没有特 定的 MIB文件来定好各个节点的具体含义, 都根据自己的需求来定义自己的管理 信息库 (Management Information Base, MIB)文件, 然后生成代码来支持 SNMP协 议; 这就导致了监控系统的接入服务器在接入不同厂家设备吋, 通过 SNMP协议 获取设备状态值因 MIB的不同造成不同的节点可能在设备端是表示相同的意思, 又或相同的 MIB节点值在设备端代表着不同的意思; 因此, 在加入不同厂家设备 吋需要进行二次代码幵发。
技术问题
[0004] 本发明的主要目的在于提出一种接入私有化协议设备的方法、 服务器及监控系 统, 旨在解决现有技术存在的问题。
问题的解决方案
技术解决方案
[0005] 为实现上述目的, 本发明实施例第一方面提供一种接入私有化协议设备的方法 , 所述方法包括步骤:
[0006] 导入配置文件并读取配置文件中的配置信息, 将所述配置信息中的设备厂家信 息及管理信息库信息节点集合缓存到数据字典中;
[0007] 接收私有化协议设备发送的上报消息, 所述上报信息包括设备互联网协议地址 [0008] 根据所述设备互联网协议地址确定设备厂家信息, 并根据确定的设备厂家信息 获取数据字典中的管理信息库信息节点集合;
[0009] 将获取到的管理信息库信息节点集合解析处理后发送给客户端。
[0010] 进一步地, 所述配置文件根据私有化协议设备的对应的管理信息库节点的信息 值生成。
[0011] 进一步地, 通过简单网络管理协议接收私有化协议设备发送的上报消息。
[0012] 进一步地, 所述步骤将获取的管理信息库信息节点集合解析处理后发送给客户 端之前还包括步骤:
[0013] 判断获取的管理信息库信息节点集合是否为客户端所需要的管理信息库信息节 点集合, 若为客户端所需要的管理信息库信息节点集合, 则执行步骤将获取的 管理信息库信息节点集合解析处理后发送给客户端。
[0014] 此外, 为实现上述目的, 本发明实施例第二方面提供一种接入私有化协议设备 的方法, 所述方法包括步骤:
[0015] 导入配置文件并读取配置文件中的配置信息, 将所述配置信息中的设备厂家信 息及管理信息库信息节点集合缓存到数据字典中;
[0016] 接收客户端发送的设备同步请求信息, 所述设备同步请求信息包括设备身份标 识信息;
[0017] 根据所述设备身份标识信息确定设备厂家信息, 并根据确定的设备厂家信息获 取数据字典中的管理信息库信息节点集合;
[0018] 将获取到的管理信息库信息节点集合发送给私有化协议设备。
[0019] 进一步地, 所述配置文件根据私有化协议设备的对应的管理信息库节点的信息 值生成。
[0020] 进一步地, 所述方法还包括步骤:
[0021] 获取所述私有化协议设备发送的响应信息, 根据所述响应信息将获取到的管理 信息库信息节点集合解析处理后发送给客户端。
[0022] 进一步地, 通过简单网络管理协议将获取到的管理信息库信息节点集合发送到 私有化协议设备。 [0023] 此外, 为实现上述目的, 本发明实施例第三方面提供一种服务器, 所述服务器 包括: 存储器、 处理器及存储在所述存储器上并可在所述处理器上运行的计算 机程序, 所述计算机程序被所述处理器执行吋实现上述方法的步骤。
[0024] 再者, 为实现上述目的, 本发明实施例第四方面提供一种监控系统, 所述监控 系统包括客户端、 服务器及私有化协议设备;
[0025] 所述服务器包括: 存储器、 处理器及存储在所述存储器上并可在所述处理器上 运行的计算机程序, 所述计算机程序被所述处理器执行吋实现上述方法的步骤
发明的有益效果
有益效果
[0026] 本发明实施例提供的接入私有化协议设备的方法、 服务器及监控系统, 通过配 置文件配置不同设备厂家和管理信息库信息节点集合的对应关系, 使得支持简 单网络管理协议的设备接入吋更加的方便、 灵活; 当新的设备厂家接入的吋候 , 只是需要提供设备 MIB文件, 修改配置文件即可, 不需要进行二次幵发工作。 对附图的简要说明
附图说明
[0027] 图 1为本发明第一实施例的接入私有化协议设备的方法流程示意图;
[0028] 图 2为本发明第一实施例的接入私有化协议设备的方法另一流程示意图;
[0029] 图 3为本发明第二实施例的接入私有化协议设备的方法流程示意图;
[0030] 图 4为本发明第二实施例的接入私有化协议设备的方法另一流程示意图;
[0031] 图 5为本发明第三实施例的服务器结构示意图;
[0032] 图 6为本发明第四实施例的监控系统结构示意图;
[0033] 图 7为本发明第四实施例的监控系统中设备主动上报消息的流程示意图;
[0034] 图 8为本发明第四实施例的监控系统中客户端主动同步设备的流程示意图。
[0035] 本发明目的的实现、 功能特点及优点将结合实施例, 参照附图做进一步说明。
本发明的实施方式 [0036] 应当理解, 此处所描述的具体实施例仅仅用以解释本发明, 并不用于限定本发 明。
[0037] 现在将参考附图描述实现本发明各个实施例的。 在后续的描述中, 使用用于表 示元件的诸如 "模块"、 "部件 "或"单元"的后缀仅为了有利于本发明的说明, 其本 身并没有特定的意义。
[0038] 还应当进一步理解, 在本发明说明书和所附权利要求书中使用的术语 "和 /或"是 指相关联列出的项中的一个或多个的任何组合以及所有可能组合, 并且包括这 些组合。
[0039] 第一实施例
[0040] 如图 1所示, 本发明第一实施例提供一种接入私有化协议设备的方法, 该方法 应用于服务器中, 方法包括步骤:
[0041] 10、 导入配置文件并读取配置文件中的配置信息, 将配置信息中的设备厂家信 息及管理信息库信息节点集合缓存到数据字典中。
[0042] 在本实施例中, 配置文件根据私有化协议设备的对应的管理信息库节点的信息 值生成。 该私有化协议设备可以为多个不同厂家的私有化协议设备。
[0043] 作为示例地, 配置文件可为通过配置代码生成的以下配置表格:
Figure imgf000006_0001
[0044] 需要说明的是, 导入配置文件可在启动服务器吋进行导入或者根据需要进行导 入, 在此不作限制。
[0045] 在本实施例中, 将配置信息中的设备厂家信息及管理信息库信息节点集合缓存 到数据字典中, 数据结构可如下所示:
[0046] <设备厂家信息, 管理信息库信息节点集合 >。 [0047] 11、 接收私有化协议设备发送的上报消息, 上报信息包括设备互联网协议地址
[0048] 在本实施例中, 通过简单网络管理协议接收私有化协议设备发送的上报消息。
[0049] 12、 根据设备互联网协议地址确定设备厂家信息, 并根据确定的设备厂家信息 获取数据字典中的管理信息库信息节点集合。
[0050] 13、 将获取到的管理信息库信息节点集合解析处理后发送给客户端。
[0051] 在本实施例中, 解析处理为客户端所能识别的信息。
[0052] 请参考图 2所示, 进一步地, 步骤 13之前还包括步骤:
[0053] 130、 判断获取的管理信息库信息节点集合是否为客户端所需要的管理信息库 信息节点集合, 若为客户端所需要的管理信息库信息节点集合, 则执行步骤 13 , 若不为客户端所需要的管理信息库信息节点集合, 则结束流程。
[0054] 本发明实施例提供的接入私有化协议设备的方法, 通过配置文件配置不同设备 厂家和管理信息库信息节点集合的对应关系, 使得支持简单网络管理协议的设 备接入吋更加的方便、 灵活; 当新的设备厂家接入的吋候, 只是需要提供设备 M IB文件, 修改配置文件即可, 不需要进行二次幵发工作。
[0055] 第二实施例
[0056] 参照图 3, 图 3为本发明第二实施例提供一种接入私有化协议设备的方法, 该方 法应用于服务器中, 方法包括步骤:
[0057] 20、 导入配置文件并读取配置文件中的配置信息, 将所述配置信息中的设备厂 家信息及管理信息库信息节点集合缓存到数据字典中。
[0058] 在本实施例中, 配置文件根据私有化协议设备的对应的管理信息库节点的信息 值生成。 该私有化协议设备可以为多个不同厂家的私有化协议设备。
[0059] 作为示例地, 配置文件可为通过配置代码生成的以下配置表格:
[]
Figure imgf000008_0001
[0060] 需要说明的是, 导入配置文件可在启动服务器吋进行导入或者根据需要进行导 入, 在此不作限制。
[0061] 在本实施例中, 将配置信息中的设备厂家信息及管理信息库信息节点集合缓存 到数据字典中, 数据结构可如下所示:
[0062] <设备厂家信息, 管理信息库信息节点集合 >。
[0063] 21、 接收客户端发送的设备同步请求信息, 设备同步请求信息包括设备身份标 识信息。
[0064] 22、 根据设备身份标识信息确定设备厂家信息, 并根据确定的设备厂家信息获 取数据字典中的管理信息库信息节点集合。
[0065] 23、 将获取到的管理信息库信息节点集合发送给私有化协议设备。
[0066] 在本实施例中, 通过简单网络管理协议将获取到的管理信息库信息节点集合发 送到私有化协议设备。
[0067] 请参考图 4所示, 进一步地, 该方法还包括步骤:
[0068] 24、 获取私有化协议设备发送的响应信息, 根据响应信息将获取到的管理信息 库信息节点集合解析处理后发送给客户端。
[0069] 本发明实施例提供的接入私有化协议设备的方法, 通过配置文件配置不同设备 厂家和管理信息库信息节点集合的对应关系, 使得支持简单网络管理协议的设 备接入吋更加的方便、 灵活; 当新的设备厂家接入的吋候, 只是需要提供设备 M
IB文件, 修改配置文件即可, 不需要进行二次幵发工作。
[0070] 第三实施例
[0071] 参照图 5, 图 5为本发明第三实施例提供一种服务器, 服务器包括: 存储器 31、 处理器 30及存储在存储器 31上并可在处理器 30上运行的计算机程序, 所述计算 机程序被所述处理器执行吋实现第一实施例或者第二实施例的方法的步骤。
[0072] 作为示例地, 请参考图 7。 图 7为设备主动上报消息的流程示意图, 具体地: [0073] 服务器导入配置文件并读取配置文件中的配置信息, 将配置信息中的设备厂家 信息及管理信息库信息节点集合缓存到数据字典中;
[0074] 设备通过简单网络管理协议将上报消息发送给服务器, 上报信息包括设备互联 网协议地址;
[0075] 服务器根据设备互联网协议地址确定设备厂家信息, 并根据确定的设备厂家信 息获取数据字典中的管理信息库信息节点集合;
[0076] 服务器将获取到的管理信息库信息节点集合解析处理后发送给客户端。
[0077] 作为另一示例地, 请参考图 8。 图 8为客户端主动同步设备的流程示意图, 具体 地:
[0078] 服务器导入配置文件并读取配置文件中的配置信息, 将配置信息中的设备厂家 信息及管理信息库信息节点集合缓存到数据字典中;
[0079] 客户端向服务器发送设备同步请求信息, 设备同步请求信息包括设备身份标识 f π息;
[0080] 服务器根据设备身份标识信息确定设备厂家信息, 并根据确定的设备厂家信息 获取数据字典中的管理信息库信息节点集合;
[0081] 服务器通过简单网络管理协议将获取到的管理信息库信息节点集合发送给设备
[0082] 设备接收到管理信息库信息节点集合后, 向服务器发送响应信息;
[0083] 服务器根据响应信息将获取到的管理信息库信息节点集合解析处理后发送给客 户端。
[0084] 本发明实施例提供的服务器, 通过配置文件配置不同设备厂家和管理信息库信 息节点集合的对应关系, 使得支持简单网络管理协议的设备接入吋更加的方便 、 灵活; 当新的设备厂家接入的吋候, 只是需要提供设备 MIB文件, 修改配置文 件即可, 不需要进行二次幵发工作。
[0085] 第四实施例 [0086] 参照图 6, 图 6为本发明第四实施例提供一种监控系统, 该监控系统包括客户端
42、 服务器 41及私有化协议设备 40。
[0087] 监控系统不局限于视频监控, 私有化协议设备 40包括摄像机、 路由器、 报警器
、 动力设备、 环境设备、 二级平台等等。
[0088] 服务器 41包括: 存储器、 处理器及存储在存储器上并可在处理器上运行的计算 机程序, 所述计算机程序被处理器执行吋实现第一实施例或者第二实施例的方 法的步骤。
[0089] 作为示例地, 请参考图 7。 图 7为监控系统中设备主动上报消息的流程示意图, 具体地:
[0090] 服务器导入配置文件并读取配置文件中的配置信息, 将配置信息中的设备厂家 信息及管理信息库信息节点集合缓存到数据字典中;
[0091] 设备通过简单网络管理协议将上报消息发送给服务器, 上报信息包括设备互联 网协议地址;
[0092] 服务器根据设备互联网协议地址确定设备厂家信息, 并根据确定的设备厂家信 息获取数据字典中的管理信息库信息节点集合;
[0093] 服务器将获取到的管理信息库信息节点集合解析处理后发送给客户端。
[0094] 作为另一示例地, 请参考图 8。 图 8为监控系统中客户端主动同步设备的流程示 意图, 具体地:
[0095] 服务器导入配置文件并读取配置文件中的配置信息, 将配置信息中的设备厂家 信息及管理信息库信息节点集合缓存到数据字典中;
[0096] 客户端向服务器发送设备同步请求信息, 设备同步请求信息包括设备身份标识 f π息;
[0097] 服务器根据设备身份标识信息确定设备厂家信息, 并根据确定的设备厂家信息 获取数据字典中的管理信息库信息节点集合;
[0098] 服务器通过简单网络管理协议将获取到的管理信息库信息节点集合发送给设备
[0099] 设备接收到管理信息库信息节点集合后, 向服务器发送响应信息;
[0100] 服务器根据响应信息将获取到的管理信息库信息节点集合解析处理后发送给客 户端。
[0101] 本发明实施例提供的监控系统, 通过配置文件配置不同设备厂家和管理信息库 信息节点集合的对应关系, 使得支持简单网络管理协议的设备接入吋更加的方 便、 灵活; 当新的设备厂家接入的吋候, 只是需要提供设备 MIB文件, 修改配置 文件即可, 不需要进行二次幵发工作。
[0102] 需要说明的是, 在本文中, 术语"包括"、 "包含 "或者其任何其他变体意在涵盖 非排他性的包含, 从而使得包括一系列要素的过程、 方法、 物品或者装置不仅 包括那些要素, 而且还包括没有明确列出的其他要素, 或者是还包括为这种过 程、 方法、 物品或者装置所固有的要素。 在没有更多限制的情况下, 由语句 "包 括一个 ...... "限定的要素, 并不排除在包括该要素的过程、 方法、 物品或者装置 中还存在另外的相同要素。
[0103] 以上仅为本发明的优选实施例, 并非因此限制本发明的专利范围, 凡是利用本 发明说明书及附图内容所作的等效结构或等效流程变换, 或直接或间接运用在 其他相关的技术领域, 均同理包括在本发明的专利保护范围内。
工业实用性
[0104] 本发明实施例提供的接入私有化协议设备的方法、 服务器及监控系统, 通过配 置文件配置不同设备厂家和管理信息库信息节点集合的对应关系, 使得支持简 单网络管理协议的设备接入吋更加的方便、 灵活; 当新的设备厂家接入的吋候 , 只是需要提供设备 MIB文件, 修改配置文件即可, 不需要进行二次幵发工作。 因此, 具有工业实用性。

Claims

权利要求书
一种接入私有化协议设备的方法, 所述方法包括步骤:
导入配置文件并读取配置文件中的配置信息, 将所述配置信息中的设 备厂家信息及管理信息库信息节点集合缓存到数据字典中; 接收私有化协议设备发送的上报消息, 所述上报信息包括设备互联网 协议地址;
根据所述设备互联网协议地址确定设备厂家信息, 并根据确定的设备 厂家信息获取数据字典中的管理信息库信息节点集合;
将获取到的管理信息库信息节点集合解析处理后发送给客户端。 根据权利要求 1所述的一种接入私有化协议设备的方法, 其中, 所述 配置文件根据私有化协议设备的对应的管理信息库节点的信息值生成 根据权利要求 1所述的一种接入私有化协议设备的方法, 其中, 通过 简单网络管理协议接收私有化协议设备发送的上报消息。
根据权利要求 1所述的一种接入私有化协议设备的方法, 其中, 所述 步骤将获取的管理信息库信息节点集合解析处理后发送给客户端之前 还包括步骤:
判断获取的管理信息库信息节点集合是否为客户端所需要的管理信息 库信息节点集合, 若为客户端所需要的管理信息库信息节点集合, 则 执行步骤将获取的管理信息库信息节点集合解析处理后发送给客户端
[权利要求 5] —种接入私有化协议设备的方法, 所述方法包括步骤:
导入配置文件并读取配置文件中的配置信息, 将所述配置信息中的设 备厂家信息及管理信息库信息节点集合缓存到数据字典中; 接收客户端发送的设备同步请求信息, 所述设备同步请求信息包括设 备身份标识信息;
根据所述设备身份标识信息确定设备厂家信息, 并根据确定的设备厂 家信息获取数据字典中的管理信息库信息节点集合; 将获取到的管理信息库信息节点集合发送给私有化协议设备。
根据权利要求 5所述的一种接入私有化协议设备的方法, 其中, 所述 配置文件根据私有化协议设备的对应的管理信息库节点的信息值生成 根据权利要求 5所述的一种接入私有化协议设备的方法, 其中, 所述 方法还包括步骤:
获取所述私有化协议设备发送的响应信息, 根据所述响应信息将获取 到的管理信息库信息节点集合解析处理后发送给客户端。
根据权利要求 5所述的一种接入私有化协议设备的方法, 其中, 通过 简单网络管理协议将获取到的管理信息库信息节点集合发送到私有化 协议设备。
一种服务器, 其特征在于, 所述服务器包括: 存储器、 处理器及存储 在所述存储器上并可在所述处理器上运行的计算机程序, 所述计算机 程序被所述处理器执行吋实现如权利要求 1至 8中任一项所述的方法的 步骤。
一种监控系统, 所述监控系统包括客户端、 服务器及私有化协议设备 所述服务器包括: 存储器、 处理器及存储在所述存储器上并可在所述 处理器上运行的计算机程序, 所述计算机程序被所述处理器执行吋实 现如权利要求 1至 8中任一项所述的方法的步骤。
PCT/CN2017/083807 2017-05-10 2017-05-10 一种接入私有化协议设备的方法、服务器及监控系统 WO2018205170A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/083807 WO2018205170A1 (zh) 2017-05-10 2017-05-10 一种接入私有化协议设备的方法、服务器及监控系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/083807 WO2018205170A1 (zh) 2017-05-10 2017-05-10 一种接入私有化协议设备的方法、服务器及监控系统

Publications (1)

Publication Number Publication Date
WO2018205170A1 true WO2018205170A1 (zh) 2018-11-15

Family

ID=64104073

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/083807 WO2018205170A1 (zh) 2017-05-10 2017-05-10 一种接入私有化协议设备的方法、服务器及监控系统

Country Status (1)

Country Link
WO (1) WO2018205170A1 (zh)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1367768A2 (en) * 2002-05-31 2003-12-03 Ricoh Company Method and apparatus for providing multiple vendor support to remotely monitored devices
US20060080429A1 (en) * 2004-08-27 2006-04-13 Tetsuro Motoyama Method of creating a data processing object associated with a communication protocol used to extract status information related to a monitored device
CN1996877A (zh) * 2006-09-30 2007-07-11 华为技术有限公司 一种实现mib适配的装置、系统及方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1367768A2 (en) * 2002-05-31 2003-12-03 Ricoh Company Method and apparatus for providing multiple vendor support to remotely monitored devices
US20060080429A1 (en) * 2004-08-27 2006-04-13 Tetsuro Motoyama Method of creating a data processing object associated with a communication protocol used to extract status information related to a monitored device
CN1996877A (zh) * 2006-09-30 2007-07-11 华为技术有限公司 一种实现mib适配的装置、系统及方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Method for equipment OID value search and monitoring for s using a vendor MIB library", BAIDU LIBRARY, 1 February 2013 (2013-02-01), pages 1 - 9 *

Similar Documents

Publication Publication Date Title
CN107231402B (zh) Http请求处理方法、装置及系统
US20230084344A1 (en) Private cloud control
US8463915B1 (en) Method for reducing DNS resolution delay
TWI735429B (zh) 用戶端登錄伺服器端的鑑別方法、裝置、系統及電子設備
US10110538B2 (en) Method and apparatus for message transmission
JP5476616B2 (ja) 装置管理サーバが直接アクセスすることができない装置を管理する方法及び装置
US9225731B2 (en) System for detecting the presence of rogue domain name service providers through passive monitoring
TW201824047A (zh) 攻擊請求的確定方法、裝置及伺服器
US20180365395A1 (en) Multimedia data processing method, apparatus, system, and storage medium
JP2021502732A5 (zh)
WO2021008034A1 (zh) 网络请求安全性验证方法、装置、计算设备和存储介质
US20030093558A1 (en) Dynamic port assignment
WO2015154416A1 (zh) 一种上网行为管理方法及装置
CN112968914B (zh) 请求数据实时导入漏洞扫描器的系统、方法、设备及介质
US9985976B1 (en) Methods for identifying network traffic characteristics to correlate and manage one or more subsequent flows and devices thereof
JP6185934B2 (ja) サーバー・アプリケーションと多数の認証プロバイダーとの統合
US8521911B2 (en) Apparatus, system and method for executing discovery in network
WO2017136979A1 (zh) 一种远程访问的实现方法、装置和系统
WO2018205170A1 (zh) 一种接入私有化协议设备的方法、服务器及监控系统
KR20210044281A (ko) 클라우드 저하 모드에서 지속적인 디바이스 동작 안정성을 보장하기 위한 방법 및 장치
CN113285920B (zh) 业务访问方法、装置、设备及存储介质
TWI546688B (zh) 對網路位址進行處理的方法及相關的伺服器與非暫態電腦可讀取儲存媒體
US20150229513A1 (en) Systems and methods for efficient remote security panel configuration and management
US20130031227A1 (en) Transmission of configuration to a device for provisioning in a network
CN109361716B (zh) 一种ip地址的获取方法、装置、终端设备和存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17909483

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17909483

Country of ref document: EP

Kind code of ref document: A1