JP2015186164A - monitoring server, network monitoring system, network monitoring method and network monitoring program - Google Patents

monitoring server, network monitoring system, network monitoring method and network monitoring program Download PDF

Info

Publication number
JP2015186164A
JP2015186164A JP2014062924A JP2014062924A JP2015186164A JP 2015186164 A JP2015186164 A JP 2015186164A JP 2014062924 A JP2014062924 A JP 2014062924A JP 2014062924 A JP2014062924 A JP 2014062924A JP 2015186164 A JP2015186164 A JP 2015186164A
Authority
JP
Japan
Prior art keywords
monitoring
information
monitoring target
target device
network
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
JP2014062924A
Other languages
Japanese (ja)
Inventor
盛隆 富川
Moritaka Tomikawa
盛隆 富川
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2014062924A priority Critical patent/JP2015186164A/en
Publication of JP2015186164A publication Critical patent/JP2015186164A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a monitoring server, a network monitoring system, a network monitoring method and a network monitoring program, capable of automatically registering the information of a monitoring target terminal.SOLUTION: A monitoring server 1 includes: a monitoring target device information storage unit 17 which stores the setting registration information of the monitoring target device; an identification unit 15a which identifies, based on a predetermined notification received from a newly connected monitoring target device, whether the device is a monitor target device in a network managed by the monitoring server; and a registration confirmation unit 15b which confirms whether or not the transmission source monitoring target device of the predetermined notification is already registered, depending on whether or not the transmission source specific information of the predetermined notification is coincident with specific information which is included in the setting registration information of the monitoring target device information storage unit.

Description

本発明は、ネットワークを監視する監視サーバ、ネットワーク監視システム、ネットワーク監視方法およびネットワーク監視プログラムに関する。   The present invention relates to a monitoring server, a network monitoring system, a network monitoring method, and a network monitoring program for monitoring a network.

ネットワーク監視システムは、監視の対象となる監視対象端末をネットワークを介して監視するためのシステムであり、ネットワーク構築の際に監視対象装置のL2スイッチやL3スイッチ等の設定を行ったり、その後の通信状態の監視をしたりして、ネットワーク全体を管理する。ネットワーク監視システムは、所定の地域毎に監視対象装置をグループ化し、それらのグループのネットワークをバス回線等を介してつなぐ。これにより全国又は全世界等で数百、数万規模の巨大なネットワークが構築される。   The network monitoring system is a system for monitoring a monitoring target terminal to be monitored via a network, and setting of an L2 switch, an L3 switch, or the like of a monitoring target device at the time of network construction or subsequent communication Manage the entire network by monitoring the status. The network monitoring system groups devices to be monitored for each predetermined area, and connects the networks of these groups via a bus line or the like. As a result, a huge network of hundreds or tens of thousands of scales is built nationwide or around the world.

ネットワークの変更や拡張の際には、保守作業者が、ネットワーク監視システムに対してこの監視対象装置の情報を追加登録する必要がある。この際、監視対象装置の情報が正しく登録されず、ネットワーク監視システムに登録されている監視対象装置の情報と監視対象装置が備える情報が一致しないと、監視対象装置を正しく監視できない。ネットワークが大規模になるほど、監視対象装置の台数も増加し、これに伴い、ネットワーク監視システムへの登録作業にて保守作業者が入力ミスする可能性も高くなる。このため、保守作業者に代わり、プログラムにてネットワークに自動登録できる手法が開示されている。   When the network is changed or expanded, the maintenance worker needs to additionally register information on the monitoring target device in the network monitoring system. At this time, if the information on the monitoring target device is not correctly registered and the information on the monitoring target device registered in the network monitoring system does not match the information included in the monitoring target device, the monitoring target device cannot be correctly monitored. As the network becomes larger, the number of devices to be monitored increases, and accordingly, there is a high possibility that the maintenance worker will make an input mistake in the registration work to the network monitoring system. For this reason, a technique is disclosed that can be automatically registered in the network by a program instead of the maintenance worker.

例えば、経路制御プロトコルとしてOSPF(Open Shortest Path First)を採用し、このうちのLLDP(Link Layer Discovery Protocol)プロトコルを使用して隣接する機器の検出を行うことで監視対象装置を特定し、当該装置の登録すべき情報を自動的に取得する手法が開示されている(特許文献1参照)。   For example, OSPF (Open Shortest Path First) is adopted as a path control protocol, and a device to be monitored is specified by detecting an adjacent device using the LLDP (Link Layer Discovery Protocol) protocol, and the device A method for automatically acquiring information to be registered is disclosed (see Patent Document 1).

また、全監視対象装置に対し監視サーバがブロードキャスト送信を行い、この返信メッセージを受信することで、監視対象装置のアドレスを検出する手法が開示されている(特許文献2参照)。   Also, a technique is disclosed in which the monitoring server performs broadcast transmission to all the monitoring target devices and receives the reply message to detect the address of the monitoring target device (see Patent Document 2).

特開2012−134616号公報JP 2012-134616 A 特開平9−172433号公報JP-A-9-172433

特許文献1に記載の手法では、監視サーバに自動登録するために、監視対象装置が、登録依頼の為に定義された独自メッセージを作成し、これを監視サーバに送信する。監視サーバはこの独自メッセージを受信し、受信した独自メッセージを基に監視対象装置の情報を登録する必要があった。即ち、登録の為のメッセージの送受信が必要であった。   In the method described in Patent Document 1, in order to automatically register with the monitoring server, the monitoring target device creates a unique message defined for the registration request and transmits it to the monitoring server. The monitoring server has received this unique message, and it has been necessary to register information on the monitoring target device based on the received unique message. That is, it is necessary to send and receive messages for registration.

特許文献2に記載の手法では、監視サーバは、ネットワークに接続されている全装置へ空メッセージ等のブロードキャスト配信を行い、ネットワークに接続されている装置はこのメッセージに対し返信する。監視サーバは、この返信メッセージを元に、監視対象装置のアドレス等を検出し、検出されたアドレス等を登録する必要があった。即ち、登録の為のメッセージの送受信が必要であった。   In the method described in Patent Document 2, the monitoring server performs broadcast distribution of an empty message or the like to all the devices connected to the network, and the device connected to the network returns this message. The monitoring server needs to detect the address or the like of the monitoring target device based on the reply message and register the detected address or the like. That is, it is necessary to send and receive messages for registration.

本発明は上記の課題に鑑みてなされたものであり、登録の為のメッセージの送受信を行うことなく、監視対象端末の情報の自動登録を行う監視サーバ、ネットワーク監視システム、ネットワーク監視方法およびネットワーク監視プログラムを提供することを目的とする。   The present invention has been made in view of the above problems, and a monitoring server, a network monitoring system, a network monitoring method, and a network monitoring that automatically register information of a monitoring target terminal without transmitting / receiving a message for registration. The purpose is to provide a program.

上記問題点に鑑みて、本発明の第1の特徴は、複数の監視対象装置と通信可能に接続された監視サーバであって、前記監視対象装置の各々の設定登録情報を格納する監視対象装置情報記憶部と、新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する識別部と、前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する登録確認部とを備える監視サーバであることを要旨とする。   In view of the above problems, a first feature of the present invention is a monitoring server that is communicably connected to a plurality of monitoring target devices, and stores the setting registration information of each of the monitoring target devices. An information storage unit, an identification unit for identifying whether the device is a monitoring target device in the network managed by the monitoring server, based on a predetermined notification received from a newly connected monitoring target device, and transmission of the predetermined notification Registration for confirming whether or not the transmission source monitoring target device of the predetermined notification has been registered based on whether or not the original identification information matches the specific information included in the setting registration information of the monitoring target device information storage unit The gist is that the monitoring server includes a confirmation unit.

本発明の第2の特徴は、上記に記載の監視サーバと、前記監視対象装置とを備え、前記監視サーバの管理するネットワーク内に新たに追加された監視対象装置は、前記監視サーバに対して所定の通知を送信するネットワーク監視システムであることを要旨とする。   A second feature of the present invention includes the monitoring server described above and the monitoring target device, and the monitoring target device newly added to the network managed by the monitoring server is connected to the monitoring server. The gist of the present invention is a network monitoring system that transmits a predetermined notification.

本発明の第3の特徴は、複数の監視対象装置と通信可能に接続された監視サーバがネットワークを監視するためのネットワーク監視方法であって、前記監視対象装置の各々の設定登録情報を監視対象装置情報記憶部に格納する工程と、新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する工程と、前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する工程とを有するネットワーク監視方法であることを要旨とする。   According to a third aspect of the present invention, there is provided a network monitoring method for monitoring a network by a monitoring server that is communicably connected to a plurality of devices to be monitored, the setting registration information of each of the devices to be monitored being monitored A step of storing in the device information storage unit, a step of identifying whether the device is a monitoring target device in the network managed by the monitoring server, based on a predetermined notification received from a newly connected monitoring target device, and the predetermined Whether or not the transmission source monitoring target device of the predetermined notification has been registered, whether or not the transmission source identification information of the notification matches the specific information included in the setting registration information of the monitoring target device information storage unit And a network monitoring method having a step of confirming

本発明の第4の特徴は、複数の監視対象装置と通信可能に接続された監視サーバがネットワーク監視を行うためのネットワーク監視プログラムであって、前記監視対象装置の各々の設定登録情報を監視対象装置情報記憶部に格納させる手順と、新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する手順と、前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する手順とを有し、前記システムの有する前記各手順をコンピュータに機能させるためのネットワーク監視プログラムであることを要旨とする。   A fourth feature of the present invention is a network monitoring program for monitoring a network by a monitoring server that is communicably connected to a plurality of monitoring target devices, and the setting registration information of each of the monitoring target devices is monitored A procedure for storing in the device information storage unit, a procedure for identifying whether the device is a monitoring target device in a network managed by the monitoring server, based on a predetermined notification received from a newly connected monitoring target device, and the predetermined Whether or not the transmission source monitoring target device of the predetermined notification has been registered, whether or not the transmission source identification information of the notification matches the specific information included in the setting registration information of the monitoring target device information storage unit And a network monitoring program for causing a computer to function each procedure of the system.

本発明に係る監視サーバ、ネットワーク監視システム、ネットワーク監視方法およびネットワーク監視プログラムによれば、登録の為のメッセージの送受信を行うことなく、監視対象端末の情報の自動登録を行うことができる。   According to the monitoring server, the network monitoring system, the network monitoring method, and the network monitoring program according to the present invention, it is possible to automatically register the information of the monitoring target terminal without transmitting / receiving a message for registration.

第一の実施形態に係るネットワーク監視システムの構成図である。1 is a configuration diagram of a network monitoring system according to a first embodiment. 監視サーバの内部構成図である。It is an internal block diagram of a monitoring server. 監視対象装置情報記憶部の内部データ構造を示す図である。It is a figure which shows the internal data structure of the monitoring object apparatus information storage part. 位置情報の命名構造を示す図である。It is a figure which shows the naming structure of position information. MIBのテーブルおよび変位を示すテーブル図である。It is a table figure which shows the table and displacement of MIB. 監視対象装置の内部構成図である。It is an internal block diagram of a monitoring object apparatus. 設定情報記憶部の内部データ構造を示す図である。It is a figure which shows the internal data structure of a setting information storage part. 監視対象装置の動作を示すフロー図である。It is a flowchart which shows operation | movement of the monitoring object apparatus. 監視サーバの動作を示すフロー図である。It is a flowchart which shows operation | movement of a monitoring server. 第二の実施形態に係るネットワーク監視システムの構成図である。It is a block diagram of the network monitoring system which concerns on 2nd embodiment.

次に図面を参照して、本発明の実施の形態を説明する。以下の図面の記載において、同一又は類似の部分には同一又は類似の符号を付している。ただし、図面は模式的なものであることに留意すべきである。更に以下に記載される実施形態は一例であり、その本質を同一とする範囲において適宜変更可能であることに留意すべきである。
<第一の実施形態>
(ネットワーク監視システム)
本発明の第一の実施形態に係るネットワーク監視システム100は、図1に示すように、監視サーバ1と、複数の監視対象装置2a、2b、2c、2d、2e、2fを備える。監視サーバ1と各監視対象装置2a〜2fはイントラネットやインターネット等の回線網3にて接続されている。尚、ネットワークが巨大な場合、監視サーバ1は複数存在してかまわない。監視対象装置2a〜2fは地域毎に設置される通信装置であり、同一地域内に少なくとも1つ以上存在する。説明の便宜上、A地域には監視対象端末2a、2bが、B地域には監視対象端末2c、2dが、C地域には監視対象端末2e、2fが属しているものとする。監視対象端末2a〜2fは、各々の地域において図示しないノード端末を複数備え、ネットワークを介してそれらの通信を管理している。
(監視サーバ)
監視サーバ1は図2に示すように、入力装置11、出力装置12、通信装置13、一時記憶装置14、CPU(Central Processing Unit)15、受信情報記憶部16、監視対象装置情報記憶部17および位置変換情報記憶部18等を備える。CPU15は、監視対象装置識別部15a、登録確認部15b、情報検索部15c、装置情報取得部15d、位置情報変換部15eおよび位置情報登録部15f等を備える。これらの各部はCPU15にて演算処理されるプログラムの機能ブロックを示す。
Next, embodiments of the present invention will be described with reference to the drawings. In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals. However, it should be noted that the drawings are schematic. Furthermore, it should be noted that the embodiment described below is an example, and can be appropriately changed within the scope of the same essence.
<First embodiment>
(Network monitoring system)
As shown in FIG. 1, the network monitoring system 100 according to the first embodiment of the present invention includes a monitoring server 1 and a plurality of monitoring target devices 2a, 2b, 2c, 2d, 2e, and 2f. The monitoring server 1 and each of the monitoring target devices 2a to 2f are connected by a line network 3 such as an intranet or the Internet. If the network is huge, a plurality of monitoring servers 1 may exist. The monitoring target devices 2a to 2f are communication devices installed in each region, and there are at least one or more in the same region. For convenience of explanation, it is assumed that the monitoring target terminals 2a and 2b belong to the A area, the monitoring target terminals 2c and 2d belong to the B area, and the monitoring target terminals 2e and 2f belong to the C area. Each of the monitoring target terminals 2a to 2f includes a plurality of node terminals (not shown) in each area, and manages their communication via a network.
(Monitoring server)
As shown in FIG. 2, the monitoring server 1 includes an input device 11, an output device 12, a communication device 13, a temporary storage device 14, a CPU (Central Processing Unit) 15, a reception information storage unit 16, a monitoring target device information storage unit 17, and A position conversion information storage unit 18 and the like are provided. The CPU 15 includes a monitoring target device identification unit 15a, a registration confirmation unit 15b, an information search unit 15c, a device information acquisition unit 15d, a position information conversion unit 15e, a position information registration unit 15f, and the like. Each of these units represents a functional block of a program that is arithmetically processed by the CPU 15.

受信情報記憶部16は、受信するトラップ通知等のデータを記憶する。   The reception information storage unit 16 stores data such as trap notifications to be received.

監視対象装置情報記憶部17は、監視対象装置2a〜2fの基本設定情報を基に作成された設定登録情報を格納する。設定登録情報には監視対象装置2a〜2fを一意に特定できる特定情報としてIPアドレス等が含まれる。例えば監視対象装置情報記憶部17は図3に示すように、「IP(Internet Protocol)アドレス」「装置名称」「位置情報」「その他の関連情報」等を格納する。   The monitoring target device information storage unit 17 stores setting registration information created based on the basic setting information of the monitoring target devices 2a to 2f. The setting registration information includes an IP address or the like as specific information that can uniquely identify the monitoring target devices 2a to 2f. For example, as shown in FIG. 3, the monitoring target device information storage unit 17 stores “IP (Internet Protocol) address”, “device name”, “location information”, “other related information”, and the like.

位置変換情報記憶部18は、監視サーバ1の管理下にある監視対象装置2a〜2fの位置情報の命名規則、および位置情報を日本語に変換するための位置変換表を格納する。命名規則の一例としては、図4に示すように、先頭から2バイトの情報を「地域」、先頭3〜5バイト目の情報を「県名」、先頭6〜9バイト目の情報を「所在地」、先頭10バイト目以降を「その他の付加情報」とするようにする。またこの規則では、地域は00〜99の数値コード、県名は000〜999の数値コード、所在地は0000〜9999の数値コード、その他の付加情報は文字列コードA〜Z、a〜z、および数値コード0〜9から構成するようにする。位置変換表は「地域」「県名」「所在地」を示す数値コードと、これに対応する日本語を配置した表である。例えば、地域01は「関東」、県名001は「東京」、所在地0001は「千代田区一番地」のように定義する。   The position conversion information storage unit 18 stores a naming rule for the position information of the monitoring target devices 2a to 2f under the management of the monitoring server 1 and a position conversion table for converting the position information into Japanese. As an example of the naming convention, as shown in FIG. 4, the first 2 bytes of information is “region”, the first 3 to 5 bytes of information are “prefecture name”, and the first 6 to 9 bytes of information are “location”. "The 10th byte and after are set as" other additional information ". In this rule, the region is a numerical code of 00 to 99, the prefecture name is a numerical code of 000 to 999, the location is a numerical code of 0000 to 9999, and other additional information is a character string code AZ, az, and It consists of numerical codes 0-9. The position conversion table is a table in which numerical codes indicating “region”, “prefecture name”, and “location” and Japanese corresponding thereto are arranged. For example, region 01 is defined as “Kanto”, prefecture name 001 as “Tokyo”, and location 0001 as “Chiyoda-ku Ichibanchi”.

通信装置13は、規定された通信インタフェースに従い、通信の制御を行う。通信インタフェースの仕様として、本実施形態では、RFC(Request For Comment)1213「Management Information Base for Network Management of TCP/IP-based internets」を採用し、RFC1213で規格された標準MIB(Management Information Base)、プライベートMIB、CLI(Command Line Interface)のコマンド等を備える。共通のMIBの種類としては図5に示すように、「sysDescr」「sysObjectID」「sysContact」「sysName」「sysLocation」等がある。このうち「sysObjectID」はどのようなネットワーク管理サブシステムが含まれるかを示した表であり、この表によりどの管理サーバの下にどの監視対象装置が管理されているかを簡易かつ正確に調べることができる。   The communication device 13 controls communication according to a specified communication interface. In this embodiment, RFC (Request For Comment) 1213 “Management Information Base for Network Management of TCP / IP-based internets” is adopted as the specification of the communication interface, and a standard MIB (Management Information Base) standardized by RFC 1213, Private MIB, CLI (Command Line Interface) commands, etc. are provided. Common MIB types include “sysDescr”, “sysObjectID”, “sysContact”, “sysName”, and “sysLocation” as shown in FIG. Among these, “sysObjectID” is a table showing what kind of network management subsystem is included, and this table allows you to easily and accurately check which monitored server is managed under which management server. it can.

監視対象装置識別部15aは、新規に接続された監視対象装置2a〜2fから受信する所定の通知、例えばトラップ通知を基に、監視サーバ1が管理するネットワーク内の監視対象装置2a〜2fであるか判断する。   The monitoring target device identification unit 15a is the monitoring target devices 2a to 2f in the network managed by the monitoring server 1 based on a predetermined notification received from the newly connected monitoring target devices 2a to 2f, for example, a trap notification. Judge.

登録確認部15bは、トラップ通知の送信元特定情報、例えば送信元IPアドレスを基に、監視対象装置のIPアドレスが監視対象装置情報記憶部17に登録されているか判断する。   The registration confirmation unit 15b determines whether the IP address of the monitoring target device is registered in the monitoring target device information storage unit 17 based on the source identification information of the trap notification, for example, the transmission source IP address.

情報検索部15cは、トラップ通知の送信元IPアドレスを基に、未登録の監視対象装置の基本設定情報を検索する。   The information search unit 15c searches the basic setting information of the unregistered monitoring target device based on the transmission source IP address of the trap notification.

装置情報取得部15dは、検索された基本情報を取得し、取得した基本設定情報に含まれるIPアドレス、装置名称、位置情報等の情報を監視対象装置情報記憶部17に格納する。   The device information acquisition unit 15d acquires the searched basic information, and stores information such as the IP address, device name, and position information included in the acquired basic setting information in the monitoring target device information storage unit 17.

位置情報変換部15eは、基本設定情報に含まれる位置情報を、位置変換情報記憶部18に格納される位置変換表を基に、日本語に変換する。位置情報登録部15fは、変換された日本語の位置情報を監視対象装置情報記憶部17に格納する。   The position information conversion unit 15 e converts the position information included in the basic setting information into Japanese based on the position conversion table stored in the position conversion information storage unit 18. The location information registration unit 15 f stores the converted Japanese location information in the monitoring target device information storage unit 17.

入力装置11はデータを入力するためのキーボード、マウスや、外部よりデータを入力するための入力ポート等を指す。出力装置12はデータを表示するための画像装置、印刷装置や、外部にデータを出力するためのポート等を指す。一時記憶装置14はCPU15が演算処理するデータを一時記憶するためのRAM(Random Access Memory)等である。図2では、機能ブロックである各部15a〜15fはCPU15に格納されているが、これはROM(Read Only Memory)やRAMに格納されていてもよい。CPU15が適宜各部15a〜15fを読み込み演算処理を行うことで各機能は実行される。
(監視対象装置)
監視対象装置2a〜2fは、図6に示すように、入力装置21、出力装置22、通信装置23、一時記憶装置24、CPU25および設定情報記憶部26等を備える。CPU25は、基本設定情報管理部25a、データ通信設定情報管理部25bおよびトラップ通知送信部25c等を備える。
The input device 11 indicates a keyboard, a mouse for inputting data, an input port for inputting data from the outside, and the like. The output device 12 indicates an image device or a printing device for displaying data, a port for outputting data to the outside, or the like. The temporary storage device 14 is a RAM (Random Access Memory) or the like for temporarily storing data processed by the CPU 15. In FIG. 2, each of the units 15a to 15f, which are functional blocks, is stored in the CPU 15, but may be stored in a ROM (Read Only Memory) or a RAM. Each function is executed by the CPU 15 appropriately reading each unit 15a to 15f and performing arithmetic processing.
(Monitored device)
As shown in FIG. 6, the monitoring target devices 2a to 2f include an input device 21, an output device 22, a communication device 23, a temporary storage device 24, a CPU 25, a setting information storage unit 26, and the like. The CPU 25 includes a basic setting information management unit 25a, a data communication setting information management unit 25b, a trap notification transmission unit 25c, and the like.

通信装置23は、規定された通信インタフェースに従い、通信の制御を行う。通信装置23は、通信インタフェースの仕様として、RFC1213で規格された標準MIB、プライベートMIB、CLIコマンド等を備える。   The communication device 23 controls communication according to a specified communication interface. The communication device 23 includes a standard MIB, a private MIB, a CLI command, and the like standardized by RFC1213 as communication interface specifications.

設定情報記憶部26は、図7に示す、監視対象装置2a〜2fの基本設定情報およびデータ通信設定情報を格納する。基本設定情報は、「装置名称」「装置IPアドレス」「認証方式」「通信プロトコル」「装置アカウント情報」「監視サーバアドレス」「位置情報」等の情報を備える。データ通信設定情報は、「パス設定」「帯域制御」「回線品質」等の情報を備える。   The setting information storage unit 26 stores basic setting information and data communication setting information of the monitoring target devices 2a to 2f shown in FIG. The basic setting information includes information such as “device name”, “device IP address”, “authentication method”, “communication protocol”, “device account information”, “monitoring server address”, and “location information”. The data communication setting information includes information such as “path setting”, “bandwidth control”, and “line quality”.

基本設定情報管理部25aは、基本設定情報の新規登録、更新、削除等を行う。
データ通信設定情報管理部25bは、データ通信設定情報の新規登録、更新、削除等を行う。
The basic setting information management unit 25a performs new registration, update, deletion, and the like of basic setting information.
The data communication setting information management unit 25b performs new registration, update, deletion, etc. of the data communication setting information.

トラップ通知送信部25cは、新たな監視対象装置が監視サーバ1管理下のネットワークに追加設置された際に、監視サーバ1に対して、装置設定完了を知らせるためのトラップ通知を送信する。トラップ通知は装置設定完了時には必ず通知されるものであり、新たな監視対象装置2gが、監視サーバ1へ登録依頼の為に、独自メッセージを作成、送信するのとは異なる。尚、トラップ通知には様々な種類があり、監視対象装置2a〜2f側で異常を検知した際等にも能動的に監視サーバ1に送信される。   The trap notification transmission unit 25c transmits a trap notification for notifying completion of device setting to the monitoring server 1 when a new monitoring target device is additionally installed in the network managed by the monitoring server 1. The trap notification is always notified when the device setting is completed, and is different from the case where the new monitoring target device 2g creates and transmits a unique message for a registration request to the monitoring server 1. There are various types of trap notifications, which are actively transmitted to the monitoring server 1 when an abnormality is detected on the monitoring target devices 2a to 2f side.

その他の装置等については図2と同様であるため説明を省略する。
(ネットワーク監視システムの動作)
次にネットワーク監視システム100の動作について説明する。以下の説明では、図1のA地域の回線増加に伴い、新たに監視対象装置2g(図示せず)をA地域のネットワークに増設する場合の動作について説明する。尚、監視対象装置2a〜2fをネットワークから削除する場合は、監視対象装置情報記憶部17の登録情報を削除するのみで、操作ミスが少ないため、本実施形態では説明を省略する。
The other devices are the same as those shown in FIG.
(Operation of network monitoring system)
Next, the operation of the network monitoring system 100 will be described. In the following description, an operation in the case where a monitoring target device 2g (not shown) is newly added to the network in the A area as the line in the A area in FIG. 1 increases will be described. Note that, when the monitoring target devices 2a to 2f are deleted from the network, only the registration information in the monitoring target device information storage unit 17 is deleted, and there are few operation errors. Therefore, the description is omitted in this embodiment.

まず、新たな監視対象端末2gの動作について図8のフロー図を参照して説明する。
(a)まずステップS110において、新たな監視対象端末2gの基本設定情報管理部25aは、監視サーバ1との接続に必要な基本設定情報およびデータ通信に必要なデータ通信設定情報を設定情報記憶部26に格納する。また、前提として新たな監視対象装置2gの通信装置23は、標準MIB、プライベートMIB、CLIコマンド等を備える。
(b)ステップS120において、保守作業者により、ネットワークと新たな監視対象端末2gが接続され、起動されると、トラップ通知送信部25cは監視サーバ1に対し、新たな監視対象端末2gの設定完了を知らせるためのトラップ通知を送信する。このトラップ通知は、送信元アドレスとして、新たな監視対象端末2gのIPアドレスを備えている。
First, the operation of the new monitoring target terminal 2g will be described with reference to the flowchart of FIG.
(A) First, in step S110, the basic setting information management unit 25a of the new monitoring target terminal 2g displays basic setting information necessary for connection with the monitoring server 1 and data communication setting information necessary for data communication as a setting information storage unit. 26. As a premise, the communication device 23 of the new monitoring target device 2g includes a standard MIB, a private MIB, a CLI command, and the like.
(B) When the network operator and the new monitoring target terminal 2g are connected and activated by the maintenance worker in step S120, the trap notification transmission unit 25c completes the setting of the new monitoring target terminal 2g to the monitoring server 1. Send a trap notification to inform you. This trap notification includes the IP address of the new monitoring target terminal 2g as a transmission source address.

次にトラップ通知を受信する監視サーバ1の動作について図9のフロー図を参照して説明する。
(a)ステップS210において、回線網3を介し、監視サーバ1がトラップ通知を受信する。ステップS220において、監視対象装置識別部15aは、トラップ通知の送信元IPアドレスを基に監視対象装置2gを検索する。検索の結果、監視対象装置2gを見つけると、監視対象装置2gの標準MIBに含まれる図5の「sysObjectID」を読み出して、監視サーバ1が管理するネットワーク内の監視対象装置か否かを判断する。監視対象装置であると判断するとステップS230へ進む。監視対象装置でないと判断するとステップS280にて単なるトラップ通知として受信情報記憶部16へ格納し、ステップS210へ戻る。
(b)次にステップS230において、登録確認部15bは、トラップ通知の送信元IPアドレスが、監視対象装置情報記憶部17に格納される設定登録情報内の監視対象装置IPアドレスとして既に登録されているか否かを判断する。未登録と判断したらステップS240へ進む。登録済みと判断したらステップS280にて、単なるトラップ通知として受信情報記憶部16へ格納し、ステップS210へ戻る。
(c)ステップS240において、情報検索部15cは、トラップ通知の送信元IPアドレスを基に、未登録の監視対象装置2gの基本設定情報(図7参照)を、回線網3を介して検索する。ステップS250において、装置情報取得部15dは、検索された基本情報を取得し、取得した基本設定情報に含まれるIPアドレス、装置名称、位置情報等を設定登録情報として監視対象装置情報記憶部17に格納する。
(d)ステップS260において、位置情報変換部15eは、設定登録情報の位置情報を取得し、位置変換情報記憶部18に格納される位置変換表を使用して、日本語名称に変換する。ステップS270において、位置情報登録部15fは、変換された日本語の位置情報を設定登録情報として監視対象装置情報記憶部17に格納する。
Next, the operation of the monitoring server 1 that receives the trap notification will be described with reference to the flowchart of FIG.
(A) In step S210, the monitoring server 1 receives the trap notification via the network 3. In step S220, the monitoring target device identification unit 15a searches for the monitoring target device 2g based on the transmission source IP address of the trap notification. When the monitoring target device 2g is found as a result of the search, the “sysObjectID” in FIG. 5 included in the standard MIB of the monitoring target device 2g is read to determine whether the monitoring target device is a monitoring target device in the network managed by the monitoring server 1. . If it is determined that the device is a monitoring target device, the process proceeds to step S230. If it is determined that the device is not a monitoring target device, it is stored in the reception information storage unit 16 as a simple trap notification in step S280, and the process returns to step S210.
(B) Next, in step S230, the registration confirmation unit 15b has already registered the transmission source IP address of the trap notification as the monitoring target device IP address in the setting registration information stored in the monitoring target device information storage unit 17. Determine whether or not. If it is determined that it is not registered, the process proceeds to step S240. If it is determined that it has been registered, it is stored in the received information storage unit 16 as a simple trap notification in step S280, and the process returns to step S210.
(C) In step S240, the information retrieval unit 15c retrieves the basic setting information (see FIG. 7) of the unregistered monitoring target device 2g via the network 3 based on the transmission source IP address of the trap notification. . In step S250, the device information acquisition unit 15d acquires the searched basic information, and stores the IP address, device name, position information, and the like included in the acquired basic setting information in the monitoring target device information storage unit 17 as setting registration information. Store.
(D) In step S260, the position information conversion unit 15e acquires the position information of the setting registration information, and converts it into a Japanese name using the position conversion table stored in the position conversion information storage unit 18. In step S270, the location information registration unit 15f stores the converted Japanese location information in the monitoring target device information storage unit 17 as setting registration information.

以上のように本発明の第一の実施形態によると、監視対象装置識別部がトラップ通知の送信元のsysObjectIDを読み出して、監視サーバが管理するネットワーク内の監視対象装置か否かを判断する。また情報検索部と装置情報取得部が、ネットワーク内に追加された監視対象装置の情報を登録する。これにより、監視対象装置の新規登録の為のメッセージの送受信を行うことなく、追加された監視対象装置の情報を自動登録することができる。
更に、位置情報変換部は監視対象端末の位置情報を日本語に自動変換登録する。これにより、保守作業者による入力ミスを防ぎ、入力時間を短縮することができる。更に保守作業者による位置情報の確認が容易となる。
<第二の実施形態>
本発明の第二の実施形態に係るネットワーク監視システム200は、図10に示すように、監視サーバ4を備える。監視サーバ4は、複数の監視対象装置と通信可能に接続されている。監視サーバ4は、監視対象装置情報記憶部4a、識別部4bおよび登録確認部4c等を備える。
As described above, according to the first embodiment of the present invention, the monitoring target device identification unit reads out the sysObjectID that is the source of the trap notification, and determines whether or not the monitoring target device is in the network managed by the monitoring server. In addition, the information search unit and the device information acquisition unit register information on the monitoring target device added in the network. Thereby, the information of the added monitoring target apparatus can be automatically registered without transmitting / receiving a message for newly registering the monitoring target apparatus.
Further, the position information conversion unit automatically converts and registers the position information of the monitoring target terminal into Japanese. Thereby, an input mistake by the maintenance worker can be prevented and the input time can be shortened. Furthermore, it becomes easy for the maintenance worker to confirm the position information.
<Second Embodiment>
The network monitoring system 200 according to the second embodiment of the present invention includes a monitoring server 4 as shown in FIG. The monitoring server 4 is connected to be able to communicate with a plurality of monitoring target devices. The monitoring server 4 includes a monitoring target device information storage unit 4a, an identification unit 4b, a registration confirmation unit 4c, and the like.

監視対象装置情報記憶部4a、監視対象装置の各々の設定登録情報を格納する。識別部4bは、新たに追加された監視対象装置から受信する所定の通知を基に、監視サーバが管理するネットワーク内の監視対象装置であるか識別する。登録確認部4cは、所定の通知の送信元特定情報が、監視対象装置情報記憶部の設定登録情報に含まれる特定情報と一致するか否かで、所定の通知の送信元監視対象装置が登録済みか否かを確認する。   The monitoring target device information storage unit 4a stores setting registration information of each of the monitoring target devices. The identification unit 4b identifies whether the device is a monitoring target device in the network managed by the monitoring server, based on a predetermined notification received from the newly added monitoring target device. The registration confirmation unit 4c registers the transmission source monitoring target device of the predetermined notification depending on whether or not the transmission source identification information of the predetermined notification matches the specific information included in the setting registration information of the monitoring target device information storage unit. Check if it is done.

本発明の第二の実施形態によると、監視対象装置の新規登録の為のメッセージの送受信を行うことなく、追加された監視対象装置の情報を自動登録することができる。   According to the second embodiment of the present invention, it is possible to automatically register the information of the added monitoring target device without transmitting / receiving a message for newly registering the monitoring target device.

上記の実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。
[付記1]
複数の監視対象装置と通信可能に接続された監視サーバであって、
前記監視対象装置の各々の設定登録情報を格納する監視対象装置情報記憶部と、
新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する識別部と、
前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する登録確認部
とを備えることを特徴とする監視サーバ。
[付記2]
前記登録確認部が登録済みでないと判断した場合、前記所定の通知の送信元特定情報を基に、未登録の監視対象装置の設定情報を検索し、検索された設定登録情報を前記監視対象装置情報記憶部に格納する装置情報取得部を更に備えることを特徴とする付記1に記載の監視サーバ。
[付記3]
前記監視対象装置と前記監視サーバの通信はRFC規格の標準マネジメントインフォメーションベースのフォーマットを使用することを特徴とする付記1又は2に記載の監視サーバ。
[付記4]
前記識別部は、前記所定の通知に含まれる前記標準マネジメントインフォメーションベースのフォーマットの内のシステムオブジェクトIDを基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別することを特徴とする付記1乃至3のいずれか1項に記載の監視サーバ。
[付記5]
付記1乃至4のいずれか1項に記載の監視サーバと、
前記監視対象装置を備え、
前記監視サーバの管理するネットワーク内に新たに追加された監視対象装置は、前記監視サーバに対して所定の通知を送信することを特徴とするネットワーク監視システム。
[付記6]
複数の監視対象装置と通信可能に接続された監視サーバがネットワークを監視するためのネットワーク監視方法であって、
前記監視対象装置の各々の設定登録情報を監視対象装置情報記憶部に格納する工程と、
新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する工程と、
前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する工程
とを有することを特徴とするネットワーク監視方法。
[付記7]
前記確認する工程で登録済みでないと判断した場合、前記所定の通知の送信元特定情報を基に、未登録の監視対象装置の設定情報を検索し、検索された設定登録情報を前記監視対象装置情報記憶部に格納する工程を更に有することを特徴とする付記6に記載のネットワーク監視方法。
[付記8]
前記監視対象装置と前記監視サーバの通信はRFC規格の標準マネジメントインフォメーションベースのフォーマットを使用することを特徴とする付記6又は7に記載のネットワーク監視方法。
[付記9]
前記識別する工程は、前記所定の通知に含まれる前記標準マネジメントインフォメーションベースのフォーマットの内のシステムオブジェクトIDを基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別することを特徴とする付記6乃至8のいずれか1項に記載のネットワーク監視方法。
[付記10]
複数の監視対象装置と通信可能に接続された監視サーバがネットワーク監視を行うためのネットワーク監視プログラムであって、
前記監視対象装置の各々の設定登録情報を監視対象装置情報記憶部に格納させる手順と、
新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する手順と、
前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する手順
とを有し、前記システムの有する前記各手順をコンピュータに機能させるためのネットワーク監視プログラム。
[付記11]
前記登録確認部が登録済みでないと判断した場合、前記所定の通知の送信元特定情報を基に、未登録の監視対象装置の設定情報を検索し、検索された設定登録情報を前記監視対象装置情報記憶部に格納する手順を更にコンピュータに機能させるための付記10に記載のネットワーク監視プログラム。
[付記12]
前記監視対象装置と前記監視サーバの通信はRFC規格の標準マネジメントインフォメーションベースのフォーマットを使用することを特徴とする付記10又は11に記載のネットワーク監視プログラム。
[付記13]
前記識別する手順は、前記所定の通知に含まれる前記標準マネジメントインフォメーションベースのフォーマットの内のシステムオブジェクトIDを基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別することを特徴とする付記10乃至12のいずれか1項に記載のネットワーク監視プログラム。
A part or all of the above-described embodiment can be described as in the following supplementary notes, but is not limited thereto.
[Appendix 1]
A monitoring server connected to a plurality of monitored devices so as to be communicable,
A monitoring target device information storage unit that stores setting registration information of each of the monitoring target devices;
Based on a predetermined notification received from a newly connected monitoring target device, an identification unit for identifying whether the monitoring target device is in the network managed by the monitoring server;
Whether the transmission source monitoring target device of the predetermined notification has been registered based on whether or not the transmission source identification information of the predetermined notification matches the specific information included in the setting registration information of the monitoring target device information storage unit A monitoring server comprising a registration confirmation unit for confirming whether or not.
[Appendix 2]
When the registration confirmation unit determines that the information has not been registered, the setting information of the unregistered monitoring target device is searched based on the transmission source identification information of the predetermined notification, and the searched setting registration information is used as the monitoring target device. The monitoring server according to appendix 1, further comprising a device information acquisition unit stored in the information storage unit.
[Appendix 3]
The monitoring server according to appendix 1 or 2, wherein the communication between the monitoring target device and the monitoring server uses a standard management information base format of RFC standard.
[Appendix 4]
The identification unit identifies whether the device is a monitoring target device in a network managed by the monitoring server, based on a system object ID in the standard management information base format included in the predetermined notification. The monitoring server according to any one of appendices 1 to 3.
[Appendix 5]
The monitoring server according to any one of appendices 1 to 4, and
Comprising the monitored device;
A network monitoring system, wherein a monitoring target device newly added in a network managed by the monitoring server transmits a predetermined notification to the monitoring server.
[Appendix 6]
A network monitoring method for monitoring a network by a monitoring server connected to be able to communicate with a plurality of monitoring target devices,
Storing the setting registration information of each of the monitoring target devices in a monitoring target device information storage unit;
Identifying whether the device is a monitoring target device in a network managed by the monitoring server, based on a predetermined notification received from a newly connected monitoring target device;
Whether the transmission source monitoring target device of the predetermined notification has been registered based on whether or not the transmission source identification information of the predetermined notification matches the specific information included in the setting registration information of the monitoring target device information storage unit And a step of confirming whether or not the network monitoring method.
[Appendix 7]
When it is determined that the registration is not completed in the checking step, the setting information of the unregistered monitoring target device is searched based on the transmission source specifying information of the predetermined notification, and the searched setting registration information is used as the monitoring target device. The network monitoring method according to appendix 6, further comprising a step of storing in an information storage unit.
[Appendix 8]
The network monitoring method according to appendix 6 or 7, wherein communication between the monitoring target device and the monitoring server uses a standard management information base format of RFC standard.
[Appendix 9]
The identifying step identifies whether the device is a monitoring target device in the network managed by the monitoring server based on a system object ID in the standard management information base format included in the predetermined notification. The network monitoring method according to any one of appendices 6 to 8.
[Appendix 10]
A network monitoring program for performing network monitoring by a monitoring server connected to be able to communicate with a plurality of monitoring target devices,
A procedure for storing the setting registration information of each of the monitoring target devices in the monitoring target device information storage unit;
A procedure for identifying whether a monitoring target device is in a network managed by the monitoring server based on a predetermined notification received from a newly connected monitoring target device;
Whether the transmission source monitoring target device of the predetermined notification has been registered based on whether or not the transmission source identification information of the predetermined notification matches the specific information included in the setting registration information of the monitoring target device information storage unit A network monitoring program for causing a computer to function each procedure of the system.
[Appendix 11]
When the registration confirmation unit determines that the information has not been registered, the setting information of the unregistered monitoring target device is searched based on the transmission source identification information of the predetermined notification, and the searched setting registration information is used as the monitoring target device. Item 11. The network monitoring program according to appendix 10, which causes the computer to further function in the procedure of storing in the information storage unit.
[Appendix 12]
12. The network monitoring program according to appendix 10 or 11, wherein communication between the monitoring target device and the monitoring server uses a standard management information base format of RFC standard.
[Appendix 13]
The identifying step identifies whether the device is a monitoring target device in the network managed by the monitoring server, based on a system object ID in the standard management information base format included in the predetermined notification. The network monitoring program according to any one of supplementary notes 10 to 12.

1、4 監視サーバ
11 入力装置
12 出力装置
13 通信装置
14 一時記憶装置
15 CPU
15a 監視対象装置識別部
15b 登録確認部
15c 情報検索部
15d 装置情報取得部
15e 位置情報変換部
15f 位置情報登録部
16 受信情報記憶部
17 監視対象装置情報記憶部
18 位置変換情報記憶部
2a、2b、2c、2d、2e、2f、2g 監視対象装置
21 入力装置
22 出力装置
23 通信装置
24 一時記憶装置
25 CPU
25a 基本設定情報管理部
25b データ通信設定情報管理部
25c トラップ通知送信部
26 設定情報記憶部
3 回線網
100、200 ネットワーク監視システム
1, 4 Monitoring server 11 Input device 12 Output device 13 Communication device 14 Temporary storage device 15 CPU
15a Monitoring target device identification unit 15b Registration confirmation unit 15c Information retrieval unit 15d Device information acquisition unit 15e Location information conversion unit 15f Location information registration unit 16 Reception information storage unit 17 Monitoring target device information storage unit 18 Location conversion information storage unit 2a, 2b 2c, 2d, 2e, 2f, 2g Monitoring target device 21 Input device 22 Output device 23 Communication device 24 Temporary storage device 25 CPU
25a Basic setting information management unit 25b Data communication setting information management unit 25c Trap notification transmission unit 26 Setting information storage unit 3 Network 100, 200 Network monitoring system

Claims (10)

複数の監視対象装置と通信可能に接続された監視サーバであって、
前記監視対象装置の各々の設定登録情報を格納する監視対象装置情報記憶部と、
新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する識別部と、
前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する登録確認部
とを備えることを特徴とする監視サーバ。
A monitoring server connected to a plurality of monitored devices so as to be communicable,
A monitoring target device information storage unit that stores setting registration information of each of the monitoring target devices;
Based on a predetermined notification received from a newly connected monitoring target device, an identification unit for identifying whether the monitoring target device is in the network managed by the monitoring server;
Whether the transmission source monitoring target device of the predetermined notification has been registered based on whether or not the transmission source identification information of the predetermined notification matches the specific information included in the setting registration information of the monitoring target device information storage unit A monitoring server comprising a registration confirmation unit for confirming whether or not.
前記登録確認部が登録済みでないと判断した場合、前記所定の通知の送信元特定情報を基に、未登録の監視対象装置の設定情報を検索し、検索された設定登録情報を前記監視対象装置情報記憶部に格納する装置情報取得部を更に備えることを特徴とする請求項1に記載の監視サーバ。   When the registration confirmation unit determines that the information has not been registered, the setting information of the unregistered monitoring target device is searched based on the transmission source identification information of the predetermined notification, and the searched setting registration information is used as the monitoring target device. The monitoring server according to claim 1, further comprising a device information acquisition unit stored in the information storage unit. 前記監視対象装置と前記監視サーバの通信はRFC規格の標準マネジメントインフォメーションベースのフォーマットを使用することを特徴とする請求項1又は2に記載の監視サーバ。   The monitoring server according to claim 1 or 2, wherein the communication between the monitoring target device and the monitoring server uses a standard management information base format of RFC standard. 前記識別部は、前記所定の通知に含まれる前記標準マネジメントインフォメーションベースのフォーマットの内のシステムオブジェクトIDを基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別することを特徴とする請求項1乃至3のいずれか1項に記載の監視サーバ。   The identification unit identifies whether the device is a monitoring target device in a network managed by the monitoring server, based on a system object ID in the standard management information base format included in the predetermined notification. The monitoring server according to any one of claims 1 to 3. 請求項1乃至4のいずれか1項に記載の監視サーバと、
前記監視対象装置を備え、
前記監視サーバの管理するネットワーク内に新たに追加された監視対象装置は、前記監視サーバに対して所定の通知を送信することを特徴とするネットワーク監視システム。
The monitoring server according to any one of claims 1 to 4,
Comprising the monitored device;
A network monitoring system, wherein a monitoring target device newly added in a network managed by the monitoring server transmits a predetermined notification to the monitoring server.
複数の監視対象装置と通信可能に接続された監視サーバがネットワークを監視するためのネットワーク監視方法であって、
前記監視対象装置の各々の設定登録情報を監視対象装置情報記憶部に格納する工程と、
新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する工程と、
前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する工程
とを有することを特徴とするネットワーク監視方法。
A network monitoring method for monitoring a network by a monitoring server connected to be able to communicate with a plurality of monitoring target devices,
Storing the setting registration information of each of the monitoring target devices in a monitoring target device information storage unit;
Identifying whether the device is a monitoring target device in a network managed by the monitoring server, based on a predetermined notification received from a newly connected monitoring target device;
Whether the transmission source monitoring target device of the predetermined notification has been registered based on whether or not the transmission source identification information of the predetermined notification matches the specific information included in the setting registration information of the monitoring target device information storage unit And a step of confirming whether or not the network monitoring method.
前記確認する工程で登録済みでないと判断した場合、前記所定の通知の送信元特定情報を基に、未登録の監視対象装置の設定情報を検索し、検索された設定登録情報を前記監視対象装置情報記憶部に格納する工程を更に有することを特徴とする請求項6に記載のネットワーク監視方法。   When it is determined that the registration is not completed in the checking step, the setting information of the unregistered monitoring target device is searched based on the transmission source specifying information of the predetermined notification, and the searched setting registration information is used as the monitoring target device. The network monitoring method according to claim 6, further comprising a step of storing in the information storage unit. 前記監視対象装置と前記監視サーバの通信はRFC規格の標準マネジメントインフォメーションベースのフォーマットを使用することを特徴とする請求項6又は7に記載のネットワーク監視方法。 8. The network monitoring method according to claim 6, wherein communication between the monitoring target device and the monitoring server uses a standard management information base format of RFC standard. 9. 複数の監視対象装置と通信可能に接続された監視サーバがネットワーク監視を行うためのネットワーク監視プログラムであって、
前記監視対象装置の各々の設定登録情報を監視対象装置情報記憶部に格納させる手順と、
新規に接続された監視対象装置から受信する所定の通知を基に、前記監視サーバが管理するネットワーク内の監視対象装置であるか識別する手順と、
前記所定の通知の送信元特定情報が、前記監視対象装置情報記憶部の前記設定登録情報に含まれる特定情報と一致するか否かで、前記所定の通知の送信元監視対象装置が登録済みか否かを確認する手順
とを有し、前記システムの有する前記各手順をコンピュータに機能させるためのネットワーク監視プログラム。
A network monitoring program for performing network monitoring by a monitoring server connected to be able to communicate with a plurality of monitoring target devices,
A procedure for storing the setting registration information of each of the monitoring target devices in the monitoring target device information storage unit;
A procedure for identifying whether a monitoring target device is in a network managed by the monitoring server based on a predetermined notification received from a newly connected monitoring target device;
Whether the transmission source monitoring target device of the predetermined notification has been registered based on whether or not the transmission source identification information of the predetermined notification matches the specific information included in the setting registration information of the monitoring target device information storage unit A network monitoring program for causing a computer to function each procedure of the system.
前記登録確認部が登録済みでないと判断した場合、前記所定の通知の送信元特定情報を基に、未登録の監視対象装置の設定情報を検索し、検索された設定登録情報を前記監視対象装置情報記憶部に格納する手順を更にコンピュータに機能させるための請求項9に記載のネットワーク監視プログラム。   When the registration confirmation unit determines that the information has not been registered, the setting information of the unregistered monitoring target device is searched based on the transmission source identification information of the predetermined notification, and the searched setting registration information is used as the monitoring target device. The network monitoring program according to claim 9, further causing a computer to function a procedure stored in the information storage unit.
JP2014062924A 2014-03-26 2014-03-26 monitoring server, network monitoring system, network monitoring method and network monitoring program Pending JP2015186164A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014062924A JP2015186164A (en) 2014-03-26 2014-03-26 monitoring server, network monitoring system, network monitoring method and network monitoring program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014062924A JP2015186164A (en) 2014-03-26 2014-03-26 monitoring server, network monitoring system, network monitoring method and network monitoring program

Publications (1)

Publication Number Publication Date
JP2015186164A true JP2015186164A (en) 2015-10-22

Family

ID=54352234

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014062924A Pending JP2015186164A (en) 2014-03-26 2014-03-26 monitoring server, network monitoring system, network monitoring method and network monitoring program

Country Status (1)

Country Link
JP (1) JP2015186164A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170055679A (en) * 2015-11-12 2017-05-22 주식회사 엘지유플러스 Registering method and apparatus network equipment
US10505785B2 (en) 2016-09-13 2019-12-10 Panasonic Intellectual Property Management Co., Ltd. Terminal monitoring control device for controlling and monitoring a terminal device connected in a network

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170055679A (en) * 2015-11-12 2017-05-22 주식회사 엘지유플러스 Registering method and apparatus network equipment
KR102382443B1 (en) * 2015-11-12 2022-04-05 주식회사 엘지유플러스 Registering method and apparatus network equipment
US10505785B2 (en) 2016-09-13 2019-12-10 Panasonic Intellectual Property Management Co., Ltd. Terminal monitoring control device for controlling and monitoring a terminal device connected in a network

Similar Documents

Publication Publication Date Title
US10959089B2 (en) Data management microservice in a microservice domain
CN103248725B (en) A kind of safe and reliable domain name mapping restorative procedure and system
CN112559303B (en) Log analysis in vector space
US9930632B2 (en) M2M application remote registration method, device, system and storage medium
CN111711659B (en) Method and device for remotely managing terminal, equipment and storage medium thereof
US20150066979A1 (en) Device address management in an automation control system
CN109729183B (en) Request processing method, device, equipment and storage medium
EP3145148A1 (en) Resource subscription processing method and device
CN111182089A (en) Container cluster system, method and device for accessing big data assembly and server
US10051552B2 (en) Method for realizing resource attribute notification, and common service entity
EP3122077B1 (en) Resource notification method, local common service entity (cse) and resource notification system
CN108877188B (en) Environment-friendly data concurrent acquisition and multi-network publishing method and device
CN105450585A (en) Information transmission method and device
US9781010B2 (en) Managing remote devices
JP2015186164A (en) monitoring server, network monitoring system, network monitoring method and network monitoring program
US10659289B2 (en) System and method for event processing order guarantee
JP2019106568A (en) Remote monitoring device, monitoring center server, and initial setting method for monitoring target facility
CN114338794A (en) Service message pushing method and device, electronic equipment and storage medium
JP5266997B2 (en) Network connection station information output device, network connection station information output method, and program
EP3051879B1 (en) Method for an enhanced routing of data in a telecommunications network based on location information assigned to network nodes of the telecommunications network, and telecommunications network
CN111064609A (en) Master-slave switching method and device of message system, electronic equipment and storage medium
JP6502418B2 (en) Electronic device management system and electronic device management method
JP5639245B1 (en) Transfer device analysis information providing server, transfer device analysis information providing method, and transfer device analysis information providing program
CN111522642B (en) Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment
KR102544882B1 (en) Network device and method for determining network configuration