JP5566967B2 - Frame transfer system, frame transfer apparatus, and frame transfer method - Google Patents
Frame transfer system, frame transfer apparatus, and frame transfer method Download PDFInfo
- Publication number
- JP5566967B2 JP5566967B2 JP2011163067A JP2011163067A JP5566967B2 JP 5566967 B2 JP5566967 B2 JP 5566967B2 JP 2011163067 A JP2011163067 A JP 2011163067A JP 2011163067 A JP2011163067 A JP 2011163067A JP 5566967 B2 JP5566967 B2 JP 5566967B2
- Authority
- JP
- Japan
- Prior art keywords
- frame
- port
- mac address
- ports
- transfer
- 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
Links
Images
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
- Small-Scale Networks (AREA)
Description
本発明は、アドレステーブルを有する複数のフレーム転送装置を備えたフレーム転送システム、フレーム転送装置およびフレーム転送方法に関する。 The present invention relates to a frame transfer system including a plurality of frame transfer apparatuses having an address table, a frame transfer apparatus, and a frame transfer method.
近年、クラウドコンピューティングの需要の拡大にともない、ネットワークの仮想化をサポートするデータセンタの重要性が高まっており、数十万台規模のサーバを接続することが可能な大規模データセンタネットワークが求められている。 In recent years, with the growing demand for cloud computing, the importance of data centers that support network virtualization has increased, and there is a need for large-scale data center networks that can connect hundreds of thousands of servers. It has been.
このような大規模データセンタネットワークを実現するため、多数の汎用転送装置によってデータセンタネットワークを構築する方法が例えば、非特許文献1〜3に開示されている。特に、フレーム転送装置であるL(Layer)2スイッチを用いる方法(例えば、非特許文献4,5参照)は、運用コストの低減化・管理の容易化を実現するとして有望視されている。
In order to realize such a large-scale data center network, methods for constructing a data center network with a large number of general-purpose transfer devices are disclosed in
L2スイッチは、フレームを送受信する複数のポートを備えている。L2スイッチは、受信したフレームの送信元MAC(Media Access Control)アドレスを示すMACアドレス情報と、複数のポートのうちそのフレームを受信したポートを示すポート情報とを対応付けてアドレステーブルのエントリとして記憶する。なお、送信元MACアドレスは、フレームのヘッダに含まれている。 The L2 switch has a plurality of ports that transmit and receive frames. The L2 switch associates the MAC address information indicating the source MAC (Media Access Control) address of the received frame with the port information indicating the port that received the frame among a plurality of ports, and stores it as an address table entry. To do. The source MAC address is included in the header of the frame.
そして、L2スイッチは、フレームを受信すると、受信したフレームの送信先アドレスを確認する。なお、送信先MACアドレスは、フレームのヘッダに含まれている。そして、確認した送信先MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、L2スイッチは、一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから、受信したフレームを送信する。 Then, when the L2 switch receives the frame, it confirms the transmission destination address of the received frame. The transmission destination MAC address is included in the header of the frame. If the confirmed destination MAC address matches one of the MAC addresses indicated by the MAC address information stored in the address table, the L2 switch indicates the port information corresponding to the MAC address information indicating the matching MAC address. The received frame is transmitted from the port.
一方、確認した送信先MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれとも一致しない場合、受信したフレームを、複数のポートのうちそのフレームを受信したポート以外の全てのポートから送信(フラッディング)する。 On the other hand, if the confirmed destination MAC address does not match any of the MAC addresses indicated by the MAC address information stored in the address table, the received frame is sent to all of the ports other than the port that received the frame. Send (flood) from the port.
48ビットという長いビット長を有するMACアドレスは、IP(Internet Protocol)アドレスのように階層的に位置情報を示す構成となっていない。そのため、受信したフレームの送信元MACアドレスを示すMACアドレス情報のすべてを、複数のポートのそれぞれと対応付けてアドレステーブルに記憶させる必要がある。 A MAC address having a long bit length of 48 bits is not configured to indicate position information hierarchically like an IP (Internet Protocol) address. Therefore, it is necessary to store all the MAC address information indicating the source MAC address of the received frame in the address table in association with each of the plurality of ports.
従って、複数のフレーム転送装置によって構成されるネットワークが広域化すると、アドレステーブルに記憶される情報量が増大することになる。この場合、複数のフレーム転送装置のそれぞれが容量の大きなメモリを備える必要がある。また、容量の大きなメモリを備えたフレーム転送装置を用いることによって消費電力が増大する。つまり、フレーム転送装置によって構成されるネットワークの構築および運用にかかるコストが増加してしまうという問題点がある。 Therefore, when a network composed of a plurality of frame transfer devices is widened, the amount of information stored in the address table increases. In this case, each of the plurality of frame transfer apparatuses needs to have a large capacity memory. In addition, power consumption is increased by using a frame transfer apparatus having a large-capacity memory. That is, there is a problem in that the cost for constructing and operating a network constituted by frame transfer devices increases.
逆に、フレーム転送装置によって構成されるネットワークが広域化した状態でアドレステーブルに記憶される情報量を制限すると、アドレステーブルに記載のない宛先アドレスを持つフレームはフラッディングするため、フラッディングが頻繁に発生することになり、ネットワークの帯域幅が狭くなってしまうという問題点がある。 Conversely, if the amount of information stored in the address table is limited when the network configured by the frame transfer device is wide-area, flooding frequently occurs because frames with destination addresses not listed in the address table are flooded. Therefore, there is a problem that the bandwidth of the network becomes narrow.
上述したような問題点を解決するための技術として、複数のフレーム転送装置によって構成されるネットワークとは別にサーバを設け、複数のフレーム転送装置のそれぞれのアドレステーブルをそのサーバで一元的に管理するエントリ集中制御方式が検討されている。 As a technique for solving the above-described problems, a server is provided separately from a network constituted by a plurality of frame transfer apparatuses, and each address table of the plurality of frame transfer apparatuses is centrally managed by the server. A centralized entry control method is being studied.
しかし、このエントリ集中制御方式では、フレーム転送装置とサーバとの間での情報の授受や、サーバ上での情報更新等に手間がかかる。また、このエントリ集中制御方式では、ネットワークの広域化にともなうスケールアウトが困難である。 However, in this entry centralized control method, it takes time to exchange information between the frame transfer apparatus and the server, and to update information on the server. Also, in this entry centralized control system, it is difficult to scale out as the network becomes wider.
つまり、上述したエントリ集中制御方式は、アドレステーブルを一元的に管理するサーバを設けることによる弊害が多い。 In other words, the above-described entry centralized control method has many adverse effects caused by providing a server that centrally manages the address table.
本発明は、アドレステーブルを一元的に管理するサーバを設けることなく、複数のフレーム転送装置によって構成されるネットワークの広域化によるコストの増加、および、帯域幅が狭くなることを抑制することができるフレーム転送システム、フレーム転送装置およびフレーム転送方法を提供することを目的とする。 The present invention can suppress an increase in cost due to a wide area of a network constituted by a plurality of frame transfer apparatuses and a reduction in bandwidth without providing a server that centrally manages an address table. It is an object to provide a frame transfer system, a frame transfer apparatus, and a frame transfer method.
上記目的を達成するために本発明のフレーム転送システムは、複数のフレーム転送装置を有し、該複数のフレーム転送装置のそれぞれが、複数のホストのそれぞれとの間でフレームを送受信する複数の第1のポートと、アドレステーブルと、を備えたフレーム転送システムであって、
前記複数のフレーム転送装置のそれぞれは、
前記複数のフレーム転送装置のうち当該フレーム転送装置以外のフレーム転送装置との間でフレームを送受信する第2のポートと、
前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記アドレステーブルに記憶させるアドレステーブル生成部と、
前記複数の第1のポートにて受信されたフレームを受け付ける第1の転送部と、
前記第2のポートにて受信されたフレームを受け付ける第2の転送部と、を有し、
前記第1および第2の転送部のそれぞれは、前記受け付けたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、前記第2のポートから当該フレームを送信する。
In order to achieve the above object, a frame transfer system of the present invention has a plurality of frame transfer apparatuses, and each of the plurality of frame transfer apparatuses transmits / receives a frame to / from each of a plurality of hosts. A frame transfer system comprising one port and an address table,
Each of the plurality of frame transfer devices includes:
A second port for transmitting / receiving a frame to / from a frame transfer apparatus other than the frame transfer apparatus among the plurality of frame transfer apparatuses;
When a frame received at each of the plurality of first ports is a first type frame, MAC address information indicating a source MAC address of the first type frame, and the plurality of first types An address table generating unit that associates and stores in the address table port information indicating the first port that has received the first type of frame of the first port;
A first transfer unit that receives frames received at the plurality of first ports;
A second transfer unit for receiving a frame received at the second port,
When each of the first and second transfer units matches the destination MAC address of the received frame with one of the MAC addresses indicated by the MAC address information stored in the address table, the plurality of first addresses The frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address, and the frame is transmitted from the second port if they do not match.
また、上記目的を達成するために本発明のフレーム転送システムは、最上層フレーム転送装置と、複数の下層フレーム転送装置とからなる階層化されたフレーム転送装置群を複数有し、前記複数の最上層フレーム転送装置のそれぞれが、1つ下層の複数の下層フレーム転送装置との間でフレームを送受信する複数の第1のポートと、最上層用アドレステーブルと、を備え、前記複数の下層フレーム転送装置のそれぞれが、複数のホストまたは1つ下層の複数の下層フレーム転送装置との間、および、前記最上層フレーム転送装置または1つ上層の下層フレーム転送装置との間でフレームを送受信する複数の第2のポートと、下層用アドレステーブルと、を備えたフレーム転送システムであって、
前記複数の最上層フレーム転送装置のそれぞれは、
前記複数の最上層フレーム転送装置のうち当該最上層フレーム転送装置以外の最上層フレーム転送装置との間でフレームを送受信する第3のポートと、
前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記最上層用アドレステーブルに記憶させる第1のアドレステーブル生成部と、
前記複数の第1のポートにて受信されたフレームを受け付ける第1の転送部と、
前記第3のポートにて受信されたフレームを受け付ける第2の転送部と、を有し、
前記第1の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから、当該フレームを送信し、一致しない場合、前記第3のポートから当該フレームを送信し、
前記第2の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから、当該フレームに所定の情報を付加して送信し、一致しない場合、前記第3のポートから当該フレームを送信し、
前記複数の下層フレーム転送装置のそれぞれは、
前記複数の第2のポートのそれぞれにて受信されたフレームに前記所定の情報が付加されていない場合、当該フレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第2のポートのうち当該フレームを受信した第2のポートを示すポート情報とを対応付けて前記下層用アドレステーブルに記憶させる第2のアドレステーブル生成部と、
前記複数の第2のポートにて受信されたフレームを受け付ける第3の転送部と、を有し、
前記第3の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記下層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第2のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第2のポートから当該フレームを送信し、一致しない場合、前記複数の第2のポートのうち予め決められた第2のポートから当該フレームを送信する。
In order to achieve the above object, the frame transfer system of the present invention includes a plurality of hierarchical frame transfer device groups each including an uppermost frame transfer device and a plurality of lower layer frame transfer devices. Each of the upper layer frame transfer apparatuses includes a plurality of first ports for transmitting / receiving frames to / from a plurality of lower layer frame transfer apparatuses, and a top layer address table, and the plurality of lower layer frame transfers Each of the devices transmits / receives a frame to / from a plurality of hosts or a plurality of lower layer frame transfer devices in the lower layer, and to / from the uppermost layer frame transfer device or the lower layer frame transfer device in the upper layer A frame transfer system comprising a second port and a lower layer address table,
Each of the plurality of uppermost frame transfer devices includes:
A third port for transmitting / receiving a frame to / from an uppermost frame transfer device other than the uppermost frame transfer device among the plurality of uppermost frame transfer devices;
When a frame received at each of the plurality of first ports is a first type frame, MAC address information indicating a source MAC address of the first type frame, and the plurality of first types A first address table generation unit that associates port information indicating the first port that has received the first type of frame and stores it in the uppermost layer address table;
A first transfer unit that receives frames received at the plurality of first ports;
A second transfer unit for receiving a frame received at the third port;
When the destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the uppermost layer address table, the first transfer unit is configured to output the plurality of first ports. Among these, the frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address, and if the two do not match, the frame is transmitted from the third port,
The second transfer unit, when a destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the uppermost layer address table, the plurality of first ports Out of the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address is transmitted by adding predetermined information to the frame. Send a frame,
Each of the plurality of lower layer frame transfer devices,
If the predetermined information is not added to a frame received at each of the plurality of second ports, MAC address information indicating a source MAC address of the frame, and the plurality of second ports A second address table generation unit that associates and stores the port information indicating the second port that has received the frame in the lower layer address table;
A third transfer unit that receives frames received at the plurality of second ports,
When the destination MAC address of the accepted frame matches one of the MAC addresses indicated by the MAC address information stored in the lower layer address table, the third transfer unit is configured to receive the plurality of second ports. If the frame is transmitted from the second port indicated by the port information corresponding to the MAC address information indicating the matching MAC address and does not match, a predetermined second of the plurality of second ports is transmitted. The frame is transmitted from the port.
また、上記目的を達成するために本発明のフレーム転送装置は、複数のホストのそれぞれとの間でフレームを送受信する複数の第1のポートと、アドレステーブルと、を備えたフレーム転送装置であって、
他のフレーム転送装置との間でフレームを送受信する第2のポートと、
前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記アドレステーブルに記憶させるアドレステーブル生成部と、
前記複数の第1のポートにて受信されたフレームを受け付ける第1の転送部と、
前記第2のポートにて受信されたフレームを受け付ける第2の転送部と、を有し、
前記第1および第2の転送部のそれぞれは、前記受け付けたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、前記第2のポートから当該フレームを送信する。
In order to achieve the above object, a frame transfer apparatus of the present invention is a frame transfer apparatus including a plurality of first ports that transmit and receive frames to and from a plurality of hosts, and an address table. And
A second port for transmitting and receiving frames to and from other frame transfer devices;
When a frame received at each of the plurality of first ports is a first type frame, MAC address information indicating a source MAC address of the first type frame, and the plurality of first types An address table generating unit that associates and stores in the address table port information indicating the first port that has received the first type of frame of the first port;
A first transfer unit that receives frames received at the plurality of first ports;
A second transfer unit for receiving a frame received at the second port,
When each of the first and second transfer units matches the destination MAC address of the received frame with one of the MAC addresses indicated by the MAC address information stored in the address table, the plurality of first addresses The frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address, and the frame is transmitted from the second port if they do not match.
また、上記目的を達成するために本発明のフレーム転送方法は、複数のフレーム転送装置を有し、該複数のフレーム転送装置のそれぞれが、複数のホストのそれぞれとの間でフレームを送受信する複数の第1のポートと、前記複数のフレーム転送装置のうち当該フレーム転送装置以外のフレーム転送装置との間でフレームを送受信する第2のポートと、アドレステーブルと、を備えたフレーム転送システムにおけるフレーム転送方法であって、
前記複数のフレーム転送装置のそれぞれが、前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記アドレステーブルに記憶させる処理と、
前記複数のフレーム転送装置のそれぞれが、前記複数の第1のポートおよび前記第2のポートにて受信されたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、前記第2のポートから当該フレームを送信する処理と、を有する。
In order to achieve the above object, a frame transfer method of the present invention includes a plurality of frame transfer apparatuses, and each of the plurality of frame transfer apparatuses transmits / receives a frame to / from each of a plurality of hosts. A frame in a frame transfer system comprising: a first port; a second port for transmitting / receiving a frame to / from a frame transfer device other than the frame transfer device among the plurality of frame transfer devices; and an address table A transfer method,
Each of the plurality of frame transfer devices indicates a source MAC address of the first type frame when the frame received at each of the plurality of first ports is a first type frame. A process of associating MAC address information with port information indicating a first port that has received the first type of frame among the plurality of first ports and storing the information in the address table;
In each of the plurality of frame transfer apparatuses, a MAC address indicated by the MAC address information stored in the address table is a transmission destination MAC address of a frame received at the plurality of first ports and the second port. Of the plurality of first ports, the frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address. Processing to transmit the frame from the second port.
本発明は以上説明したように構成されているので、複数のフレーム転送装置のそれぞれが有するアドレステーブルに記憶される情報量が増大することがない。すなわち、複数のフレーム転送装置のそれぞれが容量の大きなメモリを備える必要がない。また、フラッディングの発生が抑制される。 Since the present invention is configured as described above, the amount of information stored in the address table of each of the plurality of frame transfer apparatuses does not increase. That is, it is not necessary for each of the plurality of frame transfer apparatuses to include a large capacity memory. Moreover, the occurrence of flooding is suppressed.
従って、アドレステーブルを一元的に管理するサーバを設けることなく、複数のフレーム転送装置によって構成されるネットワークの広域化によるコストの増加、および、帯域幅が狭くなることを抑制することができる。 Therefore, it is possible to suppress an increase in cost due to a wide area of a network constituted by a plurality of frame transfer apparatuses and a reduction in bandwidth without providing a server that centrally manages the address table.
以下に、本発明の実施の形態について図面を参照して説明する。 Embodiments of the present invention will be described below with reference to the drawings.
(第1の実施形態)
図1は、本発明のフレーム転送システムの第1の実施形態の一構成例を示すブロック図である。
(First embodiment)
FIG. 1 is a block diagram showing a configuration example of the first embodiment of the frame transfer system of the present invention.
本実施形態のフレーム転送システム1は図1に示すように、リング構成で相互に接続されたフレーム転送装置10,20,30を備えている。
As shown in FIG. 1, the
なお、本実施形態のフレーム転送システムにおける通信プロトコルは、イーサネット(登録商標)およびIPが用いられているものとする。 Note that Ethernet (registered trademark) and IP are used as communication protocols in the frame transfer system of the present embodiment.
また、本実施形態ではフレーム転送装置の数を3つとしているが、フレーム転送装置の数は3つに限定されない。 In the present embodiment, the number of frame transfer apparatuses is three, but the number of frame transfer apparatuses is not limited to three.
図2は、図1に示したフレーム転送装置10の一構成例を示すブロック図である。なお、フレーム転送装置20,30もフレーム転送装置10と同様の構成である。
FIG. 2 is a block diagram illustrating a configuration example of the
図1に示したフレーム転送装置10は図2に示すように、第1のポートであるポート11−1〜11−3と、第2のポートであるポート12−1,12−2と、アドレステーブル記憶部13と、フレーム送信部14と、アドレステーブル生成部15と、第1の転送部である転送部16と、第2の転送部である転送部17とを備えている。
As shown in FIG. 2, the
ポート11−1〜11−3のそれぞれは、ホストと接続するためのポートである。ポート11−1〜11−3のそれぞれは、接続されたホストから送信されたフレームを受信する。また、ポート11−1〜11−3のそれぞれは、接続されたホストへフレームを送信する。なお、本実施形態ではホストと接続するためのポートの数を3つとしているが、ホストと接続するためのポートの数は3つに限定されるものではない。 Each of the ports 11-1 to 11-3 is a port for connecting to a host. Each of the ports 11-1 to 11-3 receives a frame transmitted from the connected host. Each of the ports 11-1 to 11-3 transmits a frame to the connected host. In the present embodiment, the number of ports for connecting to the host is three, but the number of ports for connecting to the host is not limited to three.
ポート12−1,12−2のそれぞれは、図1に示したフレーム転送システム1を構成する他のフレーム転送装置と接続するためのポートである。ポート12−1,12−2のそれぞれは、接続されたフレーム転送装置から送信されたフレームを受信する。また、ポート12−1,12−2のそれぞれは、接続されたフレーム転送装置へフレームを送信する。
Each of the ports 12-1 and 12-2 is a port for connecting to another frame transfer apparatus constituting the
アドレステーブル記憶部13は、アドレステーブルを備えている。
The address
図3は、図2に示したアドレステーブル記憶部13が備えるアドレステーブルの一構成例を示す図である。
FIG. 3 is a diagram illustrating a configuration example of an address table provided in the address
図2に示したアドレステーブル記憶部13が備えるアドレステーブルは図3に示すように、複数のポートのそれぞれを示すポート情報のそれぞれと、MACアドレスを示すMACアドレス情報と、IPアドレスを示すIPアドレス情報とが対応付けられている。
The address table provided in the address
なお、図3においては、複数のポートのそれぞれを示すポート情報を1〜3と表している。また、図3においては、MACアドレスをAAAのように表し、IPアドレスをaaaのように表しているが、実際には、MACアドレスは48ビット、IPアドレスは32ビット(IPv4の場合)の情報である。 In FIG. 3, port information indicating each of the plurality of ports is represented as 1 to 3. In FIG. 3, the MAC address is represented as AAA and the IP address is represented as aaa, but actually, the MAC address is 48 bits and the IP address is 32 bits (in the case of IPv4). It is.
また、図3に示すアドレステーブルのエントリ数は3つとしているが、これは、フレーム転送装置10に直接接続されたホストの数が3つである場合を想定しているからである。
Also, the number of entries in the address table shown in FIG. 3 is three because it is assumed that the number of hosts directly connected to the
再度、図2を参照すると、フレーム送信部14は、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスを送信先MACアドレスとした第2の種類のフレームの1つであるReverse ARP(Address Resolution Protocol)フレームを、ポート11−1〜11−3のうち、そのMACアドレス情報に対応するポート情報が示すポートから、所定の時間間隔で送信する。なお、Reverse ARPとは、MACアドレスからIPアドレスを検索するために用いられるプロトコルである。
Referring to FIG. 2 again, the
アドレステーブル生成部15は、ポート11−1〜11−3およびポート12−1,12−2それぞれにて受信されたフレームを取得する。そして、アドレステーブル生成部15は、取得したフレームを受信したポートがポート11−1〜11−3のいずれかであるか、ポート12−1,12−2のいずれかであるかを確認する。確認の結果、取得したフレームを受信したポートがポート11−1〜11−3のいずれかである場合、アドレステーブル生成部15は、取得したフレームの種類を確認する。確認の結果、取得したフレームが、ホストがネットワークに新たに接続されたときにそのホストから送信される第1の種類のフレームである場合、アドレステーブル生成部15は、取得したフレームの送信元MACアドレスを示すMACアドレス情報と、ポート11−1〜11−3のうちそのフレームを受信したポートを示すポート情報と対応付けてアドレステーブルに記憶させる。なお、第1の種類のフレームとは例えば、DHCP(Dynamic Host Configuration Protocol) Requestや、Gratuitous ARPのフレームである。DHCP Requestは、IPアドレスの付与を依頼するために、IPアドレスを管理しているDHCPサーバ(不図示)へ送信されるものである。Gratuitous ARPは、自ホストのIPアドレスが他のホストと重複していないかどうかを確認するために送信されるものである。なお、ホストが仮想マシンで構成されている場合、ホストの一部がライブマイグレーション等によって他の仮想マシンへ移動した場合には、移動先の仮想マシンからGratuitous ARPを送信させる。そして、その仮想マシンと接続されたフレーム転送装置がこのGratuitous ARPを受信することにより、アドレステーブルに記憶された情報が更新されることになる。なお、ライブマイグレーションとは、仮想マシンにおいて動作中のOSやソフトウェアを、動作させたまま他の仮想マシンへ移動させる技術である。また、取得したフレームの種類を確認した結果、取得したフレームがReverse ARPフレームに対する応答のフレームであるRARP応答フレームである場合、アドレステーブル生成部15は、アドレステーブルに記憶されたMACアドレス情報のうち、取得したRARP応答フレームの送信元MACアドレスと一致するMACアドレスを示すMACアドレス情報と、取得したRARP応答フレームの送信元IPアドレスを示すIPアドレス情報とを対応付けてアドレステーブルに記憶させる。上述したように、Reverse ARPフレームはフレーム送信部14から所定の時間間隔で送信される。従って、アドレステーブルに記憶されたIPアドレス情報は最新の情報に定期的に更新されることになる。そして、アドレステーブル生成部15は、取得したフレームを転送部16へ出力する。一方、取得したフレームを受信したポートがポート11−1〜11−3のいずれかであるか、ポート12−1,12−2のいずれかであるかを確認した結果、取得したフレームを受信したポートがポート12−1,12−2のいずれかである場合、アドレステーブル生成部15は、取得したフレームを転送部17へ出力する。
The address
転送部16は、アドレステーブル生成部15から出力されたフレームを受け付ける。そして、転送部16は、受け付けたフレームの送信元MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致しない場合、転送部16は、受け付けたフレームを破棄する。これにより、MACアドレスが偽装されたフレームのネットワーク上への流出を防止することができる。一方、確認の結果、一致する場合、転送部16は、受け付けたフレームの送信先MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致する場合、転送部16は、ポート11−1〜11−3のうち、一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから、受け付けたフレームを送信する。一方、確認の結果、一致しない場合、転送部16は、受け付けたフレームを、ポート12−1,12−2から送信する。なお、転送部16は、受け付けたフレームを、ポート12−1,12−2から送信する場合に、自装置を示す識別情報である第1のタグをフレームに付加してもよい。これにより、後述する転送部17においてフレームの無限ループを防止する機能を容易に実現することが可能となる。また、転送部16は、受け付けたフレームを、ポート12−1,12−2のいずれか一方だけから送信してもよい。但し、この場合、受け付けたフレームが他のフレーム転送装置のすべてに到達するように、例えばリング構成におけるフレームの送信方向を予め決めておく必要がある。
The
転送部17は、アドレステーブル生成部15から出力されたフレームを受け付ける。そして、転送部17は、受け付けたフレームがブロードキャストフレームであるかどうかを確認する。確認の結果、受け付けたフレームがブロードキャストフレームである場合、転送部17は、受け付けたブロードキャストフレームに含まれる情報と、アドレステーブルに記憶された情報とに基づき、受け付けたブロードキャストフレームの送信先が、自装置と直接接続されたホストであるかどうかを確認する。具体的には例えば、受け付けたブロードキャストフレームがARPリクエストのフレームである場合、受け付けたARPリクエストのフレームのARPフィールドに含まれるIPアドレスが、アドレステーブルに記憶されたIPアドレス情報が示すIPアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致する場合にだけ、転送部17は、受け付けたブロードキャストフレームを、ポート11−1〜11−3から送信する。なお、転送部17は、ポート11−1〜11−3のうち、一致するIPアドレスを示すIPアドレス情報に対応するポート情報が示すポートだけから、受け付けたブロードキャストフレームを送信してもよい。ここで、受け付けたフレームがブロードキャストフレームでない場合、転送部17は、受け付けたフレームの送信元MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。すなわち、転送部17は、受け付けたフレームの送信元が自装置に直接接続されたホストであるかどうかを確認する。確認の結果、一致する場合、転送部17は、受け付けたフレームを破棄する。これにより、フレーム転送装置10,20,30間におけるフレームの無限ループを防止することができる。フレーム転送装置10,20,30は、リング構成で接続されているため、無限ループを防止する機能を備えていないと、送信先アドレスが不明のフレームがリング上を周回し続けてしまい、このフレームによってネットワークの帯域が占有されてしまうためである。なお、上述した転送部16がフレームに第1のタグを付加している場合、転送部17は、受け付けたフレームに付加された第1のタグが自装置を示しているかどうかを確認し、自装置を示している場合には、受け付けたフレームを破棄する。これにより、上述した場合と同様に、無限ループを防止することができる。一方、確認の結果、受け付けたフレームの送信元MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれとも一致しない場合、転送部17は、受け付けたフレームのヘッダに含まれる送信先MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致する場合、転送部17は、ポート11−1〜11−3のうち、一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから、受け付けたフレームを送信する。一方、確認の結果、一致しない場合、転送部17は、受け付けたフレームを、ポート12−1,12−2から送信する。なお、転送部17は、受け付けたフレームを、ポート12−1,12−2のいずれか一方だけから送信してもよい。但し、この場合、受け付けたフレームがフレーム転送装置10,20,30のすべてに到達するように、例えばリング構成におけるフレームの送信方向を予め決めておく必要がある。
The
このように本実施形態においてフレーム転送装置10,20,30のそれぞれは、ポート11−1〜11−3のそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、ポート11−1〜11−3のうち当該第1の種類のフレームを受信したポートを示すポート情報とを対応付けてアドレステーブルに記憶させるアドレステーブル生成部15を有する。
As described above, in the present embodiment, each of the
また、フレーム転送装置10,20,30のそれぞれは、ポート11−1〜11−3にて受信されたフレームを受け付ける転送部16と、ポート12−1,12−2にて受信されたフレームを受け付ける転送部17とを有する。
Each of the
そして、転送部16,17は、受け付けたフレームの送信先MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、ポート11−1〜11−3のうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから当該フレームを送信し、一致しない場合、ポート12−1,12−2から当該フレームを送信する。
When the transmission destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the address table, the
これにより、複数のフレーム転送装置のそれぞれが有するアドレステーブルに記憶される情報量が増大することがない。すなわち、複数のフレーム転送装置のそれぞれが容量の大きなメモリを備える必要がない。また、フラッディングの発生が抑制される。 As a result, the amount of information stored in the address table included in each of the plurality of frame transfer apparatuses does not increase. That is, it is not necessary for each of the plurality of frame transfer apparatuses to include a large capacity memory. Moreover, the occurrence of flooding is suppressed.
従って、アドレステーブルを一元的に管理するサーバを設けることなく、複数のフレーム転送装置によって構成されるネットワークの広域化によるコストの増加、および、帯域幅が狭くなることを抑制することができる。 Therefore, it is possible to suppress an increase in cost due to a wide area of a network constituted by a plurality of frame transfer apparatuses and a reduction in bandwidth without providing a server that centrally manages the address table.
また、フラッディングのフレームやARP Request等のブロードキャストフレームの数が低減される。そのため、通信の到達性を維持しながら、ホストの処理負荷の軽減を実現することができる。 In addition, the number of flooding frames and broadcast frames such as ARP Request is reduced. Therefore, it is possible to reduce the processing load on the host while maintaining communication reachability.
なお、本実施形態では、複数のフレーム転送装置がリング構成で接続された場合を一例として説明したが、複数のフレーム転送装置の接続方法はリング構成に限定されない。 In this embodiment, the case where a plurality of frame transfer apparatuses are connected in a ring configuration has been described as an example. However, the connection method of the plurality of frame transfer apparatuses is not limited to the ring configuration.
図4は、本発明のフレーム転送システムの第1の実施形態の他の構成例を示すブロック図である。 FIG. 4 is a block diagram showing another configuration example of the first embodiment of the frame transfer system of the present invention.
図4に示したフレーム転送システム1−1において、フレーム転送装置10,20,30は図4に示すように、中継用フレーム転送装置40を介してスター構成で接続されている。
In the frame transfer system 1-1 shown in FIG. 4, the
中継用フレーム転送装置40は、複数のポート(不図示)を備えており、その複数のポートのそれぞれを介してフレーム転送装置10,20,30と接続している。中継用フレーム転送装置40は、アドレステーブルの生成および更新を行わず、受信したフレームを、複数のポートのうちそのフレームを受信したポート以外のポートから送信する。
The relay
(第2の実施形態)
図5は、本発明のフレーム転送システムの第2の実施形態の一構成を示すブロック図である。
(Second Embodiment)
FIG. 5 is a block diagram showing a configuration of the second embodiment of the frame transfer system of the present invention.
本実施形態のフレーム転送システム2は図5に示すように、階層化された複数のフレーム転送装置からなるフレーム転送装置群5〜7を備えている。
As shown in FIG. 5, the
フレーム転送装置群5は、最上層のフレーム転送装置である最上層フレーム転送装置50と、最上層フレーム転送装置50に接続された下層のフレーム転送装置である下層フレーム転送装置50a,50bを備えている。
The frame transfer device group 5 includes an uppermost
また、フレーム転送装置群6は、最上層フレーム転送装置60と、最上層フレーム転送装置60に接続された下層フレーム転送装置60a,60bとを備えている。
The frame transfer device group 6 includes an uppermost
また、フレーム転送装置群7は、最上層フレーム転送装置70と、最上層フレーム転送装置70に接続された下層フレーム転送装置70a,70bとを備えている。
The frame transfer device group 7 includes an uppermost
そして、最上層フレーム転送装置50,60,70は図5に示すように、リング構成で相互に接続されている。
The uppermost
なお、本実施形態のフレーム転送システムにおける通信プロトコルは、上述した第1の実施形態と同様に、イーサネット(登録商標)およびIPが用いられているものとする。 It is assumed that Ethernet (registered trademark) and IP are used as communication protocols in the frame transfer system of the present embodiment, as in the first embodiment described above.
また、本実施形態ではフレーム転送装置群の数を3つとしているが、フレーム転送装置群の数は3つに限定されない。 In the present embodiment, the number of frame transfer device groups is three, but the number of frame transfer device groups is not limited to three.
また、本実施形態では、フレーム転送装置群5〜7のそれぞれにおいてフレーム転送装置を2階層に階層化しているが、階層数は2つに限定されない。すなわち、下層フレーム転送装置は、さらに複数の階層に階層化することも可能である。 In the present embodiment, the frame transfer apparatuses are divided into two hierarchies in each of the frame transfer apparatus groups 5 to 7, but the number of hierarchies is not limited to two. That is, the lower frame transfer apparatus can be further hierarchized into a plurality of hierarchies.
図6は、図5に示した最上層フレーム転送装置50の一構成例を示すブロック図である。なお、最上層フレーム転送装置60,70も最上層フレーム転送装置50と同様の構成である。
FIG. 6 is a block diagram showing a configuration example of the uppermost
図5に示した最上層フレーム転送装置50は図6に示すように、ポート51−1,51−2と、第3のポートであるポート52−1,52−2と、アドレステーブル記憶部53と、フレーム送信部54と、第1のアドレステーブル生成部であるアドレステーブル生成部55と、転送部56,57とを備えている。
As shown in FIG. 6, the uppermost
なお、本実施形態では、ポート51−1,51−2を第1のポートとする。また、本実施形態では、転送部56を第1の転送部とし、転送部57を第2の転送部とする。
In the present embodiment, the ports 51-1 and 51-2 are the first ports. In the present embodiment, the
ポート51−1,51−2のそれぞれは、下層フレーム転送装置と接続するためのポートである。ポート51−1,51−2のそれぞれは、接続された下層フレーム転送装置から送信されたフレームを受信する。また、ポート51−1,51−2のそれぞれは、接続された下層フレーム転送装置へフレームを送信する。なお、本実施形態では下層フレーム転送装置と接続するためのポートの数を2つとしているが、下層フレーム転送装置と接続するためのポートの数は2つに限定されるものではない。 Each of the ports 51-1 and 51-2 is a port for connecting to a lower frame transfer apparatus. Each of the ports 51-1 and 51-2 receives a frame transmitted from the connected lower frame transfer device. Each of the ports 51-1 and 51-2 transmits a frame to the connected lower frame transfer device. In this embodiment, the number of ports for connecting to the lower layer frame transfer apparatus is two, but the number of ports for connecting to the lower layer frame transfer apparatus is not limited to two.
ポート52−1,52−2のそれぞれは、図5に示したフレーム転送システム2を構成する他のフレーム転送装置群の最上層フレーム転送装置と接続するためのポートである。ポート52−1,52−2のそれぞれは、接続された他のフレーム転送装置群の最上層フレーム転送装置から送信されたフレームを受信する。また、ポート52−1,52−2のそれぞれは、他のフレーム転送装置群の最上層フレーム転送装置へフレームを送信する。
Each of the ports 52-1 and 52-2 is a port for connecting to the uppermost frame transfer device of the other frame transfer device group constituting the
アドレステーブル記憶部53は、最上層用アドレステーブルを備えている。最上層用アドレステーブルの構成は、図3に示したアドレステーブルと同じであるため、ここでは詳細な説明を省略する。
The address
フレーム送信部54は、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスを送信先MACアドレスとした第2の種類のフレームの1つであるReverse ARPフレームを、ポート51−1,51−2のうち、そのMACアドレス情報に対応するポート情報が示すポートから、所定の時間間隔で送信する。
The
アドレステーブル生成部55は、ポート51−1,51−2およびポート52−1,52−2それぞれにて受信されたフレームを取得する。そして、アドレステーブル生成部55は、取得したフレームを受信したポートがポート51−1,51−2のいずれかであるか、ポート52−1,52−2のいずれかであるかを確認する。確認の結果、取得したフレームを受信したポートがポート51−1,51−2のいずれかである場合、アドレステーブル生成部55は、取得したフレームの種類を確認する。確認の結果、取得したフレームが、上述した第1の種類のフレームである場合、アドレステーブル生成部55は、取得したフレームの送信元MACアドレスを示すMACアドレス情報と、ポート51−1,51−2のうちそのフレームを受信したポートを示すポート情報と対応付けて最上層用アドレステーブルに記憶させる。また、取得したフレームの種類を確認した結果、取得したフレームがRARP応答フレームである場合、アドレステーブル生成部55は、最上層用アドレステーブルに記憶されたMACアドレス情報のうち、取得したRARP応答フレームの送信元MACアドレスと一致するMACアドレスを示すMACアドレス情報と、取得したRARP応答フレームの送信元IPアドレスを示すIPアドレス情報とを対応付けて最上層用アドレステーブルに記憶させる。上述したように、Reverse ARPフレームはフレーム送信部54から所定の時間間隔で送信される。従って、最上層用アドレステーブルに記憶されたIPアドレス情報は最新の情報に定期的に更新されることになる。そして、アドレステーブル生成部55は、取得したフレームを転送部56へ出力する。一方、取得したフレームを受信したポートがポート51−1,51−2のいずれかであるか、ポート52−1,52−2のいずれかであるかを確認した結果、ポート52−1,52−2のいずれかである場合、アドレステーブル生成部55は、取得したフレームを転送部57へ出力する。
The address
転送部56は、アドレステーブル生成部55から出力されたフレームを受け付ける。そして、転送部56は、受け付けたフレームの送信元MACアドレスが、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致しない場合、転送部56は、受け付けたフレームを破棄する。一方、確認の結果、一致する場合、転送部56は、受け付けたフレームのヘッダに含まれる送信先MACアドレスが、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致する場合、転送部56は、ポート51−1,51−2のうち、一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから、受け付けたフレームを送信する。一方、確認の結果、一致しない場合、転送部56は、受け付けたフレームを、ポート52−1,52−2から送信する。なお、転送部56は、受け付けたフレームを、ポート52−1,52−2から送信する場合に、自装置を示す識別情報である第1のタグをフレームに付加してもよい。これにより、後述する転送部57においてフレームの無限ループを防止する機能を容易に実現することが可能となる。
The
転送部57は、アドレステーブル生成部55から出力されたフレームを受け付ける。そして、転送部57は、受け付けたフレームがブロードキャストフレームであるかどうかを確認する。確認の結果、受け付けたフレームがブロードキャストフレームである場合、転送部57は、受け付けたブロードキャストフレームに含まれる情報と、最上層用アドレステーブルに記憶された情報とに基づき、受け付けたブロードキャストフレームの送信先が、自装置を含むフレーム転送装置群の下層フレーム転送装置に接続されたホストであるかどうかを確認する。具体的には例えば、受け付けたブロードキャストフレームがARPリクエストのフレームである場合、受け付けたARPリクエストのフレームのARPフィールドに含まれるIPアドレスが、最上層用アドレステーブルに記憶されたIPアドレス情報が示すIPアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致する場合にだけ、転送部57は、受け付けたブロードキャストフレームを、ポート51−1,51−2から送信する。なお、転送部57は、ポート51−1,51−2のうち、一致するIPアドレスを示すIPアドレス情報に対応するポート情報が示すポートだけから、受け付けたブロードキャストフレームを送信してもよい。ここで、受け付けたフレームがブロードキャストフレームであるかどうかの確認の結果、ブロードキャストフレームでない場合、転送部57は、受け付けたフレームの送信元MACアドレスが、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。すなわち、転送部57は、受け付けたフレームの送信元が、自装置を含むフレーム転送装置群の下層フレーム転送装置に接続されたホストであるかどうかを確認する。確認の結果、一致する場合、転送部57は、受け付けたフレームを破棄する。これにより、最上層フレーム転送装置50,60,70間におけるフレームの無限ループを防止することができる。なお、上述した転送部56がフレームに第1のタグを付加している場合、転送部57は、受け付けたフレームに付加された第1のタグが自装置を示しているかどうかを確認し、自装置を示している場合には、受け付けたフレームを破棄する。これにより、上述した場合と同様に、無限ループを防止することができる。一方、確認の結果、受け付けたフレームのヘッダに含まれる送信元MACアドレスが、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれとも一致しない場合、転送部57は、受け付けたフレームのヘッダに含まれる送信先MACアドレスが、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致する場合、転送部57は、ポート51−1,51−2のうち、一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから、受け付けたフレームを送信する。このとき、転送部57は、フレームの送信元アドレスを、後述する下層用アドレステーブルに記憶させないことを指示する所定の情報である第2のタグを、受け付けたフレームに付加して送信する。なお、このタグは例えば、VLAN(Virtual LAN)タグである。一方、確認の結果、一致しない場合、転送部57は、受け付けたフレームを、ポート52−1,52−2から送信する。
The
図7は、図5に示した下層フレーム転送装置50aの一構成例を示すブロック図である。なお、下層フレーム転送装置50b,60a,60b,70a,70bも下層フレーム転送装置50aと同様の構成である。
FIG. 7 is a block diagram showing a configuration example of the lower
図5に示した下層フレーム転送装置50aは図7に示すように、ポート51a−1〜51a−4と、アドレステーブル記憶部52aと、第2のアドレステーブル生成部であるアドレステーブル生成部53aと、第3の転送部である転送部54aとを備えている。
As shown in FIG. 7, the lower
なお、本実施形態では、ポート51a−1〜51a−4を第2のポートとする。
In the present embodiment, the
ポート51a−1〜51a−4のそれぞれは、図5に示したフレーム転送システム2を構成する最上層フレーム転送装置と、複数のホストとを接続するためのポートである。ポート51a−1〜51a−4のそれぞれは、接続された最上層フレーム転送装置または複数のホストのそれぞれから送信されたフレームを受信する。また、ポート51a−1〜51a−4のそれぞれは、接続された最上位フレーム転送装置または複数のホストのそれぞれへフレームを送信する。なお、本実施形態では下層フレーム転送装置が備えるポートの数を4つとしているが、下層フレーム転送装置が備えるポートの数は4つに限定されるものではない。
Each of the
アドレステーブル記憶部52aは、下層用アドレステーブルを備えている。
The address
図8は、図7に示したアドレステーブル記憶部52aが備えるアドレステーブルの一構成例を示す図である。
FIG. 8 is a diagram illustrating a configuration example of an address table provided in the address
図7に示したアドレステーブル記憶部52aが備える下層用アドレステーブルは図8に示すように、複数のポートのそれぞれを示す複数のポート情報のそれぞれと、MACアドレスを示すMACアドレス情報とが対応付けられている。
As shown in FIG. 8, the lower layer address table provided in the address
なお、図8においては、複数のポートのそれぞれを示すポート情報を1〜3と表している。また、図8においては、MACアドレスをDDDのように表しているが、実際には、MACアドレスは48ビットの情報である。 In FIG. 8, port information indicating each of the plurality of ports is represented as 1 to 3. In FIG. 8, the MAC address is represented as DDD, but actually, the MAC address is 48-bit information.
また、図8に示すアドレステーブルのエントリ数は3つとしているが、これは、下層フレーム転送装置50aに直接接続されたホストの数が3つである場合を想定しているからである。
Further, the number of entries in the address table shown in FIG. 8 is three because it is assumed that the number of hosts directly connected to the lower
再度、図7を参照すると、アドレステーブル生成部53aは、ポート51a−1〜51a−4のそれぞれにて受信されたフレームを取得する。そして、アドレステーブル生成部53aは、取得したフレームに第2のタグが付加されているかどうかを確認する。確認の結果、第2のタグが付加されている場合、アドレステーブル生成部53aは、取得したフレームを転送部54aへ出力する。一方、確認の結果、取得したフレームに第2のタグが付加されていない場合、取得したフレームの送信元MACアドレスを示すMACアドレス情報が下層用アドレステーブルに記憶されているかどうかを確認する。確認の結果、取得したフレームの送信元MACアドレスを示すMACアドレス情報が下層用アドレステーブルに記憶されている場合、アドレステーブル生成部53aは、取得したフレームを転送部54aへ出力する。一方、確認の結果、取得したフレームの送信元MACアドレスを示すMACアドレス情報が下層用アドレステーブルに記憶されていない場合、アドレステーブル生成部53aは、取得したフレームの送信元MACアドレスを示すMACアドレス情報と、ポート51a−1〜51a−4のうちそのフレームを受信したポートを示すポート情報と対応付けて下層用アドレステーブルに記憶させる。そして、アドレステーブル生成部53aは、取得したフレームを転送部54aへ出力する。
Referring to FIG. 7 again, the address
転送部54aは、アドレステーブル生成部53aから出力されたフレームを受け付ける。そして、転送部54aは、受け付けたフレームの送信先MACアドレスが、下層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認する。確認の結果、一致する場合、転送部54aは、ポート51a−1〜51a−4のうち、一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから、受け付けたフレームを送信する。一方、確認の結果、一致しない場合、転送部54aは、ポート51a−1〜51a−4のうち、予め決められたポートから、受け付けたフレームを送信する。この予め決められたポートは、ポート51a−1〜51a−4のうちの最上層フレーム転送装置と接続されたポートである。
The
このように本実施形態において最上層フレーム転送装置50,60,70のそれぞれは、ポート51−1,51−2のそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、ポート51−1,51−2のうち当該第1の種類のフレームを受信したポートを示すポート情報と対応付けて最上層用アドレステーブルに記憶させるアドレステーブル生成部55を有する。
As described above, in the present embodiment, when the frames received at the ports 51-1 and 51-2 are the first type frames, the uppermost
また、最上層フレーム転送装置50,60,70のそれぞれは、ポート51−1,51−2にて受信されたフレームを受け付ける転送部56と、ポート52−1,52−2にて受信されたフレームを受け付ける転送部57とを有する。
Each of the uppermost
そして、転送部56は、受け付けたフレームの送信先MACアドレスが、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、ポート51−1,51−2のうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから当該フレームを送信し、一致しない場合、ポート52−1,52−2から当該フレームを送信する。
Then, when the destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the uppermost layer address table, the
また、転送部57は、受け付けたフレームの送信先MACアドレスが、最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、ポート51−1,51−2のうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから、当該フレームに第2のタグを付加して送信し、一致しない場合、ポート52−1,52−2から当該フレームを送信する。
In addition, when the transmission destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the uppermost layer address table, the
下層フレーム転送装置50a,50b,60a,60b,70a,70bのそれぞれは、ポート51a−1〜51a−4のそれぞれにて受信されたフレームに第2のタグが付加されていない場合、当該フレームの送信元MACアドレスを示すMACアドレス情報と、ポート51a−1〜51a−4のうち当該フレームを受信したポートを示すポート情報と対応付けて下層用アドレステーブルに記憶させるアドレステーブル生成部53aを有する。
Each of the lower
また、下層フレーム転送装置50a,50b,60a,60b,70a,70bのそれぞれは、ポート51a−1〜51a−4のそれぞれにて受信されたフレームを受け付ける転送部54aを有する。
Each of the lower
そして、転送部54aは、受け付けたフレームの送信先MACアドレスが、下層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、ポート51a−1〜51a−4のうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示すポートから当該フレームを送信し、一致しない場合、ポート51a−1〜51a−4のうち予め決められたポートから当該フレームを送信する。
Then, when the transmission destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the lower layer address table, the
これにより、上述した第1の実施形態における効果と同様の効果が得られるとともに、第1の実施形態に比べてより多くのホストを接続することが可能となる。つまり、複数のフレーム転送装置によって構成されるネットワークの広域化により柔軟に対応することが可能となる。 As a result, the same effects as those in the first embodiment described above can be obtained, and more hosts can be connected as compared to the first embodiment. In other words, it is possible to flexibly cope with the widening of the network composed of a plurality of frame transfer apparatuses.
なお、本実施形態においては、複数のフレーム転送装置群のそれぞれにおける最上層フレーム転送装置の数を1つとした場合について説明した。この場合、最上層フレーム転送装置が性能上のボトルネックになる可能性がある。これを回避するために、複数のフレーム転送装置群のそれぞれにおける最上層フレーム転送装置の数を複数にしてもよい。 In the present embodiment, the case where the number of the uppermost frame transfer devices in each of the plurality of frame transfer device groups is one has been described. In this case, the uppermost frame transfer apparatus may become a performance bottleneck. In order to avoid this, the number of uppermost frame transfer devices in each of the plurality of frame transfer device groups may be plural.
図9は、本発明のフレーム転送システムの第2の実施形態の他の構成例を示すブロック図である。 FIG. 9 is a block diagram showing another configuration example of the second embodiment of the frame transfer system of the present invention.
フレーム転送システム2−1では図9に示すように、フレーム転送装置群5−1〜7−1のそれぞれにおいて最上層フレーム転送装置は2つある。2つというのは一例であり、最上層フレーム転送装置の数は2つに限定されない。そして、2つの最上層フレーム転送装置のそれぞれは、他のフレーム転送装置群の一方の最上層フレーム転送装置とリング構成で接続されている。つまり、リング構成のネットワークが2つ存在することになる。 In the frame transfer system 2-1, as shown in FIG. 9, each of the frame transfer device groups 5-1 to 7-1 has two uppermost frame transfer devices. Two is an example, and the number of uppermost frame transfer apparatuses is not limited to two. Each of the two uppermost frame transfer apparatuses is connected to one uppermost frame transfer apparatus of another frame transfer apparatus group in a ring configuration. That is, there are two networks having a ring configuration.
そして、フレーム転送装置群5−1〜7−1のそれぞれにおいて、最上層フレーム転送装置よりも1つ下層の下層フレーム転送装置50a,50b,60a,60b,70a,70cのそれぞれは、2つの最上層フレーム転送装置のそれぞれと接続される。従って、下層フレーム転送装置50a,50b,60a,60b,70a,70cのそれぞれは、上述した予め決められたポートを2つ備えることになる。
In each of the frame transfer device groups 5-1 to 7-1, each of the lower layer
図9に示すフレーム転送システム2−1において下層フレーム転送装置50a,50b,60a,60b,70a,70cのそれぞれの転送部54aは、受け付けたフレームの送信先MACアドレスが、アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致するかどうかを確認した結果、一致しない場合、まず、2つの予め決められたポートのうちのいずれかを所定のルールに従って選択する。所定のルールとしては、ラウンドロビンでもよいし、2つの予め決められたポートのそれぞれに対して付与された優先順位でもよい。そして、転送部54aは、選択したポートから、受け付けたフレームを送信する。
In the frame transfer system 2-1 shown in FIG. 9, each
これにより、フレームが2つの最上層フレーム転送装置のそれぞれに振り分けられ、最上層フレーム転送装置が性能上のボトルネックとなるのを回避することができる。 Thereby, it is possible to avoid that the frame is distributed to each of the two uppermost frame transfer apparatuses and the uppermost frame transfer apparatus becomes a bottleneck in performance.
なお、図9に示した構成の場合、複数のフレーム転送装置群のそれぞれの2つの最上層フレーム転送装置間でアドレステーブルに記憶された情報の同期をとる必要がある。 In the case of the configuration shown in FIG. 9, it is necessary to synchronize the information stored in the address table between the two uppermost frame transfer devices of each of the plurality of frame transfer device groups.
また、本実施形態では、複数の最上層フレーム転送装置がリング構成で接続された場合を一例として説明したが、複数のフレーム転送装置の接続方法はリング構成に限定されない。複数の最上層フレーム転送装置が、図4に示したような中継用フレーム転送装置によってスター構成で接続されていてもよい。 In this embodiment, the case where a plurality of uppermost frame transfer apparatuses are connected in a ring configuration has been described as an example. However, the connection method of the plurality of frame transfer apparatuses is not limited to the ring configuration. A plurality of uppermost frame transfer apparatuses may be connected in a star configuration by a relay frame transfer apparatus as shown in FIG.
1,1−1,2,2−1 フレーム転送システム
5,6,7,5−1,6−1,7−1 フレーム転送装置群
10,20,30 フレーム転送装置
11−1〜11−3,12−1,12−2,51−1,51−2,52−1,52−2,51a−1〜51a−4 ポート
13,53,52a アドレステーブル記憶部
14,54 フレーム送信部
15,55,53a アドレステーブル生成部
16,17,54a,56,57, 転送部
40 中継用フレーム転送装置
50,60,70 最上層フレーム転送装置
50a,50b,60a,60b,70a,70b 下層フレーム転送装置
1,1-1,2,2-1 Frame transfer system 5,6,7,5-1,6-1,7-1 Frame
Claims (9)
前記複数のフレーム転送装置のそれぞれは、
前記複数のフレーム転送装置のうち当該フレーム転送装置以外の前記リング構成にて隣接するフレーム転送装置との間でそれぞれフレームを送受信する2つの第2のポートと、
前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記アドレステーブルに記憶させるアドレステーブル生成部と、
前記複数の第1のポートにて受信されたフレームを受け付ける第1の転送部と、
前記第2のポートにて受信されたフレームを受け付ける第2の転送部と、を有し、
前記第1の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、前記第2のポートから当該フレームを送信し、
前記第2の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、当該フレームを受信した第2のポートとは異なる第2のポートから当該フレームを送信するフレーム転送システム。 A plurality of frame transfer apparatuses connected to each other in a ring configuration, each of the plurality of frame transfer apparatuses transmitting and receiving a frame to and from each of a plurality of hosts; and an address table A frame transfer system comprising:
Each of the plurality of frame transfer devices includes:
And two second ports for transmitting and receiving frames each with the frame transfer apparatus adjacent at the ring structure other than the frame transfer apparatus of the plurality of frame transfer apparatus,
When a frame received at each of the plurality of first ports is a first type frame, MAC address information indicating a source MAC address of the first type frame, and the plurality of first types An address table generating unit that associates and stores in the address table port information indicating the first port that has received the first type of frame of the first port;
A first transfer unit that receives frames received at the plurality of first ports;
A second transfer unit for receiving a frame received at the second port,
The first transfer unit , when the destination MAC address of the accepted frame matches any of the MAC addresses indicated by the MAC address information stored in the address table, among the plurality of first ports, Transmitting the frame from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address, and if not matching, transmitting the frame from the second port ;
The second transfer unit, when the destination MAC address of the accepted frame matches any of the MAC addresses indicated by the MAC address information stored in the address table, among the plurality of first ports, If the frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address and does not match, the second port is different from the second port that received the frame. A frame transfer system that transmits frames.
前記第1の転送部は、前記受け付けたフレームの送信元MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致しない場合、当該フレームを破棄するフレーム転送システム。 The frame transfer system according to claim 1,
The frame transfer system, wherein the first transfer unit discards the frame when the source MAC address of the accepted frame does not match any of the MAC addresses indicated by the MAC address information stored in the address table.
前記複数のフレーム転送装置のそれぞれは、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスを送信先MACアドレスとした第2の種類のフレームを、前記複数の第1のポートのうち当該MACアドレス情報に対応するポート情報が示す第1のポートから所定の時間間隔で送信するフレーム送信部を有し、
前記アドレステーブル生成部は、前記複数の第1のポートのそれぞれにて受信されたフレームが、前記第2の種類のフレームに対する応答フレームである場合、当該応答フレームに含まれるIPアドレスを示すIPアドレス情報を、当該MACアドレス情報と対応付けて前記アドレステーブルに記憶させ、
前記第2の転送部は、前記受け付けたフレームがブロードキャストフレームである場合、当該ブロードキャストフレームに含まれるIPアドレスが、前記アドレステーブルに記憶されたIPアドレス情報が示すIPアドレスのいずれかと一致していると、前記複数の第1のポートから当該ブロードキャストフレームを送信するフレーム転送システム。 The frame transfer system according to claim 1 or 2,
Each of the plurality of frame transfer apparatuses transmits a second type of frame having a MAC address indicated by the MAC address information stored in the address table as a destination MAC address, out of the plurality of first ports. A frame transmission unit configured to transmit at a predetermined time interval from the first port indicated by the port information corresponding to the address information;
The address table generation unit, when a frame received at each of the plurality of first ports is a response frame to the second type frame, an IP address indicating an IP address included in the response frame Information is stored in the address table in association with the MAC address information,
When the received frame is a broadcast frame, the second transfer unit matches an IP address included in the broadcast frame with any of the IP addresses indicated by the IP address information stored in the address table. And a frame transfer system for transmitting the broadcast frame from the plurality of first ports.
前記第2の転送部は、前記受け付けたフレームの送信元MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、当該フレームを破棄するフレーム転送システム。 The frame transfer system according to any one of claims 1 to 3,
The frame transfer system in which the second transfer unit discards the frame when the source MAC address of the received frame matches any of the MAC addresses indicated by the MAC address information stored in the address table.
前記第1の転送部は、前記受け付けたフレームを前記第2のポートから送信する場合、当該フレーム転送装置を識別する識別情報を当該フレームに付加し、
前記第2の転送部は、前記受け付けたフレームに当該フレーム転送装置を識別する識別情報が付加されている場合、当該フレームを破棄するフレーム転送システム。 The frame transfer system according to any one of claims 1 to 3,
When the first transfer unit transmits the received frame from the second port, the first transfer unit adds identification information for identifying the frame transfer device to the frame,
The frame transfer system, in which the second transfer unit discards the frame when identification information for identifying the frame transfer apparatus is added to the received frame.
前記複数の最上層フレーム転送装置のそれぞれは、
前記複数の最上層フレーム転送装置のうち当該最上層フレーム転送装置以外の前記リング構成にて隣接する最上層フレーム転送装置との間でそれぞれフレームを送受信する2つの第3のポートと、
前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記最上層用アドレステーブルに記憶させる第1のアドレステーブル生成部と、
前記複数の第1のポートにて受信されたフレームを受け付ける第1の転送部と、
前記第3のポートにて受信されたフレームを受け付ける第2の転送部と、を有し、
前記第1の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから、当該フレームを送信し、一致しない場合、前記第3のポートから当該フレームを送信し、
前記第2の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記最上層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから、当該フレームに所定の情報を付加して送信し、一致しない場合、当該フレームを受信した第3のポートとは異なる第3のポートから当該フレームを送信し、
前記複数の下層フレーム転送装置のそれぞれは、
前記複数の第2のポートのそれぞれにて受信されたフレームに前記所定の情報が付加されていない場合、当該フレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第2のポートのうち当該フレームを受信した第2のポートを示すポート情報とを対応付けて前記下層用アドレステーブルに記憶させる第2のアドレステーブル生成部と、
前記複数の第2のポートにて受信されたフレームを受け付ける第3の転送部と、を有し、
前記第3の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記下層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第2のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第2のポートから当該フレームを送信し、一致しない場合、前記複数の第2のポートのうち予め決められた第2のポートから当該フレームを送信するフレーム転送システム。 A plurality of hierarchized frame transfer device groups each including an uppermost frame transfer device and a plurality of lower layer frame transfer devices, wherein the plurality of uppermost frame transfer devices are connected to each other in a ring configuration; Each of the upper layer frame transfer apparatuses includes a plurality of first ports for transmitting / receiving frames to / from a plurality of lower layer frame transfer apparatuses, and a top layer address table, and the plurality of lower layer frame transfers Each of the devices transmits / receives a frame to / from a plurality of hosts or a plurality of lower layer frame transfer devices in the lower layer, and to / from the uppermost layer frame transfer device or the lower layer frame transfer device in the upper layer A frame transfer system comprising a second port and a lower layer address table,
Each of the plurality of uppermost frame transfer devices includes:
Two third ports for transmitting and receiving frames to and from the uppermost frame transfer devices adjacent to each other in the ring configuration other than the uppermost frame transfer device among the plurality of uppermost frame transfer devices;
When a frame received at each of the plurality of first ports is a first type frame, MAC address information indicating a source MAC address of the first type frame, and the plurality of first types A first address table generation unit that associates port information indicating the first port that has received the first type of frame and stores it in the uppermost layer address table;
A first transfer unit that receives frames received at the plurality of first ports;
A second transfer unit for receiving a frame received at the third port;
When the destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the uppermost layer address table, the first transfer unit is configured to output the plurality of first ports. Among these, the frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address, and if the two do not match, the frame is transmitted from the third port,
The second transfer unit, when a destination MAC address of the received frame matches one of the MAC addresses indicated by the MAC address information stored in the uppermost layer address table, the plurality of first ports Among these, the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address is transmitted with the predetermined information added to the frame. Send the frame from a third port different from the other port,
Each of the plurality of lower layer frame transfer devices,
If the predetermined information is not added to a frame received at each of the plurality of second ports, MAC address information indicating a source MAC address of the frame, and the plurality of second ports A second address table generation unit that associates and stores the port information indicating the second port that has received the frame in the lower layer address table;
A third transfer unit that receives frames received at the plurality of second ports,
When the destination MAC address of the accepted frame matches one of the MAC addresses indicated by the MAC address information stored in the lower layer address table, the third transfer unit is configured to receive the plurality of second ports. If the frame is transmitted from the second port indicated by the port information corresponding to the MAC address information indicating the matching MAC address and does not match, a predetermined second of the plurality of second ports is transmitted. A frame transfer system that transmits the frame from a port.
前記複数のフレーム転送装置群のそれぞれには、前記最上層フレーム転送装置が複数備えられ、前記最上層フレーム転送装置のそれぞれは、当該最上層フレーム転送装置を含むフレーム転送装置群に隣接する2つの複数のフレーム転送装置群の各々ごとに当該隣接するフレーム転送装置群内の1つの最上層フレーム転送装置と接続し、
前記複数の下層フレーム転送装置のうち、前記複数の最上層フレーム転送装置よりも1つ下層の複数の下層フレーム転送装置には、前記予め決められた第2のポートが複数備えられ、
前記第3の転送部は、当該下層フレーム転送装置が前記最上層フレーム転送装置よりも1つ下層の下層フレーム転送装置である場合、前記受け付けたフレームの送信先MACアドレスが、前記下層用アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致しない場合、前記複数の予め決められた第2のポートのいずれかを所定のルールに従って選択し、該選択した第2のポートから当該フレームを送信するフレーム転送システム。 The frame transfer system according to claim 6, wherein
Each of the plurality of frame transfer device groups includes a plurality of the uppermost frame transfer devices, and each of the uppermost frame transfer devices includes two adjacent frame transfer device groups including the uppermost frame transfer device. Each of the plurality of frame transfer device groups is connected to one uppermost frame transfer device in the adjacent frame transfer device group,
Among the plurality of lower layer frame transfer devices, a plurality of lower layer frame transfer devices that are one layer lower than the plurality of uppermost layer frame transfer devices are provided with a plurality of the predetermined second ports,
When the lower layer frame transfer apparatus is a lower layer frame transfer apparatus that is one layer lower than the uppermost frame transfer apparatus, the third transfer unit is configured such that the destination MAC address of the received frame is the lower layer address table. If any of the MAC addresses indicated by the MAC address information stored in is not matched with one of the plurality of predetermined second ports, the frame is selected from the selected second port. Send frame transfer system.
リング構成において隣接する他のフレーム転送装置との間でフレームを送受信する2つの第2のポートと、
前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記アドレステーブルに記憶させるアドレステーブル生成部と、
前記複数の第1のポートにて受信されたフレームを受け付ける第1の転送部と、
前記第2のポートにて受信されたフレームを受け付ける第2の転送部と、を有し、
前記第1の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、前記第2のポートから当該フレームを送信し、
前記第2の転送部は、前記受け付けたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、当該フレームを受信した第2のポートとは異なる第2のポートから当該フレームを送信するフレーム転送装置。 A frame transfer apparatus comprising a plurality of first ports for transmitting and receiving frames to and from each of a plurality of hosts, and an address table,
And two second ports for transmitting and receiving frames to and from another frame transfer device adjacent in the ring structure,
When a frame received at each of the plurality of first ports is a first type frame, MAC address information indicating a source MAC address of the first type frame, and the plurality of first types An address table generating unit that associates and stores in the address table port information indicating the first port that has received the first type of frame of the first port;
A first transfer unit that receives frames received at the plurality of first ports;
A second transfer unit for receiving a frame received at the second port,
The first transfer unit , when the destination MAC address of the accepted frame matches any of the MAC addresses indicated by the MAC address information stored in the address table, among the plurality of first ports, Transmitting the frame from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address, and if not matching, transmitting the frame from the second port ;
The second transfer unit, when the destination MAC address of the accepted frame matches any of the MAC addresses indicated by the MAC address information stored in the address table, among the plurality of first ports, If the frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address and does not match, the second port is different from the second port that received the frame. A frame transfer device that transmits frames.
前記複数のフレーム転送装置のそれぞれが、前記複数の第1のポートのそれぞれにて受信されたフレームが第1の種類のフレームである場合、当該第1の種類のフレームの送信元MACアドレスを示すMACアドレス情報と、前記複数の第1のポートのうち当該第1の種類のフレームを受信した第1のポートを示すポート情報とを対応付けて前記アドレステーブルに記憶させる処理と、
前記複数のフレーム転送装置のそれぞれが、前記複数の第1のポートにて受信されたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、前記第2のポートから当該フレームを送信する処理と、
前記複数のフレーム転送装置のそれぞれが、前記第2のポートにて受信されたフレームの送信先MACアドレスが、前記アドレステーブルに記憶されたMACアドレス情報が示すMACアドレスのいずれかと一致する場合、前記複数の第1のポートのうち、当該一致するMACアドレスを示すMACアドレス情報に対応するポート情報が示す第1のポートから当該フレームを送信し、一致しない場合、当該フレームを受信した第2のポートとは異なる第2のポートから当該フレームを送信する処理と、
を有するフレーム転送方法。 A plurality of frame transfer devices connected in a ring configuration, each of the plurality of frame transfer devices transmitting and receiving a frame to and from each of a plurality of hosts; and the plurality of frames and two second ports for transmitting and receiving, respectively frames between the neighboring frame transfer device in the ring structure other than the frame transfer device of the transfer device, a frame transfer in the frame transfer system comprising an address table, the A method,
Each of the plurality of frame transfer devices indicates a source MAC address of the first type frame when the frame received at each of the plurality of first ports is a first type frame. A process of associating MAC address information with port information indicating a first port that has received the first type of frame among the plurality of first ports and storing the information in the address table;
Each of the plurality of frame transfer device, the plurality of transmission destination MAC address of the first frame which is manually received port matches one of the MAC address MAC address information stored in the address table shown In this case, the frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address among the plurality of first ports. Processing to transmit the frame;
When each of the plurality of frame transfer devices matches a destination MAC address of a frame received at the second port with any of the MAC addresses indicated by the MAC address information stored in the address table, Among the plurality of first ports, the frame is transmitted from the first port indicated by the port information corresponding to the MAC address information indicating the matching MAC address, and if the two do not match, the second port that has received the frame A process of transmitting the frame from a second port different from
A frame transfer method comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011163067A JP5566967B2 (en) | 2011-07-26 | 2011-07-26 | Frame transfer system, frame transfer apparatus, and frame transfer method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011163067A JP5566967B2 (en) | 2011-07-26 | 2011-07-26 | Frame transfer system, frame transfer apparatus, and frame transfer method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013027015A JP2013027015A (en) | 2013-02-04 |
JP5566967B2 true JP5566967B2 (en) | 2014-08-06 |
Family
ID=47784836
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011163067A Expired - Fee Related JP5566967B2 (en) | 2011-07-26 | 2011-07-26 | Frame transfer system, frame transfer apparatus, and frame transfer method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5566967B2 (en) |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2005032061A1 (en) * | 2003-09-24 | 2006-12-07 | 三菱電機株式会社 | Hierarchical layer 2 network |
JP2007067515A (en) * | 2005-08-29 | 2007-03-15 | Nec Corp | Lan switch, mac address learning method, and program |
JP5381080B2 (en) * | 2008-12-22 | 2014-01-08 | 富士通株式会社 | Frame transfer apparatus and frame transfer method |
-
2011
- 2011-07-26 JP JP2011163067A patent/JP5566967B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2013027015A (en) | 2013-02-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5214007B2 (en) | Addressing method, addressing device, fabric manager, switch, and data routing method | |
US11863625B2 (en) | Routing messages between cloud service providers | |
US9385949B2 (en) | Routing controlled by subnet managers | |
US8948181B2 (en) | System and method for optimizing next-hop table space in a dual-homed network environment | |
TWI543566B (en) | Data center network system based on software-defined network and packet forwarding method, address resolution method, routing controller thereof | |
US8937955B2 (en) | System and method for scaling IPv6 addresses in a network environment | |
CN107733793B (en) | Forwarding table item maintenance method and device | |
US8531991B2 (en) | Multi-chassis emulated switch | |
CN102726021B (en) | Data center network architecture flexibly | |
EP3197107B1 (en) | Message transmission method and apparatus | |
US20170353351A1 (en) | Method and network infrastructure for a direct public traffic connection within a datacenter | |
US11398956B2 (en) | Multi-Edge EtherChannel (MEEC) creation and management | |
CN105577723B (en) | Virtualize the method and apparatus that load balancing is realized in network | |
CN103797774B (en) | A kind of network address translation apparatus and method | |
CN103227757A (en) | Message forwarding method and equipment | |
US20110085560A1 (en) | System and Method for Implementing a Virtual Switch | |
CN104780088A (en) | Service message transmission method and equipment | |
CN106612224A (en) | Message forwarding method and device applied to VXLAN (Virtual eXtensible LAN) | |
US20060123204A1 (en) | Method and system for shared input/output adapter in logically partitioned data processing system | |
US20150236952A1 (en) | Virtual private lan service based edge router | |
US20170180311A1 (en) | Systems and methods for managing network address information | |
JP5566967B2 (en) | Frame transfer system, frame transfer apparatus, and frame transfer method | |
WO2016035306A1 (en) | Control system, communication system, communication method, and recording medium | |
EP2645677B1 (en) | A method and a network element for content based addressing in a data transfer network | |
CN118827539A (en) | Forwarding method and forwarding device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7426 Effective date: 20130305 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130723 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140310 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140401 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140528 |
|
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: 20140617 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140618 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5566967 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |