JP3735527B2 - Remote equipment monitoring system - Google Patents

Remote equipment monitoring system Download PDF

Info

Publication number
JP3735527B2
JP3735527B2 JP2000325391A JP2000325391A JP3735527B2 JP 3735527 B2 JP3735527 B2 JP 3735527B2 JP 2000325391 A JP2000325391 A JP 2000325391A JP 2000325391 A JP2000325391 A JP 2000325391A JP 3735527 B2 JP3735527 B2 JP 3735527B2
Authority
JP
Japan
Prior art keywords
snmp
smtp
message
manager
monitoring target
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.)
Expired - Lifetime
Application number
JP2000325391A
Other languages
Japanese (ja)
Other versions
JP2002132599A (en
Inventor
幸則 杉下
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC AccessTechnica Ltd
Original Assignee
NEC AccessTechnica Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC AccessTechnica Ltd filed Critical NEC AccessTechnica Ltd
Priority to JP2000325391A priority Critical patent/JP3735527B2/en
Publication of JP2002132599A publication Critical patent/JP2002132599A/en
Application granted granted Critical
Publication of JP3735527B2 publication Critical patent/JP3735527B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は遠隔機器監視システムに関し、特に、電子メールでしか装置の状態を通知できないシステムをSNMP(simple network management protocol)マネージャにより監視する技術に関する。
【0002】
【従来の技術】
ネットワークに接続されたルーター、ブリッジ、ハブ、コンピュータなどの構成情報あるいは障害時の情報収集を行う際、マネージャとエージェント間の情報のやり取りにはSNMPが使用される。SNMPのオペレーションは、get(管理情報の収集)、get-next(管理情報の収集)、set(管理情報の設定)、trap(障害の通知)の4種類からなる。
【0003】
管理情報は、MIB(management information base)と呼ばれエージェント側に存在する。このMIBの値をマネージャで監視・管理している。
【0004】
一方、従来、電子メールでしか装置の状態を通知できないシステムでは、インターネット上で電子メールの転送に利用されているSMTP(simple mail transfer protocol)でしか送信することができないので、SNMP(simple network management protocol)マネージャによる監視ができなかった。
【0005】
【発明が解決しようとする課題】
そのため、すでにSNMPにより他の装置の監視を行っている状態のときに、電子メールでしか装置の状態を通知できないシステムの監視・管理を行う場合には、SNMPマネージャのほかに、監視用の電子メールを受信する手段を用意する必要があり、監視システムの構成が複雑となるという問題がある。
【0006】
本発明の目的は、電子メールによる装置情報の通知機能しか持たない装置であっても、SNMPマネージャによる監視を可能にする手段を提供することにある。
【0007】
【課題を解決するための手段】
本発明は、SNMPにより監視対象装置を監視する遠隔機器監視システムに、SMTP/SNMP変換手段を有する中継サーバを配置し、アラーム発生状況などの装置情報をSNMPではなくSMTPにより通知する機能を有する装置からの情報を、前記中継サーバを介して受信することにより、SNMPマネージャで管理することを特徴とする。
【0008】
本発明によれば、装置情報をSMTPでしか通知する機能を有していない監視対象装置からアラーム発生などを通知する電子メールがSMTPにより発信されると、中継サーバでSNMPに変換され、SNMPトラップによりSNMPマネージャに通知される。したがって、電子メールによる装置情報の通知機能しか持たない装置でも、SNMPマネージャによる監視が可能になる。
【0009】
【発明の実施の形態】
図1は、本発明の遠隔機器監視システムの概略構成を示すブロック図である。
【0010】
本発明の遠隔機器監視システムは、アラーム発生状況などの装置情報をSMTPにより通知する監視対象装置1と、アラーム発生状況などの装置情報をSNMPにより通知する監視対象装置10と、監視対象装置1からのSMTPをSNMPに変換してSNMPマネージャに転送する中継サーバ2と、SNMPマネージャ3から構成される。監視対象装置10は、装置情報をSNMPにより直接SNMPマネージャ3に通知可能な装置である。
【0011】
図2は、本発明の第1の実施形態を示すブロック図である。
【0012】
アラーム発生状況などの装置情報をSMTPにより通知する監視対象機器1は、SMTP送信手段11を備えている。また、中継サーバ2は、SMTP受信手段21とSMTP/SNMP変換手段22とSNMP送信手段23とを備えている。また、SNMPマネージャ3はSNMP受信手段31を備えている。
【0013】
SMTP送信手段11は、監視対象装置1のアラーム発生状況などの装置状況を電子メールとして中継サーバ2に送信する。中継サーバ2のSMTP受信手段21は、監視対象装置1から送信された電子メールを受信し、SMTP/SNMP変換手段22に送信する。
【0014】
SMTP/SNMP変換手段22は、SMTP受信手段21からの電子メールを、Trap−PDUを含むSNMPメッセージに変換し、SNMP送信手段23にSNMPメッセージを渡す。SNMP送信手段23は、SMTP/SNMP変換手段22からのSNMPメッセージをSNMPトラップコマンドとして、SNMPマネージャ3に通知する。
【0015】
SNMPマネージャ3のSNMPコマンド受信手段31は、中継サーバ2からのSNMPメッセージを受信し、受信メッセージをSNMPマネージャ3内で処理する。
【0016】
次に、図2を参照して本実施形態の全体の動作について詳細に説明する。
【0017】
まず、監視対象装置1において、各種アラームの発生や装置設定が変更になった場合に中継サーバ2に電子メールを送信するように設定する。これにより、監視対象装置1においてアラームが発生した場合などに、SMTP送信手段11から中継サーバ2に電子メールが送信される。
【0018】
監視対照装置1より送信された電子メールは中継サーバ2のSMTP受信手段21で受信され、SMTP/SNMP変換手段22に渡される。SNMPに変換されたデータはSNMP送信手段23により、SNMPマネージャ3に対しSNMPトラップコマンドとして送信される。
【0019】
SNMPマネージャ3のSNMP受信手段31によって受信されたSNMPトラップコマンドは、SNMPマネージャ3内で処理される。
【0020】
図3は、本発明の第2の実施形態を示すブロック図である。
【0021】
本実施形態における遠隔機器監視システムも、監視対象装置1、中継サーバ2、及びSNMPマネージャ3から構成されており、監視対象装置1がSMTP送信手段11を備えている点では第1の実施形態と同様であるが、本実施の形態では、中継サーバ2はSMTP受信手段21とSMTP/SNMP変換手段22とSNMP送信手段23とSNMP受信手段24と受信電子メール保存手段とを備え、SNMPマネージャ3はSNMP受信手段31とSNMP送信手段32を備えている点で第1の実施形態と相違する。
【0022】
本実施の形態においても、監視対象装置1のSMTP送信手段11は、監視対象機器のアラーム発生状況などの装置状況を電子メールとして中継サーバ2に送信する。中継サーバ2のSMTP受信手段21は、監視対象装置1から送信された電子メールを受信してSMTP/SNMP変換手段22に送信する。
【0023】
SMTP/SNMP変換手段22は、SMTP受信手段21からの電子メールを、Trap−PDUを含むSNMPメッセージに変換し、SNMP送信手段23にSNMPメッセージを渡す。SNMP送信手段23は、SMTP/SNMP変換手段22からのSNMPメッセージをSNMPトラップコマンドとして、SNMPマネージャ3に通知する。SNMPマネージャ3のSNMPコマンド受信手段31で受信された中継サーバ2からのSNMPメッセージは、SNMPマネージャ3により処理される。
【0024】
本実施の形態では、SNMPマネージャ3のSNMP送信手段32から送信されるSNMPコマンドが中継サーバ2のSNMP受信手段24により受信される。また、電子メール保存手段25は、監視対象装置1からの電子メールを保存する。
【0025】
次に、図3を参照して本実施形態の全体の動作について詳細に説明する。
【0026】
まず、監視対象装置1において、各種アラームの発生や装置設定が変更になった場合に中継サーバ2に電子メールを送信するように設定する。これにより、監視対象装置1においてアラームが発生した場合などに、SMTP送信手段11から中継サーバ2に電子メールが送信される。
【0027】
監視対照装置1より送信された電子メールはSMTP受信手段21で受信され、SMTP/SNMP変換手段22に渡されると同時に、電子メール保存手段25で保存される。SNMPに変換されたデータはSNMP送信手段23により、SNMPマネージャ3に対しSNMPトラップコマンドとして送信される。
【0028】
SNMPマネージャ3では、SNMP受信手段31によって中継サーバ2からのSNMPトラップコマンドを受信し、SNMPマネージャ内で処理する。
【0029】
しかし、SNMPトラップはUDP(user datagram protocol)を使用して送信されるため、SNMPマネージャへの到達を保証されていない。そのため、中継サーバ2とSNMPマネージャ3の間でSNMPトラップが廃棄される可能性があり、その場合は監視対象装置1の状態を把握することができなくなる。
【0030】
そこで、本実施の形態では、監視対象装置1から発信される電子メールにユニークな数値を付加する。なお、この数値は送信順位に基づき1づつ増加される。それにより、SNMPマネージャ3ではこの数値を参照することにより全てのSNMPトラップを受信できたか確認できる。
【0031】
受信できていないSNMPトラップがあった場合、SNMP送信手段32からSNMPコマンドにより、受信できなかったSNMPトラップの数値を中継サーバ2に送信する。SNMP受信手段24では、受信したSNMPコマンドの数値と合致する電子メールを電子メール保存手段25より読み出し、SMTP/SNMP変換手段22およびSNMP送信手段23を経由しSNMPマネージャに送信する。
【0032】
本実施の形態では、SNMPトラップが経路上で紛失しても、SNMPマネージャは紛失したSNMPトラップの再送を要求することができるので、常に監視対象装置1の状態を監視できる。
【0033】
【発明の効果】
本発明は、SNMPに対応していない監視対象装置が送信するSMTPを中継サーバによりSNMPに変換しSNMPトラップをSNMPマネージャに送信するので、SNMPに対応していない監視対象装置でもSNMPマネージャにより監視することができる。
【図面の簡単な説明】
【図1】本発明の遠隔機器監視システムの概略構成を示すブロック図である。
【図2】本発明の実施の形態を示すブロック図である。
【図3】本発明の他の実施形態を示すブロック図である。
【符号の説明】
1,10 監視対象装置
2 中継サーバ
3 SNMPマネージャ
11 SMTP送信手段
21 SMTP受信手段
22 SMTP/SNMP変換手段
23,32 SNMP送信手段
24,31 SNMP受信手段
25 電子メール保存手段
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a remote device monitoring system, and more particularly, to a technology for monitoring a system that can notify the status of a device only by e-mail using an SNMP (simple network management protocol) manager.
[0002]
[Prior art]
When collecting configuration information of routers, bridges, hubs, computers, etc. connected to the network or information at the time of failure, SNMP is used for exchanging information between the manager and the agent. There are four types of SNMP operations: get (management information collection), get-next (management information collection), set (management information setting), and trap (failure notification).
[0003]
Management information is called MIB (management information base) and exists on the agent side. The MIB value is monitored and managed by the manager.
[0004]
On the other hand, in a conventional system in which the state of the apparatus can be notified only by e-mail, since it can be transmitted only by SMTP (simple mail transfer protocol) used for e-mail transfer on the Internet, SNMP (simple network management) protocol) Manager could not monitor.
[0005]
[Problems to be solved by the invention]
Therefore, when monitoring and managing a system that can only notify the status of a device by e-mail when other devices are already monitored by SNMP, in addition to the SNMP manager, the monitoring electronic There is a problem that it is necessary to prepare a means for receiving mail, and the configuration of the monitoring system becomes complicated.
[0006]
An object of the present invention is to provide means for enabling monitoring by an SNMP manager even for a device having only a function of notifying device information by e-mail.
[0007]
[Means for Solving the Problems]
The present invention is an apparatus having a function of notifying an apparatus information such as an alarm occurrence status by SMTP instead of SNMP by disposing a relay server having an SMTP / SNMP conversion means in a remote device monitoring system that monitors an apparatus to be monitored by SNMP. Is received by the relay server and managed by the SNMP manager.
[0008]
According to the present invention, when an e-mail notifying of the occurrence of an alarm or the like is transmitted by SMTP from a monitoring target device that has no function of notifying device information only by SMTP, it is converted to SNMP by the relay server, and SNMP trap Is notified to the SNMP manager. Therefore, even an apparatus having only a function for notifying apparatus information by e-mail can be monitored by the SNMP manager.
[0009]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 is a block diagram showing a schematic configuration of a remote device monitoring system of the present invention.
[0010]
The remote device monitoring system of the present invention includes a monitoring target device 1 that notifies device information such as an alarm occurrence status by SMTP, a monitoring target device 10 that notifies device information such as an alarm occurrence status by SNMP, and the monitoring target device 1. The relay server 2 that converts the SMTP into SNMP and forwards it to the SNMP manager, and the SNMP manager 3. The monitoring target device 10 is a device capable of notifying device information directly to the SNMP manager 3 by SNMP.
[0011]
FIG. 2 is a block diagram showing the first embodiment of the present invention.
[0012]
The monitoring target device 1 that notifies device information such as an alarm occurrence status by SMTP includes an SMTP transmission unit 11. The relay server 2 includes an SMTP receiving unit 21, an SMTP / SNMP conversion unit 22, and an SNMP transmitting unit 23. The SNMP manager 3 includes SNMP receiving means 31.
[0013]
The SMTP transmission unit 11 transmits an apparatus status such as an alarm occurrence status of the monitoring target apparatus 1 to the relay server 2 as an electronic mail. The SMTP receiving unit 21 of the relay server 2 receives the electronic mail transmitted from the monitoring target device 1 and transmits it to the SMTP / SNMP conversion unit 22.
[0014]
The SMTP / SNMP conversion unit 22 converts the electronic mail from the SMTP reception unit 21 into an SNMP message including Trap-PDU, and passes the SNMP message to the SNMP transmission unit 23. The SNMP transmission unit 23 notifies the SNMP manager 3 of the SNMP message from the SMTP / SNMP conversion unit 22 as an SNMP trap command.
[0015]
The SNMP command receiving means 31 of the SNMP manager 3 receives the SNMP message from the relay server 2 and processes the received message in the SNMP manager 3.
[0016]
Next, the overall operation of this embodiment will be described in detail with reference to FIG.
[0017]
First, the monitoring target device 1 is set to send an e-mail to the relay server 2 when various alarms are generated or device settings are changed. As a result, when an alarm occurs in the monitoring target device 1, an e-mail is transmitted from the SMTP transmission unit 11 to the relay server 2.
[0018]
The e-mail transmitted from the monitoring control device 1 is received by the SMTP receiving means 21 of the relay server 2 and passed to the SMTP / SNMP conversion means 22. The data converted into SNMP is transmitted to the SNMP manager 3 as an SNMP trap command by the SNMP transmission means 23.
[0019]
The SNMP trap command received by the SNMP receiving means 31 of the SNMP manager 3 is processed in the SNMP manager 3.
[0020]
FIG. 3 is a block diagram showing a second embodiment of the present invention.
[0021]
The remote device monitoring system according to the present embodiment is also composed of the monitoring target device 1, the relay server 2, and the SNMP manager 3, and the monitoring target device 1 includes the SMTP transmission unit 11 as compared with the first embodiment. Similarly, in the present embodiment, the relay server 2 includes an SMTP reception unit 21, an SMTP / SNMP conversion unit 22, an SNMP transmission unit 23, an SNMP reception unit 24, and a received email storage unit. This embodiment differs from the first embodiment in that an SNMP receiving unit 31 and an SNMP transmitting unit 32 are provided.
[0022]
Also in the present embodiment, the SMTP transmission unit 11 of the monitoring target device 1 transmits a device status such as an alarm occurrence status of the monitoring target device to the relay server 2 as an electronic mail. The SMTP receiving unit 21 of the relay server 2 receives the electronic mail transmitted from the monitoring target device 1 and transmits it to the SMTP / SNMP conversion unit 22.
[0023]
The SMTP / SNMP conversion unit 22 converts the electronic mail from the SMTP reception unit 21 into an SNMP message including Trap-PDU, and passes the SNMP message to the SNMP transmission unit 23. The SNMP transmission unit 23 notifies the SNMP manager 3 of the SNMP message from the SMTP / SNMP conversion unit 22 as an SNMP trap command. The SNMP message from the relay server 2 received by the SNMP command receiving means 31 of the SNMP manager 3 is processed by the SNMP manager 3.
[0024]
In the present embodiment, the SNMP command transmitted from the SNMP transmitting unit 32 of the SNMP manager 3 is received by the SNMP receiving unit 24 of the relay server 2. Further, the e-mail storage unit 25 stores e-mail from the monitoring target device 1.
[0025]
Next, the overall operation of this embodiment will be described in detail with reference to FIG.
[0026]
First, the monitoring target device 1 is set to send an e-mail to the relay server 2 when various alarms are generated or device settings are changed. As a result, when an alarm occurs in the monitoring target device 1, an e-mail is transmitted from the SMTP transmission unit 11 to the relay server 2.
[0027]
The e-mail transmitted from the monitoring control device 1 is received by the SMTP receiving means 21, delivered to the SMTP / SNMP conversion means 22 and simultaneously saved by the e-mail saving means 25. The data converted into SNMP is transmitted to the SNMP manager 3 as an SNMP trap command by the SNMP transmission means 23.
[0028]
In the SNMP manager 3, the SNMP receiving unit 31 receives the SNMP trap command from the relay server 2, and processes it in the SNMP manager.
[0029]
However, since the SNMP trap is transmitted using UDP (user datagram protocol), reaching the SNMP manager is not guaranteed. Therefore, there is a possibility that the SNMP trap is discarded between the relay server 2 and the SNMP manager 3, and in this case, the state of the monitored device 1 cannot be grasped.
[0030]
Therefore, in the present embodiment, a unique numerical value is added to the e-mail transmitted from the monitoring target device 1. This numerical value is incremented by 1 based on the transmission order. As a result, the SNMP manager 3 can check whether all SNMP traps have been received by referring to this numerical value.
[0031]
If there is an SNMP trap that has not been received, the SNMP sending unit 32 transmits the SNMP trap value that could not be received to the relay server 2 by the SNMP command. The SNMP receiving means 24 reads an e-mail that matches the received SNMP command value from the e-mail storage means 25 and sends it to the SNMP manager via the SMTP / SNMP conversion means 22 and the SNMP sending means 23.
[0032]
In the present embodiment, even if the SNMP trap is lost on the route, the SNMP manager can request retransmission of the lost SNMP trap, so that the state of the monitoring target device 1 can always be monitored.
[0033]
【The invention's effect】
In the present invention, since the SMTP transmitted from the monitoring target device that does not support SNMP is converted into SNMP by the relay server and the SNMP trap is transmitted to the SNMP manager, even the monitoring target device that does not support SNMP is monitored by the SNMP manager. be able to.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a schematic configuration of a remote device monitoring system of the present invention.
FIG. 2 is a block diagram showing an embodiment of the present invention.
FIG. 3 is a block diagram showing another embodiment of the present invention.
[Explanation of symbols]
1,10 Monitoring target device 2 Relay server 3 SNMP manager 11 SMTP transmission means 21 SMTP reception means 22 SMTP / SNMP conversion means 23, 32 SNMP transmission means 24, 31 SNMP reception means 25 E-mail storage means

Claims (7)

SNMPにより監視対象装置を監視するSNMPマネージャと、装置情報をSMTPにより通知する機能を有する監視対象装置とを含む遠隔機器監視システムにおいて、
該システム内に、前記監視対象装置から通知されるSMTPによる装置情報を受信するSMTP受信手段と、受信したSMTPメッセージをSNMPメッセージに変換するSMTP/SNMP変換手段と、変換されたSNMPメッセージを前記SNMPマネージャに送信するSNMP送信手段とを備えた中継サーバが配置されていることを特徴とする遠隔機器監視システム。
In a remote device monitoring system including an SNMP manager that monitors a device to be monitored by SNMP and a device to be monitored having a function of notifying device information by SMTP.
In the system, an SMTP receiving means for receiving device information by SMTP notified from the monitoring target device, an SMTP / SNMP converting means for converting the received SMTP message into an SNMP message, and the converted SNMP message as the SNMP A remote device monitoring system, comprising: a relay server including an SNMP transmission means for transmitting to a manager.
前記SNMPマネージャは、前記中継サーバから受信したSNMPメッセージの中に欠落したSNMPメッセージを検出したとき、前記中継サーバに対して前記欠落したSNMPメッセージの再送を要求するSNMP送信手段を備えていることを特徴とする請求項1記載の遠隔機器監視システム。The SNMP manager comprises an SNMP transmission means for requesting the relay server to retransmit the missing SNMP message when detecting the SNMP message missing from the SNMP message received from the relay server. The remote device monitoring system according to claim 1, wherein: 前記中継サーバは、受信した前記監視対象装置から通知されるSMTPメッセージによる装置情報を保存する保存手段と、前記SNMPマネージャから送信された前記欠落したSNMPメッセージの再送要求を受信するSNMP受信手段と、前記欠落したSNMPメッセージに対応するSMTPメッセージを前記保存手段から読み出して、前記SMTP/SNMP変換手段及び前記SNMP送信手段を経由して前記SNMPマネージャに送信する手段を備えていることを特徴とする請求項2記載の遠隔機器監視システム。The relay server stores a device information by an SMTP message notified from the received device to be monitored, an SNMP receiving unit to receive a retransmission request for the missing SNMP message transmitted from the SNMP manager, An SMTP message corresponding to the missing SNMP message is read from the storage means, and sent to the SNMP manager via the SMTP / SNMP conversion means and the SNMP sending means. Item 3. The remote device monitoring system according to Item 2. 前記監視対象装置から通知される各SMTPメッセージには、その送信順番と関連づけされたユニークな数値が付されていることを特徴とする請求項1〜3のいずれかに記載の遠隔機器監視システム。The remote device monitoring system according to any one of claims 1 to 3, wherein each SMTP message notified from the monitoring target device has a unique numerical value associated with the transmission order. 前記SNMPマネージャは、前記中継サーバから受信したSNMPメッセージの欠落を前記ユニークな数値により検出する手段を備え、前記SNMP送信手段は前記欠落したSNMPメッセージに対応する前記ユニークな数値を送信することにより再送要求を行うことを特徴とする請求項2記載の遠隔機器監視システム。The SNMP manager includes means for detecting a missing SNMP message received from the relay server by the unique numerical value, and the SNMP transmitting means retransmits by transmitting the unique numerical value corresponding to the missing SNMP message. 3. The remote device monitoring system according to claim 2, wherein a request is made. SNMPにより監視対象装置を監視するSNMPマネージャと、装置情報をSMTPにより通知する機能を有する監視対象装置とを含む遠隔機器監視システム内に配置され、前記監視対象装置から通知されるSMTPによる装置情報を受信するSMTP受信手段と、受信したSMTPメッセージをSNMPメッセージに変換するSMTP/SNMP変換手段と、変換されたSNMPメッセージを前記SNMPマネージャに送信するSNMP送信手段とを備えていることを特徴とする中継サーバ。The device information by SMTP notified from the monitoring target device is arranged in a remote device monitoring system including an SNMP manager for monitoring the monitoring target device by SNMP and a monitoring target device having a function of notifying device information by SMTP. A relay comprising: an SMTP receiving means for receiving; an SMTP / SNMP converting means for converting the received SMTP message into an SNMP message; and an SNMP transmitting means for transmitting the converted SNMP message to the SNMP manager. server. SNMPにより監視対象装置を監視するSNMPマネージャと、装置情報をSMTPにより通知する機能を有する監視対象装置とを含む遠隔機器監視システム内に配置され、前記監視対象装置から通知されるSMTPによる装置情報を受信するSMTP受信手段と、受信した前記監視対象装置から通知されるSMTPメッセージによる装置情報を保存する保存手段と、受信したSMTPメッセージをSNMPメッセージに変換するSMTP/SNMP変換手段と、変換されたSNMPメッセージを前記SNMPマネージャに送信するSNMP送信手段と、前記SNMPマネージャから欠落したSNMPメッセージの再送要求を受信するSNMP受信手段と、前記欠落したSNMPメッセージに対応するSMTPメッセージを前記保存手段から読み出して前記SMTP/SNMP変換手段及び前記SNMP送信手段を経由して前記SNMPマネージャに送信する手段とをを備えていることを特徴とする中継サーバ。The device information by SMTP notified from the monitoring target device is arranged in a remote device monitoring system including an SNMP manager for monitoring the monitoring target device by SNMP and a monitoring target device having a function of notifying device information by SMTP. SMTP receiving means for receiving, storage means for storing device information based on the received SMTP message notified from the device to be monitored, SMTP / SNMP converting means for converting the received SMTP message into an SNMP message, and converted SNMP An SNMP transmitting means for transmitting a message to the SNMP manager, an SNMP receiving means for receiving a retransmission request for the SNMP message missing from the SNMP manager, and an SMTP message corresponding to the missing SNMP message from the storage means. Relay server, characterized in that via the SMTP / SNMP converting means and the SNMP transmitting means out look and a and means for transmitting to said SNMP manager.
JP2000325391A 2000-10-25 2000-10-25 Remote equipment monitoring system Expired - Lifetime JP3735527B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000325391A JP3735527B2 (en) 2000-10-25 2000-10-25 Remote equipment monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000325391A JP3735527B2 (en) 2000-10-25 2000-10-25 Remote equipment monitoring system

Publications (2)

Publication Number Publication Date
JP2002132599A JP2002132599A (en) 2002-05-10
JP3735527B2 true JP3735527B2 (en) 2006-01-18

Family

ID=18802765

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000325391A Expired - Lifetime JP3735527B2 (en) 2000-10-25 2000-10-25 Remote equipment monitoring system

Country Status (1)

Country Link
JP (1) JP3735527B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6973589B2 (en) * 2000-04-19 2005-12-06 Cooper Industries, Inc. Electronic communications in intelligent electronic devices
CN110190985A (en) * 2019-04-30 2019-08-30 华为技术有限公司 The method that management equipment is managed remote storage device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3483364B2 (en) * 1995-09-07 2004-01-06 Kddi株式会社 SNMP / OSI management gateway device
JP2891146B2 (en) * 1995-10-23 1999-05-17 日本電気株式会社 Network server
JPH09330283A (en) * 1996-06-13 1997-12-22 Nippon Telegr & Teleph Corp <Ntt> Method and system for alarm monitoring by electronic mail
JP3346295B2 (en) * 1998-08-18 2002-11-18 日本電気株式会社 Reliable communication system, communication method, and recording medium in network management system
JP3673660B2 (en) * 1998-11-06 2005-07-20 日本電気エンジニアリング株式会社 Remote management system
JP2000163283A (en) * 1998-11-30 2000-06-16 Kobelco Systems Corp Remote site computer monitor system
JP3519696B2 (en) * 2000-07-18 2004-04-19 アイテイーマネージ株式会社 Monitoring system and monitoring method

Also Published As

Publication number Publication date
JP2002132599A (en) 2002-05-10

Similar Documents

Publication Publication Date Title
WO2004071014A1 (en) Snmp proxy agent and management information relay method
JP2004021549A (en) Network monitoring system and program
JP2003110619A (en) Apparatus and method for monitoring network
JP4869160B2 (en) Packet relay device
JP2005117371A (en) Apparatus and system for remote monitoring
JP3735527B2 (en) Remote equipment monitoring system
US8700758B2 (en) Monitoring system, apparatus to be monitored, monitoring apparatus, and monitoring method
JP2006229835A (en) Control/monitor system of transmission network
JP2010245841A (en) Method and device for managing network, and network apparatus
Cisco SNMP Inform Requests
CN102394773A (en) Trap message submission method and equipment
JP2008077293A (en) Network monitor
JP4573156B2 (en) Data collection system
JP7180200B2 (en) Relay device and relay method
JPH10173655A (en) Fault information notifying system
JP3964763B2 (en) Internet facsimile machine
JP2010086095A (en) Monitoring server, and network monitoring method
JP2007065797A (en) Image forming device
KR100798995B1 (en) Method of trap message transmitting by TCP mode base on SNMP
JP2000029745A (en) Fault detection method, computer system, and constitution apparatus and storage medium thereof
JP2007267068A (en) Network management system, remote monitoring function providing device, and remote control method used therefor
JP5460254B2 (en) Information communication system and information communication method
JP2004048375A (en) Device for monitoring distant place
JP2001007807A (en) Network management system
JPH11331160A (en) Managing system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050120

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050125

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20051003

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20051024

R150 Certificate of patent or registration of utility model

Ref document number: 3735527

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091028

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091028

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101028

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111028

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121028

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131028

Year of fee payment: 8

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term