JP2019161257A - Packet transfer device, packet transfer system, packet transfer program, and packet transfer method - Google Patents

Packet transfer device, packet transfer system, packet transfer program, and packet transfer method Download PDF

Info

Publication number
JP2019161257A
JP2019161257A JP2018040789A JP2018040789A JP2019161257A JP 2019161257 A JP2019161257 A JP 2019161257A JP 2018040789 A JP2018040789 A JP 2018040789A JP 2018040789 A JP2018040789 A JP 2018040789A JP 2019161257 A JP2019161257 A JP 2019161257A
Authority
JP
Japan
Prior art keywords
packet
packet transfer
router
communication
address
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2018040789A
Other languages
Japanese (ja)
Inventor
千花 兒嶋
Chika Kojima
千花 兒嶋
良 松居
Ryo Matsui
良 松居
幹夫 小曽根
Mikio Kosone
幹夫 小曽根
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2018040789A priority Critical patent/JP2019161257A/en
Publication of JP2019161257A publication Critical patent/JP2019161257A/en
Pending legal-status Critical Current

Links

Images

Abstract

To reduce a switch-back time by inhibiting packet discarding at the time of route switch-back following failure recovery.SOLUTION: A packet transfer device 110 comprises a communication unit 111 and a control unit 112. The communication unit 111 performs communication including packet transfer based on correspondence information between an IP address and a MAC address. When a failure generated in the communication of the communication unit 111 causes switching of a packet transmission route to a route that dose not pass through the packet transfer device and then the communication of the communication unit 111 recovers from the failure, the control unit 112 updates the correspondence information on the basis of a backup of the correspondence information before the failure's generation and route information received from another packet transfer device. After updating the correspondence information, the control unit 112 performs control of switching back the packet transmission route to a route passing through the packet transfer device.SELECTED DRAWING: Figure 1

Description

本発明は、パケット転送装置、パケット転送システム、パケット転送プログラムおよびパケット転送方法に関する。   The present invention relates to a packet transfer device, a packet transfer system, a packet transfer program, and a packet transfer method.

従来、IPネットワークにおいて、現用系ネットワーク機器および冗長系ネットワーク機器を用いパケット通信経路を2重化し、ネットワークの冗長性を高める技術が知られている。また、障害復旧時に、ARPテーブルのバックアップにて一時的に転送処理を開始する技術が知られている(たとえば、下記特許文献1参照。)。   2. Description of the Related Art Conventionally, in an IP network, a technique for increasing network redundancy by duplicating a packet communication path using an active network device and a redundant network device is known. In addition, a technique is known in which transfer processing is temporarily started by backup of an ARP table when a failure is recovered (see, for example, Patent Document 1 below).

特開2012−39360号公報JP 2012-39360 A

しかしながら、上述した従来技術では、たとえば、障害からの復旧時に、ARP解決と経路の切り戻しが並行して行われ、ARP解決が完了する前に経路が切り戻ると、ARPテーブルに基づくパケットの転送ができず、パケットが破棄される場合がある。   However, in the above-described prior art, for example, when recovery from a failure, ARP resolution and path switchback are performed in parallel, and if the path switches back before ARP resolution is completed, packet transfer based on the ARP table is performed. May not be possible and the packet may be discarded.

また、たとえばARPテーブルのバックアップにて一時的に転送処理を開始しても、ARPテーブルのバックアップの最終更新後に変更があったホストに対してのパケットを転送することができず、パケットが破棄される場合がある。   For example, even if the transfer process is temporarily started with the backup of the ARP table, the packet to the host that has changed after the last update of the backup of the ARP table cannot be transferred, and the packet is discarded. There is a case.

また、ARP解決後に経路の切り戻しを行えばパケット破棄の回避が可能となるが、ARP解決にはたとえば対象とするサブネットに属する全てのネットワーク層のアドレスにARPリクエストを順次送信するため、切り戻しまでに相当な時間を要する場合がある。   In addition, if the path is switched back after ARP resolution, packet discard can be avoided. However, for ARP resolution, for example, ARP requests are sequentially transmitted to all network layer addresses belonging to the target subnet. It may take a considerable amount of time.

また、冗長構成を採る他ネットワーク機器からARPテーブルの転送を受ける構成も考えられるが、他ネットワーク機器側への転送処理の追加や、転送に時間を要する場合がある。   Also, a configuration in which the ARP table is transferred from another network device having a redundant configuration is conceivable. However, it may take time to add transfer processing to the other network device or to transfer the ARP table.

1つの側面では、本発明は、障害復旧に伴う経路の切り戻り時のパケット破棄を抑制し、切り戻りの時間を短縮することができるパケット転送装置、パケット転送システム、パケット転送プログラムおよびパケット転送方法を提供することを目的とする。   In one aspect, the present invention suppresses packet discard at the time of switching back a path accompanying failure recovery, and can shorten the switching time, a packet transfer system, a packet transfer program, and a packet transfer method. The purpose is to provide.

上述した課題を解決し、目的を達成するため、1つの実施態様では、パケット転送装置が、ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行い、自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行うパケット転送装置、パケット転送システム、パケット転送プログラムおよびパケット転送方法が提案される。   In order to solve the above-described problems and achieve the object, in one embodiment, a packet transfer apparatus performs communication including transfer of a packet based on correspondence information between a network layer address and a data link layer address. When a failure occurs in the communication that passes through the device, the packet transmission path is switched to a route that does not pass through the own device, and when the communication that passes through the own device recovers from the failure, the response before the failure occurs A packet transfer device that performs control to switch back the transmission route of the packet to a route that passes through the device after updating the correspondence information based on the backup of information and the route information received from another packet transfer device; A packet transfer system, a packet transfer program, and a packet transfer method are proposed.

本発明の一側面によれば、障害復旧に伴う経路の切り戻り時のパケット破棄を抑制し、切り戻りの時間を短縮することができるという効果を奏する。   According to one aspect of the present invention, it is possible to suppress packet discard when a path is switched back due to failure recovery, and to shorten the switching time.

図1は、実施の形態にかかるパケット転送システムの一例を示す図である。FIG. 1 is a diagram illustrating an example of a packet transfer system according to an embodiment. 図2は、実施の形態にかかるIPデータ通信ネットワークの一例を示す図である。FIG. 2 is a diagram illustrating an example of the IP data communication network according to the embodiment. 図3は、実施の形態にかかるIPデータ通信ネットワークにおける障害発生前のパケット伝送の一例を示す図である。FIG. 3 is a diagram illustrating an example of packet transmission before a failure occurs in the IP data communication network according to the embodiment. 図4は、実施の形態にかかるルータの障害発生前のARPテーブルの一例を示す図である。FIG. 4 is a diagram illustrating an example of the ARP table before the occurrence of the failure of the router according to the embodiment. 図5は、実施の形態にかかるIPデータ通信ネットワークにおける障害発生時のパケット伝送の一例を示す図である。FIG. 5 is a diagram illustrating an example of packet transmission when a failure occurs in the IP data communication network according to the embodiment. 図6は、実施の形態にかかるルータの障害発生時のARPテーブルの一例を示す図である。FIG. 6 is a diagram illustrating an example of the ARP table when a failure occurs in the router according to the embodiment. 図7は、実施の形態にかかるIPデータ通信ネットワークにおける障害復旧時のパケット伝送の一例を示す図である。FIG. 7 is a diagram illustrating an example of packet transmission at the time of failure recovery in the IP data communication network according to the embodiment. 図8は、実施の形態にかかるバリデーションチェック処理におけるARPテーブルバックアップのコピーの一例を示す図である。FIG. 8 is a diagram illustrating an example of a copy of the ARP table backup in the validation check process according to the embodiment. 図9は、実施の形態にかかるバリデーションチェック処理におけるバリデーションチェックテーブルの更新の一例を示す図である。FIG. 9 is a diagram illustrating an example of updating the validation check table in the validation check process according to the embodiment. 図10は、実施の形態にかかるルータによるARPリクエストのユニキャスト送信の一例を示す図である。FIG. 10 is a diagram illustrating an example of unicast transmission of an ARP request by the router according to the embodiment. 図11は、実施の形態にかかるルータによるARPテーブルの更新の一例を示す図である。FIG. 11 is a diagram illustrating an example of updating the ARP table by the router according to the embodiment. 図12は、実施の形態にかかるバリデーションチェックの完了率の変化の一例を示す図である。FIG. 12 is a diagram illustrating an example of a change in the completion rate of the validation check according to the embodiment. 図13は、実施の形態にかかるIPデータ通信ネットワークにおける伝送経路の切り戻しの一例を示す図である。FIG. 13 is a diagram illustrating an example of transmission path switchback in the IP data communication network according to the embodiment. 図14は、実施の形態にかかるバリデーションチェックの完了率の変化の他の一例を示す図である。FIG. 14 is a diagram illustrating another example of a change in the completion rate of the validation check according to the embodiment. 図15は、実施の形態にかかるバリデーションチェックの完了率の変化のさらに他の一例を示す図である。FIG. 15 is a diagram illustrating still another example of the change in the completion rate of the validation check according to the embodiment. 図16は、実施の形態にかかるルータによる処理の一例を示すフローチャートである。FIG. 16 is a flowchart illustrating an example of processing by the router according to the embodiment. 図17は、実施の形態にかかるルータによるバリデーションチェック処理の一例を示すフローチャートである。FIG. 17 is a flowchart illustrating an example of a validation check process by the router according to the embodiment. 図18は、実施の形態にかかるルータの一例を示すブロック図である。FIG. 18 is a block diagram of an example of a router according to the embodiment. 図19は、実施の形態にかかるルータによるルーティングテーブルの生成の一例を示す図である。FIG. 19 is a diagram illustrating an example of generation of the routing table by the router according to the embodiment. 図20は、実施の形態にかかるルータによる正常時の処理の一例を示すブロック図である。FIG. 20 is a block diagram illustrating an example of normal processing by the router according to the embodiment. 図21は、実施の形態にかかるルータによる正常時の処理の他の一例を示すブロック図である。FIG. 21 is a block diagram illustrating another example of normal processing by the router according to the embodiment. 図22は、実施の形態にかかるルータによるバリデーションチェック開始時の処理の一例を示すブロック図である。FIG. 22 is a block diagram illustrating an example of processing at the start of the validation check by the router according to the embodiment. 図23は、実施の形態にかかるルータによるバリデーションチェック中の処理の一例を示すブロック図である。FIG. 23 is a block diagram of an example of processing during validation checking by the router according to the embodiment. 図24は、実施の形態にかかるルータによるバリデーションチェック終了時の処理の一例を示すブロック図である。FIG. 24 is a block diagram illustrating an example of processing at the end of the validation check by the router according to the embodiment. 図25は、実施の形態にかかるルータのハードウェア構成の一例を示す図である。FIG. 25 is a diagram illustrating an example of a hardware configuration of the router according to the embodiment. 図26は、実施の形態にかかるバリデーションチェックの対象のインタフェース部の設定の一例を示す図である。FIG. 26 is a diagram illustrating an example of setting of an interface unit that is a target of the validation check according to the embodiment. 図27は、実施の形態にかかるバリデーションチェックの対象外のインタフェース部の設定の一例を示す図である。FIG. 27 is a diagram illustrating an example of setting of an interface unit that is not a target of the validation check according to the embodiment.

以下に図面を参照して、本発明にかかるパケット転送装置、パケット転送システム、パケット転送プログラムおよびパケット転送方法の実施の形態を詳細に説明する。   Exemplary embodiments of a packet transfer device, a packet transfer system, a packet transfer program, and a packet transfer method according to the present invention will be described below in detail with reference to the drawings.

(実施の形態)
(実施の形態にかかるパケット転送システム)
図1は、実施の形態にかかるパケット転送システムの一例を示す図である。図1に示すように、実施の形態にかかるパケット転送システム100は、たとえば、パケット転送装置110,130を含む。また、パケット転送システム100は、さらにパケット転送装置120を含んでもよい。そして、パケット転送システム100は、たとえば、通信装置101から送信されたパケットを通信装置102へ転送する。
(Embodiment)
(Packet transfer system according to the embodiment)
FIG. 1 is a diagram illustrating an example of a packet transfer system according to an embodiment. As illustrated in FIG. 1, a packet transfer system 100 according to the embodiment includes, for example, packet transfer apparatuses 110 and 130. The packet transfer system 100 may further include a packet transfer device 120. Then, for example, the packet transfer system 100 transfers the packet transmitted from the communication device 101 to the communication device 102.

たとえば、通信装置101は、通信装置102を宛先とするパケットをパケット転送装置120へ送信する。通信装置101とパケット転送装置120との間は、直接接続されていてもよいし、他の通信装置を介して接続されていてもよい。   For example, the communication apparatus 101 transmits a packet destined for the communication apparatus 102 to the packet transfer apparatus 120. The communication device 101 and the packet transfer device 120 may be directly connected or may be connected via another communication device.

パケット転送装置120は、通信装置101から受信した通信装置102へのパケットを、パケット転送装置120の経路情報に基づいて転送する。たとえば、パケット転送装置110による通信に障害が発生していない場合は、パケット転送装置120は、通信装置102へのパケットをパケット転送装置110へ転送する。パケット転送装置120とパケット転送装置110との間は、直接接続されていてもよいし、他の通信装置を介して接続されていてもよい。   The packet transfer device 120 transfers the packet to the communication device 102 received from the communication device 101 based on the route information of the packet transfer device 120. For example, when there is no failure in communication by the packet transfer device 110, the packet transfer device 120 transfers a packet to the communication device 102 to the packet transfer device 110. The packet transfer device 120 and the packet transfer device 110 may be directly connected or may be connected via another communication device.

また、パケット転送装置110による通信に障害が発生した場合は、パケット転送装置120は、通信装置102へのパケットをパケット転送装置130へ転送する。パケット転送装置120とパケット転送装置130との間は、直接接続されていてもよいし、他の通信装置を介して接続されていてもよい。   Further, when a failure occurs in communication by the packet transfer device 110, the packet transfer device 120 transfers the packet to the communication device 102 to the packet transfer device 130. The packet transfer device 120 and the packet transfer device 130 may be directly connected or may be connected via another communication device.

パケット転送装置110は、パケット転送装置120から受信した通信装置102へのパケットを通信装置102へ転送する。パケット転送装置110と通信装置102との間は、直接接続されていてもよいし、他の通信装置を介して接続されていてもよい。   The packet transfer device 110 transfers the packet to the communication device 102 received from the packet transfer device 120 to the communication device 102. The packet transfer apparatus 110 and the communication apparatus 102 may be directly connected or may be connected via another communication apparatus.

パケット転送装置110は、通信部111と、制御部112と、を備える。通信部111は、ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行う。ネットワーク層のアドレスは、一例としてはIPアドレスである。IPはInternet Protocol(インターネットプロトコル)の略である。データリンク層のアドレスは、一例としてはMACアドレスである。MACはMedia Access Control(メディアアクセス制御)の略である。以下の説明においては、ネットワーク層のアドレスがIPアドレスであり、データリンク層のアドレスがMACアドレスである場合について説明する。   The packet transfer device 110 includes a communication unit 111 and a control unit 112. The communication unit 111 performs communication including packet transfer based on correspondence information between the network layer address and the data link layer address. The network layer address is, for example, an IP address. IP is an abbreviation for Internet Protocol. The data link layer address is, for example, a MAC address. MAC is an abbreviation for Media Access Control. In the following description, a case where the network layer address is an IP address and the data link layer address is a MAC address will be described.

IPアドレスとMACアドレスとの対応情報は、一例としては後述のARPテーブルである。ARPはAddress Resolution Protocol(アドレス解決プロトコル)の略である。たとえば、IPアドレスとMACアドレスとの対応情報には、通信装置102のIPアドレスと通信装置102のMACアドレスとの組み合わせが含まれる。   The correspondence information between the IP address and the MAC address is an ARP table described later as an example. ARP is an abbreviation for Address Resolution Protocol. For example, the correspondence information between the IP address and the MAC address includes a combination of the IP address of the communication device 102 and the MAC address of the communication device 102.

たとえば、通信部111は、IPアドレスとMACアドレスとの対応情報と、他のパケット転送装置から受信した経路情報に基づくIPアドレスと転送先との対応情報と、に基づいてパケットの転送を行う。   For example, the communication unit 111 transfers a packet based on correspondence information between an IP address and a MAC address and correspondence information between an IP address and a transfer destination based on route information received from another packet transfer device.

他のパケット転送装置には、たとえば、パケット転送装置130が含まれる。また、他のパケット転送装置には、パケット転送装置120が含まれてもよい。この他のパケット転送装置から受信した経路情報は、一例としてはBGPによってパケット転送装置110が他のパケット転送装置との間で送受信する経路情報である。BGPはBorder Gateway Protocolの略である。IPアドレスと転送先との対応情報は、一例としてはRIBである。RIBはRouting Information Base(ルーティング情報ベース)の略である。または、IPアドレスと転送先との対応情報は、RIBに基づくルーティングテーブルであってもよい。   Other packet transfer apparatuses include, for example, a packet transfer apparatus 130. In addition, the packet transfer device 120 may be included in other packet transfer devices. The route information received from the other packet transfer device is, for example, route information transmitted / received by the packet transfer device 110 to / from another packet transfer device by BGP. BGP is an abbreviation for the Border Gateway Protocol. As an example, the correspondence information between the IP address and the transfer destination is RIB. RIB is an abbreviation for Routing Information Base (routing information base). Alternatively, the correspondence information between the IP address and the transfer destination may be a routing table based on RIB.

通信部111による通信に障害が発生すると、通信装置102へのパケットの伝送経路が、パケット転送装置110を経由せずにパケット転送装置130を経由する経路に切り替わる。この切り替えは、一例としては、後述のVRRPによって行われる。VRRPはVirtual Router Redundancy Protocol(仮想ルータ冗長プロトコル)の略である。   When a failure occurs in communication by the communication unit 111, the packet transmission path to the communication apparatus 102 is switched to a path that passes through the packet transfer apparatus 130 without passing through the packet transfer apparatus 110. This switching is performed by VRRP, which will be described later, as an example. VRRP is an abbreviation for Virtual Router Redundancy Protocol (virtual router redundancy protocol).

通信部111による通信に障害が発生して通信装置102へのパケットの伝送経路が自装置を経由しない経路に切り替わった後に、通信部111による通信がその障害から復旧したとする。この場合に、制御部112は、その障害が発生する前のIPアドレスとMACアドレスとの対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいてIPアドレスとMACアドレスとの対応情報を更新する。他のパケット転送装置から受信した経路情報は、一例としては、パケット転送装置110のBGPテーブルに含まれる、BGPによってパケット転送装置110が他のルータ等との間で送受信した経路情報である。   It is assumed that after a failure occurs in communication by the communication unit 111 and the transmission path of the packet to the communication device 102 is switched to a route that does not pass through the own device, the communication by the communication unit 111 is recovered from the failure. In this case, the control unit 112 determines whether the IP address and the MAC address are based on the backup of the correspondence information between the IP address and the MAC address before the failure occurs, and the path information received from another packet transfer device. Update the corresponding information. The route information received from another packet transfer device is, for example, route information included in the BGP table of the packet transfer device 110 and transmitted / received by the packet transfer device 110 to / from another router or the like by BGP.

そして、制御部112は、このようにIPアドレスとMACアドレスとの対応情報を更新した後に、通信装置102へのパケットの伝送経路を、自装置を経由する経路に切り戻す制御を行う。たとえば、制御部112は、通信部111の通信が障害から復旧した後のIPアドレスと転送先との対応情報に関する情報を他のパケット転送装置に送信することにより、通信装置102へのパケットの伝送経路を、自装置を経由する経路に切り戻す制御を行う。IPアドレスと転送先との対応情報(たとえばRIB)に関する情報は、たとえば、上述したRIBに含まれる情報や、上述したRIBに基づくルーティングテーブルに含まれる情報である。   Then, after updating the correspondence information between the IP address and the MAC address as described above, the control unit 112 performs control to switch back the packet transmission path to the communication apparatus 102 to the path via the own apparatus. For example, the control unit 112 transmits information about the correspondence information between the IP address and the transfer destination after the communication of the communication unit 111 is recovered from the failure to the other packet transfer device, thereby transmitting the packet to the communication device 102. Control is performed to switch the route back to the route via the device itself. Information regarding correspondence information (for example, RIB) between the IP address and the transfer destination is, for example, information included in the RIB described above or information included in the routing table based on the RIB described above.

パケット転送装置130は、パケット転送装置120から受信した通信装置102へのパケットを通信装置102へ転送する。パケット転送装置130と通信装置102との間は、直接接続されていてもよいし、他の通信装置を介して接続されていてもよい。   The packet transfer device 130 transfers the packet to the communication device 102 received from the packet transfer device 120 to the communication device 102. The packet transfer device 130 and the communication device 102 may be directly connected or may be connected via another communication device.

図1に示すパケット転送装置110によれば、通信に障害が発生してパケットの伝送経路が自装置を経由しない経路に切り替わり、IPアドレスとMACアドレスとの対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいてその対応情報を更新することができる。これにより、切り戻りの時間を短縮することができる。   According to the packet transfer apparatus 110 shown in FIG. 1, a communication failure occurs and the packet transmission path is switched to a path that does not pass through the own apparatus, backup of correspondence information between the IP address and the MAC address, and other packet transfer The correspondence information can be updated based on the route information received from the device. Thereby, the time for switching back can be shortened.

また、パケット転送装置110によれば、IPアドレスとMACアドレスとの対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいてIPアドレスとMACアドレスとの対応情報を更新した後に、パケットの伝送経路を自装置を経由する経路に切り戻す制御を行うことができる。これにより、通信が障害から復旧した後、IPアドレスとMACアドレスとの対応情報がない状態でパケットの経路が自装置を経由する経路に切り戻ることを回避することができる。このため、障害復旧に伴う経路の切り戻り時のパケット破棄を抑制し、切り戻りの時間を短縮することができる。   Further, according to the packet transfer device 110, the correspondence information between the IP address and the MAC address is updated based on the backup of the correspondence information between the IP address and the MAC address and the path information received from the other packet transfer devices. Later, control can be performed to switch the packet transmission path back to the path via the device itself. As a result, after the communication is recovered from the failure, it is possible to prevent the packet route from being switched back to the route via the own device without the correspondence information between the IP address and the MAC address. For this reason, it is possible to suppress packet discard at the time of switching back the path due to failure recovery, and to shorten the switching time.

また、パケット転送装置110によるARP解決後に経路の切り戻しを行えばパケット破棄の回避が可能となるが、ARP解決にはたとえば対象とするサブネットに属する全てのネットワーク層のアドレスにARPリクエストを順次送信するため、切り戻しまでに相当な時間を要する場合がある。本実施形態ではこの処理が不要であり切り戻しまでの時間を短縮できる。   In addition, it is possible to avoid packet discard by switching back the route after ARP resolution by the packet transfer device 110. For ARP resolution, for example, ARP requests are sequentially transmitted to all network layer addresses belonging to the target subnet. For this reason, a considerable time may be required until switching back. In the present embodiment, this processing is unnecessary and the time until switch back can be shortened.

また、冗長構成を採る他ネットワーク機器であるパケット転送装置130からARPテーブルの転送を受ける方法も考えられるが、他ネットワーク機器側への転送処理の追加や、転送に時間を要する場合がある。本実施形態では他ネットワーク機器側への処理追加や、ARPテーブル転送にかかる時間は不要である。   A method of receiving the transfer of the ARP table from the packet transfer apparatus 130 which is another network device adopting a redundant configuration is also conceivable, but it may take time to add transfer processing to the other network device side or to transfer. In this embodiment, time required for processing addition to the other network device side and ARP table transfer is unnecessary.

さらに、他のパケット転送装置から受信する経路情報の一例としてBGPテーブルがある。BGPテーブルはたとえば図9に示すとおり、IPアドレスとMACアドレスとの対応も含む。すると、ARPテーブルのバックアップは用いずに、BGPテーブルからARPテーブルを作成する方法も考えられるが、BGPテーブルからARPテーブルを作成する処理の負荷が生じる。本実施形態ではARPテーブルのバックアップを用いているので、新たにARPテーブルを作成する処理負荷は生じない。   Furthermore, there is a BGP table as an example of route information received from other packet transfer apparatuses. The BGP table includes correspondence between IP addresses and MAC addresses as shown in FIG. Then, a method of creating an ARP table from the BGP table without using the backup of the ARP table is conceivable, but a processing load for creating the ARP table from the BGP table occurs. In this embodiment, since the backup of the ARP table is used, a processing load for newly creating the ARP table does not occur.

また、制御部112は、IPアドレスとMACアドレスとの対応情報のバックアップと経路情報と、に基づくIPアドレスとMACアドレスとの組み合わせ(たとえば後述のバリデーションチェックテーブル)について、以下の処理を行ってもよい。すなわち、制御部112は、その組み合わせのIPアドレスに対応するMACアドレスを問い合わせる第1信号を、その組み合わせのIPアドレスおよびMACアドレスを宛先にしてユニキャストで送信し、送信した第1信号に応じて送信される第2信号を受信する。   Further, the control unit 112 may perform the following processing for a combination of an IP address and a MAC address (for example, a later-described validation check table) based on the backup of the correspondence information between the IP address and the MAC address and the path information. Good. That is, the control unit 112 transmits a first signal that inquires about the MAC address corresponding to the IP address of the combination by unicast with the IP address and the MAC address of the combination as destinations, and according to the transmitted first signal A second signal to be transmitted is received.

第1信号は、一例としては、ユニキャストで送信されるARPリクエストである。この場合に、第2信号は、一例としてはARPリプライである。第1信号の送信および第2信号の受信は、たとえば制御部112が通信部111を制御することによって行うことができる。制御部112は、IPアドレスとMACアドレスとの対応情報を、受信した第2信号に基づいて更新し、その後にパケットの伝送経路を自装置を経由する経路に切り戻す制御を行う。   For example, the first signal is an ARP request transmitted by unicast. In this case, the second signal is an ARP reply as an example. The transmission of the first signal and the reception of the second signal can be performed by the control unit 112 controlling the communication unit 111, for example. The control unit 112 updates the correspondence information between the IP address and the MAC address based on the received second signal, and then performs control to switch back the packet transmission path to the path via the own apparatus.

これにより、IPアドレスとMACアドレスとの最新の対応関係が、上述したバックアップや経路情報が示す対応関係から変化していても、伝送経路の切り戻し後にパケット転送装置110が正しくパケット転送を行うことができる。また、たとえば第1信号をブロードキャストで送信する場合に比べてネットワークへの負荷を抑制することができる。   As a result, even if the latest correspondence relationship between the IP address and the MAC address has changed from the correspondence relationship indicated by the backup or route information described above, the packet transfer apparatus 110 correctly performs packet transfer after switching back the transmission route. Can do. Further, for example, the load on the network can be suppressed as compared with the case where the first signal is transmitted by broadcast.

(実施の形態にかかるIPデータ通信ネットワーク)
図2は、実施の形態にかかるIPデータ通信ネットワークの一例を示す図である。図1に示したパケット転送システム100は、たとえば図2に示すIPデータ通信ネットワーク200に適用することができる。IPデータ通信ネットワーク200は、リモートホスト210と、上位ネットワーク220と、0系の伝送経路230と、1系の伝送経路240と、N個のホスト251〜25Nと、Syslogサーバ260と、を含む。
(IP data communication network according to the embodiment)
FIG. 2 is a diagram illustrating an example of the IP data communication network according to the embodiment. The packet transfer system 100 shown in FIG. 1 can be applied to the IP data communication network 200 shown in FIG. 2, for example. The IP data communication network 200 includes a remote host 210, a host network 220, a 0-system transmission path 230, a 1-system transmission path 240, N hosts 251 to 25N, and a Syslog server 260.

リモートホスト210は、上位ネットワーク220に接続され、ホスト251〜25Nの少なくともいずれかを宛先とするパケットを、上位ネットワーク220を介して送信する通信装置である。上位ネットワーク220は、リモートホスト210、0系の伝送経路230、1系の伝送経路240およびSyslogサーバ260を接続する通信ネットワークである。   The remote host 210 is a communication device that is connected to the upper network 220 and transmits packets destined for at least one of the hosts 251 to 25N via the upper network 220. The host network 220 is a communication network that connects the remote host 210, the 0-system transmission path 230, the 1-system transmission path 240, and the Syslog server 260.

0系の伝送経路230は、上位ネットワーク220からホスト251〜25Nへのパケットを伝送する経路であって、運用系(現用系)の経路である。1系の伝送経路240は、上位ネットワーク220からホスト251〜25Nへのパケットを伝送する経路であって、0系の伝送経路230の通信に障害が発生した場合に使用される予備系(冗長系)の経路である。   The 0-system transmission path 230 is a path for transmitting packets from the higher-level network 220 to the hosts 251 to 25N, and is an active (active) path. The 1-system transmission path 240 is a path for transmitting packets from the higher-level network 220 to the hosts 251 to 25N, and is a standby system (redundant system) used when a communication failure occurs in the 0-system transmission path 230. ).

0系の伝送経路230は、上位ルータ231(#0)と、ルータ232(#0)と、スイッチ233(#0)と、を含む。上位ルータ231は、上位ネットワーク220と接続されたルータである。ルータ232は、上位ルータ231を介して上位ネットワーク220と接続されたルータである。スイッチ233は、ルータ232と、ホスト251〜25Nと、を接続するスイッチ(たとえばL2スイッチ)である。   The 0-system transmission path 230 includes an upper router 231 (# 0), a router 232 (# 0), and a switch 233 (# 0). The upper router 231 is a router connected to the upper network 220. The router 232 is a router connected to the upper network 220 via the upper router 231. The switch 233 is a switch (for example, an L2 switch) that connects the router 232 and the hosts 251 to 25N.

1系の伝送経路240は、上位ルータ241(#1)と、ルータ242(#1)と、スイッチ243(#1)と、を含む。上位ルータ241は、上位ネットワーク220と接続されたルータである。ルータ242は、上位ルータ241を介して上位ネットワーク220と接続されたルータである。スイッチ243は、ルータ242と、ホスト251〜25Nと、を接続するスイッチ(たとえばL2スイッチ)である。また、0系の伝送経路230のスイッチ233と1系の伝送経路240のスイッチ243は互いに接続されている。   The 1-system transmission path 240 includes an upper router 241 (# 1), a router 242 (# 1), and a switch 243 (# 1). The upper router 241 is a router connected to the upper network 220. The router 242 is a router connected to the upper network 220 via the upper router 241. The switch 243 is a switch (for example, L2 switch) that connects the router 242 and the hosts 251 to 25N. The switch 233 of the 0-system transmission path 230 and the switch 243 of the 1-system transmission path 240 are connected to each other.

N個のホスト251〜25Nは、伝送経路230および伝送経路240を介して上位ネットワーク220と接続されたローカルホストである。また、N個のホスト251〜25Nは、N個より少ない数の通信装置によって仮想的に実現されてもよい。   The N hosts 251 to 25N are local hosts connected to the upper network 220 via the transmission path 230 and the transmission path 240. Further, the N hosts 251 to 25N may be virtually realized by a smaller number of communication devices than N.

上位ネットワーク220からホスト251〜25Nへのパケットを伝送する経路の伝送経路230,240による冗長化(二重化)は、たとえばVRRPを用いて実現される。   Redundancy (duplication) by the transmission paths 230 and 240 for transmitting packets from the upper network 220 to the hosts 251 to 25N is realized by using VRRP, for example.

Syslogサーバ260は、IPデータ通信ネットワーク200における通信装置から送信されるSyslog(シスログ)のログメッセージを受け付けるサーバである。Syslogは、ログメッセージをIPネットワーク上で転送するための標準規格である。Syslogサーバ260は運用者261によって運用される。たとえば、Syslogサーバ260が受け付けたSyslogのログメッセージは、運用者261によって閲覧可能であり、運用者261はSyslogのログメッセージに応じたIPデータ通信ネットワーク200の保守管理を行うことができる。   The Syslog server 260 is a server that accepts a Syslog log message transmitted from a communication device in the IP data communication network 200. Syslog is a standard for transferring log messages over an IP network. The Syslog server 260 is operated by the operator 261. For example, the Syslog log message received by the Syslog server 260 can be browsed by the operator 261, and the operator 261 can perform maintenance management of the IP data communication network 200 according to the Syslog log message.

図1に示したパケット転送装置110は、たとえばルータ232により実現することができる。図1に示したパケット転送装置120は、たとえば上位ネットワーク220のルータ等により実現することができる。図1に示したパケット転送装置130は、たとえばルータ242や上位ルータ241により実現することができる。図1に示した通信装置101は、たとえばリモートホスト210により実現することができる。図1に示した通信装置102は、たとえばホスト251〜25Nの少なくともいずれかにより実現することができる。   The packet transfer apparatus 110 illustrated in FIG. 1 can be realized by the router 232, for example. The packet transfer apparatus 120 shown in FIG. 1 can be realized by a router of the upper network 220, for example. The packet transfer apparatus 130 illustrated in FIG. 1 can be realized by, for example, the router 242 or the upper router 241. The communication apparatus 101 shown in FIG. 1 can be realized by the remote host 210, for example. The communication apparatus 102 illustrated in FIG. 1 can be realized by at least one of the hosts 251 to 25N, for example.

(実施の形態にかかるIPデータ通信ネットワークにおける障害発生前のパケット伝送)
図3は、実施の形態にかかるIPデータ通信ネットワークにおける障害発生前のパケット伝送の一例を示す図である。図3において、図2に示した部分と同様の部分については同一の符号を付して説明を省略する。図3に示す伝送経路301は、送信元がリモートホスト210であり、送信先がホスト251であるパケットの伝送経路である。
(Packet transmission before failure in the IP data communication network according to the embodiment)
FIG. 3 is a diagram illustrating an example of packet transmission before a failure occurs in the IP data communication network according to the embodiment. 3, parts that are the same as the parts shown in FIG. 2 are given the same reference numerals, and explanation thereof is omitted. A transmission path 301 shown in FIG. 3 is a transmission path of a packet whose source is the remote host 210 and whose destination is the host 251.

0系の伝送経路230に障害が発生していない状態においては、図3に示すように、伝送経路301は0系の伝送経路230を経由する経路となる。すなわち、リモートホスト210から送信されたパケットは、上位ネットワーク220、上位ルータ231、ルータ232およびスイッチ233を介してホスト251へ送信される。   In a state where no failure has occurred in the 0-system transmission path 230, the transmission path 301 is a path that passes through the 0-system transmission path 230, as shown in FIG. 3. That is, a packet transmitted from the remote host 210 is transmitted to the host 251 via the upper network 220, the upper router 231, the router 232, and the switch 233.

また、この場合に、たとえばVRRPを使用している場合は以下のような流れになる。ルータ232は、VRRPのマスタになっており、VRRPパケット(ADVERTISEMENT)を定期的にルータ242へ送信する。ルータ232からのVRRPパケットは、たとえばスイッチ233およびスイッチ243を介してルータ242へ送信される。ルータ242は、ルータ232からのVRRPパケットに基づいて、ルータ232による通信に障害が発生していないと判断してVRRPのスタンバイになり、VRRPパケットを送信しない。   In this case, for example, when VRRP is used, the flow is as follows. The router 232 is a VRRP master, and periodically transmits a VRRP packet (ADVERTISEMENT) to the router 242. The VRRP packet from the router 232 is transmitted to the router 242 via the switch 233 and the switch 243, for example. Based on the VRRP packet from the router 232, the router 242 determines that no failure has occurred in communication by the router 232, becomes a standby for VRRP, and does not transmit the VRRP packet.

(実施の形態にかかるルータの障害発生前のARPテーブル)
図4は、実施の形態にかかるルータの障害発生前のARPテーブルの一例を示す図である。図3に示したルータ232は、たとえば図4に示すARPテーブル400を記憶している。ARPテーブル400の一行目は、ルータ232が備えるインタフェース部のうちEth1/1についてのIPアドレスおよびMACアドレスを示している。
(ARP table before failure of router according to the embodiment)
FIG. 4 is a diagram illustrating an example of the ARP table before the occurrence of the failure of the router according to the embodiment. The router 232 illustrated in FIG. 3 stores, for example, the ARP table 400 illustrated in FIG. The first line of the ARP table 400 indicates the IP address and MAC address for Eth1 / 1 among the interface units included in the router 232.

図4に示す例では、ARPテーブル400は、ルータ232がインタフェース部としてEth1/1を有し、Eth1/1のIPアドレスは“192.168.0.1”であり、Eth1/1のMACアドレスは“E.E.1”であることを示している。Eth1/1は、ルータ232がスイッチ233を介してホスト251〜25Nとの間で通信を行うためのインタフェース部(たとえば図18に示すインタフェース部1801)である。   In the example illustrated in FIG. 4, the ARP table 400 includes the router 232 having Eth 1/1 as an interface unit, the IP address of Eth 1/1 is “192.168.0.1”, and the MAC address of Eth 1/1. Indicates “EE.1”. Eth1 / 1 is an interface unit (for example, interface unit 1801 shown in FIG. 18) for the router 232 to communicate with the hosts 251 to 25N via the switch 233.

ARPテーブル400の二行目以降は、ルータ232と異なる通信装置ごとに、その通信装置のIPアドレスと、その通信装置のMACアドレスと、ルータ232がその通信装置との通信に使用するルータ232のインタフェース部を示すIFと、を示している。   From the second line onward in the ARP table 400, for each communication device different from the router 232, the IP address of the communication device, the MAC address of the communication device, and the router 232 used by the router 232 for communication with the communication device. IF showing an interface part is shown.

たとえば、ARPテーブル400の2行目以降のIPアドレスの“192.168.0.2”〜“192.168.0.101”は、ホスト251〜25Nに含まれる物理的または仮想的な各通信ノードのIPアドレスである。また、ARPテーブル400の2行目以降は、IPアドレスがそれぞれ“192.168.0.2”〜“192.168.0.101”の各通信ノードのMACアドレスがそれぞれ“E.E.2”〜“E.E.64”であることを示している。なお、通信ノードが仮想的に実現されている場合は、IPアドレスが異なる各通信ノードが同一のMACアドレスを有する場合がある。   For example, the IP addresses “192.168.0.2” to “192.168.0.101” in the second and subsequent lines of the ARP table 400 indicate physical or virtual communications included in the hosts 251 to 25N. This is the IP address of the node. In the second and subsequent rows of the ARP table 400, the MAC addresses of the communication nodes having IP addresses “192.168.0.2” to “192.168.0.101” are respectively “EE.2”. ”To“ EE.64 ”. If the communication node is virtually realized, each communication node having a different IP address may have the same MAC address.

また、ARPテーブル400の2行目以降は、IPアドレスがそれぞれ“192.168.0.2”〜“192.168.0.101”の各通信ノードとの間の通信に使用するルータ232のインタフェース部がEth1/1であることを示している。   In the second and subsequent rows of the ARP table 400, the routers 232 used for communication with the communication nodes having IP addresses “192.168.0.2” to “192.168.0.101”, respectively. It shows that the interface unit is Eth1 / 1.

図4に示す例では、ARPテーブル400には、ルータ232が備えるインタフェース部のうちEth1/1に関する情報が含まれている。ただし、ARPテーブル400にはルータ232が備えるインタフェース部のうちEth1/1と異なるインタフェース部(たとえば後述のEth1/2)に関する情報がさらに含まれていてもよい。   In the example illustrated in FIG. 4, the ARP table 400 includes information on Eth1 / 1 among the interface units included in the router 232. However, the ARP table 400 may further include information on an interface unit (for example, Eth1 / 2 described later) different from Eth1 / 1 among the interface units included in the router 232.

(実施の形態にかかるIPデータ通信ネットワークにおける障害発生時のパケット伝送)
図5は、実施の形態にかかるIPデータ通信ネットワークにおける障害発生時のパケット伝送の一例を示す図である。図5において、図3に示した部分と同様の部分については同一の符号を付して説明を省略する。たとえば、図5に示すように、ルータ232とスイッチ233との間の通信において障害501が発生したとする。障害501は、リンクダウンを伴う障害であり、たとえば、ルータ232のインタフェース部(ポート)またはラインカード等の障害や、スイッチ233の障害である。この場合は、ルータ232はスタンバイとなる。
(Packet transmission when a failure occurs in the IP data communication network according to the embodiment)
FIG. 5 is a diagram illustrating an example of packet transmission when a failure occurs in the IP data communication network according to the embodiment. In FIG. 5, the same parts as those shown in FIG. For example, as shown in FIG. 5, it is assumed that a failure 501 has occurred in communication between the router 232 and the switch 233. The failure 501 is a failure accompanied by a link down, for example, a failure of an interface unit (port) or a line card of the router 232, or a failure of the switch 233. In this case, the router 232 is on standby.

この場合は、たとえばVRRPを使用している場合は、ルータ232からのVRRPパケットがルータ242に到達しなくなり、ルータ242は、ルータ232において何らかの障害が発生したことを検知する。そして、ルータ242は、マスタとなって他の通信装置へのVRRPパケットの送信を開始する。   In this case, for example, when VRRP is used, the VRRP packet from the router 232 does not reach the router 242, and the router 242 detects that some failure has occurred in the router 232. The router 242 then becomes a master and starts transmitting VRRP packets to other communication devices.

ルータ232からホストへ向けたルート情報がルータ232のRIBから削除され、ルータ232のルーティングテーブルが更新され、他のルータ(たとえば上位ルータ231や上位ネットワーク220のルータやルータ242)のルーティングテーブルも更新される。その結果、リモートホスト210からホスト251へのパケットの伝送経路301が、1系の伝送経路240を経由する経路となる。すなわち、リモートホスト210から送信されたパケットは、上位ネットワーク220、上位ルータ241、ルータ242およびスイッチ243を介してホスト251へ送信される。RIBは、たとえば、各ホストについて、IPアドレスと、インタフェース部(IF)と、接続関係と、を示すデータベースである。接続関係は、そのホストがルータ232の配下にいるホストなのか他のルータの配下にいるホストなのかなどの関係である。   The route information from the router 232 to the host is deleted from the RIB of the router 232, the routing table of the router 232 is updated, and the routing tables of other routers (for example, the router 231 and the router 242 of the upper network 220) are also updated. Is done. As a result, the packet transmission path 301 from the remote host 210 to the host 251 becomes a path via the 1-system transmission path 240. That is, a packet transmitted from the remote host 210 is transmitted to the host 251 via the upper network 220, the upper router 241, the router 242, and the switch 243. The RIB is a database indicating, for example, an IP address, an interface unit (IF), and a connection relationship for each host. The connection relationship is a relationship such as whether the host is a host under the router 232 or a host under another router.

(実施の形態にかかるルータの障害発生時のARPテーブル)
図6は、実施の形態にかかるルータの障害発生時のARPテーブルの一例を示す図である。図6において、図4に示した部分と同様の部分については同一の符号を付して説明を省略する。図5に示した障害501が発生すると、ルータ232は、図6に示すように、ARPテーブル400におけるEth1/1に関する情報のうち一行目を除く各情報を削除する。
(ARP table when a router failure occurs according to the embodiment)
FIG. 6 is a diagram illustrating an example of the ARP table when a failure occurs in the router according to the embodiment. In FIG. 6, the same parts as those shown in FIG. When the failure 501 shown in FIG. 5 occurs, the router 232 deletes each piece of information except the first line from the information regarding Eth1 / 1 in the ARP table 400, as shown in FIG.

(実施の形態にかかるIPデータ通信ネットワークにおける障害復旧時のパケット伝送)
図7は、実施の形態にかかるIPデータ通信ネットワークにおける障害復旧時のパケット伝送の一例を示す図である。図7において、図5に示した部分と同様の部分については同一の符号を付して説明を省略する。
(Packet transmission at the time of failure recovery in the IP data communication network according to the embodiment)
FIG. 7 is a diagram illustrating an example of packet transmission at the time of failure recovery in the IP data communication network according to the embodiment. In FIG. 7, the same parts as those shown in FIG.

図7に示すように、図5に示した障害501から、ルータ232とスイッチ233との間の通信が復旧したとする。この場合に、ルータ232は、ホスト251〜25Nとの通信を行うためのインタフェース部(Eth1/1)のリンクアップを行う。リンクアップとは、たとえばデータリンク層(レイヤ2:L2)における通信が可能な状態にすることである。   As illustrated in FIG. 7, it is assumed that communication between the router 232 and the switch 233 is restored from the failure 501 illustrated in FIG. 5. In this case, the router 232 performs link-up of the interface unit (Eth1 / 1) for communicating with the hosts 251 to 25N. Link-up is, for example, a state in which communication at the data link layer (layer 2: L2) is possible.

ただし、ルータ232は、このリンクアップの後、自装置のルーティングテーブルを更新して伝送経路301を0系の伝送経路230に切り戻す前に、ホスト251〜25NについてARP解決ができているか否かを確認するバリデーションチェック処理を行う。バリデーションチェック処理については後述する。また、ルータ232は、障害が発生したEth1/1を、RIBへの経路情報の登録やVRRP等を使用している場合は、VRRPパケット等の送信を行わないバリデーションチェック状態にする。これにより、ホスト251〜25NについてARP解決できていない状態で伝送経路301が0系の伝送経路230に切り戻ることを回避することができる。   However, after this link-up, the router 232 updates the routing table of its own device and before switching back the transmission path 301 to the 0-system transmission path 230, whether or not the ARP has been resolved for the hosts 251 to 25N. Perform validation check process to confirm. The validation check process will be described later. Further, the router 232 puts Eth1 / 1 in which the failure has occurred into a validation check state in which VRRP packet or the like is not transmitted when registration of route information in the RIB, VRRP, or the like is used. As a result, it is possible to avoid the transmission path 301 from switching back to the 0-system transmission path 230 in a state where the ARP is not resolved for the hosts 251 to 25N.

(実施の形態にかかるバリデーションチェック処理におけるARPテーブルバックアップのコピー)
図8は、実施の形態にかかるバリデーションチェック処理におけるARPテーブルバックアップのコピーの一例を示す図である。図8に示すARPテーブルバックアップ810は、図4等に示したARPテーブル400のバックアップである。ルータ232は、たとえば定期的にARPテーブル400のコピーを生成することによりARPテーブルバックアップ810を記憶している。そして、ルータ232は、通信に障害が発生してARPテーブル400の他の通信装置の情報を削除する場合(たとえば図6参照)にも、ARPテーブルバックアップ810の情報は削除せずに保持しておく。
(Copy of ARP table backup in validation check processing according to the embodiment)
FIG. 8 is a diagram illustrating an example of a copy of the ARP table backup in the validation check process according to the embodiment. An ARP table backup 810 shown in FIG. 8 is a backup of the ARP table 400 shown in FIG. The router 232 stores the ARP table backup 810 by periodically creating a copy of the ARP table 400, for example. The router 232 retains the information in the ARP table backup 810 without deleting it even when information on other communication devices in the ARP table 400 is deleted due to a communication failure (see, for example, FIG. 6). deep.

図8に示すARPテーブルバックアップ810は、図4に示した障害発生前のARPテーブル400のバックアップである。また、図8に示すARPテーブルバックアップ810は、Eth1/1だけでなくEth1/2に関する各情報のARPテーブルのバックアップも含んでいる。   The ARP table backup 810 shown in FIG. 8 is a backup of the ARP table 400 before the failure shown in FIG. Further, the ARP table backup 810 shown in FIG. 8 includes not only Eth1 / 1, but also a backup of the ARP table for each piece of information related to Eth1 / 2.

ルータ232は、スイッチ233との間の通信のリンクアップが完了すると、バリデーションチェック処理として、まず、図8に示すARPテーブルバックアップ810を読み出す。そして、ルータ232は、読み出したARPテーブルバックアップ810のうち、IFがEth1/1の各情報をバリデーションチェックテーブル820にコピーする。図に示す例では、一行目のEth1/1に関する情報と、二行目以降の100個のホストに関する各情報と、がバリデーションチェックテーブル820にコピーされている。   When the link up of communication with the switch 233 is completed, the router 232 first reads out the ARP table backup 810 shown in FIG. 8 as a validation check process. Then, the router 232 copies each piece of information whose IF is Eth1 / 1 among the read ARP table backup 810 to the validation check table 820. In the example shown in the figure, information on Eth1 / 1 in the first line and information on 100 hosts in the second and subsequent lines are copied to the validation check table 820.

(実施の形態にかかるバリデーションチェック処理におけるバリデーションチェックテーブルの更新)
図9は、実施の形態にかかるバリデーションチェック処理におけるバリデーションチェックテーブルの更新の一例を示す図である。図9において、図8に示した部分と同様の部分については同一の符号を付して説明を省略する。ルータ232は、図8に示したようにARPテーブルバックアップ810の内容をコピーしたバリデーションチェックテーブル820を、BGPテーブル910に基づいて更新(最新化)する。
(Update of validation check table in validation check processing according to embodiment)
FIG. 9 is a diagram illustrating an example of updating the validation check table in the validation check process according to the embodiment. In FIG. 9, the same parts as those shown in FIG. The router 232 updates (updates) the validation check table 820 obtained by copying the contents of the ARP table backup 810 as shown in FIG. 8 based on the BGP table 910.

BGPテーブル910は、ルータ232がBGPにより他のルータやL3スイッチから受信したIPネットワークの経路情報を含むテーブルである。BGPは、一般的なルータやL3スイッチが使用可能であり、ネットワークの帯域への負荷が少ないルーティングプロトコルである。図9に示すBGPテーブル910は、たとえばEVPNのBGPテーブルである。EVPNはEthernet VPNの略である。VPNはVirtual Private Network(仮想プライベートネットワーク)の略である。たとえば、BGP EVPNのroute type2を使うことで、ARPテーブル400に相当する情報(IPアドレスとMACアドレスの対応情報)を得ることができる。   The BGP table 910 is a table including route information of the IP network received by the router 232 from another router or the L3 switch by BGP. BGP is a routing protocol that can use a general router or an L3 switch and has a low load on a network band. A BGP table 910 shown in FIG. 9 is, for example, a BGP BGP table. EVPN is an abbreviation for Ethernet VPN. VPN is an abbreviation for Virtual Private Network. For example, by using the route type 2 of BGP EVPN, information corresponding to the ARP table 400 (corresponding information between IP address and MAC address) can be obtained.

たとえば、BGPテーブル910は、ARPテーブルに相当する情報であるIPアドレスおよびMACアドレスと、VRF情報と、を対応付ける情報である。VRFはVirtual Routing and Forwarding(仮想ルーティング/転送)の略である。また、BGPテーブル910は、たとえばIFの情報を含まない。   For example, the BGP table 910 is information that associates an IP address and a MAC address, which are information corresponding to the ARP table, and VRF information. VRF is an abbreviation for Virtual Routing and Forwarding. The BGP table 910 does not include IF information, for example.

ルータ232は、バリデーションチェックテーブル820とBGPテーブル910とを比較照合することにより、バリデーションチェックテーブル820を最新化する。図9に示す例では、バリデーションチェックテーブル820に含まれる“192.168.0.50”のホストは、BGPテーブル910には含まれていない。このため、ルータ232は、バリデーションチェックテーブル820から“192.168.0.50”の情報を削除する。   The router 232 updates the validation check table 820 by comparing the validation check table 820 and the BGP table 910. In the example illustrated in FIG. 9, the host “192.168.0.50” included in the validation check table 820 is not included in the BGP table 910. Therefore, the router 232 deletes the information “192.168.0.50” from the validation check table 820.

また、バリデーションチェックテーブル820に含まれていない“192.168.0.110”のホストがBGPテーブル910に含まれている。このため、ルータ232は、バリデーションチェックテーブル820に“192.168.0.110”の情報を追加する。これにより、バリデーションチェックテーブル820をBGPテーブル910に基づいて最新化することができる。   Further, the host “192.168.0.110” not included in the validation check table 820 is included in the BGP table 910. Therefore, the router 232 adds the information “192.168.0.110” to the validation check table 820. As a result, the validation check table 820 can be updated based on the BGP table 910.

(実施の形態にかかるバリデーションチェック処理におけるARPリクエストのユニキャスト送信)
図10は、実施の形態にかかるルータによるARPリクエストのユニキャスト送信の一例を示す図である。図10において、図7に示した部分と同様の部分については同一の符号を付して説明を省略する。ルータ232は、図9に示した処理によって最新化したバリデーションチェックテーブル820に情報が含まれる各ホストに対してARPリクエストをユニキャストで送信する。
(Unicast transmission of an ARP request in the validation check processing according to the embodiment)
FIG. 10 is a diagram illustrating an example of unicast transmission of an ARP request by the router according to the embodiment. In FIG. 10, the same parts as those shown in FIG. The router 232 transmits an ARP request to each host whose information is included in the validation check table 820 updated by the processing shown in FIG. 9 by unicast.

たとえば、IPアドレスの“192.168.0.2”がホスト251のIPアドレスである場合に、ルータ232は、ホスト251に対して、“192.168.0.2”に対応するMACアドレスを問い合わせるARPリクエストをユニキャストで送信する。このARPリクエストは、IPアドレスの“192.168.0.2”と、そのIPアドレスに対応するMACアドレスの“E.E.2”と、を宛先として含む。   For example, when the IP address “192.168.0.2” is the IP address of the host 251, the router 232 assigns the MAC address corresponding to “192.168.0.2” to the host 251. An ARP request to be inquired is transmitted by unicast. This ARP request includes the IP address “192.168.0.2” and the MAC address “EE.2” corresponding to the IP address as destinations.

同様に、ルータ232は、バリデーションチェックテーブル820に含まれる各IPアドレスについて、対応するMACアドレスを問い合わせるARPリクエストをユニキャストで送信する。ただし、バリデーションチェックテーブル820の一行目はルータ232のEth1/1の情報であるため、ルータ232は、バリデーションチェックテーブル820の一行目の情報に基づくARPリクエストは送信しなくてもよい。   Similarly, the router 232 transmits an ARP request for inquiring a corresponding MAC address for each IP address included in the validation check table 820 by unicast. However, since the first line of the validation check table 820 is Eth1 / 1 information of the router 232, the router 232 does not need to transmit an ARP request based on the information of the first line of the validation check table 820.

このように、ルータ232は、バリデーションチェック処理において、ARPリクエストを、ブロードキャストではなく、ARPリフレッシュと同様にユニキャストで送信することで、ネットワークに対する負荷を少なくすることができる。ARPリフレッシュは、ARPテーブルに登録されている各IPアドレス、MACアドレス、IFの紐づけが最新のものになるように確認および最新化を行うARPの処理である。   In this way, the router 232 can reduce the load on the network by transmitting the ARP request by unicast in the validation check process in the same manner as the ARP refresh instead of broadcasting. The ARP refresh is an ARP process for confirming and updating each IP address, MAC address, and IF registered in the ARP table so as to be the latest.

また、ルータ232は、バリデーションチェックテーブル820に情報が含まれるすべてのホストに一度にARPリクエストを送信するのではなく、所定のppsレートでARPリクエストを送信してもよい。これにより、ネットワークに対する負荷を少なくすることができる。ppsはpacket per secondの略である。所定のppsレートは、たとえばコンフィグ等(たとえば図28参照)でルータ232に設定される。   Further, the router 232 may transmit the ARP request at a predetermined pps rate instead of transmitting the ARP request to all the hosts whose information is included in the validation check table 820 at a time. Thereby, the load on the network can be reduced. pps is an abbreviation for packet per second. The predetermined pps rate is set in the router 232 by, for example, a configuration or the like (see, for example, FIG. 28).

(実施の形態にかかるルータによるARPテーブルの更新)
図11は、実施の形態にかかるルータによるARPテーブルの更新の一例を示す図である。図11において、図6,図9に示した部分と同様の部分については同一の符号を付して説明を省略する。ルータ232は、100個のホストに対してARPリクエストを送信したが、そのうち1個のホストからのARPリプライを受信しなかった(ARP解決に失敗した)とする。この1個のホストは、IPアドレスが“192.168.0.99”でありMACアドレスが“E.E.63”のホストであるとする。
(Update of the ARP table by the router according to the embodiment)
FIG. 11 is a diagram illustrating an example of updating the ARP table by the router according to the embodiment. 11, the same parts as those shown in FIGS. 6 and 9 are denoted by the same reference numerals, and the description thereof is omitted. The router 232 transmits an ARP request to 100 hosts, but does not receive an ARP reply from one of the hosts (ARP resolution has failed). This one host is assumed to be a host having an IP address of “192.168.0.99” and a MAC address of “EE.63”.

この場合に、ルータ232は、ARP解決した99個のホストのデータ(IPアドレス、MACアドレスおよびIF)をバリデーションチェックテーブル820からARPテーブル400にコピーする。図11に示す例では、100個のホストのうち99個のホストについてバリデーションチェックが完了したため、バリデーションチェックの完了率は99%である。   In this case, the router 232 copies the ARP-resolved 99 host data (IP address, MAC address, and IF) from the validation check table 820 to the ARP table 400. In the example shown in FIG. 11, since the validation check is completed for 99 hosts out of 100 hosts, the validation check completion rate is 99%.

このように、ルータ232は、ユニキャストでのARP解決を行うことで、あるホストが消えたがBGPテーブル910に反映されていない場合や、サイレント障害が発生している場合などの通信断を防ぐことができる。   In this way, the router 232 performs ARP resolution by unicast to prevent communication interruption such as when a certain host disappears but is not reflected in the BGP table 910 or when a silent failure occurs. be able to.

(実施の形態にかかるバリデーションチェックの完了率の変化)
図12は、実施の形態にかかるバリデーションチェックの完了率の変化の一例を示す図である。図12において、横軸は時間を示し、縦軸はバリデーションチェックの完了率を示す。バリデーションチェックの完了率は、バリデーションチェックテーブル820に情報が含まれるホストのうちバリデーションチェックが完了しているホストの割合である。
(Change in validation check completion rate according to the embodiment)
FIG. 12 is a diagram illustrating an example of a change in the completion rate of the validation check according to the embodiment. In FIG. 12, the horizontal axis represents time, and the vertical axis represents the validation check completion rate. The completion rate of the validation check is the ratio of the hosts that have completed the validation check among the hosts whose information is included in the validation check table 820.

完了率1201は、時間の経過とともに変化するバリデーションチェックの完了率を示す。図11に示した例では、バリデーションチェックテーブル820に登録されている100個のホストの中から99個のホストのARP解決が完了し、その99個のホストのデータがARPテーブル400に登録されている。したがって、バリデーションチェックの完了率は99%となる。   The completion rate 1201 indicates the completion rate of the validation check that changes over time. In the example shown in FIG. 11, ARP resolution of 99 hosts out of 100 hosts registered in the validation check table 820 is completed, and the data of the 99 hosts is registered in the ARP table 400. Yes. Therefore, the completion rate of the validation check is 99%.

ルータ232は、バリデーションチェックの完了率が所定の閾値以上になると、バリデーションチェックに合格したと判断し、Eth1/1のバリデーションチェック状態を解除する。所定の閾値は、たとえばコンフィグ等でルータ232に設定されており、一例としては90%である。   When the completion rate of the validation check becomes equal to or higher than a predetermined threshold value, the router 232 determines that the validation check has passed, and cancels the Eth1 / 1 validation check state. The predetermined threshold is set in the router 232 by, for example, a configuration or the like, and is 90% as an example.

(実施の形態にかかるIPデータ通信ネットワークにおける伝送経路の切り戻し)
図13は、実施の形態にかかるIPデータ通信ネットワークにおける伝送経路の切り戻しの一例を示す図である。図13において、図10に示した部分と同様の部分については同一の符号を付して説明を省略する。ルータ232は、Eth1/1のバリデーションチェック状態を解除すると、Eth1/1とホスト251〜25Nとの間のリンクアップで得られたホスト251〜25Nに関する経路情報を自装置のRIBに登録する。
(Transmission path switchback in the IP data communication network according to the embodiment)
FIG. 13 is a diagram illustrating an example of transmission path switchback in the IP data communication network according to the embodiment. In FIG. 13, the same parts as those shown in FIG. When the validation check state of Eth1 / 1 is canceled, the router 232 registers route information regarding the hosts 251 to 25N obtained by link-up between the Eth1 / 1 and the hosts 251 to 25N in the RIB of the own device.

そして、ルータ232は、経路情報を登録したRIBに基づいて自装置のルーティングテーブルを更新する。また、ルータ232は、ルーティングテーブルの更新情報をBGPにより他のルータへ送信する。他のルータは、たとえば上位ルータ241や上位ネットワーク220のルータである。   Then, the router 232 updates its own routing table based on the RIB in which the route information is registered. Further, the router 232 transmits the update information of the routing table to another router by BGP. Other routers are, for example, the upper router 241 and the router of the upper network 220.

これにより、他のルータのルーティングテーブルも更新され、図13に示すように、リモートホスト210からホスト251へのパケットの伝送経路301が、0系の伝送経路230を経由する経路に切り戻る。すなわち、リモートホスト210から送信されたパケットは、上位ネットワーク220、上位ルータ231、ルータ232およびスイッチ233を介してホスト251へ送信される。   As a result, the routing table of the other router is also updated, and the packet transmission path 301 from the remote host 210 to the host 251 is switched back to the path via the 0-system transmission path 230 as shown in FIG. That is, a packet transmitted from the remote host 210 is transmitted to the host 251 via the upper network 220, the upper router 231, the router 232, and the switch 233.

そして、この時点で、ルータ232のARPテーブルは最新の情報に更新済み(ARP解決済み)であるため、ルータ232は、ホスト251へのパケットを受信しても、そのパケットをARPテーブルに基づいてホスト251へ転送することができる。このため、障害復旧に伴う経路の切り戻り時のパケット破棄を抑制し、切り戻りの時間を短縮することができる。   At this time, since the ARP table of the router 232 has been updated to the latest information (ARP has been resolved), even if the router 232 receives a packet to the host 251, the router 232 transmits the packet based on the ARP table. It can be transferred to the host 251. For this reason, it is possible to suppress packet discard at the time of switching back the path due to failure recovery, and to shorten the switching time.

(実施の形態にかかるバリデーションチェックの完了率の変化)
図14は、実施の形態にかかるバリデーションチェックの完了率の変化の他の一例を示す図である。図13において、図12に示した部分と同様の部分については同一の符号を付して説明を省略する。完了率1201に示すように、バリデーションチェック処理において、100個のホストに対してルータ232がARPリクエストをユニキャストで送信したが、ARPリプライをルータ232へ送信したホストが90個未満であったとする。
(Change in validation check completion rate according to the embodiment)
FIG. 14 is a diagram illustrating another example of a change in the completion rate of the validation check according to the embodiment. In FIG. 13, the same parts as those shown in FIG. As shown in the completion rate 1201, in the validation check process, the router 232 transmits the ARP request to 100 hosts by unicast, but the number of hosts that transmitted the ARP reply to the router 232 is less than 90. .

この場合は、バリデーションチェックの完了率が90%に達していないため、ルータ232は、所定時間Tだけ待機する。所定時間Tは、たとえばコンフィグ等でルータ232に設定されており、一例としては5分である。そして、ルータ232は、バリデーションチェックテーブル820に情報が含まれる100個のホストのうちARPリプライを受信していないホストに対してARPリクエストを再度ユニキャストで送信する。   In this case, since the completion rate of the validation check has not reached 90%, the router 232 waits for a predetermined time T. The predetermined time T is set in the router 232 by a configuration or the like, for example, and is 5 minutes as an example. Then, the router 232 transmits the ARP request again to the host that has not received the ARP reply among the 100 hosts whose information is included in the validation check table 820 by unicast.

その結果、バリデーションチェック処理においてARPリプライをルータ232へ送信したホストが90個以上、すなわちバリデーションチェックの完了率が90%以上になったとする。この場合は、ルータ232は、Eth1/1のバリデーションチェック状態を解除し、図13に示したように、リモートホスト210からホスト251へのパケットの伝送経路301を0系の伝送経路230を経由する経路に切り戻す。   As a result, assume that 90 or more hosts have transmitted ARP replies to the router 232 in the validation check process, that is, the validation check completion rate is 90% or more. In this case, the router 232 cancels the validation check state of Eth1 / 1, and the packet transmission path 301 from the remote host 210 to the host 251 passes through the 0-system transmission path 230 as shown in FIG. Switch back to the path.

図15は、実施の形態にかかるバリデーションチェックの完了率の変化のさらに他の一例を示す図である。図15において、図12,図14に示した部分と同様の部分については同一の符号を付して説明を省略する。たとえば、ルータ232が、ARP未解決のホストに対してARPリクエストをユニキャストで送信する処理を所定回数だけ繰り返したが、バリデーションチェックの完了率が90%に達しなかったとする。所定回数は、たとえばコンフィグ等でルータ232に設定されており、図15に示す例では3回である。   FIG. 15 is a diagram illustrating still another example of the change in the completion rate of the validation check according to the embodiment. 15, the same parts as those shown in FIGS. 12 and 14 are denoted by the same reference numerals, and the description thereof is omitted. For example, it is assumed that the router 232 repeats a process of transmitting an ARP request by unicast to an unresolved ARP host a predetermined number of times, but the validation check completion rate does not reach 90%. The predetermined number of times is set in the router 232 by a configuration or the like, for example, and is three times in the example shown in FIG.

この場合は、ルータ232は、バリデーションチェックに不合格と判断し、Syslogサーバ260などに異常を知らせる。また、ルータ232は、Eth1/1を強制的にシャットダウンさせる。   In this case, the router 232 determines that the validation check has failed, and notifies the Syslog server 260 and the like of the abnormality. Further, the router 232 forcibly shuts down Eth1 / 1.

(実施の形態にかかるルータによる処理)
図16は、実施の形態にかかるルータによる処理の一例を示すフローチャートである。実施の形態にかかるルータ232は、通常のルーティングおよびフォワーディングとは別に、自装置のインタフェース部(通信ポート)のそれぞれについて、たとえば図16に示す各ステップを実行する。たとえば、ルータ232は、上述したEth1/1およびEth1/2のそれぞれについて図16に示す各ステップを実行する。
(Processing by the router according to the embodiment)
FIG. 16 is a flowchart illustrating an example of processing by the router according to the embodiment. The router 232 according to the embodiment executes, for example, each step shown in FIG. 16 for each interface unit (communication port) of its own device, separately from normal routing and forwarding. For example, the router 232 executes the steps shown in FIG. 16 for each of the above-described Eth1 / 1 and Eth1 / 2.

まず、ルータ232は、対象のインタフェース部(たとえばEth1/1)による通信に障害が発生したか否かを判断し(ステップS1601)、障害が発生するまで待つ(ステップS1601:Noのループ)。障害が発生すると(ステップS1601:Yes)、ルータ232は、対象のインタフェース部がその障害から復旧したか否かを判断し(ステップS1602)、障害から復旧するまで待つ(ステップS1602:Noのループ)。障害から復旧すると(ステップS1602:Yes)、ルータ232は、対象のインタフェース部による通信のリンクアップを行う(ステップS1603)。   First, the router 232 determines whether or not a communication failure has occurred in the target interface unit (for example, Eth1 / 1) (step S1601), and waits until a failure occurs (step S1601: No loop). When a failure occurs (step S1601: Yes), the router 232 determines whether the target interface unit has recovered from the failure (step S1602) and waits until the failure is recovered (step S1602: No loop). . When recovering from the failure (step S1602: Yes), the router 232 performs communication link-up by the target interface unit (step S1603).

つぎに、ルータ232は、対象のインタフェース部がバリデーションチェックの対象であるか否かを判断する(ステップS1604)。たとえば、ルータ232には、ルータ232のインタフェース部のそれぞれについて、バリデーションチェックの対象とするか否かの設定を示すコンフィグ等(たとえば図26,図27参照)が記憶されている。ステップS1604の判断はこのコンフィグ等に基づいて行うことができる。バリデーションチェックの対象でない場合(ステップS1604:No)は、ルータ232は、ステップS1607へ移行する。   Next, the router 232 determines whether or not the target interface unit is a validation check target (step S1604). For example, the router 232 stores a configuration (for example, see FIG. 26 and FIG. 27) indicating the setting of whether or not each interface unit of the router 232 is subject to validation check. The determination in step S1604 can be made based on this configuration or the like. If it is not the subject of the validation check (step S1604: No), the router 232 proceeds to step S1607.

ステップS1604において、バリデーションチェックの対象である場合(ステップS1604:Yes)は、ルータ232は、対象のインタフェース部についてのバリデーションチェック処理を実行する(ステップS1605)。バリデーションチェック処理については後述する(たとえば図17参照)。   In step S1604, if the target is a validation check (step S1604: Yes), the router 232 executes a validation check process for the target interface unit (step S1605). The validation check process will be described later (see, for example, FIG. 17).

つぎに、ルータ232は、ステップS1605のバリデーションチェック処理の結果に基づいて、対象のインタフェース部がバリデーションチェックに合格したか否かを判断する(ステップS1606)。バリデーションチェックに合格した場合(ステップS1606:Yes)は、ルータ232は、対象のインタフェース部に関する経路情報をルータ232のRIBに登録し(ステップS1607)、一連の処理を終了する。対象のインタフェース部に関する経路情報は、たとえばステップS1603のリンクアップにより得られた経路情報である。   Next, the router 232 determines whether or not the target interface unit has passed the validation check based on the result of the validation check process in step S1605 (step S1606). When the validation check is passed (step S1606: Yes), the router 232 registers the route information regarding the target interface unit in the RIB of the router 232 (step S1607), and ends the series of processes. The route information regarding the target interface unit is the route information obtained by the link-up in step S1603, for example.

ステップS1607により、経路情報が登録されたRIBに基づいてルータ232のルーティングテーブルが更新され、それによって他のルータ(たとえば上位ルータ231や上位ネットワーク220のルータ)のルーティングテーブルも更新される。これにより、たとえば、ルータ232と異なるルータがルータ232を使用可能であることを認識し、ステップS1601において発生した障害によって切り替わった経路が切り戻る。   In step S1607, the routing table of the router 232 is updated based on the RIB in which the route information is registered, and the routing tables of other routers (for example, the upper router 231 and the upper network 220) are updated accordingly. Thereby, for example, a router different from the router 232 recognizes that the router 232 can be used, and the route switched due to the failure that occurred in step S1601 is switched back.

ステップS1606において、バリデーションチェックに合格していない場合(ステップS1606:No)は、ルータ232は、所定のエラー処理を行う(ステップS1608)。所定のエラー処理には、一例としては、後述のSyslog通知のメッセージの生成が含まれる。または、所定のエラー処理には、対象のインタフェース部のシャットダウンが含まれてもよい。   In step S1606, when the validation check is not passed (step S1606: No), the router 232 performs predetermined error processing (step S1608). As an example, the predetermined error processing includes generation of a Syslog notification message described later. Alternatively, the predetermined error processing may include shutdown of the target interface unit.

つぎに、ルータ232は、Syslogサーバ260に対して、対象のインタフェース部による通信の正常性が確認できなかったことをSyslogにより通知するSyslog通知を行い(ステップS1609)、一連の処理を終了する。ステップS1609によるSyslog通知は、たとえば上位ルータ231および上位ネットワーク220を介して行うことができる。   Next, the router 232 notifies the Syslog server 260 of Syslog that notifies the Syslog server 260 that the normality of communication by the target interface unit has not been confirmed (Step S1609), and ends the series of processes. The Syslog notification in step S1609 can be performed via the upper router 231 and the upper network 220, for example.

(実施の形態にかかるルータによるバリデーションチェック処理)
図17は、実施の形態にかかるルータによるバリデーションチェック処理の一例を示すフローチャートである。図16に示したステップS1605において、ルータ232は、バリデーションチェック処理として、たとえば図17に示す各ステップを実行する。
(Validation check processing by the router according to the embodiment)
FIG. 17 is a flowchart illustrating an example of a validation check process by the router according to the embodiment. In step S1605 shown in FIG. 16, the router 232 executes, for example, each step shown in FIG. 17 as the validation check process.

まず、ルータ232は、対象のインタフェース部を、バリデーションチェック状態に設定する(ステップS1701)。バリデーションチェック状態とは、上述したように、RIBへの経路情報の登録やVRRP等を使用している場合はVRRPパケット等の送信を行わない状態である。つぎに、ルータ232は、ARPテーブルバックアップ810のうち対象のインタフェース部の情報をバリデーションチェックテーブル820にコピーする(ステップS1702)。これにより、障害が発生する前のARPテーブル400の内容を含むバリデーションチェックテーブル820を得ることができる。   First, the router 232 sets the target interface unit in the validation check state (step S1701). As described above, the validation check state is a state in which registration of route information in the RIB, VRRP packet, or the like is not performed when VRRP or the like is used. Next, the router 232 copies the information of the target interface unit in the ARP table backup 810 to the validation check table 820 (step S1702). Thereby, the validation check table 820 including the contents of the ARP table 400 before the failure occurs can be obtained.

つぎに、ルータ232は、BGPテーブル910に基づいてバリデーションチェックテーブル820を更新する(ステップS1703)。つぎに、ルータ232は、バリデーションチェックの完了率が所定の閾値以上であるか否かを判断する(ステップS1704)。バリデーションチェックの完了率は、バリデーションチェックテーブル820に情報が含まれている各IPアドレス(たとえばホスト251〜25Nの各IPアドレス)のうちバリデーションチェックが完了しているIPアドレスの割合であり、初期値は0%である。バリデーションチェックが完了しているとは、たとえば後述のステップS1706〜S1709によりARP解決済み(ARPリプライを受信済み)であることである。   Next, the router 232 updates the validation check table 820 based on the BGP table 910 (step S1703). Next, the router 232 determines whether or not the validation check completion rate is greater than or equal to a predetermined threshold (step S1704). The completion rate of the validation check is a ratio of IP addresses for which the validation check has been completed among IP addresses (for example, IP addresses of the hosts 251 to 25N) whose information is included in the validation check table 820. Is 0%. That the validation check has been completed means that the ARP has been resolved (the ARP reply has been received) in, for example, steps S1706 to S1709 described later.

ステップS1704において、完了率が閾値以上でない場合(ステップS1704:No)は、ルータ232は、バリデーションチェックのARP解決の試行回数がN以上であるか否かを判断する(ステップS1705)。バリデーションチェックのARP解決の試行回数は、たとえばステップS1706〜S1709を実行した回数である。Nは、たとえばコンフィグ等でルータ232に設定された回数であり、一例としては3である。   If the completion rate is not greater than or equal to the threshold value in step S1704 (step S1704: No), the router 232 determines whether or not the number of ARP resolution trials for the validation check is greater than or equal to N (step S1705). The number of ARP resolution trials for the validation check is, for example, the number of times that steps S1706 to S1709 have been executed. N is the number of times set in the router 232 by configuration or the like, for example, and is 3 as an example.

ステップS1705において、試行回数がN以上でない場合(ステップS1705:No)は、ルータ232は、バリデーションチェックテーブル820に基づいて、ARP解決していないIPアドレスを特定する(ステップS1706)。ARP解決していないIPアドレスとは、たとえば後述のステップS1708により送信するARPリクエストに対してARPリプライを受信したIPアドレスである。なお、ルータ232は、ステップS1706に移行したのが2回目以降である場合は、前回のステップS1706〜S1709の処理から所定時間Tが経過してからステップS1706の処理を開始してもよい。   If the number of trials is not greater than or equal to N in step S1705 (step S1705: No), the router 232 identifies an IP address that has not been ARP-resolved based on the validation check table 820 (step S1706). An IP address that is not ARP-resolved is an IP address that has received an ARP reply in response to an ARP request transmitted in step S1708, which will be described later. Note that the router 232 may start the process of step S1706 after a predetermined time T has elapsed from the previous process of steps S1706 to S1709 when the process proceeds to step S1706 for the second time or later.

つぎに、ルータ232は、ステップS1706により特定したIPアドレスに対応するルートを自装置のルーティングテーブルに基づいて特定する(ステップS1707)。IPアドレスに対応するルートとは、たとえばそのIPアドレスを宛先とするパケットの送出先である。たとえばそのIPアドレスがホスト251〜25NのIPアドレスである場合は、そのIPアドレスに対応するルートはスイッチ233である。   Next, the router 232 specifies the route corresponding to the IP address specified in step S1706 based on the routing table of the own device (step S1707). The route corresponding to the IP address is, for example, a transmission destination of a packet whose destination is the IP address. For example, when the IP address is the IP address of the hosts 251 to 25N, the route corresponding to the IP address is the switch 233.

つぎに、ルータ232は、特定したルート(たとえばスイッチ233)へ、ステップS1706により特定したIPアドレスのMACアドレスを問い合わせるARPリクエストをユニキャストで送信する(ステップS1708)。ステップS1708において、ルータ232は、所定のppsで送信してもよい。そして、ルータ232は、ステップS1708により送信したARPリクエストに応じて送信されたARPリプライを受信する。   Next, the router 232 transmits an ARP request for inquiring about the MAC address of the IP address specified in step S1706 to the specified route (for example, the switch 233) (step S1708). In step S1708, the router 232 may transmit at a predetermined pps. Then, the router 232 receives the ARP reply transmitted in response to the ARP request transmitted in step S1708.

つぎに、ルータ232は、ステップS1708により送信したARPリクエストに応じて受信したARPリプライに基づいてバリデーションチェックテーブル820を更新し(ステップS1709)、ステップS1704へ戻る。   Next, the router 232 updates the validation check table 820 based on the ARP reply received in response to the ARP request transmitted in step S1708 (step S1709), and returns to step S1704.

ステップS1705において、試行回数がN以上である場合(ステップS1705:Yes)は、ルータ232は、バリデーションチェックに不合格と判断し(ステップS1710)、一連のバリデーションチェックの処理を終了する。   In step S1705, when the number of trials is N or more (step S1705: Yes), the router 232 determines that the validation check has failed (step S1710), and ends the series of validation checks.

ステップS1704において、完了率が閾値以上である場合(ステップS1704:Yes)は、ルータ232は、バリデーションチェックテーブル820の内容をARPテーブル400にコピーする(ステップS1711)。つぎに、ルータ232は、対象のインタフェース部のバリデーションチェック状態を解除する(ステップS1712)。これにより、VRRP等を使用している場合、対象のインタフェース部が、他のルータ(たとえばルータ242)へのVRRPパケット等の送信を開始する。そして、ルータ232は、バリデーションチェックに合格したと判断し(ステップS1713)、一連のバリデーションチェックの処理を終了する。   In step S1704, when the completion rate is equal to or higher than the threshold (step S1704: Yes), the router 232 copies the contents of the validation check table 820 to the ARP table 400 (step S1711). Next, the router 232 cancels the validation check state of the target interface unit (step S1712). As a result, when VRRP or the like is used, the target interface unit starts transmission of a VRRP packet or the like to another router (for example, router 242). Then, the router 232 determines that the validation check has passed (step S1713), and ends the series of validation check processing.

(実施の形態にかかるルータ)
図18は、実施の形態にかかるルータの一例を示すブロック図である。図18に示すように、ルータ232は、たとえば、インタフェース部1801,1802と、インタフェース処理部1803と、ルーティングテーブル・RIB記憶部1804と、BGPテーブル記憶部1805と、ARPテーブル記憶部1806と、を備える。また、ルータ232は、たとえば、設定情報管理部1807と、パケット処理部1808と、バリデーションチェック部1809と、ARPテーブルバックアップ記憶部1810と、バリデーションチェックテーブル記憶部1811と、を備える。
(Router according to the embodiment)
FIG. 18 is a block diagram of an example of a router according to the embodiment. As shown in FIG. 18, the router 232 includes, for example, interface units 1801 and 1802, an interface processing unit 1803, a routing table / RIB storage unit 1804, a BGP table storage unit 1805, and an ARP table storage unit 1806. Prepare. In addition, the router 232 includes, for example, a setting information management unit 1807, a packet processing unit 1808, a validation check unit 1809, an ARP table backup storage unit 1810, and a validation check table storage unit 1811.

インタフェース部1801は、スイッチ233と接続され、ホスト251〜25Nとの間で通信を行うホスト251〜25N側のイーサネットの物理インタフェース(ポート)である。イーサネットは登録商標である。インタフェース部1801は、たとえば上述したEth1/1である。インタフェース部1802は、上位ルータ231と接続され、上位ネットワーク220との間で通信を行う上位ネットワーク220側のイーサネットの物理インタフェースである。インタフェース部1802は、たとえば上述したEth1/2である。なお、ルータ232は、インタフェース部1801,1802の他にも物理インタフェースを備えていてもよい。   The interface unit 1801 is an Ethernet physical interface (port) on the side of the hosts 251 to 25N that is connected to the switch 233 and communicates with the hosts 251 to 25N. Ethernet is a registered trademark. The interface unit 1801 is, for example, the above-described Eth1 / 1. The interface unit 1802 is an Ethernet physical interface on the upper network 220 side that is connected to the upper router 231 and communicates with the upper network 220. The interface unit 1802 is, for example, Eth1 / 2 described above. Note that the router 232 may include a physical interface in addition to the interface units 1801 and 1802.

インタフェース処理部1803は、インタフェース部1801,1802を含むルータ232の各インタフェース部の制御や状態管理を行う。ルーティングテーブル・RIB記憶部1804は、上述したルータ232の経路情報を管理するRIBと、RIBに基づいて生成されるルーティングテーブルと、を記憶する。BGPテーブル記憶部1805は、BGPで収集した情報を管理するBGPテーブル910を記憶する。また、BGPテーブル記憶部1805のルーティングテーブルは、BGPテーブル記憶部1805のBGPテーブル910に基づいて更新される。   The interface processing unit 1803 performs control and status management of each interface unit of the router 232 including the interface units 1801 and 1802. The routing table / RIB storage unit 1804 stores an RIB that manages the routing information of the router 232 described above and a routing table that is generated based on the RIB. The BGP table storage unit 1805 stores a BGP table 910 that manages information collected by BGP. Also, the routing table in the BGP table storage unit 1805 is updated based on the BGP table 910 in the BGP table storage unit 1805.

ARPテーブル記憶部1806は、ARPのキャッシュ情報を管理するARPテーブル400を記憶する。設定情報管理部1807は、ルータ232の各機能に対する設定内容を管理する。パケット処理部1808は、ARP解決処理と、ARPテーブル記憶部1806に記憶されたARPテーブル400の管理と、を行う。   The ARP table storage unit 1806 stores an ARP table 400 that manages ARP cache information. A setting information management unit 1807 manages setting contents for each function of the router 232. The packet processing unit 1808 performs ARP resolution processing and management of the ARP table 400 stored in the ARP table storage unit 1806.

バリデーションチェック部1809は、上述したバリデーションチェック処理を実行する。ARPテーブルバックアップ記憶部1810は、ARPテーブル記憶部1806に記憶されたARPテーブルのバックアップであるARPテーブルバックアップ810を記憶する。バリデーションチェックテーブル記憶部1811は、バリデーションチェックテーブル820を記憶する。   The validation check unit 1809 executes the validation check process described above. The ARP table backup storage unit 1810 stores an ARP table backup 810 that is a backup of the ARP table stored in the ARP table storage unit 1806. The validation check table storage unit 1811 stores a validation check table 820.

図1に示したパケット転送装置110の通信部111は、たとえばインタフェース部1801,1802、インタフェース処理部1803およびパケット処理部1808により実現することができる。図1に示したパケット転送装置110の制御部112は、たとえばバリデーションチェック部1809により実現することができる。   The communication unit 111 of the packet transfer apparatus 110 illustrated in FIG. 1 can be realized by, for example, the interface units 1801 and 1802, the interface processing unit 1803, and the packet processing unit 1808. The control unit 112 of the packet transfer apparatus 110 illustrated in FIG. 1 can be realized by the validation check unit 1809, for example.

(実施の形態にかかるルータによるルーティングテーブルの生成)
図19は、実施の形態にかかるルータによるルーティングテーブルの生成の一例を示す図である。図19に示すRIB1901およびルーティングテーブル1902は、図18に示すルーティングテーブル・RIB記憶部1804に記憶されるRIBおよびルーティングテーブルである。
(Generation of routing table by router according to embodiment)
FIG. 19 is a diagram illustrating an example of generation of the routing table by the router according to the embodiment. The RIB 1901 and routing table 1902 shown in FIG. 19 are RIB and routing tables stored in the routing table / RIB storage unit 1804 shown in FIG.

ルータ232は、図19に示すように、BGPによって他のルータとの間で送受信した経路情報に基づくBGPテーブル910を含む情報に基づいてRIB1901を生成する。また、ルータ232は、RIB1901に基づいてルーティングテーブル1902を生成する。そして、ルータ232は、ルーティングテーブル1902に基づいてパケットのフォワーディングを行う。   As shown in FIG. 19, the router 232 generates an RIB 1901 based on information including a BGP table 910 based on route information transmitted / received to / from another router by BGP. Further, the router 232 generates a routing table 1902 based on the RIB 1901. The router 232 forwards the packet based on the routing table 1902.

(実施の形態にかかるルータによる正常時の処理)
図20は、実施の形態にかかるルータによる正常時の処理の一例を示すブロック図である。図20において、図18に示した部分と同様の部分については同一の符号を付して説明を省略する。図20に示す例では、ルータ232が、ルータ232の通信において障害が発生していない場合(正常時)に、リモートホスト210から上位ネットワーク220を介してホスト251宛てのパケットを受信した場合の処理について説明する。
(Normal processing by the router according to the embodiment)
FIG. 20 is a block diagram illustrating an example of normal processing by the router according to the embodiment. 20, parts that are the same as the parts shown in FIG. 18 are given the same reference numerals, and descriptions thereof will be omitted. In the example illustrated in FIG. 20, when the router 232 receives a packet addressed to the host 251 from the remote host 210 via the upper network 220 when no failure has occurred in the communication of the router 232 (normal state). Will be described.

(1)まず、インタフェース部1802(Eth1/2)が、リモートホスト210からのホスト251宛てのパケットを、上位ネットワーク220を介して受信し、受信したパケットをインタフェース処理部1803へ出力する。 (1) First, the interface unit 1802 (Eth1 / 2) receives a packet addressed to the host 251 from the remote host 210 via the upper network 220 and outputs the received packet to the interface processing unit 1803.

(2)インタフェース処理部1803は、インタフェース部1802から出力されたパケットをパケット処理部1808へ出力する。 (2) The interface processing unit 1803 outputs the packet output from the interface unit 1802 to the packet processing unit 1808.

(3)パケット処理部1808は、インタフェース処理部1803から出力されたパケットの処理を行う。たとえば、パケット処理部1808は、ルーティングテーブル・RIB記憶部1804のルーティングテーブル1902を参照し、このパケットが、ルータ232の配下にいるホスト宛てのパケットなのか、他のルータに転送すべきパケットなのかを確認する。上述したように、図20に示す例では、このパケットはルータ232の配下にいるホスト251宛てのパケットである。 (3) The packet processing unit 1808 processes the packet output from the interface processing unit 1803. For example, the packet processing unit 1808 refers to the routing table 1902 of the routing table / RIB storage unit 1804 and determines whether this packet is a packet addressed to a host under the router 232 or a packet to be transferred to another router. Confirm. As described above, in the example illustrated in FIG. 20, this packet is a packet addressed to the host 251 under the router 232.

(4)このため、パケット処理部1808は、ARPテーブル記憶部1806のARPテーブル400を参照して、そのパケットの宛先MACアドレスをホスト251のMACアドレスに付け替える。ホスト251のMACアドレスは、たとえば、ARPテーブル400においてホスト251のIPアドレスと対応付けられているMACアドレスである。 (4) For this reason, the packet processing unit 1808 refers to the ARP table 400 of the ARP table storage unit 1806 and replaces the destination MAC address of the packet with the MAC address of the host 251. The MAC address of the host 251 is, for example, a MAC address associated with the IP address of the host 251 in the ARP table 400.

(5)そして、パケット処理部1808は、宛先MACアドレスを付け替えたパケットをインタフェース処理部1803へ出力する。 (5) Then, the packet processing unit 1808 outputs the packet with the destination MAC address changed to the interface processing unit 1803.

(6)インタフェース処理部1803は、パケット処理部1808から出力されたパケットをインタフェース部1801(Eth1/1)へ出力する。インタフェース部1801は、パケット処理部1808から出力されたパケットをスイッチ233(たとえば図2参照)へ送信する。これにより、スイッチ233は、そのパケットの宛先MACアドレス(ホスト251のMACアドレス)に基づいて、そのパケットをホスト251へ送信する。 (6) The interface processing unit 1803 outputs the packet output from the packet processing unit 1808 to the interface unit 1801 (Eth1 / 1). The interface unit 1801 transmits the packet output from the packet processing unit 1808 to the switch 233 (see, for example, FIG. 2). As a result, the switch 233 transmits the packet to the host 251 based on the destination MAC address of the packet (the MAC address of the host 251).

(実施の形態にかかるルータによる正常時の処理)
図21は、実施の形態にかかるルータによる正常時の処理の他の一例を示すブロック図である。図21において、図18に示した部分と同様の部分については同一の符号を付して説明を省略する。図21に示す例では、ルータ232が、ルータ232の通信において障害が発生していない場合(正常時)に、ホスト251からリモートホスト210宛てのパケットを受信した場合の処理について説明する。
(Normal processing by the router according to the embodiment)
FIG. 21 is a block diagram illustrating another example of normal processing by the router according to the embodiment. In FIG. 21, the same parts as those shown in FIG. In the example illustrated in FIG. 21, processing when the router 232 receives a packet addressed to the remote host 210 from the host 251 when a failure has not occurred in the communication of the router 232 (normal time) will be described.

(1)まず、インタフェース部1801(Eth1/1)が、ホスト251からのリモートホスト210宛てのパケットを受信し、受信したパケットをインタフェース処理部1803へ出力する。 (1) First, the interface unit 1801 (Eth1 / 1) receives a packet addressed to the remote host 210 from the host 251 and outputs the received packet to the interface processing unit 1803.

(2)インタフェース処理部1803は、インタフェース部1801から出力されたパケットをパケット処理部1808へ出力する。 (2) The interface processing unit 1803 outputs the packet output from the interface unit 1801 to the packet processing unit 1808.

(3)パケット処理部1808は、インタフェース処理部1803から出力されたパケットの処理を行う。たとえば、パケット処理部1808は、ルーティングテーブル・RIB記憶部1804のルーティングテーブルを参照し、そのパケットが、ルータ232の配下にいるホスト宛てのパケットなのか、他のルータに転送すべきパケットなのかを確認する。図21に示す例では、このパケットは、上述したようにリモートホスト210宛のパケットであるため、上位ルータ231に転送すべきパケットである。 (3) The packet processing unit 1808 processes the packet output from the interface processing unit 1803. For example, the packet processing unit 1808 refers to the routing table in the routing table / RIB storage unit 1804 and determines whether the packet is a packet addressed to a host under the router 232 or a packet to be transferred to another router. Check. In the example shown in FIG. 21, since this packet is a packet addressed to the remote host 210 as described above, it is a packet to be transferred to the upper router 231.

(4)このため、パケット処理部1808は、ARPテーブル記憶部1806のARPテーブル400を参照して、そのパケットの宛先MACアドレスを上位ルータ231のMACアドレスに付け替える。上位ルータ231のMACアドレスは、たとえば、ARPテーブル400において上位ルータ231のIPアドレスと対応付けられているMACアドレスである。 (4) Therefore, the packet processing unit 1808 refers to the ARP table 400 of the ARP table storage unit 1806 and replaces the destination MAC address of the packet with the MAC address of the upper router 231. The MAC address of the upper router 231 is a MAC address associated with the IP address of the upper router 231 in the ARP table 400, for example.

(5)そして、パケット処理部1808は、宛先MACアドレスを付け替えたパケットをインタフェース処理部1803へ出力する。 (5) Then, the packet processing unit 1808 outputs the packet with the destination MAC address changed to the interface processing unit 1803.

(6)インタフェース処理部1803は、パケット処理部1808から出力されたパケットをインタフェース部1802(Eth1/2)へ出力する。インタフェース部1802は、パケット処理部1808から出力されたパケットを、そのパケットの宛先MACアドレス(上位ルータ231のMACアドレス)に基づいて上位ルータ231(たとえば図2参照)へ送信する。 (6) The interface processing unit 1803 outputs the packet output from the packet processing unit 1808 to the interface unit 1802 (Eth1 / 2). The interface unit 1802 transmits the packet output from the packet processing unit 1808 to the upper router 231 (see, for example, FIG. 2) based on the destination MAC address of the packet (the MAC address of the upper router 231).

(実施の形態にかかるルータによるバリデーションチェック開始時の処理)
図22は、実施の形態にかかるルータによるバリデーションチェック開始時の処理の一例を示すブロック図である。図22において、図18に示した部分と同様の部分については同一の符号を付して説明を省略する。図22に示す例では、ルータ232が、図5に示した障害501から復旧し、インタフェース部1801(Eth1/1)のリンクアップを行った場合の処理について説明する。
(Processing at the start of validation check by the router according to the embodiment)
FIG. 22 is a block diagram illustrating an example of processing at the start of the validation check by the router according to the embodiment. In FIG. 22, the same parts as those shown in FIG. In the example illustrated in FIG. 22, processing when the router 232 recovers from the failure 501 illustrated in FIG. 5 and links up the interface unit 1801 (Eth1 / 1) will be described.

(1)インタフェース部1801は、リンクアップすると、インタフェース部1801がリンクアップしたことを示す情報をインタフェース処理部1803へ出力する。 (1) When the interface unit 1801 is linked up, the interface unit 1801 outputs information indicating that the interface unit 1801 is linked up to the interface processing unit 1803.

(2)インタフェース処理部1803は、インタフェース部1801がリンクアップしたことを示す情報がインタフェース部1801から出力されると、その情報をバリデーションチェック部1809へ出力する。 (2) When information indicating that the interface unit 1801 has been linked up is output from the interface unit 1801, the interface processing unit 1803 outputs the information to the validation check unit 1809.

(3)バリデーションチェック部1809は、インタフェース部1801がリンクアップしたことを示す情報がインタフェース処理部1803から出力されると、設定情報管理部1807を参照する。そして、バリデーションチェック部1809は、設定情報管理部1807の設定情報に基づいて、インタフェース部1801がバリデーションチェックの対象かどうかを確認する。図22に示す例では、インタフェース部1801はバリデーションチェックの対象に設定されているとする。 (3) When the information indicating that the interface unit 1801 is linked up is output from the interface processing unit 1803, the validation check unit 1809 refers to the setting information management unit 1807. The validation check unit 1809 confirms whether the interface unit 1801 is subject to validation check based on the setting information of the setting information management unit 1807. In the example illustrated in FIG. 22, it is assumed that the interface unit 1801 is set as a validation check target.

(4)この場合に、バリデーションチェック部1809は、インタフェース部1801をバリデーションチェック状態にするよう、インタフェース処理部1803に指示を出す。バリデーションチェック状態とは、上述したように、RIBへの経路情報の登録やVRRP等を使用している場合はVRRPパケット等の送信を行わない状態である。 (4) In this case, the validation check unit 1809 instructs the interface processing unit 1803 to put the interface unit 1801 into a validation check state. As described above, the validation check state is a state in which registration of route information in the RIB, VRRP packet, or the like is not performed when VRRP or the like is used.

(5)インタフェース処理部1803は、バリデーションチェック部1809からの指示に従って、インタフェース部1801をバリデーションチェック状態にする。 (5) The interface processing unit 1803 puts the interface unit 1801 into a validation check state in accordance with an instruction from the validation check unit 1809.

(実施の形態にかかるルータによるバリデーションチェック中の処理)
図23は、実施の形態にかかるルータによるバリデーションチェック中の処理の一例を示すブロック図である。図23において、図18に示した部分と同様の部分については同一の符号を付して説明を省略する。
(Processing during validation check by the router according to the embodiment)
FIG. 23 is a block diagram of an example of processing during validation checking by the router according to the embodiment. In FIG. 23, the same parts as those shown in FIG.

(6)図22に示した処理のつぎに、バリデーションチェック部1809は、ARPテーブルバックアップ記憶部1810のARPテーブルバックアップ810のうち、バリデーションチェックの対象のインタフェース部1801(Eth1/1)の情報を確認する。 (6) Next to the processing shown in FIG. 22, the validation check unit 1809 checks the information of the interface unit 1801 (Eth1 / 1) subject to validation check in the ARP table backup 810 of the ARP table backup storage unit 1810. To do.

(7)そして、バリデーションチェック部1809は、その情報をバリデーションチェックテーブル記憶部1811のバリデーションチェックテーブル820にコピーする。 (7) Then, the validation check unit 1809 copies the information to the validation check table 820 of the validation check table storage unit 1811.

(8)つぎに、バリデーションチェック部1809は、BGPテーブル記憶部1805のBGPテーブル910を参照する。 (8) Next, the validation check unit 1809 refers to the BGP table 910 in the BGP table storage unit 1805.

(9)そして、バリデーションチェック部1809は、参照したBGPテーブル910に基づいてバリデーションチェックテーブル820を最新化する。 (9) Then, the validation check unit 1809 updates the validation check table 820 based on the referenced BGP table 910.

(10)つぎに、バリデーションチェック部1809は、設定情報管理部1807の設定情報を参照し、バリデーションチェックの完了率の閾値の確認と、ARPリクエストの送信を何ppsで行うかの確認をする。 (10) Next, the validation check unit 1809 refers to the setting information of the setting information management unit 1807, confirms the threshold value of the validation check completion rate, and confirms how many pps the ARP request is transmitted.

(11)つぎに、バリデーションチェック部1809は、バリデーションチェックテーブル記憶部1811のバリデーションチェックテーブル820を参照し、バリデーションチェックの完了率が(10)で確認した閾値未満であることを確認する。また、バリデーションチェック部1809は、バリデーションチェックテーブル記憶部1811のバリデーションチェックテーブル820を参照し、ARP解決を要するIPアドレスを確認する。 (11) Next, the validation check unit 1809 refers to the validation check table 820 of the validation check table storage unit 1811 and confirms that the validation check completion rate is less than the threshold value confirmed in (10). In addition, the validation check unit 1809 refers to the validation check table 820 of the validation check table storage unit 1811 and confirms an IP address that requires ARP resolution.

(12)つぎに、バリデーションチェック部1809は、ルーティングテーブル・RIB記憶部1804のルーティングテーブル1902を参照し、確認したIPアドレスの通信ノードへのルートを確認する。 (12) Next, the validation check unit 1809 refers to the routing table 1902 of the routing table / RIB storage unit 1804 and confirms the route to the communication node of the confirmed IP address.

(13)つぎに、バリデーションチェック部1809は、(12)で確認したルートへARPリクエストを送るようパケット処理部1808に指示する。 (13) Next, the validation check unit 1809 instructs the packet processing unit 1808 to send an ARP request to the route confirmed in (12).

(14)パケット処理部1808は、インタフェース部1801(Eth1/1)経由でARPリクエストを送信するようインタフェース処理部1803に指示する。 (14) The packet processing unit 1808 instructs the interface processing unit 1803 to transmit an ARP request via the interface unit 1801 (Eth1 / 1).

(15)インタフェース処理部1803は、インタフェース部1801にARPリクエストをユニキャストで送信させる。 (15) The interface processing unit 1803 causes the interface unit 1801 to transmit an ARP request by unicast.

(16)インタフェース部1801は、ARPリクエストを送信した先のホストからのARPリプライを受信し、受信したARPリプライをインタフェース処理部1803へ出力する。 (16) The interface unit 1801 receives the ARP reply from the destination host that has transmitted the ARP request, and outputs the received ARP reply to the interface processing unit 1803.

(17)インタフェース処理部1803は、インタフェース部1801から出力されたARPリプライをパケット処理部1808へ出力する。 (17) The interface processing unit 1803 outputs the ARP reply output from the interface unit 1801 to the packet processing unit 1808.

(18)パケット処理部1808は、インタフェース処理部1803から出力されたARPリプライの結果をバリデーションチェック部1809へ通知する。 (18) The packet processing unit 1808 notifies the validation check unit 1809 of the ARP reply result output from the interface processing unit 1803.

(19)バリデーションチェック部1809は、パケット処理部1808からの通知に基づいて、ARP解決できたIPアドレスについて、バリデーションチェックテーブル記憶部1811のバリデーションチェックテーブル820の内容をアップデートする。ARP解決できたIPアドレスとは、たとえばそのIPアドレスに対応するMACアドレスを通知するARPリプライを受信できたことである。 (19) Based on the notification from the packet processing unit 1808, the validation check unit 1809 updates the contents of the validation check table 820 in the validation check table storage unit 1811 for the IP address that has been ARP-resolved. An IP address that can be resolved by ARP means that, for example, an ARP reply that notifies a MAC address corresponding to the IP address has been received.

そして、ルータ232は、バリデーションチェックの完了率が(10)で確認した閾値以上となるまで、(11)〜(19)の処理を所定の時間間隔で繰り返す。   The router 232 repeats the processes (11) to (19) at predetermined time intervals until the validation check completion rate is equal to or higher than the threshold value confirmed in (10).

(実施の形態にかかるルータによるバリデーションチェック終了時の処理)
図24は、実施の形態にかかるルータによるバリデーションチェック終了時の処理の一例を示すブロック図である。図24において、図18に示した部分と同様の部分については同一の符号を付して説明を省略する。図24に示す例では、バリデーションチェックの完了率が閾値以上になった場合のルータ232の処理について説明する。
(Processing at the end of validation check by the router according to the embodiment)
FIG. 24 is a block diagram illustrating an example of processing at the end of the validation check by the router according to the embodiment. In FIG. 24, the same parts as those shown in FIG. In the example illustrated in FIG. 24, the processing of the router 232 when the validation check completion rate is equal to or higher than the threshold will be described.

(20)まず、バリデーションチェック部1809は、バリデーションチェックテーブル記憶部1811のバリデーションチェックテーブル820を参照する。 (20) First, the validation check unit 1809 refers to the validation check table 820 in the validation check table storage unit 1811.

(21)そして、バリデーションチェック部1809は、バリデーションチェックテーブル820の内容をARPテーブル記憶部1806のARPテーブル400にコピーする。 (21) Then, the validation check unit 1809 copies the contents of the validation check table 820 to the ARP table 400 of the ARP table storage unit 1806.

(22)また、バリデーションチェック部1809は、インタフェース処理部1803にインタフェース部1801のバリデーションチェック状態を終了させるよう指示を出す。 (22) The validation check unit 1809 instructs the interface processing unit 1803 to end the validation check state of the interface unit 1801.

(23)つぎに、インタフェース処理部1803は、インタフェース部1801のバリデーションチェック状態を終了させる。 (23) Next, the interface processing unit 1803 ends the validation check state of the interface unit 1801.

(24)また、バリデーションチェック部1809は、インタフェース部1801のリンクアップにより得られた経路情報をルーティングテーブル・RIB記憶部1804のRIB1901に登録する。これにより、経路情報が登録されたルーティングテーブル・RIB記憶部1804のRIB1901に基づいて、ルーティングテーブル・RIB記憶部1804のルーティングテーブル1902が更新される。RIB1901に基づくルーティングテーブル1902の更新は、たとえばパケット処理部1808によって実行される。 (24) Also, the validation check unit 1809 registers route information obtained by link-up of the interface unit 1801 in the RIB 1901 of the routing table / RIB storage unit 1804. As a result, the routing table 1902 of the routing table / RIB storage unit 1804 is updated based on the RIB 1901 of the routing table / RIB storage unit 1804 in which the route information is registered. The update of the routing table 1902 based on the RIB 1901 is executed by the packet processing unit 1808, for example.

これにより、他のルータ(たとえば上位ルータ231や上位ネットワーク220のルータ)のルーティングテーブルも更新され、ルータ232と異なるルータがルータ232を使用可能であることを認識する。したがって、たとえば図13に示したように、パケットの伝送経路301が伝送経路230を経由する経路に切り戻る。   As a result, the routing tables of other routers (for example, the upper router 231 and the upper network 220) are also updated, and a router different from the router 232 recognizes that the router 232 can be used. Therefore, for example, as illustrated in FIG. 13, the packet transmission path 301 switches back to the path via the transmission path 230.

(実施の形態にかかるルータのハードウェア構成)
図25は、実施の形態にかかるルータのハードウェア構成の一例を示す図である。ルータ232は、たとえば図25に示すコンピュータ2500により実現することができる。コンピュータ2500は、CPU2501と、メモリ2502と、パケット転送エンジン2504と、ルータ情報管理メモリ2503と、通信インタフェース2505,2506と、を備える。CPU2501、メモリ2502、ルータ情報管理メモリ2503およびパケット転送エンジン2504は、バス線2507により互いに接続されている。パケット転送エンジン2504、通信インタフェース2505,2506は、バス線2508により互いに接続されている。CPUはCentral Processing Unit(中央処理装置)の略である。
(Hardware configuration of the router according to the embodiment)
FIG. 25 is a diagram illustrating an example of a hardware configuration of the router according to the embodiment. The router 232 can be realized, for example, by a computer 2500 shown in FIG. The computer 2500 includes a CPU 2501, a memory 2502, a packet transfer engine 2504, a router information management memory 2503, and communication interfaces 2505 and 2506. The CPU 2501, the memory 2502, the router information management memory 2503, and the packet transfer engine 2504 are connected to each other via a bus line 2507. The packet transfer engine 2504 and the communication interfaces 2505 and 2506 are connected to each other by a bus line 2508. CPU is an abbreviation for Central Processing Unit.

CPU2501は、信号処理を行う回路であり、たとえばコンピュータ2500の全体の制御を司るプロセッサである。メモリ2502は、たとえばRAM(Random Access Memory)である。メモリ2502は、CPU2501のワークエリアとして使用される。   The CPU 2501 is a circuit that performs signal processing, and is a processor that controls the entire computer 2500, for example. The memory 2502 is, for example, a RAM (Random Access Memory). The memory 2502 is used as a work area for the CPU 2501.

ルータ情報管理メモリ2503は、設定情報の管理用のメモリである。また、ルータ情報管理メモリ2503には、コンピュータ2500を動作させる各種のプログラムが記憶されている。ルータ情報管理メモリ2503に記憶されたプログラムは、メモリ2502にロードされてCPU2501によって実行される。ルータ情報管理メモリ2503は、たとえば磁気ディスク、光ディスク、フラッシュメモリなどの不揮発性メモリにより実現することができる。   The router information management memory 2503 is a setting information management memory. The router information management memory 2503 stores various programs that cause the computer 2500 to operate. The program stored in the router information management memory 2503 is loaded into the memory 2502 and executed by the CPU 2501. The router information management memory 2503 can be realized by a non-volatile memory such as a magnetic disk, an optical disk, or a flash memory.

パケット転送エンジン2504は、パケットの転送先の決定等のパケット転送処理を行う回路である。パケット転送エンジン2504は、たとえばASICにより実現することができる。ASICはApplication Specific Integrated Circuitの略である。または、パケット転送エンジン2504を設けずに、ルータ情報管理メモリ2503に記憶されたプログラムをメモリ2502にロードしてCPU2501が実行することによってパケット転送エンジン2504の機能をソフトウェア的に実現してもよい。   The packet transfer engine 2504 is a circuit that performs packet transfer processing such as determination of a packet transfer destination. The packet transfer engine 2504 can be realized by an ASIC, for example. ASIC is an abbreviation for Application Specific Integrated Circuit. Alternatively, the function of the packet transfer engine 2504 may be realized by software by loading the program stored in the router information management memory 2503 into the memory 2502 and executing it by the CPU 2501 without providing the packet transfer engine 2504.

通信インタフェース2505は、上位ルータ231(上位ネットワーク220)との間で通信を行う上位ルータ231向けの通信インタフェースである。通信インタフェース2506は、スイッチ233(ホスト251〜25N)との間で通信を行うスイッチ233向けの通信インタフェースである。通信インタフェース2505,2506は、たとえばパケット転送エンジン2504によって制御される。   The communication interface 2505 is a communication interface for the upper router 231 that performs communication with the upper router 231 (the upper network 220). The communication interface 2506 is a communication interface for the switch 233 that performs communication with the switch 233 (hosts 251 to 25N). The communication interfaces 2505 and 2506 are controlled by the packet transfer engine 2504, for example.

図18等に示したインタフェース部1802は、たとえば通信インタフェース2505により実現することができる。図18等に示したインタフェース部1801は、たとえば通信インタフェース2506により実現することができる。図18等に示したパケット処理部1808は、たとえばパケット転送エンジン2504により実現することができる。図18等に示したバリデーションチェック部1809は、たとえばCPU2501により実現することができる。図18等に示したルーティングテーブル・RIB記憶部1804、BGPテーブル記憶部1805およびARPテーブル記憶部1806は、たとえばメモリ2502により実現することができる。図18等に示したARPテーブルバックアップ記憶部1810およびバリデーションチェックテーブル記憶部1811は、たとえばメモリ2502により実現することができる。図18等に示した設定情報管理部1807は、たとえばルータ情報管理メモリ2503により実現することができる。   The interface unit 1802 shown in FIG. 18 and the like can be realized by the communication interface 2505, for example. The interface unit 1801 shown in FIG. 18 and the like can be realized by the communication interface 2506, for example. The packet processing unit 1808 shown in FIG. 18 and the like can be realized by the packet transfer engine 2504, for example. The validation check unit 1809 shown in FIG. 18 and the like can be realized by the CPU 2501, for example. The routing table / RIB storage unit 1804, the BGP table storage unit 1805, and the ARP table storage unit 1806 shown in FIG. 18 and the like can be realized by the memory 2502, for example. The ARP table backup storage unit 1810 and the validation check table storage unit 1811 illustrated in FIG. 18 and the like can be realized by the memory 2502, for example. The setting information management unit 1807 shown in FIG. 18 and the like can be realized by the router information management memory 2503, for example.

(実施の形態にかかるバリデーションチェックの対象のインタフェース部の設定)
図26は、実施の形態にかかるバリデーションチェックの対象のインタフェース部の設定の一例を示す図である。たとえば、ルータ232のインタフェース部1801をバリデーションチェックの対象とする場合は、図18に示した設定情報管理部1807の設定情報に、たとえば図26に示すコンフィグ2600を登録する。
(Setting of interface part for validation check according to the embodiment)
FIG. 26 is a diagram illustrating an example of setting of an interface unit that is a target of the validation check according to the embodiment. For example, when the interface unit 1801 of the router 232 is a target for validation check, for example, the configuration 2600 shown in FIG. 26 is registered in the setting information of the setting information management unit 1807 shown in FIG.

コンフィグ2600の“interface Ethernet 1/1”は、インタフェース部1801(Eth1/1)を示す。また、コンフィグ2600の“validation check enable”はバリデーションチェックの対象であることを示す。すなわち、コンフィグ2600は、インタフェース部1801がバリデーションチェックの対象であることを示す。   “Interface Ethernet 1/1” in the configuration 2600 indicates the interface unit 1801 (Eth1 / 1). Further, “validation check enable” in the configuration 2600 indicates that it is a target of a validation check. That is, the configuration 2600 indicates that the interface unit 1801 is a target for validation check.

コンフィグ2600の“validation check ARP 25(pps)”は、バリデーションチェック処理におけるARPリクエストの送信のppsレートが25[pps]であることを示す。一例として、所定のppsレートを25[pps]とし、ARPリクエストの送信先のホストが100個である場合は、これらのホストへのARPリクエストの送信が約4秒で完了することになる。   “Validation check ARP 25 (pps)” in the configuration 2600 indicates that the pp rate of transmission of the ARP request in the validation check process is 25 [pps]. As an example, if the predetermined pps rate is 25 [pps] and there are 100 ARP request destination hosts, transmission of the ARP request to these hosts will be completed in about 4 seconds.

コンフィグ2600の“validation check threshold 90(%)”は、上述したバリデーションチェックの完了率の閾値(たとえば図12,図14,図15参照)が90%であることを示す。コンフィグ2600の“validation check retry−interval 5(min)”は、上述した所定時間T(たとえば図14参照)が5分であることを示す。コンフィグ2600の“validation check max−try 3(times)”は、上述したバリデーションチェック処理においてARP未解決のホストにARPリクエストをユニキャストで送信する処理を繰り返す回数が3回であることを示す。   The “validation check threshold 90 (%)” of the configuration 2600 indicates that the threshold value of the above-described validation check completion rate (for example, see FIGS. 12, 14, and 15) is 90%. “Validation check retry-interval 5 (min)” in the configuration 2600 indicates that the predetermined time T (see, for example, FIG. 14) described above is 5 minutes. “Validation check max-try 3 (times)” of the configuration 2600 indicates that the number of times of repeating the process of transmitting the ARP request to the ARP unresolved host by unicast in the above-described validation check process is three.

(実施の形態にかかるバリデーションチェックの対象外のインタフェース部の設定)
図27は、実施の形態にかかるバリデーションチェックの対象外のインタフェース部の設定の一例を示す図である。たとえば、ルータ232のインタフェース部1802をバリデーションチェックの対象外とする場合は、図18に示した設定情報管理部1807の設定情報に、たとえば図27に示すコンフィグ2700を登録する。
(Setting of interface part not subject to validation check according to the embodiment)
FIG. 27 is a diagram illustrating an example of setting of an interface unit that is not a target of the validation check according to the embodiment. For example, when the interface unit 1802 of the router 232 is excluded from the validation check, for example, the configuration 2700 shown in FIG. 27 is registered in the setting information of the setting information management unit 1807 shown in FIG.

コンフィグ2700の“interface Ethernet 1/2”は、インタフェース部1802(Eth1/2)を示す。また、コンフィグ2700の“validation check disable”はバリデーションチェックの対象外であることを示す。すなわち、コンフィグ2700は、インタフェース部1802がバリデーションチェックの対象外であることを示す。   “Interface Ethernet 1/2” in the configuration 2700 indicates the interface unit 1802 (Eth1 / 2). In addition, “validation check disable” in the configuration 2700 indicates that the validation check is not performed. That is, the configuration 2700 indicates that the interface unit 1802 is not subject to validation check.

このように、実施の形態にかかるルータ232によれば、通信に障害501が発生してパケットの伝送経路301が自装置を経由しない経路に切り替わり、ARPテーブルのバックアップとBGPテーブルとに基づいてARPテーブルを更新することができる。これにより、切り戻りの時間を短縮することができる。また、ルータ232によれば、ARPテーブルのバックアップとBGPテーブルとに基づいてARPテーブルを更新した後に、パケットの伝送経路301を自装置を経由する経路に切り戻す制御を行うことができる。これにより、通信が障害501から復旧した後、ARPテーブルに他装置のIPアドレスとMACアドレスとの対応情報がない状態でパケットの伝送経路301が切り戻ることを回避することができる。このため、障害501からの復旧に伴う伝送経路301の切り戻り時のルータ232におけるパケット破棄を抑制し、切り戻りの時間を短縮することができる。   As described above, according to the router 232 according to the embodiment, a communication failure 501 occurs and the packet transmission path 301 is switched to a path that does not pass through the own apparatus, and the ARP is based on the backup of the ARP table and the BGP table. The table can be updated. Thereby, the time for switching back can be shortened. Also, the router 232 can perform control to switch the packet transmission path 301 back to the path via the own apparatus after updating the ARP table based on the backup of the ARP table and the BGP table. As a result, after the communication is recovered from the failure 501, it is possible to prevent the packet transmission path 301 from being switched back when there is no correspondence information between the IP address and the MAC address of the other device in the ARP table. For this reason, it is possible to suppress packet discard in the router 232 when switching the transmission path 301 due to recovery from the failure 501, and to shorten the switching time.

図1に示したパケット転送装置110をルータ232に適用する構成について説明したが、パケット転送装置110は、ルータ232に限らず、ルータ242、上位ルータ231,241、または伝送経路230に含まれるルータに適用することもできる。また、パケット転送装置110は、ルータに限らずL3スイッチに適用することもできる。   The configuration in which the packet transfer apparatus 110 illustrated in FIG. 1 is applied to the router 232 has been described. However, the packet transfer apparatus 110 is not limited to the router 232, and the router 242, the upper routers 231 and 241, or the router included in the transmission path 230. It can also be applied to. Further, the packet transfer apparatus 110 can be applied not only to a router but also to an L3 switch.

以上説明したように、パケット転送装置、パケット転送システム、パケット転送プログラムおよびパケット転送方法によれば、障害復旧に伴う経路の切り戻り時のパケット破棄を抑制し、切り戻りの時間を短縮することができる。   As described above, according to the packet transfer apparatus, the packet transfer system, the packet transfer program, and the packet transfer method, it is possible to suppress the packet discard at the time of switching the route due to the failure recovery and to shorten the switching time. it can.

たとえば、現在、多く利用されているIPデータ通信ネットワークは、ルータやスイッチ等に代表されるネットワーク通信装置を基に構成される。特にルータ機能を持つ装置は、保持するIPネットワークの経路情報をルーティングプロトコルであるBGP等を用いて対向ルータに通知する。これにより、サーバやPC端末等のIP通信の疎通が確保される。PCはPersonal Computerの略である。   For example, currently widely used IP data communication networks are configured based on network communication devices represented by routers and switches. In particular, a device having a router function notifies the opposite router of the route information of the held IP network using BGP or the like as a routing protocol. Thereby, communication of IP communication, such as a server and a PC terminal, is ensured. PC is an abbreviation for Personal Computer.

大規模なIPデータ通信ネットワークや通信キャリアが運用する基幹通信ネットワークにおいては、各ネットワーク機器が物理または論理的に冗長化されている場合が多い。たとえば、ネットワーク機器や通信回線に障害が発生した場合は、冗長化した別の迂回経路を使用して、通信が継続されるよう構成されている。たとえば通信キャリアにおいては障害発生時の経路切り替えが1秒以内であることがSLAで定められている。SLAはService Level Agreementの略であり、サービスを提供する事業者とその利用者の間で結ばれるサービスのレベルである。   In a large-scale IP data communication network and a backbone communication network operated by a communication carrier, each network device is often made redundant physically or logically. For example, when a failure occurs in a network device or a communication line, communication is continued using another redundant detour path. For example, in a communication carrier, it is determined by the SLA that path switching when a failure occurs is within one second. SLA is an abbreviation for Service Level Agreement, and is a level of service linked between a service provider and its users.

近年、通信事業者などの大規模ネットワークにおいては、ネットワークの共通化や仮想化が進められている。ネットワークの共通化は、各システムが専用のネットワークを有する形態から、複数のシステムが共通のネットワークに収容される形態への移行である。仮想化は、少数の高性能な専用サーバを使用する形態から、多数の汎用サーバを使用する形態への移行である。   In recent years, in large-scale networks such as telecommunications carriers, network sharing and virtualization have been promoted. Network commonization is a transition from a form in which each system has a dedicated network to a form in which a plurality of systems are accommodated in a common network. Virtualization is a transition from a form that uses a small number of high-performance dedicated servers to a form that uses a large number of general-purpose servers.

このようなネットワークの共通化や仮想化において、ルータやL3スイッチなどの1つのネットワーク機器に接続されるホストの数が増大している。ルータやL3スイッチなどのネットワーク機器でリンクダウンを伴う障害が発生し、その障害から復旧すると、障害から復旧したネットワーク機器は、自装置の配下にある各ホストへARPリクエストを送出する。   In such network sharing and virtualization, the number of hosts connected to one network device such as a router or an L3 switch is increasing. When a failure accompanied by a link down occurs in a network device such as a router or an L3 switch, and the network device recovers from the failure, the network device recovered from the failure sends an ARP request to each host under its own device.

そして、ARPリクエストに対してホストから送信されたARPリプライを受信することによりARP解決が完了し、IPアドレスと紐づいたMACアドレスがARPテーブルに登録される。リンクアップを契機に経路情報がRIBに登録され、他ルータ等に通知が行くため、ARP解決の完了前でも復旧したネットワーク機器が他ルータ等から経路として認識される場合がある。   Then, by receiving the ARP reply transmitted from the host in response to the ARP request, the ARP resolution is completed, and the MAC address associated with the IP address is registered in the ARP table. Since the route information is registered in the RIB and notified to another router or the like when the link is up, the recovered network device may be recognized as a route from the other router or the like even before the completion of the ARP resolution.

このため、ARP解決の完了していないホスト宛てのパケットが復旧したネットワーク機器に届き、そのパケットが破棄されてしまう場合がある。このように、障害から復旧したネットワーク機器においては、配下の各ホストについてARP解決が完了するまでは、通信断の状態のホストが存在する。そして、たとえば1秒以内にすべてのホストについてのARP解決が完了しなければ、1秒以上の通信断が発生することになる。   For this reason, a packet addressed to a host for which ARP resolution has not been completed reaches the recovered network device, and the packet may be discarded. As described above, in the network device recovered from the failure, there is a host in a communication cut-off state until the ARP resolution is completed for each subordinate host. For example, if ARP resolution for all the hosts is not completed within 1 second, a communication disconnection of 1 second or more occurs.

また、通常、ルータ等のネットワーク機器においては、ルータのCPU保護の観点から、ARPの処理で使えるCPUリソースの上限が定められている(ポリシング)。このため、たとえばネットワーク機器の配下のホストが多くなると、ARPの処理に使用できるCPUリソースの上限に達し、長時間の通信断が発生しやすくなる。一般的な通信事業者においては1秒以上の通信断はSLAを超える通信断である。   In general, in a network device such as a router, an upper limit of CPU resources that can be used for ARP processing is determined from the viewpoint of router CPU protection (policing). For this reason, for example, when the number of hosts under the network device increases, the upper limit of CPU resources that can be used for ARP processing is reached, and long-time communication disconnection is likely to occur. In a general communication carrier, a communication disconnection of 1 second or more is a communication disconnection exceeding the SLA.

これに対して、たとえば、ARPの処理について、ポリシングによるCPUリソースの制限をなくす方法が考えられる。しかしながら、ルータのCPUはARPの処理以外にも様々な処理を担っており、CPUリソースがすべてARPの処理に使われてしまうと、CPUによる処理を要するルータの機能が使用できなくなる。また、この方法では、ルータの配下のホストがさらに増えた場合は、CPUの処理能力の限界がボトルネックとなり、ARPリクエストを送信できない、ARPリプライを受信できない、ARPテーブルに登録できないなどの問題が発生し得る。   On the other hand, for example, for ARP processing, a method of eliminating the limitation of CPU resources due to policing can be considered. However, the CPU of the router is responsible for various processes in addition to the ARP process. If all the CPU resources are used for the ARP process, the router function requiring the process by the CPU cannot be used. In addition, with this method, when the number of hosts under the router further increases, the limit of the CPU processing capacity becomes a bottleneck, causing problems such as inability to send ARP requests, inability to receive ARP replies, and inability to register in the ARP table. Can occur.

また、他の方法として、リンクアップを契機に上位側のポートの転送を停止(shutdown)し、配下の全ホストにpingを打って強制的にARP解決させ、その後に上位側のポートの転送を再開(no shutdown)する方法が考えられる。   As another method, when the link up occurs, transfer of the upper port is shut down, and all the subordinate hosts are pinged to force ARP resolution, and then transfer of the upper port is performed. A method of restarting (no shutdown) is conceivable.

しかしながら、この方法では、pingの送信数が多くなり効率的でないという問題がある。たとえば、ルータの配下に192.168.0.1〜192.168.0.100(サブネットマスク:/24)の100台のホストがあるとする。実運用上、この192.168.0.0/24のネットワークアドレスのうちどのIPアドレスが実際にホストに割り当てられているかを確認してpingを打つことは現実的でなく、253個すべてのIPアドレスにpingを打つ方法が考えられる。このように多くのホストにpingを送信するとネットワークの帯域を消費することになり、サービスに影響が出る可能性がある。また、たとえば100個しかホストがないのに254個の宛先にpingを送信することになる。   However, this method has a problem that the number of ping transmissions increases and is not efficient. For example, it is assumed that there are 100 hosts of 192.168.0.1 to 192.168.0.100 (subnet mask: / 24) under the router. In actual operation, it is not practical to check which IP address of the 192.168.0.0/24 network address is actually assigned to the host and hit the ping. A method of pinging the address is conceivable. If pings are sent to many hosts in this way, network bandwidth is consumed, which may affect the service. For example, even if there are only 100 hosts, a ping is transmitted to 254 destinations.

また、上位側のポートの転送を停止すると、障害の起きていない他のポートの配下のホストも全断となってしまう。また、ルータの配下のスイッチが物理スイッチではなく仮想スイッチであり、各仮想スイッチが多数のホストを収容している場合は、仮想スイッチでは処理しきれない可能性がある。また、各仮想スイッチからブロードキャストが転送されるため、多くの帯域を消費することになる。   In addition, if the transfer of the higher-order port is stopped, the hosts under other ports where no failure has occurred are also completely disconnected. In addition, when the switches under the router are not physical switches but virtual switches, and each virtual switch accommodates a large number of hosts, the virtual switch may not be able to process. In addition, since a broadcast is transferred from each virtual switch, a large amount of bandwidth is consumed.

また、他の方法として、リンクアップしてから一定の待機時間の後にRIBへの経路登録を行うシーケンスにする方法が考えられる。しかしながら、この方法では、ルータの配下の全ホストのARP解決が完了するようにリンクアップ後の待機時間を設定することを要するが、各ホストのARP解決に要する時間を見積もることは困難である。また、ルータの配下のホストが増加すると、設定した待機時間内に全ホストのARP解決が完了しなくなることが考えられる。   As another method, a method of registering a route to the RIB after a certain waiting time after link-up is considered. However, with this method, it is necessary to set a waiting time after link-up so that the ARP resolution of all hosts under the router is completed, but it is difficult to estimate the time required for the ARP resolution of each host. Further, when the number of hosts under the router increases, it is considered that the ARP resolution of all the hosts is not completed within the set waiting time.

また、他の方法として、障害復旧時に、ARPテーブルのバックアップにて一時的に転送処理を開始する方法が考えられる。しかしながら、この方法では、ARPテーブルのバックアップの最終更新後に変更があったホストに対してのパケットを転送することができず、パケット破棄が生じる。   As another method, a method of temporarily starting transfer processing with backup of the ARP table at the time of failure recovery can be considered. However, in this method, a packet cannot be transferred to a host that has changed after the last update of the backup of the ARP table, and packet discard occurs.

これに対して、上述した実施の形態によれば、リンクアップ後にバリデーションチェック処理を行い、ARPテーブルの正常性が確認できてからRIBに経路情報を登録することができる。これにより、ARP解決が完了していないルータに経路が切り戻ることを回避し、通信断を抑制することができる。   On the other hand, according to the above-described embodiment, it is possible to register the route information in the RIB after performing the validation check process after linking up and confirming the normality of the ARP table. As a result, it is possible to prevent the route from being switched back to the router for which ARP resolution has not been completed, and to suppress communication disconnection.

また、ポリシングによるCPUリソースの制限をなくさなくても通信断を抑制することができる。また、リンクアップを契機に上位側のポートの転送を停止させなくても通信断を抑制することができるため、障害の起きていない他のポートの配下のホストも断になることを回避することができる。また、配下の全ホストにpingを打たなくてもARP解決できるため、ネットワークへの負荷を抑制することができる。各ホストのARP解決に要する時間を事前に見積もらなくても通信断を抑制することができる。また、ARPテーブルのバックアップの最終更新後に変更があったホストに対してのパケットについても破棄せずに転送することができる。   Further, communication disconnection can be suppressed without removing the CPU resource limitation due to policing. In addition, it is possible to suppress the disconnection of communication without stopping the transfer of the higher-order port at the time of link up. Therefore, avoiding the disconnection of the hosts under other ports that have not failed. Can do. Moreover, since ARP can be resolved without pinging all the subordinate hosts, the load on the network can be suppressed. Communication interruption can be suppressed without estimating in advance the time required for ARP resolution of each host. Further, a packet for a host that has been changed after the last update of the ARP table backup can be transferred without being discarded.

なお、本実施の形態で説明したパケット転送方法は、たとえば、予め用意されたプログラムをパーソナル・コンピュータやワークステーション等のコンピュータで実行することにより実現することができる。このプログラムは、ハードディスク、フレキシブルディスク、CD−ROM、DVD等のコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。CD−ROMはCompact Disc−Read Only Memoryの略である。DVDはDigital Versatile Discの略である。またこのプログラムは、インターネット等のネットワークを介して配布されてもよい。   Note that the packet transfer method described in the present embodiment can be realized, for example, by executing a program prepared in advance on a computer such as a personal computer or a workstation. This program is recorded on a computer-readable recording medium such as a hard disk, a flexible disk, a CD-ROM, or a DVD, and is executed by being read from the recording medium by the computer. CD-ROM is an abbreviation for Compact Disc-Read Only Memory. DVD is an abbreviation for Digital Versatile Disc. The program may be distributed via a network such as the Internet.

または、本実施の形態で説明したパケット転送方法は、たとえば、ルータ(たとえばルータ232,242)のOS(Operating System:オペレーティングシステム)に搭載された機能として実現することができる。または、本実施の形態で説明したパケット転送方法は、追加のライセンス購入等により、記憶媒体やネットワークを経由してルータ(たとえばルータ232,242)に対して追加される機能として実現することができる。   Alternatively, the packet transfer method described in the present embodiment can be realized as a function mounted on an OS (Operating System) of a router (for example, routers 232 and 242). Alternatively, the packet transfer method described in the present embodiment can be realized as a function added to a router (for example, routers 232 and 242) via a storage medium or a network by purchasing an additional license or the like. .

上述した各実施の形態に関し、さらに以下の付記を開示する。   The following additional notes are disclosed with respect to the above-described embodiments.

(付記1)ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行う通信部と、
自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う制御部と、
を備えることを特徴とするパケット転送装置。
(Appendix 1) A communication unit that performs communication including packet transfer based on correspondence information between an address of the network layer and an address of the data link layer;
When a failure occurs in the communication that passes through the own device, the transmission path of the packet is switched to a route that does not pass through the own device, and when the communication that passes through the own device recovers from the failure, the failure before the failure occurs A controller that performs control to switch back the transmission path of the packet to a path that passes through the own apparatus after updating the correspondence information based on the backup of the correspondence information and the path information received from another packet transfer apparatus; ,
A packet transfer apparatus comprising:

(付記2)前記他のパケット転送装置から受信した経路情報は、BGP(Border Gateway Protocol)により前記他のパケット転送装置から受信した経路情報であることを特徴とする付記1に記載のパケット転送装置。 (Supplementary note 2) The packet transfer device according to supplementary note 1, wherein the route information received from the other packet transfer device is route information received from the other packet transfer device by BGP (Border Gateway Protocol) .

(付記3)前記制御部は、前記バックアップと前記経路情報とに基づく、ネットワーク層のアドレスとデータリンク層のアドレスとの組み合わせについて、前記組み合わせのネットワーク層のアドレスに対応するデータリンク層のアドレスを問い合わせる第1信号を、前記組み合わせのネットワーク層のアドレスおよび前記組み合わせのデータリンク層のアドレスを宛先にしてユニキャストで送信し、前記第1信号に応じて送信される第2信号を受信し、受信した前記第2信号に基づいて前記対応情報を更新することを特徴とする付記1または2に記載のパケット転送装置。 (Supplementary Note 3) For the combination of the network layer address and the data link layer address based on the backup and the path information, the control unit sets the data link layer address corresponding to the network layer address of the combination. The first signal to be inquired is transmitted by unicast with the address of the network layer of the combination and the address of the data link layer of the combination as destinations, and the second signal transmitted in response to the first signal is received and received The packet transfer apparatus according to appendix 1 or 2, wherein the correspondence information is updated based on the second signal.

(付記4)前記第1信号はARPリクエストであり、
前記第2信号はARPリプライである、
ことを特徴とする付記3に記載のパケット転送装置。
(Appendix 4) The first signal is an ARP request,
The second signal is an ARP reply;
The packet transfer apparatus according to Supplementary Note 3, wherein

(付記5)前記制御部は、他の通信装置についての前記組み合わせのそれぞれについて前記第1信号を送信し、前記対応情報を、前記他の通信装置のうち前記第2信号を受信した通信装置の前記組み合わせを含み、前記他の通信装置のうち前記第2信号を受信しなかった通信装置の前記組み合わせを含まないように前記対応情報を更新することを特徴とする付記3または4に記載のパケット転送装置。 (Additional remark 5) The said control part transmits the said 1st signal about each of the said combination about another communication apparatus, The said correspondence information of the communication apparatus which received the said 2nd signal among the said other communication apparatuses The packet according to appendix 3 or 4, wherein the correspondence information is updated so as not to include the combination of communication devices that include the combination and that have not received the second signal among the other communication devices. Transfer device.

(付記6)前記制御部は、他の通信装置のうち前記第2信号を受信していない通信装置についての前記組み合わせのそれぞれについて前記第1信号を送信する処理を複数回行うことを特徴とする付記3〜5のいずれか一つに記載のパケット転送装置。 (Additional remark 6) The said control part performs the process which transmits a said 1st signal about each of the said combination about the communication apparatus which has not received the said 2nd signal among other communication apparatuses, It is characterized by the above-mentioned. The packet transfer device according to any one of appendices 3 to 5.

(付記7)前記通信部は、前記ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報と、他のパケット転送装置から受信した経路情報に基づくネットワーク層のアドレスと転送先との対応情報と、に基づいて前記パケットの転送を行い、
前記制御部は、自装置を経由する前記通信が前記障害から復旧した後の前記ネットワーク層のアドレスと転送先との対応情報に関する情報を他のパケット転送装置に送信することにより前記制御を行う、
ことを特徴とする付記1〜6のいずれか一つに記載のパケット転送装置。
(Supplementary Note 7) The communication unit includes correspondence information between the network layer address and the data link layer address, correspondence information between the network layer address and the transfer destination based on the path information received from another packet transfer device, and And forwarding the packet based on
The control unit performs the control by transmitting information on correspondence information between the network layer address and the transfer destination after the communication via the own device is recovered from the failure, to another packet transfer device.
The packet transfer device according to any one of Supplementary notes 1 to 6, wherein:

(付記8)前記ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報はARP(Address Resolution Protocol:アドレス解決プロトコル)テーブルであり、
前記ネットワーク層のアドレスと転送先との対応情報はRIB(Routing Information Base:ルーティング情報ベース)である、
ことを特徴とする付記7に記載のパケット転送装置。
(Supplementary Note 8) The correspondence information between the network layer address and the data link layer address is an ARP (Address Resolution Protocol) table,
The correspondence information between the network layer address and the transfer destination is RIB (Routing Information Base).
Item 8. The packet transfer apparatus according to appendix 7, wherein

(付記9)ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行い、自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う第1パケット転送装置と、
前記第1パケット転送装置の前記通信に障害が発生した場合に前記パケットの転送を行う第2パケット転送装置と、
を含むことを特徴とするパケット転送システム。
(Supplementary Note 9) Communication including transfer of a packet based on correspondence information between an address of the network layer and an address of the data link layer is performed, a failure occurs in the communication via the own device, and the transmission path of the packet is When the communication via its own device is recovered from the failure, based on the backup of the correspondence information before the failure occurs and the route information received from another packet transfer device A first packet transfer device that performs control to switch back the transmission route of the packet to a route that passes through the device after updating the correspondence information;
A second packet transfer device for transferring the packet when a failure occurs in the communication of the first packet transfer device;
A packet transfer system comprising:

(付記10)コンピュータに、
ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行い、
自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う、
処理を実行させることを特徴とするパケット転送プログラム。
(Appendix 10)
Perform communication including packet transfer based on correspondence information between network layer address and data link layer address,
When a failure occurs in the communication that passes through the own device, the transmission path of the packet is switched to a route that does not pass through the own device, and when the communication that passes through the own device recovers from the failure, the failure before the failure occurs After updating the correspondence information based on the backup of the correspondence information and the route information received from another packet transfer device, control to switch back the transmission route of the packet to the route via the own device,
A packet transfer program for executing a process.

(付記11)パケット転送装置が、
ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行い、
自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う、
ことを特徴とするパケット転送方法。
(Supplementary Note 11) The packet transfer apparatus is
Perform communication including packet transfer based on correspondence information between network layer address and data link layer address,
When a failure occurs in the communication that passes through the own device, the transmission path of the packet is switched to a route that does not pass through the own device, and when the communication that passes through the own device recovers from the failure, the failure before the failure occurs After updating the correspondence information based on the backup of the correspondence information and the route information received from another packet transfer device, control to switch back the transmission route of the packet to the route via the own device,
And a packet transfer method.

100 パケット転送システム
101,102 通信装置
110,120,130 パケット転送装置
111 通信部
112 制御部
200 IPデータ通信ネットワーク
210 リモートホスト
220 上位ネットワーク
230,240,301 伝送経路
231,241 上位ルータ
232,242 ルータ
233,243 スイッチ
251〜25N ホスト
260 Syslogサーバ
261 運用者
400 ARPテーブル
501 障害
810 ARPテーブルバックアップ
820 バリデーションチェックテーブル
910 BGPテーブル
1201 完了率
1801,1802 インタフェース部
1803 インタフェース処理部
1804 ルーティングテーブル・RIB記憶部
1805 BGPテーブル記憶部
1806 ARPテーブル記憶部
1807 設定情報管理部
1808 パケット処理部
1809 バリデーションチェック部
1810 ARPテーブルバックアップ記憶部
1811 バリデーションチェックテーブル記憶部
1901 RIB
1902 ルーティングテーブル
2500 コンピュータ
2501 CPU
2502 メモリ
2503 ルータ情報管理メモリ
2504 パケット転送エンジン
2505,2506 通信インタフェース
2507,2508 バス線
2600,2700 コンフィグ
DESCRIPTION OF SYMBOLS 100 Packet transfer system 101,102 Communication apparatus 110,120,130 Packet transfer apparatus 111 Communication part 112 Control part 200 IP data communication network 210 Remote host 220 Upper network 230,240,301 Transmission path 231,241 Upper router 232,242 Router 233, 243 switch 251-25N host 260 Syslog server 261 operator 400 ARP table 501 failure 810 ARP table backup 820 validation check table 910 BGP table 1201 completion rate 1801, 1802 interface unit 1803 interface processing unit 1804 routing table / RIB storage unit 1805 BGP table storage unit 1806 ARP table storage unit 18 07 Setting information management unit 1808 Packet processing unit 1809 Validation check unit 1810 ARP table backup storage unit 1811 Validation check table storage unit 1901 RIB
1902 Routing Table 2500 Computer 2501 CPU
2502 Memory 2503 Router information management memory 2504 Packet transfer engine 2505 2506 Communication interface 2507 2508 Bus line 2600 2700 Config

Claims (6)

ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行う通信部と、
自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う制御部と、
を備えることを特徴とするパケット転送装置。
A communication unit that performs communication including packet transfer based on correspondence information between the address of the network layer and the address of the data link layer;
When a failure occurs in the communication that passes through the own device, the transmission path of the packet is switched to a route that does not pass through the own device, and when the communication that passes through the own device recovers from the failure, the failure before the failure occurs A controller that performs control to switch back the transmission path of the packet to a path that passes through the own apparatus after updating the correspondence information based on the backup of the correspondence information and the path information received from another packet transfer apparatus; ,
A packet transfer apparatus comprising:
前記制御部は、前記バックアップと前記経路情報とに基づく、ネットワーク層のアドレスとデータリンク層のアドレスとの組み合わせについて、前記組み合わせのネットワーク層のアドレスに対応するデータリンク層のアドレスを問い合わせる第1信号を、前記組み合わせのネットワーク層のアドレスおよび前記組み合わせのデータリンク層のアドレスを宛先にしてユニキャストで送信し、前記第1信号に応じて送信される第2信号を受信し、受信した前記第2信号に基づいて前記対応情報を更新することを特徴とする請求項1に記載のパケット転送装置。   The control unit, for a combination of a network layer address and a data link layer address based on the backup and the routing information, a first signal for inquiring a data link layer address corresponding to the network layer address of the combination Is transmitted by unicast with the address of the network layer of the combination and the address of the data link layer of the combination as destinations, and receives the second signal transmitted in response to the first signal, and receives the second received The packet transfer apparatus according to claim 1, wherein the correspondence information is updated based on a signal. 前記通信部は、前記ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報と、他のパケット転送装置から受信した経路情報に基づくネットワーク層のアドレスと転送先との対応情報と、に基づいて前記パケットの転送を行い、
前記制御部は、自装置を経由する前記通信が前記障害から復旧した後の前記ネットワーク層のアドレスと転送先との対応情報に関する情報を他のパケット転送装置に送信することにより前記制御を行う、
ことを特徴とする請求項1または2に記載のパケット転送装置。
The communication unit is based on correspondence information between the network layer address and the data link layer address, and correspondence information between the network layer address and the transfer destination based on the path information received from another packet transfer device. Forwarding the packet,
The control unit performs the control by transmitting information on correspondence information between the network layer address and the transfer destination after the communication via the own device is recovered from the failure, to another packet transfer device.
The packet transfer apparatus according to claim 1, wherein the packet transfer apparatus is a packet transfer apparatus.
ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行い、自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う第1パケット転送装置と、
前記第1パケット転送装置の前記通信に障害が発生した場合に前記パケットの転送を行う第2パケット転送装置と、
を含むことを特徴とするパケット転送システム。
A route in which communication including packet transfer based on correspondence information between the address of the network layer and the address of the data link layer is performed, and the transmission route of the packet does not pass through the device due to a failure in the communication through the device. When the communication via its own device recovers from the failure, the correspondence information is changed based on the backup of the correspondence information before the failure occurs and the path information received from another packet transfer device. A first packet transfer device that performs control to switch back the packet transmission route to a route that passes through the device after the update;
A second packet transfer device for transferring the packet when a failure occurs in the communication of the first packet transfer device;
A packet transfer system comprising:
コンピュータに、
ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行い、
自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う、
処理を実行させることを特徴とするパケット転送プログラム。
On the computer,
Perform communication including packet transfer based on correspondence information between network layer address and data link layer address,
When a failure occurs in the communication that passes through the own device, the transmission path of the packet is switched to a route that does not pass through the own device, and when the communication that passes through the own device recovers from the failure, the failure before the failure occurs After updating the correspondence information based on the backup of the correspondence information and the route information received from another packet transfer device, control to switch back the transmission route of the packet to the route via the own device,
A packet transfer program for executing a process.
パケット転送装置が、
ネットワーク層のアドレスとデータリンク層のアドレスとの対応情報に基づくパケットの転送を含む通信を行い、
自装置を経由する前記通信に障害が発生して前記パケットの伝送経路が自装置を経由しない経路に切り替わり、自装置を経由する前記通信が前記障害から復旧すると、前記障害が発生する前の前記対応情報のバックアップと、他のパケット転送装置から受信した経路情報と、に基づいて前記対応情報を更新した後に、前記パケットの伝送経路を自装置を経由する経路に切り戻す制御を行う、
ことを特徴とするパケット転送方法。
The packet transfer device
Perform communication including packet transfer based on correspondence information between network layer address and data link layer address,
When a failure occurs in the communication that passes through the own device, the transmission path of the packet is switched to a route that does not pass through the own device, and when the communication that passes through the own device recovers from the failure, the failure before the failure occurs After updating the correspondence information based on the backup of the correspondence information and the route information received from another packet transfer device, control to switch back the transmission route of the packet to the route via the own device,
And a packet transfer method.
JP2018040789A 2018-03-07 2018-03-07 Packet transfer device, packet transfer system, packet transfer program, and packet transfer method Pending JP2019161257A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018040789A JP2019161257A (en) 2018-03-07 2018-03-07 Packet transfer device, packet transfer system, packet transfer program, and packet transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018040789A JP2019161257A (en) 2018-03-07 2018-03-07 Packet transfer device, packet transfer system, packet transfer program, and packet transfer method

Publications (1)

Publication Number Publication Date
JP2019161257A true JP2019161257A (en) 2019-09-19

Family

ID=67992680

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018040789A Pending JP2019161257A (en) 2018-03-07 2018-03-07 Packet transfer device, packet transfer system, packet transfer program, and packet transfer method

Country Status (1)

Country Link
JP (1) JP2019161257A (en)

Similar Documents

Publication Publication Date Title
EP3525405B1 (en) Packet sending method and network device
JP4680919B2 (en) Redundant routing capabilities for network node clusters
US9219641B2 (en) Performing failover in a redundancy group
US9019814B1 (en) Fast failover in multi-homed ethernet virtual private networks
US9521070B2 (en) Apparatus, information processing method and information processing system
WO2009089784A1 (en) Method?system and equipment for accessing network device to packet exchange network
US8891358B2 (en) Method for application broadcast forwarding for routers running redundancy protocols
CN107911291B (en) VRRP router switching method, router, VRRP active-standby switch system and storage medium
JP6079426B2 (en) Information processing system, method, apparatus, and program
US7760652B2 (en) Methods and apparatus for improved failure recovery of intermediate systems
JP7306642B2 (en) Loop avoidance communication method, loop avoidance communication device and loop avoidance communication system
CN113472646B (en) Data transmission method, node, network manager and system
WO2020057445A1 (en) Communication system, method, and device
US20230111966A1 (en) Ethernet storage system, and information notification method and related apparatus thereof
JP6299745B2 (en) COMMUNICATION SYSTEM, CONTROL DEVICE, COMMUNICATION METHOD, AND PROGRAM
WO2013104279A1 (en) Method and device for setting cvlan in trill network
US20150334019A1 (en) Routing control method and non-transitory computer-readable recording medium storing routing control program
CN101277262B (en) Method for restarting virtual router redundancy protocol and router
WO2020181733A1 (en) Vpc-based multi-data center intercommunication method and related device
JP4133738B2 (en) High-speed network address takeover method, network device, and program
JP2019161257A (en) Packet transfer device, packet transfer system, packet transfer program, and packet transfer method
CN113630444A (en) Cluster working method and device based on open virtual network
WO2018223991A1 (en) Method and system for switching between active bng and standby bng, and bng
JPH10224378A (en) Client server system and its control method
JP2017022579A (en) Communication system, communication node and substitution processing method for communication system