JP2008131386A - Information processor - Google Patents

Information processor Download PDF

Info

Publication number
JP2008131386A
JP2008131386A JP2006314645A JP2006314645A JP2008131386A JP 2008131386 A JP2008131386 A JP 2008131386A JP 2006314645 A JP2006314645 A JP 2006314645A JP 2006314645 A JP2006314645 A JP 2006314645A JP 2008131386 A JP2008131386 A JP 2008131386A
Authority
JP
Japan
Prior art keywords
packet data
notification
communication
packet
information processing
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
JP2006314645A
Other languages
Japanese (ja)
Inventor
Yoichi Kamei
洋一 亀井
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2006314645A priority Critical patent/JP2008131386A/en
Publication of JP2008131386A publication Critical patent/JP2008131386A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Small-Scale Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processor having a communication means, wherein a communication can be swiftly completed. <P>SOLUTION: In the information processor having a communication function of operating upon a receipt of a power supply from an external power source, the information processor has: a power abnormality detecting means for detecting an abnormality of the power supplied from the external power source to generate an interrupt signal upon the detection; a transmitting means for transmitting the interrupt signal to a communication packet sender-receiver means; a notice packet data creating means for creating notice data addressed to a specific notice destination as a specific packet data format of the communication packet sender-receiver means; a storing means for storing the notice data created by the notice packet data creating means in a notice packet data memory provided in the communication packet sender-receiver means; and a sending means for sending the data stored in the notice packet data memory onto a communication medium upon a receipt of the interrupt signal by the communication packet sender-receiver means. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、通信手段を有する情報処理装置に関する。   The present invention relates to an information processing apparatus having communication means.

データ通信用のEthernet(登録商標)の配線を用いて機器に電力を供給するPower over Ethernet(登録商標)(以下、PoE)はIEEE 802.3afによる規格化以降、給電側、受電側とも各種製品が市場に登場している。複数の受電機器(Powered Device、以下PD)に給電する給電機器(Power Sourcing Equipment、以下PSE)では電力管理機能を有する。そして、給電容量を超過した場合には予め設定された優先順位に基づいてポート単位での給電停止等の制御を行う。PSEの電力管理の状態は例えばSNMP等の方法によって遠隔から取得することや、非同期の通知が可能であり、PDの管理者はPSEからの給電停止によるPDの停止を即時に知ることができる。   Power over Ethernet (registered trademark) (hereinafter PoE), which supplies power to devices using Ethernet (registered trademark) wiring for data communications, has been standardized by IEEE 802.3af and has been developed on both the power supply side and the power reception side. Has appeared on the market. A power supply device (Power Sourcing Equipment, hereinafter referred to as PSE) that supplies power to a plurality of power receiving devices (hereinafter referred to as PD) has a power management function. When the power supply capacity is exceeded, control such as power supply stop for each port is performed based on a preset priority order. The power management status of the PSE can be acquired remotely by a method such as SNMP, for example, or can be notified asynchronously, and the PD manager can immediately know that the PD has stopped due to the power supply stoppage from the PSE.

しかしながらSNMP等の遠隔管理機能はPSEに必須ではないので、安価な製品では機能を有さない場合がある。この場合、PSEの給電停止によるPDの停止を即時に検知することができない。PDがクライアント機器ではなく、無線LANアクセスポイントやサーバ機器であると検知の遅れは提供サービス復旧の遅れに繋がるので、PD自体が給電停止を検知し、管理者等に通知を行うことが望ましい。   However, since a remote management function such as SNMP is not essential for PSE, an inexpensive product may not have the function. In this case, it is impossible to immediately detect the PD stop due to the PSE power supply stop. If the PD is not a client device but a wireless LAN access point or server device, a delay in detection leads to a delay in restoration of the provided service. Therefore, it is desirable for the PD itself to detect a power supply stop and notify an administrator or the like.

IEEE 802.3afでは、PDが最小負荷容量を維持することを求めており、回路に負荷コンデンサを持つ必要がある。これによりPSEの給電停止後にも回路を追加・変更することなく負荷コンデンサからの電力でPDは通信動作を行うことが可能である。ただし負荷コンデンサの電力はPSEの供給電圧が規定の範囲内で降下した際にもPDに供給される。   IEEE 802.3af requires the PD to maintain a minimum load capacity, and the circuit must have a load capacitor. As a result, the PD can perform a communication operation with the power from the load capacitor without adding or changing the circuit even after the power supply of the PSE is stopped. However, the power of the load capacitor is supplied to the PD even when the supply voltage of the PSE falls within a specified range.

この状態ではPSEから給電されなくなるが、IEEE802.3afでは一定時間以上この状態が継続するとPSEはPDへの給電を完全に打ち切ることが規定されている。したがって、正常時に悪影響を及ぼす虞があるので、負荷コンデンサの容量には限度があり、PSEからの給電停止後の電力にも限度がある。   In this state, power is not supplied from the PSE, but IEEE 802.3af stipulates that if this state continues for a certain time or longer, the PSE completely stops the power supply to the PD. Therefore, since there is a possibility of adverse effects during normal operation, there is a limit to the capacity of the load capacitor, and there is also a limit to the power after the power supply from the PSE is stopped.

一方、通知を行うための通信処理は、PD上で電源監視・通知プログラムによる給電停止の検知、通知データの生成、通信ソケットの生成、ソケットへの書き込み、さらにはOSによるUDPパケット化、IPパケット化、Ethernet(登録商標)パケット化の処理を経てEthernet(登録商標)上へ送出されるので時間を要する処理である。   On the other hand, communication processing for performing notification includes detection of power supply stoppage by the power supply monitoring / notification program on the PD, generation of notification data, generation of a communication socket, writing to the socket, further UDP packetization by the OS, IP packet This is a time-consuming process because it is sent to the Ethernet (registered trademark) through the process of packetization and Ethernet (registered trademark) packetization.

このため、前記負荷コンデンサからの電力が供給されている間に通信が完了する保証がないという課題が残る。これに対してパケット生成のオーバーヘッドを低減する方法として、予めデータを通信プロトコルのパケットデータとして生成・保存しておく方法が提案されている(例えば、特許文献1参照)。   For this reason, the subject that communication is not guaranteed to be completed while the power from the load capacitor is supplied remains. On the other hand, as a method for reducing the overhead of packet generation, a method has been proposed in which data is generated and stored in advance as packet data of a communication protocol (see, for example, Patent Document 1).

特開平6−69957号公報JP-A-6-69957

しかしながら、特許文献1に記載の方法においては、記憶装置からの転送時間やOSのスケジューリングによる待ち時間等は考慮されていないので、限られた時間内に通信を完了させるという課題は解決されていない。   However, in the method described in Patent Document 1, since the transfer time from the storage device and the waiting time due to the scheduling of the OS are not considered, the problem of completing the communication within a limited time is not solved. .

本発明は前述の問題点に鑑み、迅速に通信を完了できるようにすることを目的としている。   The present invention has been made in view of the above-described problems, and an object of the present invention is to enable quick communication completion.

本発明の情報処理装置は、外部電源からの電力供給を受けて動作する通信機能を有する情報処理装置であって、前記外部電源からの供給電力の異常を検知し、検知時に割り込み信号を発生させる電力異常検知手段と、前記割り込み信号を通信パケット送受信手段に伝送する伝送手段と、特定の通知先への通知データを前記通信パケット送受信手段の特定のパケットデータ形式として生成する通知パケットデータ生成手段と、前記通知パケットデータ生成手段によって生成された通知データを前記通信パケット送受信手段の中に設けられた通知パケットデータ記憶装置に記憶する記憶手段と、前記通信パケット送受信手段において前記割り込み信号の受信時に、前記通知パケットデータ記憶装置の中に記憶されたデータを通信媒体上に送信する送信手段とを有することを特徴とする。   An information processing apparatus according to the present invention is an information processing apparatus having a communication function that operates by receiving power supplied from an external power source, and detects an abnormality in power supplied from the external power source and generates an interrupt signal upon detection. Power abnormality detection means, transmission means for transmitting the interrupt signal to a communication packet transmission / reception means, notification packet data generation means for generating notification data to a specific notification destination as a specific packet data format of the communication packet transmission / reception means, Storage means for storing the notification data generated by the notification packet data generation means in a notification packet data storage device provided in the communication packet transmission / reception means, and upon reception of the interrupt signal in the communication packet transmission / reception means, Transmits data stored in the notification packet data storage device on a communication medium And having a signal means.

本発明によれば、PSEの遠隔管理機能の有無によらず、PSEの給電停止によるPDの停止が即時に管理者等に通知可能となる。これにより、管理者等がPDの再起動や代替手段への切り替えを迅速に行えるようになり、PDが提供するサービスの停止時間を最小限に留めることができる。またPDの停止原因がPSEの給電容量に起因するものと明確に判断できるので、PSEの容量増強やPSEとPDの構成変更を図り易くなり、サービスの安定性が向上できる。   According to the present invention, regardless of the presence or absence of the remote management function of the PSE, it is possible to immediately notify the administrator or the like of the PD stop due to the power supply stop of the PSE. As a result, the administrator or the like can quickly restart the PD or switch to an alternative means, and the stop time of the service provided by the PD can be minimized. Further, since it is possible to clearly determine that the cause of the PD stoppage is due to the power supply capacity of the PSE, it is easy to increase the capacity of the PSE and change the configuration of the PSE and PD, and the stability of the service can be improved.

(第1の実施形態)
以下、本発明の実施に好適なPDの第1の構成と動作について、図面を用いながら説明する。図1は本実施形態における通信機能を有する情報処理装置の詳細な構成例を示すブロック図である。
CPU120、1次記憶装置130、2次記憶装置140、入出力I/F150、及びEthernet(登録商標)回路110が内部バス170を介して相互に接続されるとともに、電源線160を介してPoE回路100から電源供給を受ける。PoE回路100とEthernet(登録商標)回路110とは割り込み信号伝送用の信号線180で接続されている。
(First embodiment)
Hereinafter, a first configuration and operation of a PD suitable for implementing the present invention will be described with reference to the drawings. FIG. 1 is a block diagram illustrating a detailed configuration example of an information processing apparatus having a communication function according to the present embodiment.
The CPU 120, the primary storage device 130, the secondary storage device 140, the input / output I / F 150, and the Ethernet (registered trademark) circuit 110 are connected to each other via the internal bus 170 and the PoE circuit via the power supply line 160. 100 is supplied with power. The PoE circuit 100 and the Ethernet (registered trademark) circuit 110 are connected by a signal line 180 for transmitting an interrupt signal.

ここで1次記憶装置130は、RAMに代表される書き込み可能な高速の記憶装置であり、OSや各種プログラム及び各種データがロードされ、またOSや各種プログラムの作業領域としても使用される。また、1次記憶装置130において後述のEthernet(登録商標)回路110を介して送受信されるデータも一時的に読み書きされる。   Here, the primary storage device 130 is a high-speed writable storage device represented by a RAM, and is loaded with an OS, various programs, and various data, and is also used as a work area for the OS and various programs. Further, data transmitted and received in the primary storage device 130 via an Ethernet (registered trademark) circuit 110 described later is also temporarily read and written.

2次記憶装置140は、FDDやHDD、フラッシュメモリ、CD−ROMドライブ等に代表される不揮発性の記憶装置で、OSや各種プログラム及び各種データの永続的な記憶領域として使用される他に、短期的な各種データの記憶領域としても使用される。後述の通知パケットデータ生成プログラム(図示せず)も、その設定情報を記憶したファイル(図示せず)とともに2次記憶装置140上に記憶され、CPU120によって起動される。   The secondary storage device 140 is a non-volatile storage device represented by an FDD, HDD, flash memory, CD-ROM drive, etc. In addition to being used as a permanent storage area for the OS, various programs, and various data, It is also used as a storage area for various short-term data. A notification packet data generation program (not shown), which will be described later, is also stored on the secondary storage device 140 together with a file (not shown) storing the setting information, and is activated by the CPU 120.

入出力I/F150はキーボード等のユーザ入出力機器やセンサー等の外部機器を接続するためのI/Fである。PoE回路100とEthernet(登録商標)回路110とは本実施形態の基幹をなす回路であり、情報処理装置への電源供給とEthernet(登録商標)を介した外部機器との通信を担う。   The input / output I / F 150 is an I / F for connecting user input / output devices such as a keyboard and external devices such as sensors. The PoE circuit 100 and the Ethernet (registered trademark) circuit 110 are the main circuits of this embodiment, and are responsible for supplying power to the information processing apparatus and communicating with external devices via the Ethernet (registered trademark).

なお本実施形態では、説明を簡単にするためにPoEの電力供給をIEEE802.3afの定める信号ケーブルのデータ伝送に用いられていない空き配線対を用いて行う構成としている。一方、同じくIEEE 802.3afの定めるデータ伝送に使用している配線対に重畳する構成でもよい。   In this embodiment, for the sake of simplicity, PoE power is supplied using a pair of empty wires that are not used for data transmission of a signal cable defined by IEEE 802.3af. On the other hand, it may be configured to be superimposed on a wire pair used for data transmission similarly defined by IEEE 802.3af.

図2は、本実施形態におけるPoE回路100の詳細な構成例を示すブロック図である。
PoE制御回路210はIEEE 802.3afに従いPSEとの間で規格認証、電力クラス分類処理を行い、PSEより供給される電力を出力する。負荷コンデンサ220はIEEE 802.3afで定められた最低負荷容量を維持するためのものであるが、本実施形態の根幹であるPSEからの電力供給停止後に通信を行うための電力源でもある。ただし、上述したようにその容量は正常時に悪影響を及ぼさない範囲に制限される。
FIG. 2 is a block diagram illustrating a detailed configuration example of the PoE circuit 100 according to the present embodiment.
The PoE control circuit 210 performs standard authentication and power class classification processing with the PSE according to IEEE 802.3af, and outputs the power supplied from the PSE. The load capacitor 220 is for maintaining the minimum load capacity defined in IEEE 802.3af, but is also a power source for performing communication after stopping the power supply from the PSE which is the basis of this embodiment. However, as described above, the capacity is limited to a range that does not adversely affect the normal capacity.

DC/DCコンバータ230はPSEからの供給電圧をPDの所定電圧に変換し電源線160に供給する。電圧検知回路200は本実施形態に特有の回路であり、PSEからの供給電圧が規格範囲内にあるかどうかを継続的に測定するとともに、供給電圧が規格範囲外になった場合(検知時)には割り込み信号を信号線180に出力する。なお、電力異常検知の電圧は規格電圧の上限値・下限値よりも内側の値に設定してもよい。   The DC / DC converter 230 converts the supply voltage from the PSE into a predetermined voltage of the PD and supplies it to the power supply line 160. The voltage detection circuit 200 is a circuit unique to the present embodiment, and continuously measures whether or not the supply voltage from the PSE is within the standard range, and when the supply voltage falls outside the standard range (during detection). An interrupt signal is output to the signal line 180. Note that the power abnormality detection voltage may be set to a value inside the upper limit value / lower limit value of the standard voltage.

図3は、本実施形態におけるEthernet(登録商標)回路110の詳細な構成例を示すブロック図である。
Ethernet(登録商標)回路110はPoE回路100からの電力供給開始後、IEEE802.3に従って対向のEthernet(登録商標)ハブ装置と通信速度等の調整を行い、ハブとの間でEthernet(登録商標)パケットの送受信を行う。
FIG. 3 is a block diagram illustrating a detailed configuration example of the Ethernet (registered trademark) circuit 110 in the present embodiment.
After the power supply from the PoE circuit 100 is started, the Ethernet (registered trademark) circuit 110 adjusts the communication speed and the like with the opposite Ethernet (registered trademark) hub device in accordance with IEEE 802.3, and the Ethernet (registered trademark) is connected to the hub. Send and receive packets.

受信されたEthernet(登録商標)パケットはEncoder/Decoder300でブロック符号処理等を行い、MAC受信処理部310でFrame Check Sequence(FCS)フィールドのチェック等を行い、入力バッファ330に入れられる。逆に出力バッファ350に入れられたパケットデータはMAC送信処理部320でFCSの計算、フィールドの付加等を行い、Encoder/Decoder300でブロック符号処理等を行い、送信される。   The received Ethernet (registered trademark) packet is subjected to block code processing or the like by the Encoder / Decoder 300, the Frame Check Sequence (FCS) field is checked or the like by the MAC reception processing unit 310, and is put in the input buffer 330. On the other hand, the packet data stored in the output buffer 350 is transmitted after the FC transmission processing unit 320 performs FCS calculation, field addition, etc., and the encoder / decoder 300 performs block code processing and the like.

入力バッファ330及び出力バッファ350と1次記憶装置130と間の転送は、CPU120がread/writeを行う1次記憶装置130上のアドレス領域を入出力制御部340に設定し、開始を指示することによってバスI/F360を介して行われる。   For the transfer between the input buffer 330 and output buffer 350 and the primary storage device 130, the CPU 120 sets the address area on the primary storage device 130 to be read / written in the input / output control unit 340 and instructs the start. Via the bus I / F 360.

パケットデータ記憶装置370及び割り込み制御部380は本実施形態に固有の回路である。パケットデータ記憶装置370には後述する通知パケットデータ生成プログラムによって生成されたパケットデータが転送され、記憶される。割り込み制御部380は、信号線180に割り込み信号が入力されると、パケットデータ記憶装置370に記憶された通知パケットデータを出力バッファ350に転送する。   The packet data storage device 370 and the interrupt control unit 380 are circuits unique to this embodiment. Packet data generated by a notification packet data generation program, which will be described later, is transferred to and stored in the packet data storage device 370. When an interrupt signal is input to the signal line 180, the interrupt control unit 380 transfers the notification packet data stored in the packet data storage device 370 to the output buffer 350.

図4は、本実施形態における通知パケットデータ生成プログラムの動作の手順の一例を示すフローチャートである。
通知パケットデータ生成プログラムは、PSEからの電力供給の異常を検知し、PDの管理者等に通知する際に送信される通信パケットデータを生成し、パケットデータ記憶装置370に記憶させる。PDの起動時や、通知先の変更等の必要に応じて起動される。
FIG. 4 is a flowchart showing an example of an operation procedure of the notification packet data generation program in the present embodiment.
The notification packet data generation program detects an abnormality in the power supply from the PSE, generates communication packet data to be transmitted when notifying a PD administrator or the like, and stores the communication packet data in the packet data storage device 370. It is activated when the PD is activated or when a notification destination is changed.

ステップS400では、通知パケットデータ生成プログラムは、まず2次記憶装置140上に記憶された設定ファイル(図示せず)から設定を読み込む。設定は通知先のIPアドレス、ポート番号、通知する内容(文字列等)である。なお、PDがユーザI/Fを持つものであれば、対話的にユーザからの設定値を入力させてもよい。以降、このステップS400で得たデータでEthernet(登録商標)(IEEE802.3 MACフレーム)パケットを生成する。   In step S400, the notification packet data generation program first reads settings from a setting file (not shown) stored on the secondary storage device 140. The settings are the IP address of the notification destination, the port number, and the content to be notified (such as a character string). If the PD has a user I / F, the setting value from the user may be input interactively. Thereafter, an Ethernet (registered trademark) (IEEE 802.3 MAC frame) packet is generated with the data obtained in step S400.

次に、ステップS410では、UDPパケットのデータ部(ボディ部)を生成する。データはステップS400で得たデータのままでもよい。文字コードを特定の通知先のものに変換したり通知先がsyslogサーバやSNMP管理ステーションの場合はsyslog形式やSNMP TRAPのアプリケーションプロトコルレベルのヘッダを付加したり、データ書式に埋め込む等の処理を施してもよい。また、Notification形式のデータを用いてもよい。   Next, in step S410, a data part (body part) of the UDP packet is generated. The data may be the data obtained in step S400. Convert the character code to that of a specific notification destination, add a header in syslog format or SNMP TRAP application protocol level, or embed it in the data format if the notification destination is a syslog server or SNMP management station. May be. Notification format data may also be used.

次に、ステップS420では、UDPパケットのヘッダ部を生成する。送信先・送信元ポート番号はステップS400で得たデータを用いるが、送信元ポート番号については特に指定がない場合は任意の番号を用いてもよい。また、チェックサムは値を0として省略してもよいが、使用する場合はUDP擬似ヘッダ部の送信先IPアドレスが必要なので、ステップS400で得た値を用いる。   Next, in step S420, a header part of the UDP packet is generated. Although the data obtained in step S400 is used as the transmission destination / transmission source port number, any number may be used unless otherwise specified. The checksum value may be omitted with a value of 0. However, when the checksum is used, the destination IP address of the UDP pseudo header portion is necessary, so the value obtained in step S400 is used.

次に、ステップS430では、IPパケットのヘッダ部を生成する。ステップS400で得た送信先がIPアドレスではなくホスト名であった場合はDNS等によってIPアドレスを検索する。なお、IPsecを用いる際には必要なオプションヘッダを生成するとともに、以上のステップS410、S420で生成したヘッダ部とデータの暗号化も合わせて行う。   Next, in step S430, a header part of the IP packet is generated. If the destination obtained in step S400 is not an IP address but a host name, the IP address is searched by DNS or the like. In addition, when using IPsec, a necessary option header is generated, and the header portion generated in the above steps S410 and S420 and data encryption are also performed.

次に、ステップS440では、以上のステップS410〜S430で生成されたヘッダ部及びデータ部のデータ長の総和を求め、これを通知先までの経路のMTUと比較する。この比較の結果、総和がMTUを越えていた場合は、ステップS450に進み、ステップS410で生成したデータ部を分割し、ステップS420に戻って分割されたそれぞれのデータ部にヘッダ部を付け直す。   Next, in step S440, the sum of the data lengths of the header part and the data part generated in steps S410 to S430 above is obtained, and this is compared with the MTU of the route to the notification destination. As a result of the comparison, if the sum exceeds MTU, the process proceeds to step S450, the data part generated in step S410 is divided, and the process returns to step S420 to reattach the header part to each divided data part.

一方、ステップS440の比較の結果、総和がMTU以下であった場合は、ステップS460に進み、Ethernet(登録商標)ヘッダ部を生成する。送信先MACアドレスが未知の場合は、ARPによって取得する。通知先がEthernet(登録商標)の同一セグメントにない場合は通知先への経路情報を調べ、中継先ルータのMACアドレスを用いる。   On the other hand, as a result of the comparison in step S440, if the sum is MTU or less, the process proceeds to step S460, and an Ethernet (registered trademark) header part is generated. If the destination MAC address is unknown, it is acquired by ARP. When the notification destination is not in the same segment of Ethernet (registered trademark), the route information to the notification destination is checked and the MAC address of the relay destination router is used.

次に、ステップS470では、以上で生成した各ヘッダ部とデータ部を連結し、Ethernet(登録商標)回路110のパケットデータ記憶装置370に転送、記憶して処理を終える。   Next, in step S470, each header part and data part generated above are connected, transferred to and stored in the packet data storage device 370 of the Ethernet (registered trademark) circuit 110, and the process ends.

以上、通知パケットデータ生成プログラムの動作の説明をしたが、UDPパケットではなく、ICMPパケットを生成してもよい。またEthernet(登録商標)を媒体として用いるプロトコルであればIP以外、例えばIPX等のプロトコルのパケットを生成してもよい。なお、パケットデータ記憶装置370を不揮発性記憶装置で構成して、通知パケットデータ生成プログラムをPDの起動毎に起動することを省略してもよい。また逆に通知パケットデータ生成プログラムを定期的に起動して、通知パケットの内容を都度更新するようにしてもよい。   Although the operation of the notification packet data generation program has been described above, an ICMP packet may be generated instead of a UDP packet. If the protocol uses Ethernet (registered trademark) as a medium, a packet of a protocol other than IP, such as IPX, may be generated. Note that the packet data storage device 370 may be configured by a non-volatile storage device and activation of the notification packet data generation program every time the PD is activated may be omitted. Conversely, the notification packet data generation program may be periodically started to update the contents of the notification packet each time.

データにPDの各状態、例えばPDのOSの状態値や、クライアントからの接続状況、PSEからの供給電圧値等を含めることで、PSEからの電力供給が停止される直前のPDの状態を合わせて通知できるようになる。そのためにはステップS410でデータ部生成の際に、通知する内容を2次記憶装置140上の設定ファイルから読み込むのではなく、各種の状態値を取得するプログラムを起動するようにすればよい。   By including the PD status, for example, the status value of the OS of the PD, the connection status from the client, the supply voltage value from the PSE, etc. in the data, the status of the PD immediately before the power supply from the PSE is stopped is adjusted. Can be notified. For this purpose, when the data part is generated in step S410, the contents to be notified are not read from the setting file on the secondary storage device 140, but a program for acquiring various state values may be started.

以上で説明したPoE回路100、Ethernet(登録商標)回路110、通知パケットデータ生成プログラムにより、本実施形態におけるPDは以下のように動作する。PDはEthernet(登録商標)ケーブルを介してPSEに接続されると、PoE回路100がPSEとの間でIEEE802.3af規格認証、電力クラス分類処理を行い、PSEより供給される電力がPD側に出力されることにより起動する。PDは起動すると、通知パケットデータ生成プログラムを起動する。これにより通知パケットデータが生成され、パケットデータ記憶装置370に記憶される。   The PD in this embodiment operates as follows by the PoE circuit 100, the Ethernet (registered trademark) circuit 110, and the notification packet data generation program described above. When the PD is connected to the PSE via an Ethernet (registered trademark) cable, the PoE circuit 100 performs IEEE 802.3af standard authentication and power classification processing with the PSE, and the power supplied from the PSE is transferred to the PD side. It starts when it is output. When the PD is activated, it activates the notification packet data generation program. Thereby, notification packet data is generated and stored in the packet data storage device 370.

PoE回路100の電圧検知回路200は、常時PSEからの供給電圧を測定する。電圧降下等でIEEE802.3afの規格電圧範囲を外れたことが検知された場合には、電圧検知回路200は信号線180上に割り込み信号を出力する。この割り込み信号はEthernet(登録商標)回路110の割り込み制御部380に入力され、割り込み制御部380は割り込み処理としてパケットデータ記憶装置370に記憶されている通知パケットデータを出力バッファ350に転送する。出力バッファ350に入れられたパケットデータはMAC送信処理部320、Encoder/Decoder300を経て通知先(通信媒体上)へ送信される。   The voltage detection circuit 200 of the PoE circuit 100 always measures the supply voltage from the PSE. When it is detected that the voltage is out of the standard voltage range of IEEE802.3af due to a voltage drop or the like, the voltage detection circuit 200 outputs an interrupt signal on the signal line 180. This interrupt signal is input to the interrupt control unit 380 of the Ethernet (registered trademark) circuit 110, and the interrupt control unit 380 transfers the notification packet data stored in the packet data storage device 370 to the output buffer 350 as an interrupt process. The packet data stored in the output buffer 350 is transmitted to the notification destination (on the communication medium) via the MAC transmission processing unit 320 and the Encoder / Decoder 300.

以上で明らかなように、PSEからの供給電力の異常はOSや各種プログラムの介在なくEthernet(登録商標)回路に直接伝達され、Ethernet(登録商標)回路内に記憶された生成済みのパケットデータが出力バッファに転送される。これにより、PoE回路100の負荷コンデンサ220の容量の範囲内で通知が可能となる。   As apparent from the above, the abnormality in the power supplied from the PSE is directly transmitted to the Ethernet (registered trademark) circuit without the intervention of the OS or various programs, and the generated packet data stored in the Ethernet (registered trademark) circuit is stored. Transferred to output buffer. As a result, notification can be made within the range of the capacity of the load capacitor 220 of the PoE circuit 100.

以上、本実施形態におけるPDの構成と動作について説明したが、IEEE802.3afに基づくPDにのみ限定されるわけではなく、専用の電源供給経路を持つ通信装置にも適用できる。例えば、外部の交流電源を利用した装置では、本実施形態のPoE回路100に代えてAC/DCコンバータに電圧検知回路、コンデンサを持たせることで、外部電源の遮断を通知できるようになる。   The configuration and operation of the PD in the present embodiment have been described above. However, the present invention is not limited to the PD based on IEEE 802.3af, and can be applied to a communication apparatus having a dedicated power supply path. For example, in an apparatus using an external AC power supply, a voltage detection circuit and a capacitor are provided in the AC / DC converter instead of the PoE circuit 100 of the present embodiment, so that it is possible to notify the interruption of the external power supply.

(第2の実施形態)
第1の実施形態では、管理者等への通知についてUDPパケットを用いて行う方法を説明した。ところが、PDと通知先との間の通信経路上にFirewallやNAT機能が介在する場合にはそれらの運用ポリシーによってUDPパケットの通過が許されないことも多い。こうした通信環境に好適な本発明の実施形態を第2の実施形態として以下で説明する。なお、本実施形態におけるPDの構成と動作は通知パケットデータ生成プログラムを除いて第1の実施形態と同じであり、通知パケットデータ生成プログラム以外の説明は省略する。
(Second Embodiment)
In the first embodiment, a method of performing notification to an administrator or the like using a UDP packet has been described. However, when a firewall or NAT function is present on the communication path between the PD and the notification destination, the operation policy often does not allow the UDP packet to pass. An embodiment of the present invention suitable for such a communication environment will be described below as a second embodiment. Note that the configuration and operation of the PD in this embodiment are the same as those in the first embodiment except for the notification packet data generation program, and the description other than the notification packet data generation program is omitted.

図5は、本実施例における通知パケットデータ生成プログラムの動作の手順の一例を示すフローチャートである。本実施形態の通知パケットデータ生成プログラムは、通知先の情報処理装置との間で通知用のTCPセッションを確立した上で、その状態情報から通知用のTCPパケットを生成し、パケットデータ記憶装置370に記憶させる。さらに前記TCPセッションが、通信経路上のFirewall等でタイムアウトと判断され、切断されるのを防ぐためにKeepAliveパケットを定期的に送信する。   FIG. 5 is a flowchart showing an example of the operation procedure of the notification packet data generation program in this embodiment. The notification packet data generation program according to the present embodiment establishes a TCP session for notification with an information processing apparatus that is a notification destination, generates a TCP packet for notification from the state information, and generates a packet data storage device 370. Remember me. Further, a KeepAlive packet is periodically transmitted in order to prevent the TCP session from being disconnected due to a firewall or the like on the communication path being timed out.

まず、ステップS600では、通知パケットデータ生成プログラムはまず2次記憶装置140上に記憶された設定ファイルから設定を読み込む。設定は通知先のIPアドレス、ポート番号、通知とKeepAliveのそれぞれで送信する内容(文字列等)である。   First, in step S600, the notification packet data generation program first reads settings from a setting file stored on the secondary storage device 140. The settings are the IP address, port number of the notification destination, and the contents (character string etc.) transmitted by the notification and KeepAlive.

次に、ステップS605では、通知先との間でTCPセッションを確立する。本実施形態においてPDはTCPのサーバとクライアントのどちらとしても機能する。このため、通信経路上のFirewallの設定等に合わせて通知先との間でサーバ/クライアントの機能を割り振り、通知先の通知パケットを受信する管理プログラムと同期を取ってセッションを確立する。   In step S605, a TCP session is established with the notification destination. In the present embodiment, the PD functions as both a TCP server and a client. Therefore, the server / client function is allocated to the notification destination in accordance with the setting of the firewall on the communication path, and the session is established in synchronization with the management program that receives the notification packet of the notification destination.

次に、ステップS610では、PSEの電力供給停止の通知用と、TCP KeepAlive用(TCPセッション維持用)の2種類のTCPパケットのデータ部をそれぞれ生成する。データはステップS600で得たデータのままでもよいが、通知先との間でTCPの上位プロトコル、例えば、HTTPを用いる場合には所定のプロトコルヘッダを付加したり、データ書式に埋め込んだり等の処理を施す。   Next, in step S610, two types of data portions of TCP packets for generating notification of power supply stop of PSE and for TCP KeepAlive (for maintaining TCP session) are generated. The data may be the data obtained in step S600, but processing such as adding a predetermined protocol header or embedding it in the data format when using a higher protocol of TCP, for example, HTTP, with the notification destination. Apply.

次に、ステップS615では、セッションが切断されないようにするためのKeepAliveタイマ(図示せず)をセッションのタイムアウト時間よりわずかに短い時間にリセットする。   Next, in step S615, a KeepAlive timer (not shown) for preventing the session from being disconnected is reset to a time slightly shorter than the session timeout time.

続いて、ステップS620では、通知用とKeepAlive用のそれぞれのデータに対してTCPヘッダ部を生成する。送信先・送信元ポート番号、チェックサム計算用の送信先IPアドレスはステップS600で得たデータを用いる。またシーケンス番号、ACK番号については直前のそれぞれの値から算出する。ステップS605でTCPセッションを確立した直後であれば確立時の値になり、後述のステップS665から戻った場合であれば通知先からのACKパケットの値になる。   Subsequently, in step S620, a TCP header portion is generated for each of the notification data and the keep alive data. The data obtained in step S600 is used as the transmission destination / transmission source port number and the transmission destination IP address for checksum calculation. The sequence number and ACK number are calculated from the immediately preceding values. If the TCP session is just established in step S605, the value is the value at the time of establishment, and if the process returns from step S665 described later, the value is the value of the ACK packet from the notification destination.

次に、ステップS625では、IPパケットのヘッダ部を生成する。そして、ステップS630では、上述のステップS610、S620、S625で生成されたヘッダ部及びデータ部のデータ長の総和を通知用、KeepAlive用それぞれについて求め、通知先までの経路のMTUと比較する。   Next, in step S625, a header part of the IP packet is generated. In step S630, the sum of the data lengths of the header portion and the data portion generated in steps S610, S620, and S625 described above is obtained for each of notification and for KeepAlive, and is compared with the MTU of the route to the notification destination.

この比較の結果、総和がMTUを越えていた場合は、ステップS635に進み、ステップS610で生成したデータ部を分割し、ステップS620に戻って分割されたそれぞれのデータ部にヘッダ部を付け直す。一方、ステップS630の比較の結果、総和がMTU以下であった場合は、ステップS640に進み、Ethernet(登録商標)ヘッダ部を生成する。   As a result of this comparison, if the sum exceeds MTU, the process proceeds to step S635, the data part generated in step S610 is divided, and the process returns to step S620 to reattach the header part to each divided data part. On the other hand, as a result of the comparison in step S630, if the sum is MTU or less, the process proceeds to step S640, and an Ethernet (registered trademark) header part is generated.

次に、ステップS645では、以上で生成した各ヘッダ部とデータ部を連結し、通知用パケットをEthernet(登録商標)回路110のパケットデータ記憶装置370に転送して記憶する。これにより、PoE回路100からの割り込み信号で送信されるようにする。KeepAlive用パケットは1次記憶装置130上に保持し、KeepAliveタイマが満了した際に内部バス170経由でEthernet(登録商標)回路110に送り、通知先に送信する。   Next, in step S645, each header part and data part generated above are connected, and the notification packet is transferred to the packet data storage device 370 of the Ethernet (registered trademark) circuit 110 and stored. Thereby, the interrupt signal from the PoE circuit 100 is transmitted. The KeepAlive packet is held on the primary storage device 130, and when the KeepAlive timer expires, it is sent to the Ethernet (registered trademark) circuit 110 via the internal bus 170 and sent to the notification destination.

次に、ステップS650では、通知用パケットが送信されているか否かを判定する。この判定の結果、送信されている場合は、ステップS615に戻り、タイマをリセット、通知用・KeepAlive用パケット生成フローを繰り返す。ただし通知用パケットが送信されているのはPSEからの電力供給の異常が検知された場合なので、PD自体が停止して通知パケットデータ生成プログラムも強制的に停止となってステップS615に戻らないこともある。逆に、ステップS615に戻った場合は、PSEの電力供給停止がごく一時的なものでPDの動作に影響を与えなかった場合である。通知パケットの再送は無意味なので通知パケットの通知先からのACK確認は行わない。   Next, in step S650, it is determined whether a notification packet is transmitted. If the result of this determination is that it has been transmitted, the process returns to step S615, the timer is reset, and the notification / KeepAlive packet generation flow is repeated. However, since the notification packet is transmitted when an abnormality in the power supply from the PSE is detected, the PD itself stops and the notification packet data generation program is also forcibly stopped and the process does not return to step S615. There is also. Conversely, when the process returns to step S615, the PSE power supply stoppage is very temporary and does not affect the operation of the PD. Since retransmission of the notification packet is meaningless, ACK confirmation from the notification destination of the notification packet is not performed.

一方、ステップS650の判定の結果、通知用パケットが送信されていない場合は、ステップS655に進み、KeepAliveタイマが満了したか否かを判定する。この判定の結果、KeepAliveタイマが満了していない場合は、ステップS650に戻る。一方、ステップS655の判定の結果、KeepAliveタイマが満了していた場合は、ステップS660に進み、KeepAlive用パケットをEthernet(登録商標)回路110に送り、通知先に送信する。   On the other hand, if the result of determination in step S650 is that a notification packet has not been transmitted, processing proceeds to step S655, where it is determined whether or not the KeepAlive timer has expired. If the result of this determination is that the KeepAlive timer has not expired, processing returns to step S650. On the other hand, if the result of determination in step S655 is that the KeepAlive timer has expired, the process proceeds to step S660, where the keepalive packet is sent to the Ethernet (registered trademark) circuit 110 and sent to the notification destination.

次に、ステップS665では、通知先からACKが受信されたか否かを判定する。この判定の結果、通知先からACKが受信された場合は、ステップS615に戻って動作を繰り返す。一方、ステップS665の判定の結果、通知先からACKが受信されなかった場合は、ステップS670に進み、再送タイムアウトに達しているか否かを判定する。この判定の結果、再送タイムアウトに達していない場合は、ステップS660に戻ってKeepAlive用パケットを再送する。   Next, in step S665, it is determined whether ACK is received from the notification destination. If the result of this determination is that ACK has been received from the notification destination, processing returns to step S615 and the operation is repeated. On the other hand, if the result of determination in step S665 is that ACK has not been received from the notification destination, processing proceeds to step S670, where it is determined whether or not a retransmission timeout has been reached. If the result of this determination is that the retransmission timeout has not been reached, processing returns to step S660 to retransmit the KeepAlive packet.

一方、ステップS670の判定の結果、再送タイムアウトに達した場合は、通知先か経路上のルータ等に障害が発生していると考えられる。そこで、ステップS675に進み、通知先を変えて通知パケットデータ生成プログラムを起動し直す等のエラー処理を行って、動作を終了する。   On the other hand, as a result of the determination in step S670, if the retransmission timeout is reached, it is considered that a failure has occurred in the notification destination or the router on the route. Therefore, the process proceeds to step S675, and error processing such as restarting the notification packet data generation program by changing the notification destination is performed, and the operation ends.

以上、本実施形態における通知パケットデータ生成プログラムの動作について説明したが、ステップS665でACKを受信した後の戻り先をステップS610にして、通知用・KeepAlive用パケットで送る内容を都度更新するようにしてもよい。送る内容をPDの状態にすることで、KeepAliveパケットを電源供給正常時の定期的な状態通知にも利用できるようになる。その場合、KeepAliveタイマの満了値を通信コネクションのタイムアウト値よりも十分に短くして、状態通知間隔を短縮してもよい。   The operation of the notification packet data generation program in the present embodiment has been described above. However, the return destination after receiving the ACK in step S665 is set to step S610, and the contents to be sent in the notification / KeepAlive packet are updated each time. May be. By setting the content to be sent to the PD status, the KeepAlive packet can be used for periodic status notification when the power supply is normal. In that case, the expiration value of the KeepAlive timer may be sufficiently shorter than the timeout value of the communication connection to shorten the state notification interval.

(本発明に係る他の実施形態)
前述した本発明の実施形態における情報処理装置を構成する各手段、並びに情報処理方法の各工程は、コンピュータのRAMやROMなどに記憶されたプログラムが動作することによって実現できる。このプログラム及び前記プログラムを記録したコンピュータ読み取り可能な記録媒体は本発明に含まれる。
(Other embodiments according to the present invention)
Each unit constituting the information processing apparatus and each step of the information processing method in the embodiment of the present invention described above can be realized by operating a program stored in a RAM or a ROM of a computer. This program and a computer-readable recording medium recording the program are included in the present invention.

また、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施形態も可能であり、具体的には、複数の機器から構成されるシステムに適用してもよいし、また、一つの機器からなる装置に適用してもよい。   Further, the present invention can be implemented as, for example, a system, apparatus, method, program, or recording medium. Specifically, the present invention may be applied to a system including a plurality of devices. The present invention may be applied to an apparatus composed of a single device.

なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラム(実施形態では図4、5に示すフローチャートに対応したプログラム)を、システムまたは装置に直接、または遠隔から供給する。そして、そのシステムまたは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   Note that the present invention supplies a software program (in the embodiment, a program corresponding to the flowcharts shown in FIGS. 4 and 5) that realizes the functions of the above-described embodiments directly or remotely to a system or apparatus. This includes the case where the system or the computer of the apparatus is also achieved by reading and executing the supplied program code.

したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。   In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, and the like.

プログラムを供給するための記録媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスクなどがある。さらに、MO、CD−ROM、CD−R、CD−RW、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM、DVD−R)などもある。   Examples of the recording medium for supplying the program include a floppy (registered trademark) disk, a hard disk, an optical disk, and a magneto-optical disk. Further, there are MO, CD-ROM, CD-R, CD-RW, magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD-R) and the like.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する方法がある。そして、前記ホームページから本発明のコンピュータプログラムそのもの、もしくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。   As another program supply method, there is a method of connecting to a homepage on the Internet using a browser of a client computer. The computer program itself of the present invention or a compressed file including an automatic installation function can be downloaded from the homepage by downloading it to a recording medium such as a hard disk.

また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、その他の方法として、本発明のプログラムを暗号化してCD−ROM等の記録媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   As another method, the program of the present invention is encrypted, stored in a recording medium such as a CD-ROM, distributed to users, and encrypted from a homepage via the Internet to users who have cleared predetermined conditions. Download the key information to be solved. It is also possible to execute the encrypted program by using the key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。さらに、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, the functions of the above-described embodiments are realized by the computer executing the read program. Furthermore, based on the instructions of the program, an OS or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments can be realized by the processing.

さらに、その他の方法として、まず記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。そして、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現される。   As another method, the program read from the recording medium is first written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Then, based on the instructions of the program, the CPU or the like provided in the function expansion board or function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are also realized by the processing.

本発明の第1の実施形態における情報処理装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the information processing apparatus in the 1st Embodiment of this invention. 本発明の第1の実施形態におけるPoE回路の詳細な構成例を示すブロック図である。It is a block diagram which shows the detailed structural example of the PoE circuit in the 1st Embodiment of this invention. 本発明の第1の実施形態におけるEthernet(登録商標)回路の詳細な構成例を示すブロック図である。1 is a block diagram illustrating a detailed configuration example of an Ethernet (registered trademark) circuit according to a first embodiment of the present invention. 本発明の第1の実施形態における通知パケットデータ生成プログラムの動作の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the operation | movement of the notification packet data generation program in the 1st Embodiment of this invention. 本発明の第2の実施形態における通知パケットデータ生成プログラムの動作の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the operation | movement of the notification packet data generation program in the 2nd Embodiment of this invention.

符号の説明Explanation of symbols

100 PoE回路
110 Ethernet(登録商標)回路
120 CPU
130 1次記憶装置
140 2次記憶装置
150 入出力I/F
160 電源線
170 バス
180 信号線
200 電圧検知回路
210 PoE制御回路
220 負荷コンデンサ
230 DC/DCコンバータ
300 Encoder/Decoder
310 MAC受信処理部
320 MAC送信処理部
330 入力バッファ
340 入出力制御部
350 出力バッファ
360 バスI/F
370 通知パケットデータ記憶装置
380 割り込み制御部
100 PoE circuit 110 Ethernet (registered trademark) circuit 120 CPU
130 Primary storage device 140 Secondary storage device 150 Input / output I / F
160 Power Line 170 Bus 180 Signal Line 200 Voltage Detection Circuit 210 PoE Control Circuit 220 Load Capacitor 230 DC / DC Converter 300 Encoder / Decoder
310 MAC reception processing unit 320 MAC transmission processing unit 330 input buffer 340 input / output control unit 350 output buffer 360 bus I / F
370 Notification packet data storage device 380 Interrupt control unit

Claims (7)

外部電源からの電力供給を受けて動作する通信機能を有する情報処理装置であって、
前記外部電源からの供給電力の異常を検知し、検知時に割り込み信号を発生させる電力異常検知手段と、
前記割り込み信号を通信パケット送受信手段に伝送する伝送手段と、
特定の通知先への通知データを前記通信パケット送受信手段の特定のパケットデータ形式として生成する通知パケットデータ生成手段と、
前記通知パケットデータ生成手段によって生成された通知データを前記通信パケット送受信手段の中に設けられた通知パケットデータ記憶装置に記憶する記憶手段と、
前記通信パケット送受信手段において前記割り込み信号の受信時に、前記通知パケットデータ記憶装置の中に記憶されたデータを通信媒体上に送信する送信手段とを有することを特徴とする情報処理装置。
An information processing apparatus having a communication function that operates in response to power supply from an external power source,
A power abnormality detection means for detecting an abnormality in power supplied from the external power source and generating an interrupt signal upon detection;
Transmission means for transmitting the interrupt signal to a communication packet transmitting / receiving means;
Notification packet data generating means for generating notification data to a specific notification destination as a specific packet data format of the communication packet transmitting / receiving means;
Storage means for storing notification data generated by the notification packet data generation means in a notification packet data storage device provided in the communication packet transmitting / receiving means;
An information processing apparatus, comprising: a transmission unit configured to transmit data stored in the notification packet data storage device onto a communication medium when the communication packet transmission / reception unit receives the interrupt signal.
前記通知パケットデータ生成手段は、UDPパケットデータを生成することを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the notification packet data generation unit generates UDP packet data. 前記通知パケットデータ生成手段は、前記UDPパケットデータのボディ部としてsyslogプロトコル形式のデータを生成することを特徴とする請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, wherein the notification packet data generation unit generates data in a syslog protocol format as a body part of the UDP packet data. 前記通知パケットデータ生成手段は、前記UDPパケットデータのボディ部としてSNMPプロトコルのTRAPまたはNotification形式のデータを生成することを特徴とする請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, wherein the notification packet data generation unit generates TRAP or Notification format data of an SNMP protocol as a body part of the UDP packet data. 前記通知パケットデータ生成手段は、さらに通知先との間でTCPセッションを確立する確立手段を有し、前記確立手段によって確立したセッションの状態情報からTCPパケットデータを生成することを特徴とする請求項1に記載の情報処理装置。   The notification packet data generation means further comprises an establishment means for establishing a TCP session with a notification destination, and generates TCP packet data from session state information established by the establishment means. The information processing apparatus according to 1. 前記通知パケットデータ生成手段は、さらにTCPセッション維持用のTCPパケットも生成し、定期的にセッション維持用パケットを送受信するとともにTCP通信状態を更新して通知用及びセッション維持用パケットを再び生成することを特徴とする請求項5に記載の情報処理装置。   The notification packet data generation means also generates a TCP packet for maintaining a TCP session, periodically transmits and receives a session maintenance packet, updates the TCP communication state, and generates a notification packet and a session maintenance packet again. The information processing apparatus according to claim 5. 前記通知パケットデータ生成手段は、さらにIEEE802.3MACフレーム形式のパケットデータを生成することを特徴とする請求項2〜6の何れか1項に記載の情報処理装置。   The information processing apparatus according to any one of claims 2 to 6, wherein the notification packet data generation unit further generates packet data in an IEEE 802.3 MAC frame format.
JP2006314645A 2006-11-21 2006-11-21 Information processor Pending JP2008131386A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006314645A JP2008131386A (en) 2006-11-21 2006-11-21 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006314645A JP2008131386A (en) 2006-11-21 2006-11-21 Information processor

Publications (1)

Publication Number Publication Date
JP2008131386A true JP2008131386A (en) 2008-06-05

Family

ID=39556793

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006314645A Pending JP2008131386A (en) 2006-11-21 2006-11-21 Information processor

Country Status (1)

Country Link
JP (1) JP2008131386A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014217073A (en) * 2013-04-26 2014-11-17 三菱電機株式会社 Remote control operation system, server, remote control operation method, and program
JP2017130821A (en) * 2016-01-21 2017-07-27 三菱電機株式会社 Power reception device, power supply device and power supply system
JP2017521802A (en) * 2014-05-16 2017-08-03 ブル Architecture for correlation events for supercomputer monitoring

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014217073A (en) * 2013-04-26 2014-11-17 三菱電機株式会社 Remote control operation system, server, remote control operation method, and program
JP2017521802A (en) * 2014-05-16 2017-08-03 ブル Architecture for correlation events for supercomputer monitoring
JP2017130821A (en) * 2016-01-21 2017-07-27 三菱電機株式会社 Power reception device, power supply device and power supply system

Similar Documents

Publication Publication Date Title
US10110714B2 (en) Methods for exchanging network management messages using UDP over HTTP protocol
US7664050B2 (en) Auto-configuring operation modes for network elements
KR101271261B1 (en) Method for detection of the activity of a device in a network of distributed stations, as well as a network station for carrying out the method
JP2005287045A (en) Method for discovery of device connected to ip network and device to carry out the method
JP5084372B2 (en) Data processing apparatus and data processing apparatus control method
US9923995B1 (en) Methods, systems, and computer program products for sharing information for detecting an idle TCP connection
JP2007082126A (en) Ip communication device and ip communication system
JP3999785B2 (en) Communication method
US8711869B2 (en) Message transfer apparatus, output method, and computer program product
JP5018969B2 (en) COMMUNICATION CONTROL PROGRAM, COMMUNICATION CONTROL DEVICE, COMMUNICATION CONTROL SYSTEM, AND COMMUNICATION CONTROL METHOD
JP2008131386A (en) Information processor
JP4612426B2 (en) Firmware and download apparatus for communication terminal and system and system using the same
JP2006135645A (en) Unitary management system and method of a network connection means in network with different coexisting communication protocols
JP5638063B2 (en) COMMUNICATION DEVICE, COMMUNICATION DEVICE CONTROL METHOD, PROGRAM
US6826623B1 (en) Detecting a dead gateway for subsequent non-TCP transmission by sending a first TCP packet and deleting an ARP entry associated with the gateway
JP2005287044A (en) Method for discovery of device connected to ip network and device to carry out the method
JP5062530B2 (en) Communication control system for reducing data communication other than priority terminals
Cisco Router Products Release Notes for Software Release 9.17
Cisco Router Products Release Notes for Software Release 9.17
Cisco Router Products Release Notes for Software Release 9.17
Cisco Router Products Release Notes for Software Release 9.17
Cisco Router Products Release Notes for Software Release 9.17
Cisco Router Products Release Notes for Software Release 9.17
Cisco Router Products Release Notes for Software Release 9.17
JP5310734B2 (en) COMMUNICATION DEVICE, COMMUNICATION DEVICE CONTROL METHOD, AND NETWORK SYSTEM