JP3655623B2 - Router device, data communication network system, and data transfer method - Google Patents

Router device, data communication network system, and data transfer method Download PDF

Info

Publication number
JP3655623B2
JP3655623B2 JP2003409509A JP2003409509A JP3655623B2 JP 3655623 B2 JP3655623 B2 JP 3655623B2 JP 2003409509 A JP2003409509 A JP 2003409509A JP 2003409509 A JP2003409509 A JP 2003409509A JP 3655623 B2 JP3655623 B2 JP 3655623B2
Authority
JP
Japan
Prior art keywords
datagram
virtual connection
connection
network
virtual
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 - Fee Related
Application number
JP2003409509A
Other languages
Japanese (ja)
Other versions
JP2004129295A (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.)
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 JP2003409509A priority Critical patent/JP3655623B2/en
Publication of JP2004129295A publication Critical patent/JP2004129295A/en
Application granted granted Critical
Publication of JP3655623B2 publication Critical patent/JP3655623B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Description

本発明は、ネットワーク間にデータグラムを転送するルータ装置、複数のルータ装置を含むデータ通信ネットワークシステム及びデータ転送方法に関する。   The present invention relates to a router device for transferring a datagram between networks, a data communication network system including a plurality of router devices, and a data transfer method.

ルータ装置は、LAN間を接続する際に用いるもので、一方のLANから他方のLANにデータグラムを転送する役割を果たす。データグラムには転送すべき通信情報データに加えてその送信元および最終宛先のネットワーク層アドレス(例えばIPの場合はIPアドレス)が記載されており、ルータ装置ではそのアドレス情報を用いてデータグラムの出力インタフェースおよび次の転送先ノード(ルータ装置もしくは通信端末となるホスト)を決定している。   The router device is used when connecting LANs and plays a role of transferring a datagram from one LAN to the other LAN. In the datagram, in addition to the communication information data to be transferred, the network layer address of the transmission source and final destination (for example, IP address in the case of IP) is described, and the router device uses the address information of the datagram. The output interface and the next transfer destination node (host that becomes a router device or a communication terminal) are determined.

従来のルータ装置のデータグラム転送方法を図17を用いて説明する。   A conventional datagram transfer method of the router device will be described with reference to FIG.

まず、非仮想コネクション型LANであるイーサネット(R)に接続するルータ装置を例に取って、データグラム転送の手順を示す。LANからイーサネット(R)フレーム(データリンクフレーム)を受信すると、受信部911において、そのデータリンクフレームをネットワーク層で扱うデータグラムに変更する。次に、データグラム解析部921で、データグラムの最終宛先のアドレスから出力インタフェースと次の転送ノード(ホストかルータ装置)のネットワーク層アドレスを決定し、該当する出力インタフェースのデータグラム処理部922に転送部930を介してデータグラムを渡す。データグラムを渡されたデータグラム処理部922では、ネットワーク層の処理(IPの場合は、TTL(Time To Live)を減らす処理、チェックサム計算、オプションの処理等)を行なう。最後に、送信部913において、次の転送ノードのネットワーク層アドレスからイーサネット(R)アドレス(データリンク層アドレス)を決定し、そのアドレスとデータグラムからイーサネット(R)フレームを構築して、LANに出力する。 First, taking a router device connected to Ethernet (R) as a non-virtual connection type LAN as an example, a datagram transfer procedure will be described. Upon receiving the Ethernet (R) frame (data link frame) from LAN, the receiving unit 911, to change the datagram handle the data link frame at the network layer. Next, the datagram analyzing unit 921 determines the network layer address of the output interface and the next forwarding node (host or router device) from the address of the final destination of the datagram, and sends it to the datagram processing unit 922 of the corresponding output interface. The datagram is passed through the transfer unit 930. The datagram processing unit 922 to which the datagram has been passed performs network layer processing (in the case of IP, processing for reducing TTL (Time To Live), checksum calculation, optional processing, etc.). Finally, the transmission unit 913 determines an Ethernet (R) address (data link layer address) from the network layer address of the next forwarding node, constructs an Ethernet (R) frame from the address and datagram, Output.

仮想コネクション型LANであるATMでも、ほぼ同様にデータグラム転送が行なわれる。まず、LANからATMセルを受信するとAALフレーム(データリンクフレーム)に変更し、そのフレームをネットワーク層で扱うデータグラムに変更する。次に、データグラムの最終宛先のアドレスから出力インタフェースと次の転送ノードのネットワーク層アドレスを決定し、ネットワーク層の処理を行なう。最後に、送信部において、次の転送ノードのネットワーク層アドレスから転送する仮想コネクション識別子を決定し、その識別子とデータグラムからATMセルを構築して、LANに出力する。   In ATM, which is a virtual connection type LAN, datagram transfer is performed in substantially the same manner. First, when an ATM cell is received from the LAN, it is changed to an AAL frame (data link frame), and the frame is changed to a datagram handled in the network layer. Next, the network layer address of the output interface and the next forwarding node is determined from the final destination address of the datagram, and the network layer processing is performed. Finally, the transmission unit determines a virtual connection identifier to be transferred from the network layer address of the next transfer node, constructs an ATM cell from the identifier and the datagram, and outputs it to the LAN.

上記のように仮想コネクション型LANに接続するルータ装置でも非仮想コネクション型LANに接続するルータ装置でも、データグラムを転送する場合には、データグラム解析部でデータグラムの内容(IPの場合は、送信元アドレス、宛先アドレス、サービスタイプ(Type Of Service)などのヘッダ情報ならびにポートアドレス等の上位レイヤ情報)を参照することでその出力先を決定している。そのため、データグラム解析部で転送処理の時間がかかり、データグラムの高速転送ができなかった。   As described above, in the router device connected to the virtual connection type LAN or the router device connected to the non-virtual connection type LAN, when the datagram is transferred, the datagram analysis unit (in the case of IP, The output destination is determined by referring to header information such as source address, destination address, service type (Type Of Service), and higher layer information such as port address). For this reason, the datagram analyzer takes time for transfer processing, and the datagram cannot be transferred at high speed.

ところで、転送するデータグラムの要求サービス品質が異なる場合には、データグラムをその到着順序に従って処理するだけでなく、それらの要求サービス品質を考慮した処理を行なうことが望ましい。そのために設けられた機能がスケジューラであり、データグラムを到着順序だけではなく、要求サービス品質も考慮して、次の機能に渡す順序を制御する。   By the way, when the requested service quality of the datagram to be transferred is different, it is desirable not only to process the datagram according to the arrival order but also to perform processing considering the requested service quality. A function provided for this purpose is a scheduler, which controls the order of passing datagrams to the next function in consideration of not only the arrival order but also the required service quality.

ところが、各データグラムに要求されるサービス品質に関する情報はデータグラムの内容を参照して得るようになっているため、図18に示すように、データグラム解析部921の処理を受けた後にその結果に基づき優先制御処理(スケジューリング)を施さざるを得ない。これは、次段ノードへの送信インタフェースの容量が十分でない場合、サービス品質の上位のものから優先的に出力処理する場合には有効となる。   However, since information on the quality of service required for each datagram is obtained by referring to the contents of the datagram, the result obtained after receiving the processing of the datagram analysis unit 921 as shown in FIG. Based on the above, priority control processing (scheduling) must be performed. This is effective when priority is given to output processing from a higher service quality when the capacity of the transmission interface to the next node is not sufficient.

しかし、データグラム解析部の解析処理の能力自体が十分にないような場合には、そこでの処理待ち時間が性能上問題となる可能性があるにもかかわらず、優先度情報がまだわかる前であるため、サービス品質を考慮したスケジューリング等は行なえず、スケジューラでは到着順処理を行なわざるを得ないという問題点があった。   However, if the analysis capability of the datagram analysis unit itself is not sufficient, the processing wait time may become a performance problem, but before the priority information is still known. For this reason, there is a problem that scheduling in consideration of service quality cannot be performed, and the scheduler has to perform arrival order processing.

上記のように従来のルータ装置では、データグラムの内容を参照するまで、転送先を決定できなかった。   As described above, the conventional router device cannot determine the transfer destination until the contents of the datagram are referred to.

本発明は、データグラムの内容を参照する前に転送先を知ることにより、転送効率の向上を図ったルータ装置、データ通信ネットワークシステム及びデータ転送方法を提供することを目的とする。   An object of the present invention is to provide a router device, a data communication network system, and a data transfer method that improve transfer efficiency by knowing a transfer destination before referring to the contents of a datagram.

本発明は、ネットワーク間にデータグラムを転送するルータ装置において、少なくとも1つの仮想コネクションネットワーク及び少なくとも1つの非仮想コネクションネットワークを含む複数のネットワークのそれぞれに接続するための複数の接続インタフェースと、仮想コネクション識別子と転送先となる接続インタフェースとの対応関係及び仮想コネクション識別子とネットワークアドレスとの対応関係を記憶するための記憶手段と、仮想コネクションから入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段を参照して、該データグラムの転送先となる接続インタフェースを決定するための第1のコネクション識別子解析手段と、前記仮想コネクションから入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段を参照して、該データグラムの転送先となるネットワークアドレスを決定するための第2のコネクション識別子解析手段と、前記第1のコネクション識別子解析手段により前記転送先となる接続インタフェースが決定された場合に、他の仮想コネクションに接続された該接続インタフェースへ、前記データグラムを転送するための第1の転送手段と、前記第2のコネクション識別子解析手段により前記転送先となるネットワークアドレスが決定された場合に、該転送先となるネットワークアドレスへ向かう少なくとも1つの非仮想コネクションに接続された前記接続インタフェースへ、前記データグラムを転送するための第2の転送手段とを具備することを特徴とする。
また、本発明は、少なくとも1つの仮想コネクションネットワーク及び少なくとも1つの非仮想コネクションネットワークを含む複数のネットワークのそれぞれに接続するための複数の接続インタフェースを備えたルータ装置を用いて、ネットワーク間にデータグラムを転送するデータ転送方法において、前記ルータ装置の記憶手段に、仮想コネクション識別子と転送先となる接続インタフェースとの対応関係及び仮想コネクション識別子とネットワークアドレスとの対応関係を記憶する記憶ステップと、仮想コネクションから前記ルータ装置へ入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段を参照して、該データグラムの転送先となる接続インタフェースを決定する第1の決定ステップと、仮想コネクションから前記ルータ装置へ入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段を参照して、該データグラムの転送先となるネットワークアドレスを決定する第2の決定ステップと、前記第1の決定ステップにより前記転送先となる接続インタフェースが決定された場合に、他の仮想コネクションに接続された該接続インタフェースへ、前記データグラムを転送する第1の転送ステップと、前記第2の決定ステップにより前記転送先となるネットワークアドレスが決定された場合に、該転送先となるネットワークアドレスへ向かう少なくとも1つの非仮想コネクションに接続された前記接続インタフェースへ、前記データグラムを転送する第2の転送ステップとを含むことを特徴とする。
また、本発明は、少なくとも1つの仮想コネクションネットワークを含む複数のネットワークのそれぞれに接続するための複数の接続インタフェースを備えた少なくとも2つのルータ装置を用いて、ネットワーク間にデータグラムを転送するデータ転送方法において、或るルータ装置に設けられた記憶手段に、仮想コネクション識別子と転送先となる接続インタフェースとの対応関係を記憶する記憶ステップと、仮想コネクションから前記或るルータ装置へ入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段を参照して、該データグラムの転送先となる接続インタフェースを決定する決定ステップと、この決定ステップにより決定された前記転送先となる接続インタフェースへ、前記データグラムを転送する転送ステップと、前記データグラムを、前記転送先となる接続インタフェースから、他のルータ装置へ接続された第2の仮想コネクション上へ、他の仮想コネクション識別子に沿って送出する第1の送出ステップと、前記他のルータ装置において、前記第2の仮想コネクション上にて、前記或るルータ装置の前記転送先となる接続インタフェースからの前記データグラムを受信する受信ステップと、前記データグラムから、前記転送先となる接続インタフェースにおける前記他の仮想コネクション識別子を削除する削除ステップと、前記他のルータ装置において、前記他の仮想コネクション識別子を用いることなく、且つ、他の仮想コネクション識別子を付加することなく、該他のルータ装置から外部へ前記データグラムを送出する第2の送出ステップとを含むことを特徴とする。
また、本発明は、少なくとも1つの仮想コネクションネットワークを含む複数のネットワークのそれぞれに接続するための複数の接続インタフェースを備えたルータ装置を用いて、ネットワーク間にデータグラムを転送するデータ転送方法において、前記ルータ装置の記憶手段に、仮想コネクション識別子と転送先となる接続インタフェースとの対応関係を記憶する記憶ステップと、仮想コネクションから入力されたデータグラムの転送先となる接続インタフェースを、該データグラムが受信された仮想コネクションの仮想コネクション識別子に基づき、前記記憶手段を参照して決定する決定ステップと、決定された前記転送先となる接続インタフェースへ、前記データグラムを転送する転送ステップと、前記仮想コネクション識別子を用いることなく、且つ、他の仮想コネクション識別子を付加することなく、前記ルータ装置から前記データグラムを送出する送出ステップとを含むことを特徴とする。
また、本発明は、ネットワーク間にデータグラムを転送する複数のルータ装置を含むデータ通信ネットワークシステムにおいて、第1のルータ装置は、少なくとも1つの仮想コネクションネットワークを含む複数のネットワークのそれぞれに接続するための複数の接続インタフェースからなる第1のセットと、第1の入力仮想コネクション識別子と第1の転送先となる接続インタフェースとの第1の対応関係を記憶するための第1の記憶手段と、第1の入力仮想コネクションから入力された第1のデータグラムの第1の入力仮想コネクション識別子に基づき、前記第1の記憶手段を参照して、該データグラムの第1の転送先となる接続インタフェースを決定するための第1のコネクション識別子解析手段と、この第1のコネクション識別子解析手段により決定された前記第1の転送先となる接続インタフェースへ、前記第1のデータグラムを転送するための第1の転送手段とを具備し、第2のルータ装置は、少なくとも1つの仮想コネクションネットワークを含む複数のネットワークのそれぞれに接続するための複数の接続インタフェースからなる第2のセットと、第2の入力仮想コネクション識別子と、前記複数の接続インタフェースからなる第2のセットに少なくとも1つの非仮想コネクションネットワークが接続する場合に使用すべき次段ネットワークアドレスとの対応関係を記憶するための第2の記憶手段と、第2の入力仮想コネクションから入力された第2のデータグラムの第2の入力仮想コネクション識別子に基づき、前記第2の記憶手段を参照して、該データグラムの第2の転送先となる接続インタフェースを決定するための第2のコネクション識別子解析手段と、この第2のコネクション識別子解析手段により決定された前記第2の転送先となる接続インタフェースへ、前記第2のデータグラムを転送するための第2の転送手段とを具備することを特徴とする。
また、本発明は、少なくとも1つの仮想コネクションネットワークを含む複数のネットワークのそれぞれに接続するための複数の接続インタフェースを備えた第1のルータ装置及び第2のルータ装置を用いて、ネットワーク間にデータグラムを転送するデータ転送方法において、前記第1のルータ装置に設けられた記憶手段に、第1の仮想コネクション識別子と第1の転送先となる接続インタフェースとの対応関係を記憶する第1の記憶ステップと、第1の仮想コネクションから前記第1のルータ装置へ入力されたデータグラムの仮想コネクション識別子に基づき、該第1のルータ装置に設けられた前記記憶手段を参照して、該データグラムの転送先となる接続インタフェースを決定する第1の決定ステップと、この第1の決定ステップにより決定された前記第1の転送先となる接続インタフェースへ、前記第1の仮想コネクションから入力された前記データグラムを転送する第1の転送ステップと、前記第2のルータ装置に設けられた記憶手段に、第2の仮想コネクション識別子と、第2の転送先となる接続インタフェースであって、前記第2のルータ装置の接続インタフェースに少なくとも1つの非仮想コネクションネットワークが接続する場合に使用すべき次段ネットワークアドレスに接続されている第2の転送先となる接続インタフェースとの対応関係を記憶するための第2の記憶手段と、第2の仮想コネクションから前記第2のルータ装置へ入力されたデータグラムの仮想コネクション識別子に基づき、該第2のルータ装置に設けられた前記記憶手段を参照して、該データグラムの転送先となる接続インタフェースを決定する第2の決定ステップと、この第2の決定ステップにより決定された前記第2の転送先となる接続インタフェースへ、前記第2の仮想コネクションから入力された前記データグラムを転送する第2の転送ステップとを含むことを特徴とする。
The present invention relates to a router device for transferring a datagram between networks, a plurality of connection interfaces for connecting to each of a plurality of networks including at least one virtual connection network and at least one non-virtual connection network, and a virtual connection Storage means for storing the correspondence between the identifier and the connection interface as the transfer destination and the correspondence between the virtual connection identifier and the network address, and the storage means based on the virtual connection identifier of the datagram input from the virtual connection The first connection identifier analyzing means for determining the connection interface to which the datagram is transferred, and the virtual connection identifier of the datagram input from the virtual connection. A second connection identifier analyzing means for determining a network address as a transfer destination of the datagram with reference to the storage means, and a connection interface as the transfer destination by the first connection identifier analyzing means. A first transfer means for transferring the datagram to the connection interface connected to another virtual connection, and a network that is the transfer destination by the second connection identifier analysis means A second transfer means for transferring the datagram to the connection interface connected to at least one non-virtual connection toward the destination network address when the address is determined; It is characterized by.
The present invention also provides a datagram between networks using a router device having a plurality of connection interfaces for connecting to each of a plurality of networks including at least one virtual connection network and at least one non-virtual connection network. A storage step of storing a correspondence relationship between a virtual connection identifier and a connection interface as a transfer destination and a correspondence relationship between a virtual connection identifier and a network address in the storage means of the router device; A first determination step of determining a connection interface as a transfer destination of the datagram with reference to the storage means based on a virtual connection identifier of the datagram input from the router to the router device; A second determination step of determining a network address to which the datagram is to be transferred with reference to the storage means based on a virtual connection identifier of the datagram input to the router device; and the first determination step When the connection interface to be the transfer destination is determined by the first transfer step of transferring the datagram to the connection interface connected to another virtual connection and the transfer by the second determination step A second transfer step of transferring the datagram to the connection interface connected to at least one non-virtual connection toward the transfer destination network address when a transfer destination network address is determined. It is characterized by that.
The present invention also provides a data transfer for transferring a datagram between networks using at least two router devices having a plurality of connection interfaces for connecting to each of a plurality of networks including at least one virtual connection network. In the method, a storage step of storing a correspondence relationship between a virtual connection identifier and a connection interface serving as a transfer destination in a storage unit provided in a certain router device, and a datagram input from the virtual connection to the certain router device A determination step of determining a connection interface as a transfer destination of the datagram with reference to the storage means based on the virtual connection identifier, and the connection interface determined as the determination step to the connection interface as the transfer destination Transfer step And a first sending step of sending the datagram along the other virtual connection identifier from the connection interface serving as the transfer destination onto the second virtual connection connected to the other router device; In the other router device, a reception step of receiving the datagram from the connection interface serving as the transfer destination of the certain router device on the second virtual connection; and from the datagram, the transfer destination A deletion step of deleting the other virtual connection identifier in the connection interface, and the other router device without using the other virtual connection identifier and without adding another virtual connection identifier. A second sending step for sending the datagram from another router device to the outside. Characterized in that it comprises and.
Further, the present invention provides a data transfer method for transferring a datagram between networks using a router device having a plurality of connection interfaces for connecting to each of a plurality of networks including at least one virtual connection network. A storage step of storing a correspondence relationship between a virtual connection identifier and a connection interface serving as a transfer destination in the storage means of the router device, and a connection interface serving as a transfer destination of a datagram input from the virtual connection, A determination step of referring to the storage means based on a virtual connection identifier of the received virtual connection; a transfer step of transferring the datagram to the determined connection interface; and the virtual connection Use identifier It not, and without the addition of other virtual connection identifier, characterized in that it comprises a sending step of sending the datagrams from the router device.
According to the present invention, in the data communication network system including a plurality of router devices that transfer datagrams between networks, the first router device is connected to each of the plurality of networks including at least one virtual connection network. A first storage unit configured to store a first correspondence between a first set of a plurality of connection interfaces, a first input virtual connection identifier and a connection interface serving as a first transfer destination; Based on the first input virtual connection identifier of the first datagram input from one input virtual connection, the connection interface to be the first transfer destination of the datagram is referred to by referring to the first storage means A first connection identifier analyzing means for determining the first connection identifier solution; First transfer means for transferring the first datagram to the connection interface as the first transfer destination determined by the means, and the second router device has at least one virtual connection A second set of a plurality of connection interfaces for connecting to each of a plurality of networks including the network, a second input virtual connection identifier, and a second set of the plurality of connection interfaces. A second storage means for storing a correspondence relationship with the next-stage network address to be used when the virtual connection network is connected, and a second datagram input from the second input virtual connection. Based on the input virtual connection identifier, referring to the second storage means, the datagram A second connection identifier analyzing means for determining a connection interface serving as a second transfer destination, and a second connection identifier serving as the second transfer destination determined by the second connection identifier analyzing means; And a second transfer means for transferring the datagram.
The present invention also provides data between networks using a first router device and a second router device each having a plurality of connection interfaces for connecting to each of a plurality of networks including at least one virtual connection network. In the data transfer method for transferring a gram, a first storage for storing a correspondence relationship between a first virtual connection identifier and a connection interface serving as a first transfer destination in a storage means provided in the first router device And referring to the storage means provided in the first router device based on the virtual connection identifier of the datagram input from the first virtual connection to the first router device, A first determination step for determining a connection interface as a transfer destination, and the first determination step. A first transfer step of transferring the datagram input from the first virtual connection to the determined connection interface serving as the first transfer destination; and storage means provided in the second router device And a second virtual connection identifier and a connection interface to be a second transfer destination, which is to be used when at least one non-virtual connection network is connected to the connection interface of the second router device. A second storage means for storing a correspondence relationship with a connection interface serving as a second transfer destination connected to the network address; and a datagram input from the second virtual connection to the second router device On the basis of the virtual connection identifier of the second router, the storage means provided in the second router device is referred to A second determination step for determining a connection interface to be a transfer destination of a gram, and the second virtual connection to be input to the connection interface to be the second transfer destination determined by the second determination step A second transfer step of transferring the datagram.

本発明では、データグラムの内容を見ることなく、入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段を参照して、データグラムの転送先となる接続インタフェースを決定し、この決定された接続インタフェースへ向けて前記データグラムを転送することができる。なお、前記転送手段は、ネットワークのプロトコルに応じたネットワーク層処理をデータグラムに対して施す手段を含んでも良い。   In the present invention, without referring to the contents of the datagram, the connection interface to which the datagram is transferred is determined by referring to the storage means based on the virtual connection identifier of the input datagram. The datagram can be forwarded to the connection interface. The transfer means may include means for performing a network layer process corresponding to the network protocol on the datagram.

このネットワーク層処理をデータグラムに対して施す手段は、各接続インタフェース毎に存在することがより好ましい。入力されたデータグラムが、仮想コネクション識別子に基づいて高速に出力インタフェースに振り分けられ、各出力インタフェースでネットワーク層処理が並列に施されることになるからである。   More preferably, means for applying this network layer processing to the datagram exists for each connection interface. This is because the input datagram is distributed to the output interface at high speed based on the virtual connection identifier, and the network layer processing is performed in parallel at each output interface.

以上のように、データグラムを参照する前に、仮想コネクション識別子から情報を得ることで、ルータ装置の手間が減り、ルータ装置の転送効率を向上させることができる。   As described above, by obtaining information from the virtual connection identifier before referring to the datagram, the trouble of the router device can be reduced and the transfer efficiency of the router device can be improved.

本発明によれば、データグラムの内容を見る処理を行なうことなく、入力されたデータグラムの仮想コネクション識別子から、転送先を決定することができ、ルータ装置の転送効率を向上させることができる。   According to the present invention, the transfer destination can be determined from the virtual connection identifier of the input datagram without performing processing for viewing the contents of the datagram, and the transfer efficiency of the router device can be improved.

以下、図面を参照しながら発明の実施の形態を説明する。   Hereinafter, embodiments of the invention will be described with reference to the drawings.

本発明は、ルータ装置において、受信したデータリンクフレームから取り出したデータグラムの内容を参照して得た転送先のネットワーク層アドレスに基いてデータグラム転送を行なう代わりに、受信データリンクフレームの仮想コネクション識別子を参照することで、データグラム転送を行なうものである。   The present invention provides a virtual connection of a received data link frame instead of performing a datagram transfer based on a network layer address of a transfer destination obtained by referring to the contents of the datagram extracted from the received data link frame in the router device. Datagram transfer is performed by referring to the identifier.

受信データリンクフレームの仮想コネクション識別子に基いて当該データグラムの転送先を決定するためには、データグラムの送信ノードが特定の仮想コネクションには特定のデータグラムしか流さないようにしておけば良い。   In order to determine the transfer destination of the datagram based on the virtual connection identifier of the received data link frame, it is only necessary that the transmission node of the datagram flows only the specific datagram through the specific virtual connection.

特定のデータグラムとは、例えば次に列挙する情報のうち1又は複数の情報が同一であるようなデータグラムであるとする。
・プロトコル・タイプ(例えば、IP、IPX)
・IPバージョン(例えば、IPv4、IPv6)
・プロトコル識別子(例えばTCP、UDP)
・宛先アドレス
・宛先アドレスとマスクの論理和を取ったもの
・宛先トランスポート層ポート
・送信元アドレス
・送信元アドレスとマスクの論理和を取ったもの
・送信元トランスポート層ポート
・ST−2のストリームID(Stream ID;IPv5の場合)
・フローID(flow ID;IPv6の場合)
・TOS(Type of service;IPv4の場合)
・トラフィック・クラス(Traffic Class;IPv6の場合)
特定の仮想コネクションに特定のデータグラムを流すようにすることは、例えば、図1に示すような構成を有する送信ノードを用いることで実現できる。
The specific datagram is, for example, a datagram in which one or more pieces of information listed below are the same.
Protocol type (eg IP, IPX)
IP version (eg IPv4, IPv6)
Protocol identifier (eg TCP, UDP)
·destination address
-Logical sum of destination address and mask
Destination transport layer port
・ Source address
・ The logical sum of the source address and mask
-Source transport layer port
ST-2 stream ID (Stream ID; for IPv5)
-Flow ID (flow ID; for IPv6)
-TOS (Type of service; for IPv4)
-Traffic class (Traffic Class; IPv6)
Flowing a specific datagram through a specific virtual connection can be realized, for example, by using a transmission node having a configuration as shown in FIG.

以下、図1の送信ノードが、データグラムを送出する手順を説明する。   Hereinafter, a procedure in which the transmission node in FIG. 1 transmits a datagram will be described.

例えば宛先Aへのデータグラムを送信する場合、データグラム解析部1で、宛先と出力I/Fと出力仮想コネクション識別子の対応を登録した経路表2を宛先Aをキーとして参照し、宛先Aへのデータグラムの出力I/Fはatm1、出力仮想コネクションは1であることを決定する。そして、データグラムをatm1に該当するI/Fに送る。I/Fの送信部4では、データグラムをデータリンクフレームであるAALフレームに組み立て、ATMセルに分割し、仮想コネクション1に送出する。   For example, when transmitting a datagram to the destination A, the datagram analysis unit 1 refers to the routing table 2 in which the correspondence between the destination, the output I / F, and the output virtual connection identifier is registered, using the destination A as a key. It is determined that the output I / F of the datagram is atm1 and the output virtual connection is 1. Then, the datagram is sent to the I / F corresponding to atm1. In the I / F transmission unit 4, the datagram is assembled into an AAL frame that is a data link frame, divided into ATM cells, and transmitted to the virtual connection 1.

ここではデータグラム解析部1の経路表2は「宛先」をキーに検索しているが、「宛先」だけでなく「サービス品質」や「送信元アドレス」のような他の情報からも検索できる経路表を持っていても良い。   Here, the routing table 2 of the datagram analysis unit 1 searches using “destination” as a key, but it can be searched not only from “destination” but also from other information such as “service quality” and “source address”. You may have a routing table.

以下に説明するように本発明のルータ装置の各実施形態では、例えば図1のような送信ノードを使うことにより、特定の仮想コネクションには特定のデータグラムのみ流すように設定されているものとする。   As described below, in each embodiment of the router device of the present invention, for example, by using a transmission node as shown in FIG. 1, it is set so that only a specific datagram flows through a specific virtual connection. To do.

(第1の実施形態)
図2に、本発明の第1の実施形態に係るルータ装置の構成例を示す。
(First embodiment)
FIG. 2 shows a configuration example of the router device according to the first embodiment of the present invention.

本実施形態のルータ装置は、2つの仮想コネクションLAN41,42と1つの非仮想コネクションLAN43に接続している。ここでは、仮想コネクション型LANは、ATM−LANを例とし、非仮想コネクション型LANは、イーサネット(R)を例として説明する。 The router device of this embodiment is connected to two virtual connection LANs 41 and 42 and one non-virtual connection LAN 43. Here, the virtual connection type LAN will be described using ATM-LAN as an example, and the non-virtual connection type LAN will be described using Ethernet (R) as an example.

本実施形態のルータ装置は、図2のように、接続するそれぞれのLANに対して、受信部11、送信部13、データグラム解析部21、データグラム処理部22、転送部30を持つ。仮想コネクション型LANに接続するインターフェイスについては、コネクション識別子解析部12を持つ。また、これらのLAN対応部分の間を相互接続するための転送部30を持つ。   As illustrated in FIG. 2, the router device according to the present embodiment includes a reception unit 11, a transmission unit 13, a datagram analysis unit 21, a datagram processing unit 22, and a transfer unit 30 for each connected LAN. The interface connected to the virtual connection type LAN has a connection identifier analysis unit 12. In addition, a transfer unit 30 for interconnecting these LAN compatible parts is provided.

なお、図中では、受信部などの複数ある各ブロックがどのLANに対するブロックであるかを区別するため、例えば受信部111、112、113のように記してある。 In the figure, in order to distinguish which LAN each of a plurality of blocks such as a receiving unit is a block for, for example, receiving units 11 1 , 11 2 , 11 3 are indicated.

図中101〜103は、I/Fである。 In the figure, 10 1 to 10 3 are I / Fs.

ここでは、データグラムを転送するネットワークプロトコルとして、IP(Internet Protocol)を例に取る。もちろん、本発明は、IPのみに適用可能なわけではなく、IPXなどの他のネットワークプロトコルにも適用可能である。   Here, IP (Internet Protocol) is taken as an example as a network protocol for transferring datagrams. Of course, the present invention can be applied not only to IP but also to other network protocols such as IPX.

受信部11は、LANからデータリンクフレームを受信し、そのLANに適合した処理を行なう。イーサネット(R)LANである場合は、自分宛てのデータリンクフレームを抽出し、データリンクフレームの誤り検出をするためにCRCチェックを行なう。その後、データグラムの構成を行ない、どのネットワークプロトコルを使用するかをデータリンクフレームから特定する。構成したデータグラムと受信した仮想コネクション識別子をコネクション識別子解析部12に渡す。 The receiving unit 11 receives a data link frame from the LAN and performs processing suitable for the LAN. In the case of the Ethernet (R) LAN, a data link frame addressed to itself is extracted, and a CRC check is performed to detect an error in the data link frame. Thereafter, the datagram is constructed and the network protocol to be used is specified from the data link frame. The constructed datagram and the received virtual connection identifier are passed to the connection identifier analyzer 12.

ATM−LANであるならば、ATMセルのエラーを検出し、AALフレームに組み立てエラー検出を行ない、どのネットワークプロトコルを使用するか決定し、データグラム構成を行なう。構成したデータグラムと受信したVPI/VCIをコネクション識別子解析部12に渡す。   If it is an ATM-LAN, an error in an ATM cell is detected, an assembly error is detected in an AAL frame, a network protocol is determined, and a datagram is constructed. The configured datagram and the received VPI / VCI are passed to the connection identifier analysis unit 12.

データグラム解析部21は、データグラムの内容(送信元アドレス、宛先アドレス、フローID、TOSなどのヘッダ情報ならびにポートアドレス等の上位レイヤ情報)を参照して、出力インターフェイスと次段ノードのネットワークアドレスを決定する。この機能を実現するために、例えば、図3のようにデータグラム解析部21にはデータグラムの宛先アドレスから出力インターフェイスと次段ネットワークアドレスを参照できる経路表210を用意する。   The datagram analyzing unit 21 refers to the contents of the datagram (source information, destination address, flow ID, header information such as TOS and higher layer information such as port address), and the network address of the output interface and the next node. To decide. In order to realize this function, for example, as shown in FIG. 3, the datagram analysis unit 21 is provided with a routing table 210 that can refer to the output interface and the next-stage network address from the destination address of the datagram.

出力インターフェイスが仮想コネクション型LANである場合には、次段ネットワークアドレスの代わりに出力仮想コネクション識別子を入れることもできる。   When the output interface is a virtual connection type LAN, an output virtual connection identifier can be inserted instead of the next-stage network address.

ここでは、経路表に次段ネットワークアドレスが書いてある場合と、出力仮想コネクション識別子が書いてある場合の両方を説明するために、出力I/Fが非仮想コネクション型LANでは次段ネットワークアドレスが書いてあり、出力I/Fが仮想コネクション型LANでは出力仮想コネクション識別子が書いてあるものを説明する。   Here, in order to explain both the case where the next-stage network address is written in the routing table and the case where the output virtual connection identifier is written, in the case where the output I / F is a non-virtual connection type LAN, the next-stage network address is A description will be given of the case where the output virtual connection identifier is written when the output I / F is a virtual connection type LAN.

データグラム解析部21は、このような経路表に従って決定した出力インターフェイスのデータグラム処理部22に、転送部30を通してデータグラムを渡す。   The datagram analysis unit 21 passes the datagram through the transfer unit 30 to the datagram processing unit 22 of the output interface determined according to such a route table.

上記の経路表は、宛先アドレスによってのみ参照するものであるが、前述したように種々のデータグラムの内容から出力インターフェイスがわかるように構成しても良い。   The above routing table is referenced only by the destination address, but as described above, the output interface may be known from the contents of various datagrams.

コネクション識別子解析部12は、仮想コネクション型LANに接続するインターフェイスにのみ存在する。データグラム解析部21では、データグラムの内容から出力インターフェイスを決定したが、コネクション識別子解析部12は、データグラムの内容を参照する代わりに、受信したデータリンクフレームの仮想コネクション識別子を参照して、出力インターフェイスを決定する。さらに、次段ネットワークアドレスあるいは出力仮想コネクション識別子を決定しても良い。この機能を行なうために、例えば、図4のようにコネクション識別子解析部12には仮想コネクション識別子から出力I/Fと次段ネットワークアドレスあるいは出力仮想コネクション識別子を参照できる転送表120を用意する。   The connection identifier analysis unit 12 exists only at the interface connected to the virtual connection type LAN. In the datagram analysis unit 21, the output interface is determined from the content of the datagram, but instead of referring to the content of the datagram, the connection identifier analysis unit 12 refers to the virtual connection identifier of the received data link frame, Determine the output interface. Further, the next stage network address or the output virtual connection identifier may be determined. In order to perform this function, for example, as shown in FIG. 4, the connection identifier analysis unit 12 prepares a transfer table 120 that can refer to the output I / F and the next-stage network address or the output virtual connection identifier from the virtual connection identifier.

この転送表の設定は、手動で行なっても良いし、自動的に送信ノードとのプロトコルで行なっても良い。自動的に構成する場合は、自ルータ装置と隣接ノードの間で仮想コネクション識別子とその仮想コネクションで運ばれるデータグラムの種類(宛先ネットワークアドレスやトランスポート層ポートなど)を交換することで実現できる。   The transfer table may be set manually or automatically using a protocol with the transmission node. The automatic configuration can be realized by exchanging the virtual connection identifier and the datagram type (destination network address, transport layer port, etc.) carried in the virtual connection between the own router device and the adjacent node.

この転送表に従って、データグラムをデータグラム解析部21に送るか、あるいは転送部30を介して送信するI/Fのデータグラム処理部22に送出するかを決定する。すなわち、この転送表に存在するコネクションで受信したデータグラムは、対応する出力I/Fに属するデータグラム処理部22に渡す。一方、この転送表にないコネクション識別子を持つデータリンクフレームやデータグラム解析部21に渡すように書いてあるデータグラムは、データグラム解析部21に渡してデータグラムの内容を見ることになる。   In accordance with this transfer table, it is determined whether the datagram is sent to the datagram analysis unit 21 or sent to the datagram processing unit 22 of the I / F that is transmitted via the transfer unit 30. That is, the datagram received through the connection existing in this transfer table is transferred to the datagram processing unit 22 belonging to the corresponding output I / F. On the other hand, a data link frame having a connection identifier not included in the transfer table or a datagram written to be passed to the datagram analysis unit 21 is passed to the datagram analysis unit 21 to see the contents of the datagram.

転送部30は、データグラム解析部21またはコネクション識別子解析部12からデータグラムを受け取り、そのデータグラムを指定された出力I/Fに属するデータグラム処理部22に渡す。その際、データグラムのみでなく、データグラム解析部21の経路表あるいはコネクション識別子解析部12の転送表から検索した次段ノードのネットワークアドレスか出力仮想コネクション識別子もデータグラム処理部22に渡す。   The transfer unit 30 receives the datagram from the datagram analysis unit 21 or the connection identifier analysis unit 12, and passes the datagram to the datagram processing unit 22 belonging to the specified output I / F. At this time, not only the datagram but also the network address or output virtual connection identifier of the next node retrieved from the route table of the datagram analysis unit 21 or the transfer table of the connection identifier analysis unit 12 is passed to the datagram processing unit 22.

転送部30は、バスあるいはスイッチなどにより構成することができる。データグラム処理部22は、データグラムのヘッダの書き換え(IPの場合は、TTL(Time To Live)を減らす処理、オプション処理、チェックサム計算)を行なう。また、LANの最大フレーム長よりデータグラムが大きい場合、最大フレーム長に収まるようにデータグラムを分割する。これらの処理は、どのネットワークプロトコルを使用しているかで処理内容が異なる。   The transfer unit 30 can be configured by a bus or a switch. The datagram processing unit 22 performs rewriting of the header of the datagram (in the case of IP, processing for reducing TTL (Time To Live), option processing, checksum calculation). When the datagram is larger than the maximum frame length of the LAN, the datagram is divided so as to be within the maximum frame length. These processes differ depending on which network protocol is used.

送信部13は、LANへデータグラムを送信するため、そのLANに適合した処理を行なう。例えば、ATM−LANの場合は、データリンクフレーム(AALフレーム)に変更し、ATMセルの大きさに分割して指定された出力コネクション識別子を付けて送出する。   The transmission unit 13 performs processing suitable for the LAN in order to transmit the datagram to the LAN. For example, in the case of ATM-LAN, it is changed to a data link frame (AAL frame), divided into ATM cell sizes, and sent with an output connection identifier specified.

出力仮想コネクション識別子が経路表および転送表のいずれでも指定されていない場合は、経路表または転送表で次段ノードのネットワークアドレスが指定される。送信部13に設けたネットワークアドレスと仮想コネクション識別子の対応関係を登録した表を参照して、指定された次段ノードのネットワークアドレスから出力仮想コネクション識別子を決定する。その決定された出力仮想コネクションを使ってLANにセルを出力する。   If the output virtual connection identifier is not specified in either the routing table or the forwarding table, the network address of the next node is specified in the routing table or the forwarding table. The output virtual connection identifier is determined from the network address of the designated next-stage node with reference to the table in which the correspondence relationship between the network address and the virtual connection identifier provided in the transmission unit 13 is registered. The cell is output to the LAN using the determined output virtual connection.

出力仮想コネクション識別子が経路表あるいは転送表から得られた場合は、その識別子を使って、データグラムからATMセルを構築し、LANに出力する。   When the output virtual connection identifier is obtained from the routing table or the forwarding table, an ATM cell is constructed from the datagram using the identifier and output to the LAN.

次に、本実施形態のルータ装置のデータグラム転送の動作を説明する。   Next, the datagram transfer operation of the router device of this embodiment will be described.

図5のようにI/F1に仮想コネクションが3本(仮想コネクション1,2,10)、I/F2に仮想コネクションが1本(仮想コネクション3)設定されていて、I/F1のコネクション識別子解析部12の転送表およびデータグラム解析部21の経路表はそれぞれ図中に示すように設定されているものとする。これらの設定は、前述した転送表と同様に、手動で行なっても構わないし、自動的に行なうプロトコルで設定しても構わない。   As shown in FIG. 5, I / F1 has three virtual connections (virtual connections 1, 2 and 10) and I / F2 has one virtual connection (virtual connection 3). Assume that the transfer table of the unit 12 and the route table of the datagram analysis unit 21 are set as shown in the figure. These settings may be performed manually as in the transfer table described above, or may be performed using an automatically performed protocol.

仮想コネクション1には、宛先Aのデータグラムしか送られて来ないように設定し、仮想コネクション2には、宛先Bのデータグラムしか送られて来ないように設定したものとする。この設定は、例えば図1で説明したような送信装置を用いることにより実現する。宛先AはI/F2の方向にあり、宛先BはI/F3の方向にあるとする。ここでは、1つの仮想コネクションに1つの宛先のデータグラムしか送られて来ないような設定を仮定しているが、例えば図1で説明したような送信装置により仮想コネクションへ送信するデータグラムを送信元アドレスと宛先アドレスが同一のものに設定するというように、ルータ装置と隣接ノード間で、前述したように特定のデーらグラムしか流さないように設定することができる。   It is assumed that the virtual connection 1 is set so that only the destination A datagram is sent, and the virtual connection 2 is set so that only the destination B datagram is sent. This setting is realized by using, for example, the transmission apparatus described with reference to FIG. It is assumed that the destination A is in the direction of I / F2, and the destination B is in the direction of I / F3. Here, it is assumed that the setting is such that only one destination datagram is sent to one virtual connection. For example, a datagram to be transmitted to the virtual connection is transmitted by the transmission device described in FIG. As described above, it is possible to set so that only a specific datagram flows between the router device and the adjacent node so that the original address and the destination address are set to be the same.

ここで、仮想コネクション1にデータグラムが流れて来たものとする。まず、受信部111がこのデータグラムを受け取り、受信したデータグラムとその仮想コネクション識別子をコネクション識別子解析部121に渡す。 Here, it is assumed that a datagram has flowed to the virtual connection 1. First, the receiving unit 11 1 receives this datagram, and passes the received datagram and its virtual connection identifier to the connection identifier analyzing unit 12 1 .

コネクション識別子解析部121は、当該データグラムが仮想コネクション1から入力されたデータグラムとわかるので、仮想コネクション1(入力コネクション識別子1)をキーとして転送表1201を参照する。この参照により、当該データグラムは、I/F2の仮想コネクション3に出力すれば良いことがわかる。 Since the connection identifier analysis unit 12 1 knows that the datagram is a datagram input from the virtual connection 1 , it refers to the transfer table 1201 using the virtual connection 1 (input connection identifier 1) as a key. This reference shows that the datagram should be output to the virtual connection 3 of the I / F2.

このように、本実施形態によれば、データグラムを参照しなくても出力先を決めることができる。   Thus, according to this embodiment, the output destination can be determined without referring to the datagram.

上記のようにして出力先が決まると、このデータグラムと出力仮想コネクション識別子3(仮想コネクション3)は、転送部30を通して、I/F2のデータグラム処理部222に渡される。このデータグラムは、データグラム処理部222でネットワーク層処理を施された後、送信部132を通り、先の転送表から決定された仮想コネクション3に送信される。 When the output destination is determined as described above, the datagram and the output virtual connection identifier 3 (virtual connection 3) are passed through the transfer unit 30 to the datagram processing unit 22 2 of the I / F2. This datagram is subjected to network layer processing by the datagram processing unit 22 2 , then passes through the transmission unit 13 2 and is transmitted to the virtual connection 3 determined from the previous forwarding table.

このようにして、仮想コネクション型LANから仮想コネクション型LANへの転送が終了する。   In this way, the transfer from the virtual connection type LAN to the virtual connection type LAN is completed.

もし、転送表で出力仮想コネクション識別子ではなく、次段ノードのネットワークアドレスが転送部30に渡されたとすると、転送部30は、データグラムと次段ノードのネットワークアドレスをデータグラム処理部22に渡す。そして、データグラム処理部22で、データグラムにネットワーク層処理を行なった後、送信部13に渡す。送信部13では、次段ノードのネットワークアドレスから出力仮想コネクション識別子を決定した後、データグラムをLANに転送する。   If the network address of the next node is transferred to the transfer unit 30 instead of the output virtual connection identifier in the transfer table, the transfer unit 30 passes the datagram and the network address of the next node to the datagram processing unit 22. . The datagram processing unit 22 performs network layer processing on the datagram, and then passes the datagram to the transmission unit 13. The transmission unit 13 determines the output virtual connection identifier from the network address of the next node, and then transfers the datagram to the LAN.

次に、仮想コネクション型LANから非仮想コネクション型LANへの転送例を説明する。   Next, an example of transfer from a virtual connection type LAN to a non-virtual connection type LAN will be described.

I/F1の仮想コネクション2からデータグラムが入力されたものとする。受信部111がデータグラムを受信した後、コネクション識別子解析部121では、データグラムの仮想コネクション識別子2をキーにして転送表1201を参照する。この参照により、出力I/F3および次段ノードのネットワークアドレスCと決定される。そして、コネクション識別子解析部121は、データグラムおよび次段ノードのネットワークアドレスを、転送部30を通して、I/F3のデータグラム処理部223に渡す。このデータグラム処理部223でネットワーク層処理を行なった後、データグラムおよび次段ノードのネットワークアドレスを送信部133に渡す。送信部133では、次段ノードのネットワークアドレスからデータリンクアドレスを決定した後、データグラムをLANに転送する。 It is assumed that a datagram is input from virtual connection 2 of I / F1. After the reception unit 11 1 receives the datagram, the connection identifier analysis unit 12 1 refers to the transfer table 120 1 using the virtual connection identifier 2 of the datagram as a key. By this reference, the output I / F 3 and the network address C of the next node are determined. Then, the connection identifier analysis unit 12 1, the network address of the datagram and the next hop node, through the transfer unit 30, and passes the datagram processing unit 22 3 I / F3. After the data layer processing unit 22 3 performs network layer processing, the datagram and the network address of the next node are passed to the transmission unit 13 3 . The transmitting unit 13 3, after determining the data link address from the network address of the next node and forwards the datagram to the LAN.

以上では、データグラムの内容を参照せずに、コネクション識別子を使って転送先を決定したが、従来の方法も使えるようにできる。コネクション識別子で、転送先がわからない場合は、データグラム解析部211にデータグラムを渡し、データグラムの内容から、転送先を決定することもできる。 In the above, the transfer destination is determined using the connection identifier without referring to the contents of the datagram, but the conventional method can also be used. If the connection destination does not know the transfer destination, the datagram can be transferred to the datagram analysis unit 21 1 and the transfer destination can be determined from the contents of the datagram.

仮想コネクション10から入力されたデータリンクフレームは、受信部111により受信され、ここでデータグラムに変更された後、コネクション識別子解析部121で転送表1201の参照が行なわれる。ここでは参照の結果、転送表1201に該当する項目がないので、データグラムをデータグラム解析部21に渡す。転送表1201にデータグラム解析部211に渡すように書いてある場合も、データグラムをデータグラム解析部211に渡す。 The data link frame input from the virtual connection 10 is received by the receiving unit 11 1 , where it is changed to a datagram, and then the transfer identifier 120 1 is referred to by the connection identifier analyzing unit 12 1 . Here, as a result of the reference, since there is no corresponding item in the transfer table 120 1 , the datagram is passed to the datagram analysis unit 21. If it is written to pass the transfer table 120 1 to the datagram analysis unit 21 1 also passes the datagram to datagram analysis unit 21 1.

データグラム解析部211は、データグラムの内容を参照し、このデータグラムが宛先B行きであることを認識する。次に、経路表2101を参照し、宛先B宛てのデータグラムは出力I/F3であり、次段ネットワークアドレスがCであることがわかる。そこで、転送部30を通して、I/F3のデータグラム処理部223から送信部133へとデータグラムおよび次段ノードのネットワークアドレスCを渡し、非仮想コネクション型LANに送出する。 The datagram analysis unit 21 1 refers to the contents of the datagram and recognizes that this datagram is destined for the destination B. Next, with reference to the routing table 210 1, datagrams destined destination B is the output I / F3, it can be seen that the next stage network address is C. Therefore, the datagram and the network address C of the next node are passed from the datagram processing unit 22 3 of the I / F 3 to the transmission unit 13 3 through the transfer unit 30 and sent to the non-virtual connection type LAN.

以上のように、ルータ装置が入力されたデータグラムの仮想コネクションIDから入力データグラムの宛先アドレスを知ることができる。そこで、出力I/F、次段ルータ装置のアドレス、出力先が仮想コネクションネットワークの場合の出力仮想コネクションIDをデータグラムの内容を見ることなく、決定することができる。これにより転送の効率を向上させることができる。   As described above, the destination address of the input datagram can be known from the virtual connection ID of the datagram input by the router device. Therefore, the output I / F, the address of the next-stage router device, and the output virtual connection ID when the output destination is a virtual connection network can be determined without looking at the contents of the datagram. As a result, transfer efficiency can be improved.

図2では、データグラム解析部21とデータグラム処理部22をそれぞれのインターフェイスに対応して設けた例を示したが、1つのルータ装置に複数のインターフェイスで1組のデータグラム解析部21およびデータグラム処理部22を共用する例も考えられる。そのようなルータ装置の例を図6に示す。   FIG. 2 shows an example in which the datagram analysis unit 21 and the datagram processing unit 22 are provided corresponding to the respective interfaces. However, one set of the datagram analysis unit 21 and the data is provided on a single router device with a plurality of interfaces. An example in which the gram processing unit 22 is shared is also conceivable. An example of such a router device is shown in FIG.

以下、図6のルータ装置で、データグラム転送を行なう手順を説明する。なお、それぞれのブロックでの動作の詳細は、図5のルータ装置と同様である。   A procedure for transferring datagrams in the router apparatus of FIG. 6 will be described below. The details of the operation in each block are the same as those of the router device of FIG.

仮想コネクション1には宛先Dのデータグラムが流れ、仮想コネクション10には様々なデータグラムが流れて来るものとする。これらの設定は、図1で説明したような送信装置を使って実現できる。   It is assumed that the datagram of the destination D flows through the virtual connection 1 and various datagrams flow through the virtual connection 10. These settings can be realized by using a transmission apparatus as described with reference to FIG.

仮想コネクション1からデータリンクフレームが入力されると、受信したデータリンクフレームを受信部112がデータグラムに変更する。仮想コネクション1で受信したデータグラムは、コネクション識別子解析部122にて転送表1202を参照することにより、出力I/F3に送出するものであり、次段ネットワークアドレスをCとするものであることがわかる。次に、データグラムは、転送部30からデータグラム処理部22を通り、転送部30、送信部133と渡り、図5の例と同様にして送信される。 When the data link frame is inputted from the virtual connection 1, the receiving unit 11 2 is changed to the datagram received data link frame. The datagram received by the virtual connection 1 is sent to the output I / F 3 by referring to the transfer table 120 2 in the connection identifier analysis unit 12 2 , and the next stage network address is C. I understand that. Next, the datagram through the datagram processing unit 22 from the transfer unit 30, transfer unit 30, over a transmission unit 13 3, are transmitted in the same manner as the example of FIG. 5.

仮想コネクション10でデータリンクフレームが受信されると、受信部112でデータグラムに変更される。そして、コネクション識別子解析部122にて転送表1202を検索する。検索の結果、この転送表に仮想コネクション10がないことを確認すると、転送部30を介しデータグラム解析部21にデータグラムを渡す。データグラム解析部21では、経路表210を参照することにより、出力I/F3および次段ネットワークアドレスBとわかる。そして、先程と同様にデータグラムは、処理部22を通り、転送部30から送信部133へと渡され、送信される。 When the data link frame is received by the virtual connection 10, it is changed to the datagram by the receiving unit 11 2. Then, the connection identifier analyzer 12 2 searches the transfer table 120 2 . As a result of the search, if it is confirmed that there is no virtual connection 10 in this forwarding table, the datagram is passed to the datagram analysis unit 21 via the forwarding unit 30. The datagram analysis unit 21 can know the output I / F 3 and the next-stage network address B by referring to the route table 210. The datagram as before passes the processing unit 22, is passed from the transfer unit 30 to the transmission unit 13 3, and transmitted.

図6のルータ装置の変形例を図7に示す。このルータ装置は、データリンクフレームからデータグラムへの変更とデータグラムからデータリンクフレームへの変更を受信部11と送信部13の機能から取り除き、その代わりに転送部30とデータグラム解析部21の間および転送部30とデータグラム処理部22の間に該機能を有するデータリンクフレーム・データグラム変換部50を設けたものである。   A modification of the router device of FIG. 6 is shown in FIG. This router apparatus removes the change from the data link frame to the datagram and the change from the datagram to the data link frame from the functions of the reception unit 11 and the transmission unit 13, and instead of the transfer unit 30 and the datagram analysis unit 21. A data link frame / datagram conversion unit 50 having this function is provided between the transfer unit 30 and the datagram processing unit 22.

仮想コネクション1あるいは仮想コネクション10からデータリンクフレームが入力し、送信部133から送信されるまでの動作は、図6のルータ装置の動作から容易に理解することができるので、その詳細は省略する。 Virtual connection 1 or the entered data link frame from the virtual connection 10, the operation until it is transmitted from the transmitting unit 13 3, it is possible to easily understand the operation of the router device of Fig. 6, its details are omitted .

図7のルータ装置では、図6のルータ装置と異なり、データグラム解析部21とデータグラム処理部22とデータリンクフレーム・データグラム変換部50の処理をせずに、データ転送を行なうことができる。   In the router device of FIG. 7, unlike the router device of FIG. 6, data transfer can be performed without the processing of the datagram analysis unit 21, the datagram processing unit 22, and the data link frame / datagram conversion unit 50. .

すなわち、I/F2の仮想コネクション2から受信したデータリンクフレームは、受信部112でデータリンクのチェックサム等データリンク層の処理を施される。その後、コネクション解析部122にて転送表1202を参照する。参照の結果、このデータリンクフレームは、I/F1の仮想コネクション3に出せば良いことがわかる。このデータリンクフレームは、転送部30から送信部131に渡され、送信部131にてデータリンクの処理を施された後、仮想コネクション型LANに送出される。 That is, the data link frame received from the virtual connection 2 of I / F2 is subjected to a process of checksum such as data link layer of the data link receiver 11 2. Thereafter, the connection analysis unit 12 2 refers to the transfer table 120 2 . As a result of the reference, it can be seen that this data link frame may be output to the virtual connection 3 of the I / F 1. The data link frame is transferred from the transfer unit 30 to the transmission unit 13 1 , subjected to data link processing by the transmission unit 13 1 , and then transmitted to the virtual connection type LAN.

(第2の実施形態)
第2の実施形態では、ルータ装置でデータグラムを転送するときに、データグラムのサービス品質毎に入力部で優先制御処理を行なうルータ装置を示す。
(Second Embodiment)
In the second embodiment, a router device that performs priority control processing at the input unit for each service quality of the datagram when the datagram is transferred by the router device is shown.

図8に、本実施形態のルータ装置の構成を示す。受信部(11)、コネクション識別子解析部(12)、データグラム解析部(21)、データグラム処理部(22)、転送部(30)、送信部(13)の構成・機能は、基本的には、第1の実施形態のルータ装置と同様である。   FIG. 8 shows the configuration of the router device of this embodiment. The configuration and functions of the receiving unit (11), connection identifier analyzing unit (12), datagram analyzing unit (21), datagram processing unit (22), transfer unit (30), and transmitting unit (13) are basically the same. Is the same as the router device of the first embodiment.

本実施形態と第1の実施形態の相違は、スケジューラ60,61とコネクション識別子解析部(12)の内部構成にある。   The difference between the present embodiment and the first embodiment is the internal configuration of the schedulers 60 and 61 and the connection identifier analysis unit (12).

スケジューラ60,61は、データグラムを受け取った順序ではなく、それぞれのデータグラムの要求サービス品質により出力順序を変更するものである。例えば、データグラムを要求サービス品質毎のバッファに分けて、サービス品質によりバッファからの抜きだし速度を変更することで、データグラムの出力順序を変更することができる。   The schedulers 60 and 61 change the output order according to the required service quality of each datagram, not the order in which the datagrams are received. For example, the datagram output order can be changed by dividing the datagram into buffers for each required service quality and changing the extraction rate from the buffer according to the service quality.

コネクション識別子解析部12には、図9のようなQOS表126を設ける。このQOS表126は、コネクション識別子からサービス品質を決めるものである。このQOS表126を変更することで、コネクション識別子から決定することのできる情報が変わる。   The connection identifier analysis unit 12 is provided with a QOS table 126 as shown in FIG. The QOS table 126 determines service quality from the connection identifier. By changing the QOS table 126, information that can be determined from the connection identifier changes.

このルータ装置のデータグラム転送の具体例を図10を用いて説明する。   A specific example of the datagram transfer of this router apparatus will be described with reference to FIG.

第1の実施形態と同様に、仮想コネクション1,2が設定されており、仮想コネクション1にはサービス品質1のデータグラムのみが入力され、仮想コネクション2にはサービス品質2のデータグラムのみが入力されるように設定されているものとする。この設定は、例えば、図1で説明したような送信装置を用いて行なうことで実施できる。なお、サービス品質2よりサービス品質1の方が、優先順位が高いものとする。   As in the first embodiment, virtual connections 1 and 2 are set, only a datagram of service quality 1 is input to virtual connection 1, and only a datagram of service quality 2 is input to virtual connection 2. Suppose that it is set to be. This setting can be carried out, for example, by using a transmission apparatus as described with reference to FIG. It is assumed that service quality 1 has a higher priority than service quality 2.

QOS表126には、仮想コネクション1はサービス品質1に対応し、仮想コネクション2はサービス品質2に対応するように設定してある。この設定は、手動で行なっても良いし、自動的に設定するプロトコルを使用しても良い。自動的に構成する場合は、自ルータ装置と隣接ノードの間で仮想コネクション識別子とその仮想コネクションで運ばれるデータグラムのサービス品質を交換することで実現できる。   In the QOS table 126, virtual connection 1 corresponds to service quality 1 and virtual connection 2 corresponds to service quality 2. This setting may be performed manually, or an automatically set protocol may be used. The automatic configuration can be realized by exchanging the virtual connection identifier and the quality of service of the datagram carried in the virtual connection between the own router device and the adjacent node.

データグラム解析部21の経路表210には図のように設定されているものとする。   It is assumed that the route table 210 of the datagram analysis unit 21 is set as shown in the figure.

ここで、仮想コネクション1でデータグラムを受信すると、受信部111が受け、受信部111でデータリンク層の処理をする。その後、コネクション識別子解析部121がQOS表1261を参照する。ここでは、参照の結果、このデータグラムがサービス品質1であることを認識する。 Here, upon receiving a datagram the virtual connection 1, the receiving unit 11 1 receives, the processing of the data link layer at the receiving unit 11 1. Thereafter, the connection identifier analysis unit 12 1 refers to the QOS table 126 1 . Here, as a result of the reference, it is recognized that this datagram has quality of service 1.

このように、本実施形態によれば、データグラムを参照しなくてもサービス品質を決めることができる。   Thus, according to the present embodiment, the quality of service can be determined without referring to the datagram.

次に、スケジューラ601でデータグラムをバッファ1に入れる。スケジューラ601は、データグラムの優先順位に従って、バッファからデータグラムを抜きだし、転送部30を通して、データグラム解析部21に送る。 Next, add the datagram to the buffer 1 in the scheduler 60 1. The scheduler 60 1, according to the priority of the datagram, extracting the datagram from the buffer, through the transfer unit 30, and sends the datagram analysis unit 21.

抜きだしの順序は、例えば、優先順位の高いサービス品質1のデータグラムがバッファにあった場合はそれから抜きだし、次に、サービス品質2のバッファから抜き出す、という方法がある。   The order of extraction is, for example, a method in which a service quality 1 datagram having a high priority is extracted from the buffer and then extracted from the service quality 2 buffer.

データグラム解析部21に送られたデータグラムは、第1の実施形態と同様に、経路表210の参照により、データグラムの宛先から出力I/Fおよび次のノードのネットワークアドレスが決定された後、データグラム処理部22を通り、出力先のスケジューラ612に渡され、送信部132で送信され、転送が終了する。 As in the first embodiment, the datagram sent to the datagram analysis unit 21 is obtained after the output I / F and the network address of the next node are determined from the destination of the datagram by referring to the routing table 210. The data is passed through the datagram processing unit 22 to the output destination scheduler 61 2 and transmitted by the transmission unit 13 2 , and the transfer ends.

出力I/Fのスケジューラ612から送信部132へのデータグラム転送も優先順位にしたがって行なえることは言うまでもない。 It goes without saying that the datagram transfer from the scheduler 61 2 of the output I / F to the transmitter 13 2 can also be performed according to the priority order.

仮想コネクション2から入力されたデータグラムについても同様に、受信部111を通り、コネクション識別子解析部121でのQOS表1261の検索によりサービス品質2であることがわかる。そして、スケジューラ601のサービス品質2のバッファにデータグラムを入れ、その後、上記と同様に処理を行なう。 Similarly, the datagram entered from the virtual connection 2 through the receiving unit 111, a connection by the search for QOS table 126 1 of the identifier analyzer 12 1 it can be seen that a quality of service 2. Then, the datagram is put in the service quality 2 buffer of the scheduler 60 1 , and then the same processing as described above is performed.

また、仮想コネクション10から入力されたデータグラムについては、コネクション識別子解析部121のQOS表1261に対応する仮想コネクション識別子が書かれていないので、スケジューラ601の一番低い優先順位のバッファに入れ、その後、上記と同様に処理を行なう。 Also, the datagram entered from the virtual connection 10, since the virtual connection identifier corresponding to the QOS table 126 first connection identifier analysis unit 12 1 is not written, the lowest priority buffers of the scheduler 60 1 After that, processing is performed in the same manner as described above.

以上のように、ルータ装置が入力されたデータグラムの仮想コネクションIDから入力データグラムのQOSクラスを知ることができる。そこで、データグラムを参照することなく、それぞれのQOSクラスに分類することができる。これにより、入力段でデータグラムスケジューリングする場合、データグラム転送部30、データグラム解析部21、データグラム処理部22が遅くてもQOSクラスにしたがった、スケジューリングが可能になる。   As described above, the QOS class of the input datagram can be known from the virtual connection ID of the datagram input by the router device. Therefore, each QOS class can be classified without referring to the datagram. Thus, when datagram scheduling is performed at the input stage, scheduling according to the QOS class can be performed even if the datagram transfer unit 30, the datagram analysis unit 21, and the datagram processing unit 22 are slow.

図11に、データグラム解析部21とデータグラム処理部22がI/F毎にある場合の例を示す。この例でも、先程示した図10の例と同様に、受信したデータリンクフレームを受信部11にてデータリンク層処理した後、コネクション識別子解析部12にてQOS表によりサービス品質を決定し、決定されたサービス品質に応じてデータグラムをスケジューラ60に渡すところまでは、同様である。   FIG. 11 shows an example in which the datagram analysis unit 21 and the datagram processing unit 22 are provided for each I / F. In this example as well, the received data link frame is processed in the data link layer by the receiving unit 11 and the service quality is determined by the QOS table in the connection identifier analyzing unit 12 as in the example of FIG. The same applies until the datagram is transferred to the scheduler 60 according to the service quality.

ここでは、スケジューラ60から出力されたデータグラムは、データグラム解析部21に渡され、ここでデータグラムの宛先アドレスから出力I/Fと次段ノードのネットワークアドレスか出力仮想コネクション識別子が決定される。その後、転送部30により、出力I/Fのデータグラム処理部22に転送され、スケジューラ61に渡されて、出力される。   Here, the datagram output from the scheduler 60 is transferred to the datagram analysis unit 21, where the output I / F and the network address of the next node or the output virtual connection identifier are determined from the destination address of the datagram. . Thereafter, the data is transferred to the datagram processing unit 22 of the output I / F by the transfer unit 30, passed to the scheduler 61, and output.

出力I/Fのスケジューラ61から送信部13へのデータグラム転送も優先順位にしたがって行なえることは言うまでもない。   It goes without saying that the datagram transfer from the scheduler 61 of the output I / F to the transmission unit 13 can also be performed according to the priority order.

(第3の実施形態)
第1の実施形態では、データグラムの内容を参照せずに、転送先を決定することができた。また、第2の実施形態では、データグラムの内容を参照せずに、サービス品質を決定することができた。
(Third embodiment)
In the first embodiment, the transfer destination can be determined without referring to the contents of the datagram. In the second embodiment, the service quality can be determined without referring to the contents of the datagram.

本実施形態では、データグラムの内容を参照せずに、転送先とサービス品質の両方を決定できるようにした例を示す。   In the present embodiment, an example is shown in which both the transfer destination and the service quality can be determined without referring to the contents of the datagram.

図12は、本実施形態のルータ装置の構成を示す図である。   FIG. 12 is a diagram illustrating the configuration of the router device according to the present embodiment.

I/F1の仮想コネクション1にはサービス品質1で宛先Aのデータグラムが入力され、仮想コネクション2にはサービス品質2のデータグラムが入力されるように設定する。この仮想コネクションの送信側は、図1で説明したような送信ノードであるものとする。   It is set so that the datagram of the destination A is input to the virtual connection 1 of the I / F 1 and the datagram of the service quality 2 is input to the virtual connection 2. Assume that the transmission side of this virtual connection is a transmission node as described in FIG.

コネクション識別子解析部12の転送表1291とデータグラム解析部21の経路表210は、図中に示したように設定されているものとする。I/F1の仮想コネクション1と2から入力されたデータグラムの転送手順を説明する。 Transfer Table 129 1 and routing table 210 of the datagram analysis unit 21 of the connection identifier analysis unit 12 is assumed to be set as shown in FIG. A procedure for transferring datagrams input from the virtual connections 1 and 2 of the I / F 1 will be described.

I/F1の受信部111で仮想コネクション1からデータグラムを受信すると、受信部111にてこのデータグラムにデータリンク処理をした後、コネクション識別子解析部121に渡す。コネクション識別子解析部121では転送表1291を参照する。この参照により、仮想コネクション1から来たデータグラムは、サービス品質1で出力I/F2であり、出力仮想コネクションが3であることがわかる。 When the receiving unit 11 1 of the I / F 1 receives a datagram from the virtual connection 1, the receiving unit 11 1 performs data link processing on the datagram and then passes it to the connection identifier analyzing unit 12 1 . The connection identifier analysis unit 12 1 refers to the transfer table 129 1 . From this reference, it can be seen that the datagram coming from the virtual connection 1 is the output I / F 2 with the service quality 1 and the output virtual connection is 3.

このデータグラムは、スケジューラ601のサービス品質1のバッファに入れられ、スケジューラ601による転送順序の優先制御を受け、転送部30へ出力仮想コネクション識別子3とともに渡される。その後、データグラム処理部22でネットワーク処理を行ない、データグラム等をI/F2のスケジューラ612に渡してスケジュールを行ない、それらを送信部132に渡して仮想コネクション3に出力する。 The datagram is placed in the buffer of the scheduler 60 1 Quality of Service 1, receives the priority control of the transfer order by the scheduler 60 1 is passed together with the output virtual connection identifier 3 to the transfer section 30. Thereafter, performs network processing in datagram processing unit 22 performs the schedule pass datagrams, etc. to the scheduler 61 2 I / F2, and outputs them to the virtual connection 3 passes to the transmission unit 13 2.

スケジューラ601から転送部30へは、データグラムと仮想コネクション識別子3を渡したが、これらの他にサービス品質1も渡すことで、スケジューラ612での優先制御に利用することができる。 To the transfer unit 30 from the scheduler 60 1, but pass the datagram and the virtual connection identifier 3, the quality of service 1 in addition to these also pass, it can be used for the priority control of the scheduler 61 2.

仮想コネクション2で受信したデータグラムは、受信部111からコネクション識別子解析部121へと渡される。コネクション識別子解析部12で転送表1291を検索すると、サービス品質は2であり、出力I/Fおよびアドレスは決まっていないことがわかる。 The datagram received by the virtual connection 2 is transferred from the receiving unit 11 1 to the connection identifier analyzing unit 12 1 . When you search for the transfer table 129 1 at the connection identifier analysis unit 12, the service quality is 2, the output I / F and the address it is understood that not determined.

そこで、スケジューラ601のサービス品質2のバッファに入れ、次に、出力I/Fが決まっていないので、転送部30を通してデータグラム解析部21に渡す。データグラム解析部21では、データグラムの宛先を参照し、この宛先がBであることがわかると、出力I/Fと次段ノードのネットワークアドレスを経路表210から検索する。この場合は、出力I/Fが3で次段ノードのネットワークアドレスがDであることがわかる。 Therefore, it is put in the service quality 2 buffer of the scheduler 60 1 , and next, since the output I / F is not decided, the data is passed to the datagram analysis unit 21 through the transfer unit 30. The datagram analysis unit 21 refers to the destination of the datagram. When the destination is B, the datagram analysis unit 21 searches the routing table 210 for the output I / F and the network address of the next node. In this case, the output I / F is 3 and the network address of the next node is D.

次に、データグラム処理部22にデータグラムを渡してネットワーク処理した後、転送部30を通して、I/F3のスケジューラ613に渡す。そして、送信部133で、次段のネットワークアドレスからデータリンクアドレスを解析した後、データリンクフレームを構築して、LANへ送出する。 Next, the datagram is transferred to the datagram processing unit 22 for network processing, and then transferred to the scheduler 613 of the I / F 3 through the transfer unit 30. Then, the transmitting unit 13 3, after analyzing the data link address from the next stage of the network address, to build a data link frame, and sends it to the LAN.

上記の例では、コネクション識別子解析部12の転送表は、入力仮想コネクション識別子から、サービス品質、出力I/F、次段ノードのネットワークアドレスの全てを決定できるか、サービス品質のみを決定できるものであったが、出力I/F、次段ノードのネットワークアドレスを決定できるものも考えられる。   In the above example, the transfer table of the connection identifier analysis unit 12 can determine all of the service quality, output I / F, and network address of the next node from the input virtual connection identifier, or can determine only the service quality. However, it is also possible to determine the output I / F and the network address of the next stage node.

以上のように、ルータ装置が入力されたデータグラムの仮想コネクションIDから入力データグラムの宛先アドレスとサービス品質を知ることができる。これにより、ルータ装置の効率を大幅に向上させることができる。   As described above, the destination address and service quality of the input datagram can be known from the virtual connection ID of the datagram input by the router device. As a result, the efficiency of the router device can be greatly improved.

図13は、図12と同様に、データグラムの内容を参照せずに、転送先とサービス品質を決定することができるようにした他の実施形態である。   FIG. 13 shows another embodiment in which the transfer destination and the service quality can be determined without referring to the contents of the datagram, as in FIG.

図13は、図12のデータグラム解析部21とデータグラム処理部22がI/F毎にある実施形態である。   FIG. 13 is an embodiment in which the datagram analysis unit 21 and the datagram processing unit 22 of FIG. 12 are provided for each I / F.

以下、図13の動作については、図12との相違点を説明する。   Hereinafter, with respect to the operation of FIG. 13, differences from FIG. 12 will be described.

図12では、スケジューラ601から転送部30に渡していたが、図13のルータ装置では、スケジューラ601が、データグラム解析部211に渡すか、転送部30に渡すかを決定する。 In FIG. 12, the data is transferred from the scheduler 60 1 to the transfer unit 30, but in the router device of FIG. 13, the scheduler 60 1 determines whether to transfer to the datagram analysis unit 21 1 or to the transfer unit 30.

それぞれの仮想コネクションで受信するデータグラムは、図12と同様に設定しているとする。   It is assumed that the datagram received by each virtual connection is set similarly to FIG.

図13の仮想コネクション1で受信するデータグラムは、コネクション識別子解析部の転送表で出力I/Fがわかる。そこで、データグラムと次段ネットワークアドレスか出力仮想コネクション識別子を転送部30を通して、出力I/Fのデータグラム処理部222に渡す。 In the datagram received by the virtual connection 1 in FIG. 13, the output I / F is known in the transfer table of the connection identifier analysis unit. Therefore, the datagram and the next-stage network address or the output virtual connection identifier are passed through the transfer unit 30 to the datagram processing unit 22 2 of the output I / F.

仮想コネクション2で受信するデータグラムは、コネクション識別子解析部の転送表で出力I/Fがわからない。そこで、データグラム解析部211に渡し、データグラムの宛先から、経路表2101を検索し、出力I/Fと次段ネットワークアドレスか出力仮想コネクション識別子を決定した後、転送部30を通して、出力I/Fのデータグラム処理部223に渡す。 The datagram received by the virtual connection 2 does not know the output I / F in the transfer table of the connection identifier analysis unit. Therefore, the data is passed to the datagram analysis unit 21 1 , the routing table 210 1 is searched from the destination of the datagram, the output I / F and the next stage network address or the output virtual connection identifier are determined, and then output through the transfer unit 30. It passes to the datagram processing unit 22 3 I / F.

なお、以上の各実施形態において、ルータ装置に接続する仮想コネクション型LANや非仮想コネクション型LANの数は任意である。また、LANとしては、ATM−LANやイーサネット(R)の他にも種々のものを接続することができる。 In each of the above embodiments, the number of virtual connection type LANs and non-virtual connection type LANs connected to the router device is arbitrary. In addition to ATM-LAN and Ethernet (R) , various types of LAN can be connected.

(第4の実施形態)
次に、ATM網を接続するルータにおいて、ネットワーク層のデータグラムを見る事なく、入力の仮想コネクション識別子(VPI/VCI)を用いて、出力のI/Fと仮想コネクション識別子を決定し、AALフレーム(AAL PDU又はAAL SDU)として転送するルータの例を図14を使って説明する。
(Fourth embodiment)
Next, the router connecting the ATM network determines the output I / F and the virtual connection identifier using the input virtual connection identifier (VPI / VCI) without looking at the datagram of the network layer, and the AAL frame. An example of a router that transfers as (AAL PDU or AAL SDU) will be described with reference to FIG.

図14では、1つの汎用バス(図中1021)に複数のATM NIC(ネットワークインタフェースカード)1000とネットワーク層処理をするCPUボード1100が接続する。さらに、非仮想コネクション用のNIC(ここではイーサネット(R)NIC)2000が接続しても良い。ここでは、汎用バスを例に取っているが、スイッチを用いても構わない。CPUボード1100では、ネットワーク層プロトコル処理をソフトウェアで処理する。ATM NIC1000では、AALフレームからATMセルへの分割とATMセルからAALフレームへの組み立てを行なう。 In FIG. 14, a plurality of ATM NICs (network interface cards) 1000 and a CPU board 1100 that performs network layer processing are connected to one general-purpose bus (1021 in the figure). In addition, (Ethernet (R) NIC in this case) 2000 may be connected to NIC for the non-virtual connection. Here, a general-purpose bus is taken as an example, but a switch may be used. In the CPU board 1100, network layer protocol processing is processed by software. In the ATM NIC 1000, an AAL frame is divided into ATM cells and an ATM cell is assembled into an AAL frame.

ATM NICとATM又は非仮想コネクション用NICとの間、及び、CPUボード間の転送には、2通りの方法がある。   There are two methods for transferring between the ATM NIC and the ATM or non-virtual connection NIC and between the CPU boards.

1つ目の方法は、ATM NIC1000の受信バッファ1003と送信バッファ1006をCPUの持つメモリと同様に見えるように共有メモリとしてCPUに見せるものである。これにより、ATM NIC1000とCPUボード1100間は、CPUから読み書きができるようになる。また、ATM NIC間は、CPUがATM NIC1000から読みだし、別のATM NIC1000に書き込むことで、転送可能となる。また、ATM NICとイーサネット(R)用NIC間は、一方のATM NIC100をイーサネット(R)用NIC2000に置き換えることで、同様に転送できる。 In the first method, the reception buffer 1003 and the transmission buffer 1006 of the ATM NIC 1000 are shown to the CPU as a shared memory so that the memory looks like the memory of the CPU. Thereby, the ATM NIC 1000 and the CPU board 1100 can be read and written from the CPU. In addition, transfer between ATM NICs is possible when the CPU reads from the ATM NIC 1000 and writes to another ATM NIC 1000. Also, between the ATM NIC and Ethernet (R) for the NIC, by replacing one of the ATM NIC 100 to the Ethernet (R) for NIC2000, it can be transferred as well.

2つ目の方法は、ATM NIC1000から読み出したい場合は、バス送信部1004にATM NIC1000の受信バッファ1003のアドレスとデータサイズと転送先のメモリアドレスを指定することで、CPUボード1100あるいは別のATM NIC1000、またはイーサネット(R)用NIC2000にデータ転送を行うものである。ATM NIC1000に書き込む場合は、バス送信部1004に転送先のATM NIC1000の送信バッファ1006のメモリアドレスと送信元のメモリアドレスと転送データサイズを書くことで、送信バッファ1006に転送される。また、上記転送先のATM NIC1000をイーサネット(R)用NIC2000に置き換えることで、同様に転送できる。 In the second method, when reading from the ATM NIC 1000, the CPU board 1100 or another ATM is designated by specifying the address, data size, and memory address of the transfer destination of the reception buffer 1003 of the ATM NIC 1000 in the bus transmission unit 1004. NIC1000, or performs a data transfer NIC2000 Ethernet (R). When writing to the ATM NIC 1000, the memory address of the transmission buffer 1006 of the transfer destination ATM NIC 1000, the memory address of the transmission source, and the transfer data size are written to the bus transmission unit 1004 and transferred to the transmission buffer 1006. Further, by replacing the destination ATM NIC 1000 in NIC2000 Ethernet (R), it can be transferred as well.

以下では、ATM網から受信したセルが、ネットワーク層処理を行なって転送される手順と、AALフレームのまま転送される手順を示す。   In the following, a procedure in which a cell received from an ATM network is transferred by performing network layer processing and a procedure in which an AAL frame is transferred are shown.

ATM NIC1000は、ATM網からATMセルをATM受信部1001で受信し、そのATMセルをAAL受信処理部1002でAALフレームに組み立て、受信バッファ1003にAAL PDUとそれを受信したVPI/VCIを記憶させる。受信バッファ1003にデータが入るとバス送信部1004がCPUボード1100にデータを受信した事と入力I/Fを知らせる。CPUボード1100は、データを受信した事を認識した後に、入力VPI/VCIを読みだす。なお、入力VPI/VCIは、データ受信を知らせるときにATM NIC1000がCPUボード1100に知らせても構わない。次に、CPUボード1100内のコネクション識別子解析部1105は、入力I/F、VPI/VCIより出力I/F、VPI/VCI又は次段ネットワーク層アドレスを決定する。   The ATM NIC 1000 receives an ATM cell from the ATM network by the ATM receiving unit 1001, assembles the ATM cell into an AAL frame by the AAL reception processing unit 1002, and stores the AAL PDU and the received VPI / VCI in the reception buffer 1003. . When data enters the reception buffer 1003, the bus transmission unit 1004 notifies the CPU board 1100 that the data has been received and the input I / F. After recognizing that the data has been received, the CPU board 1100 reads the input VPI / VCI. The input VPI / VCI may be notified to the CPU board 1100 by the ATM NIC 1000 when notifying data reception. Next, the connection identifier analysis unit 1105 in the CPU board 1100 determines the output I / F, VPI / VCI, or next-stage network layer address from the input I / F and VPI / VCI.

ここからの処理は、ネットワーク層処理をした場合と、AALフレームのまま転送(AAL転送)する場合に分かれる。まず、ネットワーク層処理をする場合を説明する。   The processing from here is divided into the case where the network layer processing is performed and the case where the AAL frame is transferred (AAL transfer). First, a case where network layer processing is performed will be described.

(1)ネットワーク層処理をする場合
コネクション識別子解析部1105で出力I/FがCPUボード1100となっていた場合は、ATM NIC1000の受信バッファ1003からネットワーク層プロトコル選択部1101にAALフレームを転送する。
(1) When performing network layer processing When the output I / F of the connection identifier analysis unit 1105 is the CPU board 1100, the AAL frame is transferred from the reception buffer 1003 of the ATM NIC 1000 to the network layer protocol selection unit 1101.

ネットワーク層プロトコル選択部1101で、AALフレーム中のプロトコルタイプフィールドにより、対応するネットワーク層処理部(IP処理部1103、IPX処理部1104など)にAALフレーム中のデータのヘッダ/トレイラを取り除きデータグラムに変換して渡す。ネットワーク層処理部では、それぞれのネットワーク層固有の処理を行なう。例えば、IP処理部1103では、パケット中のTTLフィールドを減らし、宛先アドレスから、次に送るべきルータを選択する。   The network layer protocol selection unit 1101 removes the header / trailer of the data in the AAL frame to the corresponding network layer processing unit (IP processing unit 1103, IPX processing unit 1104, etc.) according to the protocol type field in the AAL frame to form a datagram. Convert and pass. The network layer processing unit performs processing unique to each network layer. For example, the IP processing unit 1103 reduces the TTL field in the packet and selects a router to be sent next from the destination address.

ネットワーク層処理部で処理されたデータグラムは、ネットワーク層プロトコル多重化部1102でデータグラムにネットワーク層を示すプロトコルタイプフィールドを持つヘッダを取り付ける。そして、上記で選択されたルータのアドレスから出力VPI/VCIを求め、ヘッダが取り付けられたデータグラムをAALフレームに変換する。このAALフレームを出力するI/Fの送信バッファ1006に転送先のメモリアドレスを指定して、転送する。さらに、上記で求められた出力VPI/VCIを追加して送信バッファ1006に書き込み、AAL送信処理部1007が送信バッファ1006中のAALフレームをATMセルに分割した後、ATM送信部1008がこのATMセルを送信バッファ1006に書き込まれた出力VPI/VCIを用いてATM網に出力する。   The datagram processed by the network layer processing unit attaches a header having a protocol type field indicating the network layer to the datagram by the network layer protocol multiplexing unit 1102. Then, the output VPI / VCI is obtained from the address of the router selected above, and the datagram to which the header is attached is converted into an AAL frame. A transfer destination memory address is designated in the transmission buffer 1006 of the I / F that outputs this AAL frame and transferred. Further, the output VPI / VCI obtained above is added and written to the transmission buffer 1006. After the AAL transmission processing unit 1007 divides the AAL frame in the transmission buffer 1006 into ATM cells, the ATM transmission unit 1008 Is output to the ATM network using the output VPI / VCI written in the transmission buffer 1006.

上記では、出力するAALフレームと出力VPI/VCIを別々に出力ATMNICに転送していたが、AALフレームと出力VPI/VCIを同時に転送することも出来る。   In the above description, the output AAL frame and the output VPI / VCI are separately transferred to the output ATMNIC. However, the AAL frame and the output VPI / VCI can be simultaneously transferred.

出力I/Fがイーサネット(R)用NIC2000の場合は、ネットワーク層処理部で処理されたデータグラムを変換して得られたAALフレームを送信バッファ2005に転送する。そして、AALフレームへの変換を行う際に、選択されたルータのアドレス(次段ネットワーク層アドレス)からイーサネット(R)アドレスを決定し、このイーサネット(R)アドレスを追加して送信バッファ2005に書き込む。その後、送信バッファ2005のAALフレームがこのイーサネット(R)アドレスを付加されて、イーサネット(R)送信部2006より送信される。 When the output I / F is an Ethernet (R) for NIC2000 transfers the AAL frame obtained by converting the datagram it has been processed at the network layer processing unit in the transmission buffer 2005. Then, when converting to an AAL frame, an Ethernet (R) address is determined from the address of the selected router (next-layer network layer address), and this Ethernet (R) address is added and written to the transmission buffer 2005. . Thereafter, the AAL frame in the transmission buffer 2005 is added with the Ethernet (R) address and transmitted from the Ethernet (R) transmission unit 2006.

(2)AAL転送をする場合
コネクション識別子解析部1105で出力I/FがCPUボード1100以外のときは、コネクション管理表に書かれている出力I/Fに汎用バスを通してAALフレームを送る様に、出力I/Fの送信バッファ1006の位置と出力I/Fを指定する。上記の2つの転送方法のいずれかで、ATM NICから別のATM NICにAALフレームを転送させ、送信I/Fの送信バッファ1006に記憶させる。このときにコネクション識別子解析部1105が、送信すべきVPI/VCIを送信バッファ1006に記入する。次に、AAL送信処理部1007が、AALフレームからATMセルへと変換し、ATM送信部1008が送信バッファ1006に記入されたVPI/VCIを用いてATMセルをATM網に送出する。
(2) In the case of AAL transfer When the output I / F is other than the CPU board 1100 in the connection identifier analysis unit 1105, the AAL frame is sent to the output I / F written in the connection management table through the general-purpose bus. The position of the transmission buffer 1006 for the output I / F and the output I / F are designated. The AAL frame is transferred from the ATM NIC to another ATM NIC by one of the two transfer methods described above, and stored in the transmission buffer 1006 of the transmission I / F. At this time, the connection identifier analysis unit 1105 enters the VPI / VCI to be transmitted in the transmission buffer 1006. Next, the AAL transmission processing unit 1007 converts the AAL frame into an ATM cell, and the ATM transmission unit 1008 transmits the ATM cell to the ATM network using the VPI / VCI entered in the transmission buffer 1006.

上記では、出力するAALフレームと出力VPI/VCIを別々に出力ATMNICに転送していたが、受信バッファ1003の入力VPI/VCIをコネクション識別子解析部1105が、出力VPI/VCIに変更し、AALフレームと出力VPI/VCIを同時に送信バッファに転送することもできる。   In the above, the output AAL frame and the output VPI / VCI are separately transferred to the output ATMNIC, but the connection identifier analysis unit 1105 changes the input VPI / VCI of the reception buffer 1003 to the output VPI / VCI, and the AAL frame And the output VPI / VCI can be simultaneously transferred to the transmission buffer.

出力I/Fがイーサネット(R)用NIC2000の場合は、以下の2通りのAAL転送の方法がある。一つは、上述した出力I/FがATM NICの場合と同様に、ATMセルを受信したATM NICからコネクション管理表に書かれている出力I/Fのイーサネット(R)用NICへAALフレームを転送させると共に、コネクション識別子解析部1105が、コネクション管理表に書かれている次段ネットワーク層アドレスを送信バッファ2005に記入する方法である。この場合のイーサネット(R)送信部2006には、次段ネットワーク層アドレスからイーサネット(R)アドレスを決定する機能が付加されており、送信バッファ2005に記入された次段ネットワーク層アドレスから対応するイーサネット(R)アドレスを求め、これを送信バッファ2005中のAALフレームに付加してネットワークへ送信する。 When the output I / F is NIC2000 for Ethernet (R), there is a method of AAL transfer the following two. One is that the AAL frame is sent from the ATM NIC that received the ATM cell to the Ethernet (R) NIC of the output I / F written in the connection management table in the same manner as in the case where the output I / F is ATM NIC. In addition to the transfer, the connection identifier analysis unit 1105 enters the next-stage network layer address written in the connection management table in the transmission buffer 2005. In this case, the Ethernet (R) transmitting unit 2006 has a function of determining the Ethernet (R) address from the next-stage network layer address, and the corresponding Ethernet from the next-stage network layer address written in the transmission buffer 2005 is added. (R) An address is obtained, added to the AAL frame in the transmission buffer 2005, and transmitted to the network.

もう一つは、ネットワーク層プロトコル多重化部1102の機能として提供されている(ネットワーク層処理をする場合の説明参照)機能のうち、次段ネットワーク層アドレスからイーサネット(R)アドレスを決定する機能のみを流用する方法である。この場合、ATMセルを受信したATM NICからAALフレームを転送させると共に、コネクション管理表に書かれている次段ネットワーク沿うアドレスから対応するいー座ネットアドレスを求め、このイーサネット(R)アドレスを送信バッファ2005に記入することになる。 The other is provided as a function of the network layer protocol multiplexing unit 1102 (see the description in the case of network layer processing ), and only the function of determining the Ethernet (R) address from the next network layer address. It is a method to divert. In this case, the AAL frame is transferred from the ATM NIC that has received the ATM cell, and the corresponding network address is obtained from the address along the next-stage network written in the connection management table, and this Ethernet (R) address is transmitted. It will fill in the buffer 2005.

上記の方法により、通常のATM NIC又は非仮想コネクション用NICを複数枚汎用バスに指す事により、ネットワーク層処理をする事なく、AALフレームのまま転送する事により、高速な転送を行なう事が出来る。   By using the above method, multiple normal ATM NICs or non-virtual connection NICs can be pointed to the general-purpose bus, and high-speed transfer can be performed by transferring the AAL frame without network layer processing. .

次に、上記で説明した図14を変形した実施形態を図15に示す。動作はほぼ同じであるので相違する点だけを示す。図14では、コネクション識別子解析部1105をCPUボード1100内に設けていたのに対し、図15では各ATMNIC1000にコネクション識別子解析部1009が存在する事である。これにより、ATM NIC1000の追加機構は必要になるが、CPUボード1100での処理が必要なくなるため、CPUの処理が軽くなる。   Next, FIG. 15 shows an embodiment obtained by modifying FIG. 14 described above. Since the operation is almost the same, only the differences are shown. In FIG. 14, the connection identifier analysis unit 1105 is provided in the CPU board 1100, whereas in FIG. 15, each ATMNIC 1000 has a connection identifier analysis unit 1009. As a result, an additional mechanism of the ATM NIC 1000 is required, but the processing on the CPU board 1100 is not necessary, and the processing of the CPU is lightened.

図16は、汎用バスを複数本用意することにより、ATM NIC間又はATM NICと非仮想コネクション用NICとの間のAALフレーム転送により他の汎用バスに接続するカードに影響を与えないようにするものである。上記で説明したATM NIC1000及びイーサネット(R)用NIC2000は、汎用バス2に接続する。ATM NIC1000及びイーサネット(R)用NIC2000以外のディスプレーカード等は汎用バス1に接続する。汎用バス間は、ブリッジ1200で接続する。これにより、ATM NIC間又はATM NICと非仮想コネクション用NICとの間で転送するAALフレームは、汎用バス2内でのみ転送され、ブリッジ1200により、汎用バス1には到達する事がないので、CPU1100やディスプレーカード1300のように汎用バス2以外に接続するものに影響を与えないため、AAL転送による影響を少なくする事ができる。 In FIG. 16, by preparing a plurality of general-purpose buses, cards connected to other general-purpose buses are not affected by AAL frame transfer between ATM NICs or between ATM NICs and non-virtual connection NICs. Is. ATM NIC1000 and NIC2000 Ethernet (R) described above is connected to the general purpose bus 2. Display card NIC2000 except for the ATM NIC1000 and Ethernet (R) is connected to the general purpose bus 1. The general-purpose buses are connected by a bridge 1200. As a result, the AAL frame transferred between the ATM NICs or between the ATM NIC and the non-virtual connection NIC is transferred only within the general-purpose bus 2, and does not reach the general-purpose bus 1 by the bridge 1200. Since the CPU 1100 and the display card 1300 do not affect what is connected to other than the general-purpose bus 2, the influence of AAL transfer can be reduced.

また、本発明は、上述した実施の形態に限定されるものではなく、その技術的範囲において種々変形して実施することができる。   The present invention is not limited to the above-described embodiment, and can be implemented with various modifications within the technical scope thereof.

本発明の実施形態に用いる送信装置の構成例を示す図The figure which shows the structural example of the transmitter used for embodiment of this invention 本発明の第1の実施形態に係るルータ装置の構成を示す図The figure which shows the structure of the router apparatus which concerns on the 1st Embodiment of this invention. 同実施形態のデータグラム識別子解析部の構成を示す図The figure which shows the structure of the datagram identifier analysis part of the embodiment 同実施形態のコネクション識別子解析部の構成を示す図The figure which shows the structure of the connection identifier analysis part of the embodiment 同実施形態のデータグラム転送の動作を説明するための図The figure for demonstrating the operation | movement of the datagram transfer of the embodiment 同実施形態のルータ装置の他の構成例を示す図The figure which shows the other structural example of the router apparatus of the embodiment 同実施形態のルータ装置のさらに他の構成例を示す図The figure which shows the further another structural example of the router apparatus of the embodiment. 本発明の第2の実施形態に係るルータ装置の構成を示す図The figure which shows the structure of the router apparatus which concerns on the 2nd Embodiment of this invention. 同実施形態のコネクション識別子解析部の構成を示す図The figure which shows the structure of the connection identifier analysis part of the embodiment 同実施形態のデータグラム転送の動作を説明するための図The figure for demonstrating the operation | movement of the datagram transfer of the embodiment 同実施形態のルータ装置の他の構成例を示す図The figure which shows the other structural example of the router apparatus of the embodiment 本発明の第3の実施形態に係るルータ装置の構成を示す図The figure which shows the structure of the router apparatus which concerns on the 3rd Embodiment of this invention. 同実施形態のルータ装置の他の構成例を示す図The figure which shows the other structural example of the router apparatus of the embodiment 本発明の第4の実施形態に係るルータ装置の構成を示す図The figure which shows the structure of the router apparatus which concerns on the 4th Embodiment of this invention. 同実施形態のルータ装置の他の構成例を示す図The figure which shows the other structural example of the router apparatus of the embodiment 汎用バスを複数本用いた接続形態の一例を示す図Diagram showing an example of connection configuration using multiple general-purpose buses 従来のルータ装置の一例を示す図The figure which shows an example of the conventional router apparatus 従来のルータ装置の他の例を示す図The figure which shows the other example of the conventional router apparatus

符号の説明Explanation of symbols

1…データグラム解析部、3…I/F、4…送信部、101〜103…I/F、111〜113…受信部、12,121〜123…コネクション識別子解析部、131〜133…送信部、21,211〜213…データグラム解析部、22,221〜223…データグラム処理部、30…転送部、41,42…仮想コネクション型LAN、43,44…非仮想コネクション型LAN、50…データリンク・データフレーム変換部、601,602,611〜613…スケジューラ、1000…ATM NIC、1001…ATM受信部、1002…AAL受信処理部、1003…受信バッファ、1004…バス送信部、1005…バス受信部、1006…送信バッファ、1007…AAL送信処理部、1008…ATM送信部、1009…コネクション識別子解析部、1100…CPUボード、1101…ネットワーク層プロトコル選択部、1102…ネットワーク層プロトコル多重化部、1103…IP処理部、1104…IPX処理部、1105…コネクション識別子解析部、1021,1029,1031…汎用バス、1023,1025…ATM網、1027…内部バス、1200…ブリッジ、1300…ディスプレーカード、2000…イーサネット(R)用NIC、2001…イーサネット(R)受信部、2002…受信バッファ、2003…バス送信部、2004…バス受信部、2005…送信バッファ、2006…イーサネット(R)送信部 1 ... datagram analysis unit, 3 ... I / F, 4 ... transmission unit, 10 1 ~10 3 ... I / F, 11 1 ~11 3 ... receiving unit, 12, 12 1 to 12 3 ... connection identifier analysis unit, 13 1 to 13 3 ... transmission unit, 21, 21 1 to 21 3 ... datagram analysis unit, 22, 22 1 to 22 3 ... datagram processing unit, 30 ... transfer unit, 41, 42 ... virtual connection type LAN, 43 , 44 ... Non-virtual connection type LAN, 50 ... Data link / data frame conversion unit, 60 1 , 60 2 , 61 1 to 61 3 ... Scheduler, 1000 ... ATM NIC, 1001 ... ATM reception unit, 1002 ... AAL reception processing unit , 1003 ... reception buffer, 1004 ... bus transmission unit, 1005 ... bus reception unit, 1006 ... transmission buffer, 1007 ... AAL transmission processing unit, 1008 ... ATM transmission unit, 1009 ... connection 1101 ... Network board protocol selection unit, 1102 ... Network layer protocol multiplexing unit, 1103 ... IP processing unit, 1104 ... IPX processing unit, 1105 ... Connection identifier analysis unit, 1021, 1029, 1031 ... General-purpose bus, 1023, 1025 ... ATM network, 1027 ... Internal bus, 1200 ... Bridge, 1300 ... Display card, 2000 ... NIC for Ethernet (R) , 2001 ... Ethernet (R) receiver, 2002 ... Receive buffer, 2003 ... Bus transmission unit, 2004 ... Bus reception unit, 2005 ... Transmission buffer, 2006 ... Ethernet (R) transmission unit

Claims (13)

ネットワーク間でデータグラムを転送するルータ装置において、
少なくとも1つの仮想コネクションネットワーク及び少なくとも1つの非仮想コネクションネットワークを含む複数のネットワークに接続するための複数の接続インタフェースと、
仮想コネクション識別子と転送先となる接続インタフェースとの対応関係及び仮想コネクション識別子とネットワークアドレスとの対応関係を記憶するための記憶手段と、
ある仮想コネクションから、仮想コネクションネットワークに接続された前記接続インタフェースを介して入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段に記憶された前記対応関係を参照して、該データグラムの転送先となる接続インタフェースを決定するための第1のコネクション識別子解析手段と、
前記仮想コネクションから入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段に記憶された前記対応関係を参照して、該データグラムの転送先となるネットワークアドレスを決定するための第2のコネクション識別子解析手段と、
前記第1のコネクション識別子解析手段により前記転送先となる接続インタフェースが決定された場合に、該接続インタフェース宛てに前記データグラムを転送する第1の転送手段と、
前記第2のコネクション識別子解析手段により前記転送先となるネットワークアドレスが決定された場合に、該ネットワークアドレスが示す少なくとも1つの非仮想コネクションネットワークに接続された前記接続インタフェース宛てに前記データグラムを転送する第2の転送手段とを具備することを特徴とするルータ装置。
In router devices that transfer datagrams between networks,
A plurality of connection interfaces for connecting to a plurality of networks including at least one virtual connection network and at least one non-virtual connection network;
Storage means for storing the correspondence between the virtual connection identifier and the connection interface as the transfer destination and the correspondence between the virtual connection identifier and the network address;
Based on a virtual connection identifier of a datagram input from a virtual connection via the connection interface connected to a virtual connection network, the datagram is transferred by referring to the correspondence stored in the storage means First connection identifier analyzing means for determining a connection interface to be a destination;
Based on the virtual connection identifier of the datagram input from the virtual connection, a second connection for determining a network address as a transfer destination of the datagram with reference to the correspondence stored in the storage means An identifier analysis means;
First transfer means for transferring the datagram to the connection interface when the connection interface as the transfer destination is determined by the first connection identifier analysis means;
When the transfer destination network address is determined by the second connection identifier analyzing means, the datagram is transferred to the connection interface connected to at least one non-virtual connection network indicated by the network address. A router apparatus comprising: a second transfer unit.
前記転送先となる接続インタフェースは、転送先として決定したネットワークアドレスに基づいて決定されるデータリンクアドレス宛てに前記データグラムを送出することを特徴とする請求項1に記載のルータ装置。   The router apparatus according to claim 1, wherein the connection interface serving as the forwarding destination sends the datagram to a data link address determined based on a network address determined as the forwarding destination. 前記データグラムの転送先は、該データグラムの内容を参照することなく決定されることを特徴とする請求項1に記載のルータ装置。   The router apparatus according to claim 1, wherein the transfer destination of the datagram is determined without referring to the content of the datagram. 少なくとも1つの仮想コネクションネットワーク及び少なくとも1つの非仮想コネクションネットワークを含む複数のネットワークに接続するための複数の接続インタフェースを備えたルータ装置を用いた、ネットワーク間でデータグラムを転送するデータ転送方法において、
前記ルータ装置の記憶手段に、前記仮想コネクションネットワークにおける仮想コネクション識別子と前記接続インタフェースとの対応関係及び前記仮想コネクション識別子と前記非仮想コネクションネットワークにおけるネットワークアドレスとの対応関係を記憶する記憶ステップと、
ある仮想コネクションから、仮想コネクションネットワークに接続された前記接続インタフェースを介して前記ルータ装置へ入力されたデータグラムに与えられた仮想コネクション識別子に基づき、前記記憶手段に記憶された前記対応関係を参照して、該データグラムの転送先となる接続インタフェースを決定する第1の決定ステップと、
ある仮想コネクションから、仮想コネクションネットワークに接続された前記接続インタフェースを介して前記ルータ装置へ入力されたデータグラムに与えられた仮想コネクション識別子に基づき、前記記憶手段に記憶された前記対応関係を参照して、該データグラムの転送先となるネットワークアドレスを決定する第2の決定ステップと、
前記第1の決定ステップにより前記転送先となる接続インタフェースが決定された場合に、該接続インタフェース宛てに前記データグラムを転送する第1の転送ステップと、
前記第2の決定ステップにより前記転送先となるネットワークアドレスが決定された場合に、該ネットワークアドレスが示す少なくとも1つの非仮想コネクションネットワークに接続された前記接続インタフェース宛てに前記データグラムを転送する第2の転送ステップとを含むことを特徴とするデータ転送方法。
In a data transfer method for transferring a datagram between networks using a router device having a plurality of connection interfaces for connecting to a plurality of networks including at least one virtual connection network and at least one non-virtual connection network,
Storing in the storage means of the router device the correspondence between the virtual connection identifier in the virtual connection network and the connection interface and the correspondence between the virtual connection identifier and the network address in the non-virtual connection network;
Based on a virtual connection identifier given to a datagram inputted to the router device from a virtual connection through the connection interface connected to a virtual connection network, the correspondence relation stored in the storage means is referred to. A first determination step of determining a connection interface to which the datagram is transferred;
Based on a virtual connection identifier given to a datagram inputted to the router device from a virtual connection through the connection interface connected to a virtual connection network, the correspondence relation stored in the storage means is referred to. A second determination step of determining a network address to which the datagram is transferred;
A first transfer step of transferring the datagram to the connection interface when the connection interface as the transfer destination is determined in the first determination step;
A second transfer of the datagram to the connection interface connected to at least one non-virtual connection network indicated by the network address when the transfer destination network address is determined in the second determination step; A data transfer method comprising the steps of:
前記第2の転送ステップでは、転送先として決定したネットワークアドレスに基づいて決定されるデータリンクアドレス宛てに前記データグラムを送出することを特徴とする請求項4に記載のデータ転送方法。   5. The data transfer method according to claim 4, wherein, in the second transfer step, the datagram is transmitted to a data link address determined based on a network address determined as a transfer destination. 前記第2の決定ステップでは、前記データグラムの転送先は、前記データグラムの内容を参照することなく決定されることを特徴とする請求項4に記載のデータ転送方法。   5. The data transfer method according to claim 4, wherein, in the second determination step, the transfer destination of the datagram is determined without referring to the content of the datagram. 少なくとも1つの仮想コネクションネットワークを含む複数のネットワークに接続するための複数の接続インタフェースを備えた少なくとも2つのルータ装置を用いた、ネットワーク間でデータグラムを転送するデータ転送方法において、
あるルータ装置に設けられた記憶手段に、前記仮想コネクションネットワークにおける仮想コネクション識別子と、前記接続インタフェースとの対応関係を記憶する記憶ステップと、
ある仮想コネクションから、仮想コネクションネットワークに接続された前記接続インタフェースを介して前記あるルータ装置へ入力されたデータグラムの仮想コネクション識別子に基づき、前記記憶手段に記憶された前記対応関係を参照して、該データグラムの転送先となる接続インタフェースを決定する決定ステップと、
この決定ステップにより決定された接続インタフェース宛てに前記データグラムを転送する転送ステップと、
前記データグラムを、該接続インタフェースと他のルータ装置の間に設定された第2の仮想コネクションを介して送出する第1の送出ステップと、
前記他のルータ装置において、前記第2の仮想コネクションを介して、前記あるルータ装置が送出した前記データグラムを受信する受信ステップと、
前記データグラムから、前記仮想コネクションネットワークにおける仮想コネクション識別子を削除する削除ステップと、
前記他のルータ装置において、前記仮想コネクションネットワークにおける仮想コネクション識別子を用いることなく、該他のルータ装置から該ルータ装置が接続されたネットワークへ前記データグラムを送出する第2の送出ステップとを含むことを特徴とするデータ転送方法。
In a data transfer method for transferring a datagram between networks using at least two router devices having a plurality of connection interfaces for connecting to a plurality of networks including at least one virtual connection network,
In a storage means provided in a router device, a storage step of storing a correspondence relationship between a virtual connection identifier in the virtual connection network and the connection interface;
Based on the virtual connection identifier of the datagram inputted to the certain router device from the certain virtual connection via the connection interface connected to the virtual connection network, referring to the correspondence relation stored in the storage unit, A determining step for determining a connection interface to which the datagram is transferred;
A forwarding step for forwarding the datagram to the connection interface determined by the determining step;
A first sending step for sending the datagram via a second virtual connection set between the connection interface and another router device;
In the other router device, a reception step of receiving the datagram transmitted by the certain router device via the second virtual connection;
A deletion step of deleting a virtual connection identifier in the virtual connection network from the datagram;
A second sending step for sending the datagram from the other router device to the network to which the router device is connected without using the virtual connection identifier in the virtual connection network in the other router device. A data transfer method characterized by the above.
前記第2の送出ステップは、前記他のルータ装置から前記データグラムを送出するとき、該データグラムを非仮想コネクションにより送出することを特徴とする請求項7に記載のデータ転送方法。   8. The data transfer method according to claim 7, wherein, in the second sending step, when the datagram is sent from the other router device, the datagram is sent by a non-virtual connection. 前記第2の送出ステップでは、前記他のルータ装置から前記データグラムを送出するとき、該データグラムに関連付けられたネットワークアドレスが示すネットワークへ向けて該データグラムを送出することを特徴とする請求項7または8に記載のデータ転送方法。   In the second sending step, when the datagram is sent from the other router device, the datagram is sent to a network indicated by a network address associated with the datagram. The data transfer method according to 7 or 8. 前記第2の送出ステップでは、前記他のルータ装置から前記データグラムを送出するとき、該データグラムの内容を参照することなく、該データグラムに関連付けられたネットワークアドレスが示すネットワークへ向けて該データグラムを送出することを特徴とする請求項7に記載のデータ転送方法。   In the second transmission step, when the datagram is transmitted from the other router device, the data is directed toward the network indicated by the network address associated with the datagram without referring to the content of the datagram. The data transfer method according to claim 7, wherein a gram is transmitted. 少なくとも1つの仮想コネクションネットワークを含む複数のネットワークに接続するための複数の接続インタフェースを備えたルータ装置を用いた、ネットワーク間でデータグラムを転送するデータ転送方法において、
前記ルータ装置の記憶手段に、前記仮想コネクションネットワークにおける仮想コネクション識別子と接続インタフェースとの対応関係を記憶する記憶ステップと、
前記仮想コネクションネットワークに設定されたある仮想コネクションから入力されたデータグラムを転送すべき接続インタフェースを、該データグラムが受信されたときの仮想コネクションの仮想コネクション識別子に基づき、前記記憶手段に記憶された前記対応関係を参照して決定する決定ステップと、
決定された前記転送すべき接続インタフェースへ、前記データグラムを転送する転送ステップと、
前記仮想コネクションネットワークにおける仮想コネクション識別子を用いることなく、前記ルータ装置から前記データグラムを送出する送出ステップとを含むことを特徴とするデータ転送方法。
In a data transfer method for transferring a datagram between networks using a router device having a plurality of connection interfaces for connecting to a plurality of networks including at least one virtual connection network,
A storage step of storing a correspondence relationship between a virtual connection identifier and a connection interface in the virtual connection network in the storage unit of the router device;
A connection interface for transferring a datagram input from a certain virtual connection set in the virtual connection network is stored in the storage unit based on a virtual connection identifier of the virtual connection when the datagram is received. A determining step for determining with reference to the correspondence relationship;
A transfer step of transferring the datagram to the determined connection interface to be transferred;
A data transfer method comprising: a sending step of sending the datagram from the router device without using a virtual connection identifier in the virtual connection network.
ネットワーク間でデータグラムを転送するための複数のルータ装置を含むデータ通信ネットワークシステムにおいて、
第1のルータ装置は、
少なくとも1つの仮想コネクションネットワークを含む複数のネットワークに接続するための複数の接続インタフェースからなる第1の接続インタフェース群と、
仮想コネクションネットワークにおける第1の入力仮想コネクション識別子と、前記データグラムを転送すべき第1の転送先となる接続インタフェースとの第1の対応関係を記憶するための第1の記憶手段と、
仮想コネクションネットワークに設定された第1の入力仮想コネクションから入力された第1のデータグラムが持つ第1の入力仮想コネクション識別子に基づき、前記第1の記憶手段に記憶された前記第1の対応関係を参照して、該データグラムの第1の転送先となる接続インタフェースを決定する第1のコネクション識別子解析手段と、
この第1のコネクション識別子解析手段により決定された前記第1の転送先となる接続インタフェース宛てに、前記第1のデータグラムを転送する第1の転送手段とを具備し、
第2のルータ装置は、
少なくとも1つの仮想コネクションネットワークを含む複数のネットワークに接続するための複数の接続インタフェースからなる第2の接続インタフェース群と、
仮想コネクションネットワークにおける第2の入力仮想コネクション識別子と、前記複数の接続インタフェースからなる第2の接続インタフェース群に少なくとも1つの非仮想コネクションネットワークを接続する場合に使用する次段ネットワークアドレスとの第2の対応関係を記憶するための第2の記憶手段と、
仮想コネクションネットワークに設定された第2の入力仮想コネクションから入力された第2のデータグラムが持つ第2の入力仮想コネクション識別子に基づき、前記第2の記憶手段に記憶された前記第2の対応関係を参照して、該データグラムの第2の転送先となる接続インタフェースを決定する第2のコネクション識別子解析手段と、
この第2のコネクション識別子解析手段により決定された前記第2の転送先となる接続インタフェース宛てに、前記第2のデータグラムを転送する第2の転送手段とを具備することを特徴とするデータ通信ネットワークシステム。
In a data communication network system including a plurality of router devices for transferring datagrams between networks,
The first router device
A first connection interface group comprising a plurality of connection interfaces for connecting to a plurality of networks including at least one virtual connection network;
A first storage means for storing a first correspondence between a first input virtual connection identifier in the virtual connection network and a connection interface serving as a first transfer destination to which the datagram is to be transferred;
The first correspondence stored in the first storage means based on the first input virtual connection identifier of the first datagram input from the first input virtual connection set in the virtual connection network A first connection identifier analyzing means for determining a connection interface to be a first transfer destination of the datagram;
First transfer means for transferring the first datagram to the connection interface serving as the first transfer destination determined by the first connection identifier analyzing means;
The second router device
A second connection interface group comprising a plurality of connection interfaces for connecting to a plurality of networks including at least one virtual connection network;
A second input virtual connection identifier in the virtual connection network and a second network address used when connecting at least one non-virtual connection network to the second connection interface group consisting of the plurality of connection interfaces. A second storage means for storing the correspondence relationship;
The second correspondence relationship stored in the second storage means based on the second input virtual connection identifier of the second datagram input from the second input virtual connection set in the virtual connection network A second connection identifier analyzing means for determining a connection interface to be a second transfer destination of the datagram;
Data communication comprising: second transfer means for transferring the second datagram to the connection interface serving as the second transfer destination determined by the second connection identifier analyzing means. Network system.
少なくとも1つの仮想コネクションネットワークを含む複数のネットワークに接続するための複数の接続インタフェースを備えた第1のルータ装置及び第2のルータ装置を用いて、ネットワーク間でデータグラムを転送するためのデータ転送方法において、
前記第1のルータ装置に設けられた第1の記憶手段に、仮想コネクションネットワークにおける第1の仮想コネクション識別子と、前記データグラムを転送すべき第1の転送先となる接続インタフェースとの第1の対応関係を記憶する第1の記憶ステップと、
仮想コネクションネットワークに設定された第1の仮想コネクションから前記第1のルータ装置へ入力されたデータグラムが持つ仮想コネクション識別子に基づき、前記第1の記憶手段に記憶された前記第1の対応関係を参照して、該データグラムの転送先となる接続インタフェースを決定する第1の決定ステップと、
この第1の決定ステップにより決定された前記第1の転送先となる接続インタフェース宛てに、前記第1の仮想コネクションから入力された前記データグラムを転送する第1の転送ステップと、
前記第2のルータ装置に設けられた第2の記憶手段に、仮想コネクションネットワークにおける第2の仮想コネクション識別子と、前記第2のルータ装置の接続インタフェースに少なくとも1つの非仮想コネクションネットワークを接続する場合に使用する次段ネットワークアドレスに接続されている、前記データグラムを転送すべき第2の転送先となる接続インタフェースとの第2の対応関係を記憶するための第2の記憶ステップと、
仮想コネクションネットワークに設定された第2の仮想コネクションから前記第2のルータ装置へ入力されたデータグラムの仮想コネクション識別子に基づき、前記第2の記憶手段に記憶された前記第2の対応関係を参照して、該データグラムの転送先となる接続インタフェースを決定する第2の決定ステップと、
この第2の決定ステップにより決定された前記第2の転送先となる接続インタフェース宛てに、前記第2の仮想コネクションから入力された前記データグラムを転送する第2の転送ステップとを含むことを特徴とするデータ転送方法。
Data transfer for transferring datagrams between networks using a first router device and a second router device having a plurality of connection interfaces for connecting to a plurality of networks including at least one virtual connection network In the method
In a first storage means provided in the first router device, a first virtual connection identifier in a virtual connection network and a first connection interface serving as a first transfer destination to which the datagram is to be transferred A first storage step for storing the correspondence relationship;
Based on the virtual connection identifier of the datagram input to the first router device from the first virtual connection set in the virtual connection network, the first correspondence relationship stored in the first storage means is obtained. A first determination step of determining a connection interface to which the datagram is transferred;
A first transfer step of transferring the datagram input from the first virtual connection to the connection interface serving as the first transfer destination determined in the first determination step;
When at least one non-virtual connection network is connected to the second storage means provided in the second router device, the second virtual connection identifier in the virtual connection network, and the connection interface of the second router device A second storage step for storing a second correspondence relationship with a connection interface serving as a second transfer destination to which the datagram is to be transferred, connected to the next-stage network address used in
Based on the virtual connection identifier of the datagram input from the second virtual connection set in the virtual connection network to the second router device, refer to the second correspondence stored in the second storage means A second determination step of determining a connection interface to which the datagram is to be transferred;
And a second transfer step of transferring the datagram input from the second virtual connection to the connection interface serving as the second transfer destination determined in the second determination step. Data transfer method.
JP2003409509A 1995-05-18 2003-12-08 Router device, data communication network system, and data transfer method Expired - Fee Related JP3655623B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003409509A JP3655623B2 (en) 1995-05-18 2003-12-08 Router device, data communication network system, and data transfer method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP12015095 1995-05-18
JP2003409509A JP3655623B2 (en) 1995-05-18 2003-12-08 Router device, data communication network system, and data transfer method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP00940596A Division JP3515263B2 (en) 1995-05-18 1996-01-23 Router device, data communication network system, node device, data transfer method, and network connection method

Publications (2)

Publication Number Publication Date
JP2004129295A JP2004129295A (en) 2004-04-22
JP3655623B2 true JP3655623B2 (en) 2005-06-02

Family

ID=32299904

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003409509A Expired - Fee Related JP3655623B2 (en) 1995-05-18 2003-12-08 Router device, data communication network system, and data transfer method

Country Status (1)

Country Link
JP (1) JP3655623B2 (en)

Also Published As

Publication number Publication date
JP2004129295A (en) 2004-04-22

Similar Documents

Publication Publication Date Title
JP3515263B2 (en) Router device, data communication network system, node device, data transfer method, and network connection method
US6728213B1 (en) Selective admission control in a network device
US6160811A (en) Data packet router
US7463633B2 (en) Packet switching system, packet switching network and packet switching method
US6389023B1 (en) Router device and frame transfer method using datalink layer frame switching
US6064674A (en) Method and apparatus for hardware forwarding of LAN frames over ATM networks
US7602809B2 (en) Reducing transmission time for data packets controlled by a link layer protocol comprising a fragmenting/defragmenting capability
US7116662B2 (en) Multi-layered packet processing device
US20020078196A1 (en) Apparatus and method for dispersively processing QoS supported IP packet forwarding
US6499061B1 (en) Method and system for assigning labels to data flows over a packet switched network
US7079538B2 (en) High-speed router
JPH09507731A (en) Computer communication network
JPH09505697A (en) Flexible Destination Address Mapping Mechanism in Cell Switching Communication Controller
US6970468B2 (en) Method and apparatus for hardware forwarding of LAN frames over ATM networks
US7920568B2 (en) Frame transmission apparatus
US8743907B1 (en) Apparatus for reassembling a fragmented data unit and transmitting the reassembled data unit
US20030123387A1 (en) Device and method for filtering network traffic
JP2004201032A (en) Highly reliable transmission method using a plurality of routes and system thereof, and router for highly reliable transmission
JP3655623B2 (en) Router device, data communication network system, and data transfer method
KR20010063754A (en) IP Packet Forwarding Method and Apparatus for ATM Switch-based IP Router, And Routing Apparatus using them
CA2266390A1 (en) Packet routing in a telecommunications network
US7496679B2 (en) Packet communication apparatus
JPH06125365A (en) Communication controller
JP3628894B2 (en) Data relay apparatus, data relay method, and recording medium on which data relay program is recorded
JP3456891B2 (en) Router device and frame transfer method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041116

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050117

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: 20050301

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050303

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

Free format text: PAYMENT UNTIL: 20080311

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20090311

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100311

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees