JP2010061226A - Network monitoring system - Google Patents

Network monitoring system Download PDF

Info

Publication number
JP2010061226A
JP2010061226A JP2008223795A JP2008223795A JP2010061226A JP 2010061226 A JP2010061226 A JP 2010061226A JP 2008223795 A JP2008223795 A JP 2008223795A JP 2008223795 A JP2008223795 A JP 2008223795A JP 2010061226 A JP2010061226 A JP 2010061226A
Authority
JP
Japan
Prior art keywords
trap
monitoring system
monitoring
time
network monitoring
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.)
Withdrawn
Application number
JP2008223795A
Other languages
Japanese (ja)
Inventor
Takamitsu Chikedera
隆光 千見寺
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2008223795A priority Critical patent/JP2010061226A/en
Publication of JP2010061226A publication Critical patent/JP2010061226A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide a network monitoring system which is improved in expandability against increase of TRAP reception traffic. <P>SOLUTION: The network monitoring system includes a load balancer 4, and the address (virtual server address) of the accident warning destination of TRAP from monitored devices 11 to 1n is set in the load balancer 4 so that all TRAP can be captured by the load balancer 4. Also, this network monitoring system includes a plurality of monitoring servers 31 to 3N, and the TRAP is distributed and transferred from the load balancer 4 to the monitoring servers 31 to 3N. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明は、SNMP(Simple Network Management Protocol)を用いてネットワークを監視するネットワーク監視システムに関する。   The present invention relates to a network monitoring system that monitors a network using SNMP (Simple Network Management Protocol).

IP(Internet Protocol)網のようなネットワークを監視するためのプロトコルとしてSNMPが知られている。SNMPは実装が比較的容易であるので、ネットワーク監視用のプロトコルとして事実上の標準(デファクトスタンダード)になっている。SNMPでは、被監視装置は種々の管理情報をSNMP TRAP(以下ではTRAPと表記する)と称するメッセージを用いて監視装置に通知する。   SNMP is known as a protocol for monitoring a network such as an IP (Internet Protocol) network. Since SNMP is relatively easy to implement, it has become a de facto standard as a network monitoring protocol. In SNMP, the monitored device notifies the monitoring device of various management information using a message called SNMP TRAP (hereinafter referred to as TRAP).

ところで、TRAPはUDP(User Datagram Protocol)で転送されるのでフロー制御がなく、監視装置においてTRAP受信フローを制御することができない。よってTRAPがバースト的に生じると監視装置のマシン性能が逼迫し、監視サービスの提供が滞ることがある。近年では通信ネットワークの拡張に伴って被監視装置の数もますます多くなってきており、監視装置におけるTRAPの受信性能が追いつかなくなってきている。悪ければTRAPを受信し損ねることもあり、ネットワークの監視機能に支障をきたす。   By the way, since TRAP is transferred by UDP (User Datagram Protocol), there is no flow control, and the monitoring apparatus cannot control the TRAP reception flow. Therefore, when TRAP occurs in bursts, the machine performance of the monitoring device may be tight and the provision of monitoring services may be delayed. In recent years, with the expansion of the communication network, the number of monitored devices has increased, and the TRAP reception performance in the monitoring device cannot keep up. If it is bad, it may fail to receive TRAP, which hinders the monitoring function of the network.

例えば特許文献1、2に、TRAPの処理に関する技術が開示されている。特許文献1では機器の接点情報をTRAPに変換するとともに、被監視装置またはその種別ごとに異なる監視サーバに送信することで分散受信を実現する技術が開示される。しかしながらこの文献の技術では複数のサーバのアドレスを各TRAPに設定せねばならず、煩雑な手間を要する。TRAPの送信先アドレスはできる限り一つであることが望ましい。   For example, Patent Documents 1 and 2 disclose techniques related to TRAP processing. Patent Document 1 discloses a technique for realizing distributed reception by converting contact information of a device into TRAP and transmitting the information to a monitored server or a different monitoring server for each type. However, in the technique of this document, it is necessary to set addresses of a plurality of servers in each TRAP, which is troublesome. It is desirable that the destination address of TRAP is one as much as possible.

特許文献2では、TRAPの紛失時に2台のマネージャ間の相互確認によってTRAPを補完するようにしている。しかしながらこの技術はいずれかのマネージャによりTRAPが確実に受信されていることを期待するものであり、TRAPの受信性能そのものを向上させようとするものではない。
このほか特許文献3には、ロードバランサを設けてHTTPリクエストを分散処理するという技術が示されるが、HTTPにおいてはフロー制御が付随するので、これをそのままTRAPの受信処理に関して当てはめることはできない。
特開2004−86522号公報 特開2001−67291号公報 特開2002−163241号公報
In Patent Document 2, TRAP is complemented by mutual confirmation between two managers when TRAP is lost. However, this technique is expected to ensure that TRAP is received by any manager, and does not attempt to improve TRAP reception performance itself.
In addition, Patent Document 3 discloses a technique of providing a load balancer to perform distributed processing of HTTP requests. However, since HTTP is accompanied by flow control, it cannot be applied to TRAP reception processing as it is.
JP 2004-86522 A JP 2001-67291 A JP 2002-163241 A

以上述べたようにSNMPベースでネットワークを監視するシステムにおいては、TRAPの受信性能に関して改善の余地がある。特に、拡大の著しい昨今の通信システムにあっては被監視装置の台数の増加に容易に対応できる拡張性を備え、しかもTRAPの紛失の無いシステムの提供が待たれている。
この発明は上記事情によりなされたもので、その目的は、TRAP受信トラフィックの増大に対する拡張性を高めたネットワーク監視システムを提供することにある。
As described above, there is room for improvement in TRAP reception performance in a system for monitoring a network based on SNMP. In particular, the recent expansion of communication systems with remarkable expansion is expected to provide a system that can easily cope with an increase in the number of monitored devices and that does not lose TRAP.
The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a network monitoring system with enhanced extensibility against an increase in TRAP reception traffic.

上記目的を達成するためにこの発明の一態様によれば、SNMPを用いるネットワーク監視システムにおいて、特定アドレスに向けTRAPを発報する複数の被監視装置と、前記特定アドレスを割り当てられ、前記複数の被監視装置から発報されたTRAPを捕捉したのち複数の宛先アドレスのいずれかに振り分けて転送する振り分け装置と、前記宛先アドレスを個別に割り当てられ、前記振り分け装置から転送されたTRAPを受信し蓄積する複数の蓄積手段と、前記蓄積されたTRAPを前記複数の蓄積手段から取得して処理する処理端末とを具備することを特徴とするネットワーク監視システムが提供される。   In order to achieve the above object, according to one aspect of the present invention, in a network monitoring system using SNMP, a plurality of monitored devices that issue a TRAP toward a specific address, the specific address assigned, After capturing the TRAP issued from the monitored device, the distribution device that distributes and transfers the TRAP to any of a plurality of destination addresses, and receives and stores the TRAP that is individually assigned to the destination address and is transferred from the distribution device There is provided a network monitoring system comprising: a plurality of storage means for processing; and a processing terminal that acquires and processes the stored TRAP from the plurality of storage means.

このような手段を講じることにより、TRAPは振り分け装置において一旦捕捉されたのち複数の蓄積手段のいずれかに振り分けて転送される。これにより蓄積手段(監視サーバ)単体での許容量を超えるTRAPがバースト的に生じたとしても、いずれかの蓄積手段において、必ずTRAPを受信することができるようになる。従って被監視装置が増加してTRAP受信トラフィックが監視サーバの性能を超えたとしても、監視サーバを適宜追加することでTRAPを取りこぼし無く受信でき、監視システムの拡張性も確保することができる。   By taking such means, the TRAP is once captured by the distribution device and then distributed and transferred to one of a plurality of storage means. As a result, even if TRAP exceeding the allowable amount of the storage means (monitoring server) alone occurs in a burst manner, any storage means can always receive TRAP. Therefore, even if the number of monitored devices increases and the TRAP received traffic exceeds the performance of the monitoring server, it is possible to receive TRAP without missing by adding a monitoring server as appropriate, and to ensure the expandability of the monitoring system.

この発明によれば、TRAP受信トラフィックの増大に対する拡張性を高めたネットワーク監視システムを提供することができる。   According to the present invention, it is possible to provide a network monitoring system with enhanced extensibility against an increase in TRAP reception traffic.

図1は、この発明に係わるネットワーク監視システムの実施の形態を示すシステム図である。図1において、ネットワークNWには複数の被監視装置11〜1nが属する。被監視装置11〜1nはそれぞれ自己の状態を自律的に監視し、MIB(Management Information Base:管理情報データベース)に定義されたイベントが生じれば適宜TRAPを発報する。TRAPはネットワークNWからルータ2を介してまずロードバランサ(振り分け装置)4に伝達され、捕捉される。ロードバランサ4の属する網(例えば構内LAN(Local Area Network)など)には、複数の監視サーバ31〜3N、時刻同期機能を持つNTP(Network Time Protocol)サーバ(時刻同期サーバ)100、およびTRAP表示端末(処理端末)200が接続される。
すなわち図1のシステムではネットワーク監視にあたりSNMPが用いられる。各被監視装置11〜1nから発報されるTRAPは一旦ロードバランサ4にプールされたのち、直ちに監視サーバ31〜3Nのいずれかに転送される。監視サーバ31〜3Nは、ロードバランサ4から転送されたTRAPを受信し、記録メディアなどに蓄積する(蓄積手段)。
FIG. 1 is a system diagram showing an embodiment of a network monitoring system according to the present invention. In FIG. 1, a plurality of monitored devices 11 to 1n belong to a network NW. Each of the monitored devices 11 to 1n autonomously monitors its own state, and appropriately reports TRAP when an event defined in MIB (Management Information Base) occurs. The TRAP is first transmitted from the network NW to the load balancer (distributor) 4 via the router 2 and captured. In a network to which the load balancer 4 belongs (for example, a local area network (LAN)), a plurality of monitoring servers 31 to 3N, an NTP (Network Time Protocol) server (time synchronization server) 100 having a time synchronization function, and a TRAP display A terminal (processing terminal) 200 is connected.
That is, the system of FIG. 1 uses SNMP for network monitoring. The TRAP issued from each monitored device 11 to 1n is once pooled in the load balancer 4 and then immediately transferred to one of the monitoring servers 31 to 3N. The monitoring servers 31 to 3N receive the TRAP transferred from the load balancer 4 and store it in a recording medium (storage means).

図2は、図1のシステムの主要部を示すブロック図である。ロードバランサ4はTRAPを発報する被監視装置11〜1nに対して、唯一の仮想サーバアドレス(特定アドレス)を提供する。すなわち被監視装置11〜1nはいずれもこの仮想サーバアドレスに向けてTRAPを発報する。   FIG. 2 is a block diagram showing the main part of the system of FIG. The load balancer 4 provides a unique virtual server address (specific address) to the monitored devices 11 to 1n that issue TRAP. That is, all of the monitored devices 11 to 1n issue TRAP toward the virtual server address.

各監視サーバ31〜3Nはそれぞれ固有のアドレスを持ち、ロードバランサ4は捕捉したTRAPを規定の負荷分散ロジック(例えばラウンドロビンなど)に従って各監視サーバ31〜3Nのアドレスに振り分け転送する。これにより全てのTRAPは監視サーバ31〜3Nのいずれかにおいて受信される。   Each of the monitoring servers 31 to 3N has a unique address, and the load balancer 4 distributes and transfers the captured TRAP to the addresses of the monitoring servers 31 to 3N according to a prescribed load distribution logic (for example, round robin). As a result, all TRAPs are received by any of the monitoring servers 31 to 3N.

ここで、被監視装置11〜1nからロードバランサ4にTRAPを伝達するためのプロトコルは、SNMPの仕様のうえではUDPである。しかし、ロードバランサ4から監視サーバ31〜3NにTRAPを転送するプロトコルはUDPに限られず、任意に選ぶことができる。特に、フロー制御を備え、データ紛失に際して再送制御を行うことのできるTCP(Transmission Control Protocol)を用いるのが有利である。   Here, the protocol for transmitting TRAP from the monitored devices 11 to 1n to the load balancer 4 is UDP based on the SNMP specification. However, the protocol for transferring TRAP from the load balancer 4 to the monitoring servers 31 to 3N is not limited to UDP, and can be arbitrarily selected. In particular, it is advantageous to use TCP (Transmission Control Protocol) that includes flow control and can perform retransmission control when data is lost.

監視サーバ31〜3Nはロードバランサ4から転送されたTRAPを受信すると、図3に示すように、そのTRAPに自サーバの識別子(サーバ識別子)とタイムスタンプとを付与したうえで、それぞれのデータベースDB1〜DBNに蓄積する。タイムスタンプは各監視サーバ31〜3NにおけるTRAPの受信時刻を示す。サーバ識別子とタイムスタンプとでTRAP受信情報が構成され、これとTRAPの具体的な中身とが合わさってデータベース化される。   When the monitoring servers 31 to 3N receive the TRAP transferred from the load balancer 4, as shown in FIG. 3, the monitoring server 31 to 3N adds its own server identifier (server identifier) and time stamp to the TRAP. ~ Accumulate in DBN. The time stamp indicates the TRAP reception time in each of the monitoring servers 31 to 3N. The TRAP reception information is composed of the server identifier and the time stamp, and this is combined with the specific contents of TRAP to form a database.

なおデータベースDB1〜DBNは、例えばハードディスクドライブなどの記録メディアの記憶領域に構築される。記録メディアは図2に示すように各監視サーバ31〜3Nごとに接続される外付けのドライブであっても良いし、このほか、監視サーバ31〜3Nに内蔵されるユニットであっても良い。   The databases DB1 to DBN are constructed in a storage area of a recording medium such as a hard disk drive. The recording medium may be an external drive connected to each of the monitoring servers 31 to 3N as shown in FIG. 2, or may be a unit built in the monitoring servers 31 to 3N.

タイムスタンプは、NTPサーバ100により同期を保障された時刻に基づいて付与される。これにより各TRAP間での時系列を保障することが可能になる。TRAP表示端末200もNTPサーバ100からの時刻情報の供給を受けており、監視サーバ31〜3Nのそれぞれにおける時刻とTRAP表示端末200における時刻とは、NTPサーバ100の機能により互いに同期する。従ってTRAP表示端末200におけるTRAPデータのソートおよびマージなどの処理も時系列情報を保った状態で実施できる。   The time stamp is given based on the time when synchronization is guaranteed by the NTP server 100. This makes it possible to guarantee a time series between the TRAPs. The TRAP display terminal 200 is also supplied with time information from the NTP server 100, and the time at each of the monitoring servers 31 to 3N and the time at the TRAP display terminal 200 are synchronized with each other by the function of the NTP server 100. Accordingly, processing such as sorting and merging of TRAP data in the TRAP display terminal 200 can be performed while maintaining time-series information.

図4は、TRAP表示端末200における処理手順を示すフローチャートである。TRAP表示端末200は例えば専用のソフトウェアをインストールされたパーソナルコンピュータであり、モニタを備える。モニタにおいては受信したTRAPを処理(マージあるいはソーティングなど)した結果が視覚的に表示される。なお表示手段としてのモニタは内蔵ディスプレイであっても良いし、表示機能のみを備える外付けのディスプレイであっても良い。   FIG. 4 is a flowchart showing a processing procedure in the TRAP display terminal 200. The TRAP display terminal 200 is a personal computer in which dedicated software is installed, for example, and includes a monitor. On the monitor, the result of processing (merging or sorting) the received TRAP is visually displayed. The monitor as the display means may be a built-in display or an external display having only a display function.

TRAP表示端末200は規定のタイミングでポーリングを行い、その開始時刻をTとする。TRAP表示端末200はこのポーリングのタイミングで、監視サーバ31〜3Nに対するポーリングを行う。ポーリングの対象とする監視サーバ31〜3Nの識別子およびアドレスは、TRAP表示端末200に予め登録される。   The TRAP display terminal 200 performs polling at a prescribed timing and sets its start time as T. The TRAP display terminal 200 polls the monitoring servers 31 to 3N at this polling timing. The identifiers and addresses of the monitoring servers 31 to 3N to be polled are registered in advance in the TRAP display terminal 200.

TRAP表示端末200はポーリング開始時刻Tになると(ステップB1)、監視サーバ31〜3Nに同報でTRAPデータ取得要求を一斉送信し(ステップB2)、TRAPデータ受信待ちとなる(ステップB3)。監視サーバ31〜3Nは、TRAP表示端末200に前回送信したTRAPデータとの差分をTRAP表示端末200に送信する。つまり監視サーバ31〜3Nは、TRAP表示端末200に前回送信したTRAP以降にロードバランサ4から受信したTRAPを、TRAP表示端末に送信する。TRAP表示端末200は全ての監視サーバ31〜3Nから送られるTRAPを受信し、内部メモリ(図示せず)などに格納する(ステップB4)。TRAP表示端末200は、今回のポーリングにおいて全ての監視サーバ31〜3NからのTRAPの受信が完了したか否かを判断し(ステップB5)、受信が完了するまでステップB3〜ステップB5を繰り返す。   When the TRAP display terminal 200 reaches the polling start time T (step B1), the TRAP display terminal 200 broadcasts TRAP data acquisition requests to the monitoring servers 31 to 3N (step B2) and waits for TRAP data reception (step B3). The monitoring servers 31 to 3 </ b> N transmit the difference from the TRAP data transmitted to the TRAP display terminal 200 last time to the TRAP display terminal 200. That is, the monitoring servers 31 to 3N transmit the TRAP received from the load balancer 4 after the TRAP previously transmitted to the TRAP display terminal 200 to the TRAP display terminal. The TRAP display terminal 200 receives TRAPs sent from all the monitoring servers 31 to 3N and stores them in an internal memory (not shown) (step B4). The TRAP display terminal 200 determines whether or not reception of TRAP from all the monitoring servers 31 to 3N has been completed in this polling (step B5), and repeats step B3 to step B5 until reception is completed.

今回のポーリングにおいて全ての監視サーバ31〜3NからのTRAPの受信が完了すると、TRAP表示端末200はTRAPデータのタイムスタンプをキーとして、受信済みのTRAPをソートし、さらに、前回ポーリングまでに既に取得済みのTRAPとマージする(ステップB6)。   When the TRAP reception from all the monitoring servers 31 to 3N is completed in this polling, the TRAP display terminal 200 sorts the received TRAPs using the time stamp of the TRAP data as a key, and has already been acquired by the previous polling. It merges with the already completed TRAP (step B6).

次にTRAP表示端末200は、マージの完了したTRAPを、時刻情報すなわちタイムスタンプと共に、モニタに画面表示する(表示手段)(ステップB7)。その際、ポーリング開始時刻Tから一定の遅延時間Δtおよびポーリング間隔Tpを減じた時刻(T−Tp−Δt)よりも古いタイムスタンプを持つTRAPについては、その旨をモニタ画面において区別して表示する。区別に際しては色分け、点滅、あるいはアスタリスク(*)などの記号を付記する、などの手法が考えられる。   Next, the TRAP display terminal 200 displays the merged TRAP on the monitor together with time information, that is, a time stamp (display means) (step B7). At that time, for the TRAP having a time stamp older than the time (T−Tp−Δt) obtained by subtracting the fixed delay time Δt and the polling interval Tp from the polling start time T, the fact is distinguished and displayed on the monitor screen. For the distinction, methods such as color coding, blinking, or adding a symbol such as an asterisk (*) are conceivable.

過剰に遅延したTRAP(遅延TRAP)を送信した監視サーバにおいては、過負荷が生じていたり、何らかのアラームの前兆が示されていることが多い。そこでTRAP表示端末200は、その監視サーバのサーバ情報を遅延TRAPと併せて表示し、オペレータに注意を促したのち、次回ポーリング開始時刻待ちとなる(ステップB8)。なお遅延時間Δtはネットワークにおけるディレイ、あるいはジッタなどをモニタした結果から、予め既知の量とすることができる。   In a monitoring server that has transmitted excessively delayed TRAP (delayed TRAP), an overload is often generated or a warning of some kind of alarm is indicated. Therefore, the TRAP display terminal 200 displays the server information of the monitoring server together with the delayed TRAP, calls the operator's attention, and waits for the next polling start time (step B8). The delay time Δt can be set to a known amount in advance from the result of monitoring the delay or jitter in the network.

時刻T−Tp−Δtよりも古いタイムスタンプを付与された遅延TRAPは、TRAP受信トラフィックの増加に伴うサーバ性能の逼迫、あるいはサーバ故障の兆候を示すと考えられる。そこで、オペレータに注意を促して監視サーバの保守の契機を与えることにより、監視サーバの適切な状態を維持することができる。保守にあたっては監視サーバの増設や交換などが考えられる。   A delayed TRAP given a time stamp older than the time T-Tp-Δt is considered to indicate an indication of a server malfunction or a server failure accompanying an increase in TRAP received traffic. Therefore, the appropriate state of the monitoring server can be maintained by alerting the operator and giving an opportunity to maintain the monitoring server. For maintenance, it is possible to add or replace a monitoring server.

監視サーバを増設するには、例えば次のような手順が考えられる。まず、監視サーバ31〜3Nが稼動している状態から追加の監視サーバ3N+1を新たに設置し、この監視サーバ3N+1をTRAP表示端末200に登録してポーリングの対象とする。そして、ロードバランサ4にも監視サーバ3N+1を登録することによりTRAPの振り分け受信が開始され、サーバの増設が完了する。   In order to increase the number of monitoring servers, for example, the following procedure can be considered. First, an additional monitoring server 3N + 1 is newly installed from the state in which the monitoring servers 31 to 3N are in operation, and this monitoring server 3N + 1 is registered in the TRAP display terminal 200 as a polling target. Then, by registering the monitoring server 3N + 1 also in the load balancer 4, TRAP distribution reception is started, and the addition of the server is completed.

逆に、TRAP受信トラフィックが減少するなどしてサーバを減設するには、増設と逆の順序をたどればよい。すなわちロードバランサ4から減設する監視サーバの登録を削除し、TRAPの振り分けを停止する。そうして、減設する監視サーバの登録をTRAP表示端末200からも削除することで、その監視サーバがシステムから切り離され減設が完了する。サーバ減設と増設を行うことにより、サーバ交換も可能となる。増設、減設、あるいは交換の対象でない監視サーバは保守作業中も継続して稼動可能であるので、残るサーバでTRAP受信表示を継続して実施することができる。   On the other hand, in order to reduce the number of servers due to a decrease in TRAP reception traffic, the order reverse to the addition may be followed. That is, the registration of the monitoring server to be removed from the load balancer 4 is deleted, and the distribution of TRAP is stopped. Then, by deleting the registration of the monitoring server to be removed from the TRAP display terminal 200, the monitoring server is disconnected from the system and the removal is completed. Server replacement is also possible by removing and adding servers. Monitoring servers that are not subject to expansion, reduction, or replacement can continue to operate during maintenance work, so that the TRAP reception display can be continuously performed on the remaining servers.

以上説明したようにこの実施形態では、ロードバランサ4を設け、被監視装置11〜1nからのTRAPの発報先のアドレス(仮想サーバアドレス)をこのロードバランサ4に設定することにより、ロードバランサ4において全てのTRAPが捕捉されるようにする。また複数の監視サーバ31〜3Nを設け、ロードバランサ4からこれらの監視サーバ31〜3NにTRAPを振り分けて転送するようにした。   As described above, in this embodiment, the load balancer 4 is provided, and the address (virtual server address) of the TRAP notification destination from the monitored devices 11 to 1n is set in the load balancer 4, thereby the load balancer 4. To capture all TRAP. A plurality of monitoring servers 31 to 3N are provided, and the TRAP is distributed and transferred from the load balancer 4 to these monitoring servers 31 to 3N.

このようにすることで、被監視装置が増加して、TRAP受信トラフィックが監視サーバ単体での性能を超えた場合でも、複数の監視サーバのいずれかにおいて必ずTRAPを受信することが可能になる。しかも、TRAPの受信処理を継続したまま監視サーバの増設を行うことも可能であるので、監視システムの拡張性も十分に確保することができる。これらのことから、TRAP受信トラフィックの増大に対する拡張性を高めたネットワーク監視システムを提供することが可能となる。   By doing so, even when the number of monitored devices increases and the TRAP received traffic exceeds the performance of the monitoring server alone, it becomes possible to receive TRAP at any of the plurality of monitoring servers. Moreover, since it is possible to increase the number of monitoring servers while continuing the TRAP reception process, it is possible to sufficiently ensure the expandability of the monitoring system. From these facts, it becomes possible to provide a network monitoring system with enhanced extensibility against an increase in TRAP reception traffic.

また、被監視装置は唯一の仮想サーバアドレスに宛ててTRAPを発報すれば良い。つまり監視サーバの数が如何に多くなろうとも、被監視装置からみればTRAPの送信先は一つである。よってTRAPごとに宛先アドレスを書き換えるといった処理が不要であり、これにより被監視装置の処理を軽減することができる。オペレータにとっても、被監視装置に複数のTRAP送信先アドレスを設定するといった手間が不要であるので、設定ミスを防げるとともに煩雑な手間を要することも無い。   Further, the monitored device may issue a TRAP addressed to a single virtual server address. In other words, no matter how many monitoring servers are used, there is only one TRAP transmission destination from the viewpoint of the monitored device. Therefore, the process of rewriting the destination address for each TRAP is not necessary, and the process of the monitored apparatus can be reduced. Since the operator does not need to set a plurality of TRAP destination addresses in the monitored apparatus, setting errors can be prevented and a troublesome operation is not required.

なお、この発明は、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。   It should be noted that the present invention can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment.

この発明に係わるネットワーク監視システムの実施の形態を示すシステム図。1 is a system diagram showing an embodiment of a network monitoring system according to the present invention. 図1のシステムの主要部を示すブロック図。The block diagram which shows the principal part of the system of FIG. データベースDB1〜DBNに蓄積されるTRAPデータの一例を示す模式図。The schematic diagram which shows an example of the TRAP data accumulate | stored in database DB1-DBN. TRAP表示端末200における処理手順を示すフローチャート。The flowchart which shows the process sequence in the TRAP display terminal 200.

符号の説明Explanation of symbols

NW…ネットワーク、11〜1n…被監視装置、2…ルータ、4…ロードバランサ、31〜3N…監視サーバ、100…NTPサーバ、200…TRAP表示端末、DB1〜DBN…データベース   NW: Network, 11-1n: Monitored device, 2: Router, 4: Load balancer, 31-3N: Monitoring server, 100: NTP server, 200: TRAP display terminal, DB1-DBN: Database

Claims (4)

SNMP(Simple Network Management Protocol)を用いるネットワーク監視システムにおいて、
特定アドレスに向けTRAPを発報する複数の被監視装置と、
前記特定アドレスを割り当てられ、前記複数の被監視装置から発報されたTRAPを捕捉したのち複数の宛先アドレスのいずれかに振り分けて転送する振り分け装置と、
前記宛先アドレスを個別に割り当てられ、前記振り分け装置から転送されたTRAPを受信し蓄積する複数の蓄積手段と、
前記蓄積されたTRAPを前記複数の蓄積手段から取得して処理する処理端末とを具備することを特徴とするネットワーク監視システム。
In a network monitoring system using SNMP (Simple Network Management Protocol),
A plurality of monitored devices that issue TRAP to a specific address;
A distribution device that is assigned the specific address and that receives the TRAP issued from the plurality of monitored devices and then distributes the TRAP to any one of a plurality of destination addresses; and
A plurality of storage means for receiving and storing the TRAP assigned to the destination address individually and transferred from the distribution device;
A network monitoring system comprising: a processing terminal that acquires and processes the stored TRAP from the plurality of storage means.
さらに、前記複数の蓄積手段のそれぞれにおける時刻と前記処理端末における時刻とを同期させる時刻同期サーバを具備し、
前記複数の蓄積手段は、受信したTRAPに、前記時刻同期サーバにより同期された時刻に基づいてタイムスタンプを付与し、
前記処理端末は、前記取得したTRAPと、既に取得済みのTRAPとを前記タイムスタンプに基づいてマージすることを特徴とする請求項1に記載のネットワーク監視システム。
And a time synchronization server for synchronizing the time at each of the plurality of storage means and the time at the processing terminal,
The plurality of storage means give a time stamp to the received TRAP based on the time synchronized by the time synchronization server,
The network monitoring system according to claim 1, wherein the processing terminal merges the acquired TRAP and the already acquired TRAP based on the time stamp.
さらに、前記マージされたTRAPを表示する表示手段を具備することを特徴とする請求項2に記載のネットワーク監視システム。   The network monitoring system according to claim 2, further comprising display means for displaying the merged TRAP. 前記処理端末は、過剰に遅延する遅延TRAPを前記タイムスタンプに基づいて判別し、
前記表示手段は、前記遅延TRAPとその他のTRAPとを区別して表示することを特徴とする請求項3に記載のネットワーク監視システム。
The processing terminal determines an excessively delayed delay TRAP based on the time stamp,
4. The network monitoring system according to claim 3, wherein the display unit displays the delayed TRAP and other TRAPs while distinguishing them.
JP2008223795A 2008-09-01 2008-09-01 Network monitoring system Withdrawn JP2010061226A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008223795A JP2010061226A (en) 2008-09-01 2008-09-01 Network monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008223795A JP2010061226A (en) 2008-09-01 2008-09-01 Network monitoring system

Publications (1)

Publication Number Publication Date
JP2010061226A true JP2010061226A (en) 2010-03-18

Family

ID=42187978

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008223795A Withdrawn JP2010061226A (en) 2008-09-01 2008-09-01 Network monitoring system

Country Status (1)

Country Link
JP (1) JP2010061226A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108737567A (en) * 2018-06-15 2018-11-02 广东美的制冷设备有限公司 Real-time clock providing method, server, household appliance, system and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108737567A (en) * 2018-06-15 2018-11-02 广东美的制冷设备有限公司 Real-time clock providing method, server, household appliance, system and medium
CN108737567B (en) * 2018-06-15 2021-10-26 广东美的制冷设备有限公司 Real-time clock providing method, server, home appliance, system, and medium

Similar Documents

Publication Publication Date Title
CA2510578C (en) Distributed messaging system and method for sharing network status data
US7917613B2 (en) Heartbeat heuristics
JP2006221376A (en) Plant emergency information display system and method, and web server
WO2015131548A1 (en) Method for protecting bfd, and device
CN101146044B (en) A method and device for constructing terminal topology
US10805195B2 (en) Network operational flaw detection using metrics
JP2009033447A (en) Interface device, main device, and control method used for interface device
JP2010061226A (en) Network monitoring system
JP2010205234A (en) Monitoring system, network apparatus, monitoring information providing method, and program
JP2010245841A (en) Method and device for managing network, and network apparatus
JP2016146519A (en) Network monitoring system, monitoring device, and monitoring method
JP2008092217A (en) Ip telephone system and telephone switchboard
JP2008077293A (en) Network monitor
JP4687519B2 (en) Call center system for broadcast distribution of event notifications
JP4284349B2 (en) SIP trunk gateway device
TW201110617A (en) Network detecting device and method of network quality detecting thereof
JP5125207B2 (en) IP telephone communication system and IP telephone communication method
JP2007267068A (en) Network management system, remote monitoring function providing device, and remote control method used therefor
JP4662445B2 (en) Streaming service management program and method
JP2008242635A (en) Security system and terminal connection state monitoring method for security system
JP2008259099A (en) Security system
JP2006227725A (en) Server management system
JP2009111655A (en) Network control system
JP5705752B2 (en) Communication system, SNMP manager device, and SNMP agent device
CN117520284A (en) File synchronization task management method and electronic equipment

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20111101