WO2022254714A1 - 通信装置、通信方法およびプログラム - Google Patents

通信装置、通信方法およびプログラム Download PDF

Info

Publication number
WO2022254714A1
WO2022254714A1 PCT/JP2021/021431 JP2021021431W WO2022254714A1 WO 2022254714 A1 WO2022254714 A1 WO 2022254714A1 JP 2021021431 W JP2021021431 W JP 2021021431W WO 2022254714 A1 WO2022254714 A1 WO 2022254714A1
Authority
WO
WIPO (PCT)
Prior art keywords
multihoming
communication
weight reference
reference value
communication devices
Prior art date
Application number
PCT/JP2021/021431
Other languages
English (en)
French (fr)
Inventor
友哉 小杉
慎一 吉原
章弘 森田
Original Assignee
日本電信電話株式会社
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 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to JP2023525330A priority Critical patent/JPWO2022254714A1/ja
Priority to PCT/JP2021/021431 priority patent/WO2022254714A1/ja
Publication of WO2022254714A1 publication Critical patent/WO2022254714A1/ja

Links

Images

Definitions

  • the present disclosure relates to communication devices, communication methods, and programs.
  • EVPN Ethernet Virtual Private Network
  • Non-Patent Document 1 for the purpose of improving the availability of PE (Provider Edge), which is a provider's communication device connected to CE (Customer Edge), which is a customer's communication device, a plurality of EVPM Multihoming (simply referred to as “Multihoming” hereinafter) that PEs connect to is defined.
  • PE Provide Edge
  • CE Customer Edge
  • ES Error Network Segment
  • ESI ES Identifier
  • Non-Patent Document 1 one PE is selected as a DF (Designated Forwarder) in ESI units, only the DF transfers BUM (Broadcast, Unknown unicast, Multicast) traffic to the CE, and other PEs (non- DF) does not forward (drop) BUM traffic to CE. By doing so, even if one CE is connected to a plurality of PEs, the occurrence of a broadcast storm (loop failure) is prevented. Also, in Non-Patent Document 2, a non-DF that becomes a new DF when a DF fails is defined as a BDF (Backup DF).
  • BDF Backup DF
  • a PE compliant with Non-Patent Document 1 sets Layer2 VPN (25) to Address family Identifier of MP-BGP (Multi-protocol Border Gateway Protocol) when ESI is set in its own device, and sets Subsequent Address family Identifier , set Ethernet Segment Route (4) in the Route type of the Network Layer Reachability information field, and describe the ESI set in the own device, the IP address set in the own device, etc. and send it to the communication network.
  • Layer2 VPN 2-5 to Address family Identifier of MP-BGP (Multi-protocol Border Gateway Protocol) when ESI is set in its own device, and sets Subsequent Address family Identifier , set Ethernet Segment Route (4) in the Route type of the Network Layer Reachability information field, and describe the ESI set in the own device, the IP address set in the own device, etc. and send it to the communication network.
  • MP-BGP Multi-protocol Border Gateway Protocol
  • a PE connected to a communication network has the same ESI set in its own device and the ESI notified by MP-BGP EVPN Route type4, and discovers the IP address of a new PE belonging to that ESI.
  • start the election of the DF Specifically, the PE waits for a predetermined time (Discovery Timer) for notification of MP-BGP EVPN Route type4 from other PEs in the communication network.
  • the PE creates a list of IP addresses for each ESI after the Discovery Timer expires.
  • the PE creates a list by arranging the IP addresses of the plurality of PEs belonging to the ESI in ascending order, with 0 being the smallest IP address.
  • the PE obtains the remainder i obtained by dividing the EVI with the smallest value among the EVIs belonging to the ES by the number of PEs participating in the ES (modulo operation), and obtains the i-th Elect PE as DF.
  • Non-Patent Document 2 describes a method of selecting DF and BDF.
  • variables such as random functions include ESI, Ethernet Tag (in VLAN-Aware Bundle Service Interface, which is one of the three Service Instances defined in Non-Patent Document 1, multiple BDs in EVI ( Weight is calculated using the identifier used to identify the Bridge Domain) and the IP address of the PE. Then, the PE with the smallest Weight is selected as the DF, and the PE with the second smallest Weight is selected as the BDF.
  • Non-Patent Documents 1 and 2 use the set values of PEs in the communication network, so there is a problem that DF and BDF cannot be flexibly selected according to communication conditions such as bandwidth or delay. was there.
  • the bandwidth may concentrate on the PE selected as the DF, causing congestion, and a PE with a large delay for a certain CE may become the DF. There is a possibility that you will be elected.
  • An object of the present disclosure which has been made in view of the above problems, is to provide a communication device, communication method, and program that can flexibly select DF and BDF according to the communication state.
  • a communication device configures multihoming in which a plurality of communication devices are connected to one customer network device, and is a communication device connected to a communication network, and is a communication device that receives notifications from other devices.
  • Each of the plurality of communication devices making up the multihoming based on the respective identifiers of the plurality of communication devices making up the multihoming and Weight reference values corresponding to the communication states of the respective communication devices making up the multihoming a selection list creation unit that creates a selection list including an identifier and a weight reference value; and transfers traffic from the created selection list to the customer network device based on a predetermined condition based on the weight reference value.
  • a DF Designated Forwarder
  • BDF Backup DF
  • a communication device is a communication device that is connected to a plurality of communication devices that configure multihoming with respect to one customer network device via a communication network and that does not configure the multihoming, A notification unit that notifies each of the plurality of communication devices constituting the multihoming, the identifier of each of the plurality of communication devices constituting the multihoming, and the weight reference value according to the communication state of each of the plurality of communication devices constituting the multihoming, to each of the plurality of communication devices that constitute the multihoming.
  • a notification unit that notifies each of the plurality of communication devices constituting the multihoming, the identifier of each of the plurality of communication devices constituting the multihoming, and the weight reference value according to the communication state of each of the plurality of communication devices constituting the multihoming, to each of the plurality of communication devices that constitute the multihoming.
  • a communication method configures multihoming in which a plurality of communication devices are connected to one customer network device, and is a communication method using communication devices connected to a communication network, Configure the multihoming based on the identifiers of each of the plurality of communication devices configuring the multihoming notified from other devices and Weight reference values according to the communication states of each of the plurality of communication devices configuring the multihoming Creating a selection list containing identifiers and weight reference values for each of a plurality of communication devices, and transferring traffic from the created selection list to the customer network device based on predetermined conditions based on the weight reference values.
  • a DF Designated Forwarder
  • BDF Backup DF
  • a program according to the present disclosure causes a computer to function as the communication device described above.
  • DF and BDF can be flexibly selected according to the communication state.
  • FIG. 1 is a diagram illustrating a configuration example of a communication system according to an embodiment of the present disclosure
  • FIG. FIG. 2 is a diagram showing an example of the operation of a PE shown in FIG. 1
  • FIG. 2 is a diagram showing an example of an election list created by an election list creation unit shown in FIG. 1
  • FIG. FIG. 4 is a diagram illustrating another configuration example of a communication system according to an embodiment of the present disclosure
  • FIG. 5 is a diagram showing an example of the operation of the PE shown in FIG. 4
  • FIG. 5 is a diagram showing an example of a weight reference value list created by a weight reference value list creating unit shown in FIG. 4
  • FIG. FIG. 5 is a diagram showing an example of a Weight reference value matrix created by the selection list creating unit shown in FIG.
  • FIG. 4 is a diagram showing an example of selection of DFs and BDFs by the selection unit shown in FIG. 4;
  • FIG. 5 is a diagram showing another example of selection of DFs and BDFs by the selection unit shown in FIG. 4;
  • FIG. 10 is a diagram illustrating yet another configuration example of a communication system according to an embodiment of the present disclosure;
  • 5 is a diagram showing another configuration example of the PE 10a shown in FIG. 4;
  • FIG. 5 is a diagram showing another configuration example of the PE 10 shown in FIG. 4;
  • FIG. 2 is a diagram showing an example of a hardware configuration of PE 10 shown in FIG. 1;
  • FIG. 1 is a diagram showing a configuration example of a communication system 1 according to an embodiment of the present disclosure.
  • a communication system 1 includes a plurality of PEs (Provider Edges) 10-1, 10-2, and 10-3 connected to a communication network 2.
  • PEs Provide Edges
  • FIG. 1 PE10-1, 10-2, and 10-3 will be referred to as PE10 when not distinguished from each other.
  • the PE 10 is a telecommunications carrier's communication device provided in the edge area of the communication network 2 .
  • PE 10 is connected to CE (Customer Edge) 3, which is a customer communication device (customer network device), via a link.
  • CE Customer Edge
  • PE 10-1 and PE 10-2 connect to one CE 3-1.
  • the same ESI: XX is set for the link between PE10-1 and CE3-1 and the link between PE10-2 and CE3-1. Therefore, PE10-1 and PE10-2 constitute multihoming for CE3-1. That is, the PEs 10-1 and 10-2 are communication devices connected to the communication network 2, forming multihoming in which a plurality of PEs 10 are connected to the CE 3-1 (one customer network device).
  • PEs 10-1 and 10-2 are DFs (Designated Forwarders) that transfer BUM traffic to CE 3-1 from among a plurality of PEs 10 that configure multihoming for CE 3-1, and newly create DFs when DFs fail.
  • "link” includes physical links and virtual links such as Link Aggregation or VLAN (Virtual Local Area Network), and is not limited to a specific technology.
  • PE10-3 connects to CE3-3. That is, PE 10-3 is a communication device that is connected to CE3-3 (customer network device different from one customer network device) different from CE3-1 and does not configure multihoming for CE3-1. PE 10-3 is a communication device that does not constitute multihoming and is connected via communication network 2 to a plurality of PEs 10-1 and 10-2 that constitute multihoming with respect to CE 3-1 (one customer network device).
  • FIG. 1 shows an example in which two PEs 10 constitute multihoming for the sake of simplicity of explanation, the number of PEs 10 constituting multihoming is not limited to three or more. There may be.
  • FIG. 1 shows an example in which one CE 3 is connected to each PE 10 via a link, the present invention is not limited to this. good.
  • PE10-1 and PE10-3 will be described.
  • the configuration of the PE 10-2 is the same as that of the PE 10-1, so its description is omitted.
  • the configuration of PE 10-3 will be described.
  • the PE 10-3 has a notification unit 11.
  • the notification unit 11 provides identifiers of each of the PEs 10-1 and 10-2, which are a plurality of communication devices constituting multihoming (for example, IP addresses set in each of the PEs 10), and weight reference values of each of the PEs 10-1 and 10-2. are notified to each of the PEs 10-1 and 10-2.
  • the weight reference value is a value corresponding to information (hereinafter referred to as "network information") regarding the communication state of the PE 10 (for example, delay, bandwidth, number of hops in communication network 2, routing protocol metric, priority, etc.). is.
  • the PE 10-1 includes a selection list creation unit 12 and a selection unit 13.
  • the selection list creation unit 12 creates a selection list based on the identifiers of each of the multiple PEs 10 that make up the multihoming and the weight reference values of each of the multiple PEs 10 that make up the multihoming, which are notified from other devices.
  • the selection list is a list containing identifiers and Weight reference values of each of the plurality of PEs 10 that constitute multihoming, and is used for selection of DFs and BDFs.
  • the PE 10-3 notifies the identifiers of the PEs 10-1 and 10-2 and the weight reference values. Therefore, in FIG. 1, the other device is PE10-3 which is connected to CE3-3 different from CE3-1 (one customer network device) and does not configure multihoming for CE3-1.
  • the selection unit 13 selects DFs and BDFs from the selection list created by the selection list creation unit 12 based on predetermined conditions.
  • FIG. 2 is a diagram showing an example of operations of PEs 10-1 to 10-3, and is a diagram for explaining the communication method according to the present disclosure.
  • PE 10-3 has EVIs to be communicated through a control protocol (for example, BGP EVPN Route Type 1 described in RFC7432) set to PE 10-1 and PE 10-2, identifiers of PE 10-1 and PE 10-2, And, it grasps that the same ESI is set in PE10-1 and PE10-2.
  • a control protocol for example, BGP EVPN Route Type 1 described in RFC7432
  • the notification unit 11 of the PE 10-3 notifies the PE 10-3 of a new EVI when the link between the PE 10-3 and the CE 3-3 is added/deleted, or when a new CE 3 is connected/removed to the PE 10-3.
  • identifiers eg, IP addresses
  • Weight reference values of PE10-1 and 10-2 held by PE10-3 are transferred to PE10-1. , 10-2 (step S11).
  • IGP Interior Gateway Protocol
  • TE Traffic Engineering
  • selection list creation unit 12 of PE 10-1 and 10-2 selects a plurality of PEs 10 (PE 10-1 , 10-2) and weight reference values are created (step S12).
  • FIG. 3 is a diagram showing an example of the selection list created by the selection list creating unit 12.
  • the selection list creating unit 12 creates, for each ES, a selection list in which the identifiers of the plurality of PEs 10 that make up the multihoming are associated with the Weight reference value.
  • the selection list creation unit 12 obtains from each ES and EVI pair described in RFC7432, each ES and Ethernet tag pair, each ES and EVI and Ethernet tag pair, and each ES and EVI and EVPN Route-Type 2.
  • a selection list may be created for each set of ES, EVI, Ethernet tag, and MAC address, or for each set of ES, EVI, Ethernet tag, and MAC address.
  • the selection list creation unit 12 may calculate one reference Weight value by performing four arithmetic operations on the multiple reference Weight values. In addition, the selection list creation unit 12 may calculate one Weight reference value by multiplying the Weight reference value based on the first network information by the reciprocal of the Weight reference value based on the second network information. . In addition, the selection list creation unit 12 may calculate one Weight reference value from a function having the Weight reference value for each network information as a variable.
  • the selection unit 13 selects DF and BDF from the selection list created by the selection list creation unit 12 based on predetermined conditions based on the Weight reference value (step S13). For example, in the selection list, the selection unit 13 selects the PE 10 with the smallest Weight reference value as the DE, and selects the PE 10 with the second smallest Weight reference value as the BDF. In the example shown in FIG. 3, the selection unit 13 selects PE 10-2 as DB and PE 10-1 as BDF. Conditions for selecting DFs and BDFs are not limited to the examples described above. For example, the selection unit 13 may select the PE 10 with the largest Weight reference value as the DE and the PE 10 with the second largest Weight reference value as the BDF. Further, the selecting unit 13 may select the DF and the BDF by, for example, comparing the magnitude of the value obtained by multiplying or dividing the weight reference value by the value determined for each PE 10 in advance.
  • the PE 10-3 is provided with the notification unit 11.
  • the notification unit 11 transmits the identifier of each of the plurality of communication devices that constitute multihoming and the weight reference value corresponding to the communication state of each of the plurality of communication devices that constitute multihoming to each of the plurality of communication devices that constitute the multihoming.
  • PEs 10-1 and 10-2 are also provided with a selection list creation unit 12 and a selection unit 13. FIG.
  • the selection list creation unit 12 A selection list is created that includes identifiers and Weight reference values for each of a plurality of communication devices that constitute multihoming.
  • the selection unit 13 selects DF and BDF from the created selection list based on a predetermined condition based on the Weight reference value.
  • FIG. 1 an example in which identifiers and Weight reference values of a plurality of PE 10 (PE 10-1, PE 10-2) configuring multihoming are notified from one PE 10 (PE 10-3) has been described, but the present disclosure is not limited to
  • FIG. 4 is a diagram showing yet another configuration example of the communication system 1 according to an embodiment of the present disclosure.
  • the same reference numerals are assigned to the same components as in FIG. 1, and the description thereof is omitted.
  • a communication system 1 shown in FIG. 4 includes a plurality of PEs 10a (10a-1, 10a-2) and PEs 10 (10-3, 10-4) connected to a communication network 2.
  • the communication system 1 shown in FIG. 4 is different in that the PEs 10-1 and 10-2 are changed to PEs 10a-1 and 10a-2 and in that the PE 10-4 is added.
  • PE 10a-1 and 10a-2 are connected to one CE 3-1, and the link between PE 10a-1 and CE 3-1 and the link between PE 10a-2 and CE 3-1 have the same ESI: XX is set. Therefore, PE 10a-1 and 10a-2 constitute multihoming for CE 3-1.
  • PE10-4 connects to CE3-4. That is, PE 10-4 is a communication device connected to CE 3-4 different from CE 3-1 and does not configure multihoming for CE 3-1. Also, the PE 10-4 is a communication device that is connected via the communication network 2 to a plurality of PEs 10a-1 and 10a-2 that constitute multihoming with respect to the CE 3-1, and that does not constitute multihoming.
  • the configuration of PE10-4 is similar to that of PE10-3.
  • the PE 10-4 like the PE 10-3, notifies the PEs 10a-1 and 10a-2 of the respective identifiers and Weight reference values of the PEs 10a-1 and 10a-2 that make up the multihoming.
  • a plurality of communication devices that are connected to CEs 3-3 and 3-4 different from CE 3-1 (one customer network device) and do not configure multihoming for CE 3-1.
  • Certain PEs 10-3 and 10-4 notify PEs 10a-1 and 10a-2 of the respective identifiers and weight reference values of PEs 10a-1 and 10a-2 that make up multihoming.
  • the PEs 10a-1 and 10a-2 select DFs and BDFs based on the identifiers and Weight reference values notified from the PEs 10-3 and 10-4.
  • FIG. 4 shows an example in which two PEs 10a constitute multihoming for the sake of simplicity of explanation, the present invention is not limited to this, and three or more PEs 10a constitute multihoming. There may be.
  • FIG. 4 shows an example in which there are two PEs 10 that do not configure multihoming, the number of PEs 10 that do not configure multihoming is not limited to this, and may be three or more.
  • FIG. 4 shows an example in which one CE 3 is connected to the PEs 10 and 10a via a link, but the present invention is not limited to this, and two or more CEs 3 are connected to one PE 10 and 10a. may be
  • the PE 10a-1 includes a selection list creation unit 12a, a selection unit 13, a weight reference value list creation unit 14, and a weight reference value list exchange unit 15.
  • a selection list creation unit 12a As shown in FIG. 4, the PE 10a-1 includes a selection list creation unit 12a, a selection unit 13, a weight reference value list creation unit 14, and a weight reference value list exchange unit 15.
  • PE 10a-1 shown in FIG. It is different from the change to the creation unit 12a.
  • the weight reference value list creation unit 14 based on the respective identifiers and weight reference values of the PEs 10a-1 and 10a-2 constituting multihoming notified from the PEs 10-3 and 10-4, A weight reference value list is created that includes each identifier and the weight reference value of its own device notified from each of PEs 10-3 and 10-4.
  • the Weight reference value list creation unit 14 receives a plurality of communication devices (PEs 10a-1, 10a-2) constituting multihoming notified from the plurality of communication devices (PEs 10-3, 10-4) not constituting multihoming.
  • each identifier of a plurality of communication devices (PE10-3, 10-4) that do not constitute multihoming and a plurality of communication devices (PE10-3, 10-4) that do not constitute multihoming ) Create a weight reference value list including the weight reference value of its own device notified from each.
  • the weight reference value list exchanging unit 15 exchanges the weight reference value list created by the weight reference value list creating unit 14 with a plurality of communication devices (other PEs 10a) that constitute multihoming.
  • the selection list creating unit 12a exchanges the Weight reference value list created by the Weight reference value list creating unit 14 with the Weight reference value list exchanging unit 15 to obtain the Weight reference value list from a plurality of communication devices constituting multihoming. Create a selection list based on
  • FIG. 5 the same reference numerals are assigned to the same processes as in FIG. 2, and the description thereof is omitted.
  • the notification unit 11 of PE 10-3, 10-4 adds a new EVI to its own device when the link between its own device and CE 3 is added/deleted, or when a new CE 3 is connected/removed to its own device. /When changed/deleted, etc., the PE 10-1, 10-2 is notified of the identifier of the PE 10a-1, 10a-2 and the reference value of Weight of the PE 10a-1, 10a-2 held by the own device (step S21).
  • the notifying unit 11 of PE 10-3 notifies 5 as the Weight reference value for PE 10a-1 and notifies 3 as the Weight reference value for PE 10a-2.
  • the notifying unit 11 of PE 10-4 notifies 1 as the Weight reference value for PE 10a-1 and notifies 4 as the Weight reference value for PE 10a-2.
  • the weight reference value list creation unit 14 of the PEs 10a-1 and 10a-2 creates the weight reference value list based on the identifiers and weight reference values of the PEs 10a-1 and 10a-2 notified from the PEs 10-3 and 10-4. create (step S22).
  • FIG. 6 is a diagram showing an example of a weight reference value list created by the weight reference value list creating unit 14.
  • the Weight reference value list creation unit 14 for each ES, identifies the identifiers of PEs 10-3 and 10-4 that do not constitute multihoming, and the identifiers of the own device notified from PEs 10-3 and 10-4. Create a Weight reference value list that is associated with the Weight reference value of .
  • the weight reference value list for each ES has been described as an example, but the list is not limited to this.
  • the weight reference value list creation unit 14 creates a list for each pair of ES and EVI, each pair of ES and Ethernet tag, each pair of ES, EVI and Ethernet tag, each pair of ES, EVI and MAC address, or A Weight reference value list may be created for each set of ES, EVI, Ethernet tag, and MAC address.
  • the weight reference value list exchange unit 15 of the PEs 10a-1 and 10a-2 exchanges the weight reference value list created by the weight reference value list creation unit 14 between a plurality of PEs 10a constituting multihoming. (step S23).
  • the selection list creation unit 12a of the PE 10a-1, 10a-2 exchanges the Weight reference value list of the device itself created by the Weight reference value list creation unit 14 with the Weight reference value list exchange unit 15 to exchange Multihoming. Based on the weight reference value list of the other constituent PEs 10a, a selected list including the identifiers and weight reference values of the plurality of PEs 10a constituting multihoming is created according to predetermined conditions (step S24).
  • the selection list creation unit 12a may create a selection list using the Weight reference values in the Weight reference value list including the smallest (or largest) Weight reference value.
  • the selection list creation unit 12a may create the selection list using the Weight reference values in the Weight reference value list that does not include the smallest (or largest) Weight reference value.
  • the selection list creation unit 12a calculates the average value of the Weight reference values for each Weight reference value list, and creates the selection list using the Weight reference value of the Weight reference value list with the smallest (or largest) calculated average value. can be created.
  • the selection list creating unit 12a may also calculate the total or average value of the Weight reference values for each of the PEs 10a that make up the multihoming, and create a selection list that includes the calculated values as the Weight reference values.
  • the selection list creation unit 12a may create the selection list using, as the Weight reference value, a value calculated based on a function having the Weight reference value of the Weight reference value list as a variable.
  • the selection list creation unit 12a creates a selection list including the Weight reference value of the Weight reference value list including the smallest Weight reference value as the Weight reference value of the PE 10a.
  • the selection list creation unit 12a creates a matrix (Weight reference value matrix) in which rows are identifiers of the PEs 10 that have notified the Weight reference values, and columns are identifiers of the PEs 10a that constitute Multihoming. do.
  • the selection list creating unit 12a compares each Weight reference value included in the Weight reference value matrix and specifies the smallest Weight reference value (“1” in the example shown in FIG. 7).
  • the selection list creation unit 12a creates a selection list using the Weight reference value notified from the PE 10-4 that notified the smallest specified Weight reference value as it is. Therefore, as shown in FIG. 8, the selection list creation unit 12a creates a selection list using the Weight reference value notified from the PE 10-4 as it is.
  • the selection list creation unit 12a may calculate the total weight reference value for each PE 10a that configures multihoming, and create a selection list that includes the calculated value as the weight reference value. In this case, as shown in FIG. 9, the selection list creation unit 12a creates a selection list including the sum of the weight reference values notified from the PEs 10-3 and 10-4 for each of the PEs 10a-1 and 10a-2. can be created.
  • the selection unit 13 selects DF and BDF from the selection list by the same processing as in FIG.
  • a weight reference value list is exchanged among a plurality of PEs 10a that constitute multihoming to create a selection list. Therefore, even when there are a plurality of PEs 10 that do not constitute multihoming, the plurality of PEs 10a that constitute multihoming can create a common selection list for each PE 10a. Therefore, it is possible to prevent discrepancies in the DFs and BDFs selected between the PEs 10a.
  • FIG. 10 is a diagram showing yet another configuration example of the communication system 1 according to an embodiment of the present disclosure.
  • the same reference numerals are assigned to the same configurations as in FIG. 4, and the description thereof is omitted.
  • the communication system 1 shown in FIG. 10 differs from the communication system 1 shown in FIG. 4 in that a control device 20 for managing the communication network 2 is added.
  • the control device 20 may be provided in the communication system 1 having one PE 10 that does not configure multihoming, as shown in FIG.
  • the control device 20 is connected to the PEs 10a-1 and 10a-2 that make up the multihoming.
  • the control device 20 may be directly connected to the PEs 10a-1 and 10a-2, or may be connected via the communication network 2.
  • FIG. 10 the control device 20 is connected to the PEs 10a-1 and 10a-2, but is not limited to this. good.
  • the control device 20 is connected to two PEs 10a that constitute multihoming, but it is not limited to this, and may be connected to three or more PEs 10a.
  • the control device 20 holds the Weight reference values of the PEs 10a-1 and 10a-2 that make up the multihoming, and notifies at least one of the PEs 10a-1 and 10a-2.
  • the control device 20 for example, the network information between CE3-3 and CE3-1 measured by CE3-3, the network information temporarily set by the telecommunications carrier for maintenance of the PEs 10 and 10a, or Based on the network information obtained from the PEs 10-3 and 10-4 for the purpose of centrally managing the communication network 2, the control device 20 obtains the weight reference values of the PEs 10a-1 and 10a-2.
  • the weight reference value list creation unit 14 adds the identifier of the control device 20 and the weight reference value of its own device notified from the control device 20 to the weight reference value list.
  • the weight reference value list creating unit 14 adds the identifier and the weight reference value notified from the control device 20 to the weight reference value list, the pair of the identifier and the weight reference value notified from the control device 20.
  • An identifier may be added to the Weight reference value list to indicate that
  • the weight reference value list exchanging unit 15 exchanges the weight reference value list created by the weight reference value list creating unit 14 with the other PE 10a that constitutes multihoming.
  • the selection unit 13 selects DBs and BDFs from the selection list created by the selection list creation unit 12 .
  • the selection unit 13 may select the DF and the BDF based on the Weight reference value.
  • the control device 20 notifies the identifier of the PE 10a that constitutes the multihoming and the weight reference value, thereby reflecting the network information outside the communication network 2 in the selection of the DF and BDF, can temporarily change the DF and BDF when performing maintenance on the communication network 2 .
  • PE 10a-1 that configures multihoming
  • FIG. 11 the configuration of PE 10a-1 is described as an example, but PE 10a-2 may have a similar configuration.
  • the PE 10a-1 includes a selection list creation unit 12a, a selection unit 13, a weight reference value list creation unit 14a, a weight reference value list exchange unit 15, and a first measurement unit 16. .
  • the PE 10a-1 shown in FIG. It is different from the changed point.
  • the first measurement unit 16 measures network information between its own device and the connected CE3 (CE3-1).
  • the Weight reference value list creation unit 14a corrects the Weight reference value of the own device notified from the PEs 10-3 and 10-4 based on the Weight reference value according to the network information measured by the first measurement unit 16, Create a weight reference value list that includes corrected weight reference values.
  • the Weight reference value list creation unit 14a adds or subtracts the Weight reference value corresponding to the network information measured by the first measurement unit 16 to or from the notified Weight reference value of its own device. Correct the weight reference value.
  • End-to-end network by measuring the network information of the CE3 connected to the own device and correcting the weight reference value notified from other devices based on the weight reference value according to the measured network information.
  • DF and BDF can be selected by flexibly following changes in information.
  • PEs 10-3 and 10-4 Another configuration of PEs 10 that do not configure multihoming will be described with reference to FIG. 12
  • the configuration of PE10-3 will be described as an example, but PE10-4 may have a similar configuration.
  • the PE 10-3 includes a notification unit 11 and a second measurement unit 17.
  • PE 10-3 shown in FIG. 12 differs from PE 10-3 shown in FIGS. 1 and 4 in that a second measurement unit 17 is added.
  • the communication system 1 shown in FIG. 4 will be described below as an example.
  • the second measurement unit 17 measures network information between each of the PEs 10a-1 and 10a-2, which are connected via the communication network 2 and constitute multihoming. For example, when measuring delay as network information, the second measurement unit 17 measures the delay using Ping, Twanp, Ether-OAM (DM), or the like. For example, when measuring the bandwidth as network information, the second measurement unit 17 measures the bandwidth using an interface counter of its own device.
  • the notification unit 11 determines the Weight reference value of each of the PEs 10a-1 and 10a-2 based on the network information between each of the PEs 10a-1 and 10a-2, which is measured by the second measurement unit 17. 1, 10a-2.
  • the network information of the communication network 2 DF and BDF can be selected by following changes flexibly.
  • the PEs 10-3 and 10-4 that do not constitute multihoming may be provided with the first measurement unit 16.
  • the PE 10-3 shown in FIG. 12 may further include the first measurement unit 16.
  • the notification unit 11 uses the Weight reference value based on the network information measured by the second measurement unit 17 and the network information between the PE 10-3 and the CE 3-3 measured by the first measurement unit 16. The weight reference value based on this may be notified to the PE 10 that configures multihoming.
  • the PEs 10 and 10a that configure multihoming and the PE 10 that does not configure multihoming are described separately, but the PEs 10 and 10a may configure multihoming or may not configure multihoming. . Therefore, one PE 10 may have a configuration for configuring multihoming and a configuration for not configuring multihoming.
  • the configuration of the PE 10 can be any of the configuration in which multihoming is configured, the configuration in which multihoming is not configured, and the configuration in which multihoming is configured and when multihoming is not configured. There may be.
  • FIG. 13 is a diagram showing an example of the hardware configuration of the PE 10 according to one embodiment of the present disclosure.
  • FIG. 13 shows an example of the hardware configuration of the PE 10 when the PE 10 is configured by a computer capable of executing program instructions.
  • the computer may be a general-purpose computer, a dedicated computer, a workstation, a PC (Personal computer), an electronic notepad, or the like.
  • Program instructions may be program code, code segments, etc. for performing the required tasks.
  • the PE 10 has a processor 110, a ROM (Read Only Memory) 120, a RAM (Random Access Memory) 130, a storage 140, an input section 150, a display section 160 and a communication interface (I/F) 170. .
  • Each component is communicatively connected to each other via a bus 190 .
  • the processor 110 is specifically a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), DSP (Digital Signal Processor), SoC (System on a Chip), etc. may be configured by a plurality of processors of
  • the processor 110 is a controller that controls each configuration and executes various arithmetic processing. That is, processor 110 reads a program from ROM 120 or storage 140 and executes the program using RAM 130 as a work area. The processor 110 controls each component of the PE 10 described above and performs various arithmetic processing according to programs stored in the ROM 120 or the storage 140 . In this embodiment, the ROM 120 or the storage 140 stores a program for causing a computer to function as the PE 10 according to the present disclosure.
  • each configuration of the PE 10, 10a that is, the notification unit 11, the selection list creation unit 12, the selection unit 13, the Weight reference value list creation unit 14, the Weight reference value A list exchange unit 15, a first measurement unit 16 and a second measurement unit 17 are implemented.
  • Programs are stored in non-transitory storage media such as CD-ROM (Compact Disk Read Only Memory), DVD-ROM (Digital Versatile Disk Read Only Memory), USB (Universal Serial Bus) memory, etc. may be provided in Also, the program may be downloaded from an external device via a network.
  • CD-ROM Compact Disk Read Only Memory
  • DVD-ROM Digital Versatile Disk Read Only Memory
  • USB Universal Serial Bus
  • the ROM 120 stores various programs and various data.
  • RAM 130 temporarily stores programs or data as a work area.
  • the storage 140 is configured by a HDD (Hard Disk Drive) or SSD (Solid State Drive) and stores various programs including an operating system and various data.
  • the input unit 150 includes a pointing device such as a mouse and a keyboard, and is used for various inputs.
  • the display unit 160 is, for example, a liquid crystal display, and displays various information.
  • the display unit 160 may employ a touch panel method and function as the input unit 150 .
  • the communication interface 170 is an interface for communicating with other devices (other PEs 10, 10a or control device 20). Used.
  • a computer can be preferably used to function as each part of the PEs 10 and 10a described above.
  • Such a computer is realized by storing a program describing the processing details for realizing the function of each part of the PE 10, 10a in the memory of the computer, and reading and executing the program by the processor 110 of the computer. can do. That is, the program can cause the computer to function as the PEs 10 and 10a described above. It is also possible to record the program on a non-temporary recording medium. It is also possible to provide the program via a network.
  • a communication device that configures multihoming in which a plurality of communication devices are connected to one customer network device and is connected to a communication network, with a controller, Based on the respective identifiers of the plurality of communication devices forming the multihoming and Weight reference values according to the communication states of the respective plurality of communication devices forming the multihoming, the controller determines the creating a selection list containing identifiers and weight reference values for each of the multiple communication devices that make up multihoming; From the created selection list, based on predetermined conditions based on the Weight reference value, a DF (Designated Forwarder) that forwards traffic to the customer network device and a new DF when a failure occurs in the DF A communication device that selects a BDF (Backup DF).
  • a DF Designated Forwarder
  • the other device is a communication device that is connected to a customer network device different from the one customer network device and does not constitute the multihoming for the one customer network device, or a control device that manages the communication network.
  • a communication device is a communication device that is connected to a customer network device different from the one customer network device and does not constitute the multihoming for the one customer network device, or a control device that manages the communication network.
  • the other devices are a plurality of communication devices connected to a customer network device different from the one customer network device and not constituting the multihoming with respect to the one customer network device,
  • the controller controls each of the plurality of communication devices that do not constitute the multihoming based on the respective identifiers of the plurality of communication devices that constitute the multihoming and the Weight reference value notified from each of the plurality of communication devices that do not constitute the multihoming.
  • creating a weight reference value list including the identifier of and the weight reference value of the own device notified from each of the plurality of communication devices that do not constitute the multihoming, Exchanging the created Weight reference value list with a plurality of communication devices that constitute the Multihoming, A communication device that creates the selected list based on the created Weight reference value list and the Weight reference value list acquired from the plurality of communication devices constituting the multihoming through the exchange.
  • the controller measures a communication state between the own device and a customer network device connected, A communication device that creates the Weight reference value list including Weight reference values obtained by correcting the Weight reference values notified from the other device according to the measurement result.
  • a communication device that is connected via a communication network to a plurality of communication devices that configure multihoming with respect to one customer network device and that does not configure the multihoming, with a controller, The controller transmits an identifier of each of the plurality of communication devices constituting the multihoming and a Weight reference value according to the communication state of each of the plurality of communication devices constituting the multihoming to each of the plurality of communication devices constituting the multihoming.
  • the controller measures a communication state with each of a plurality of communication devices constituting the multihoming, A communication device that determines the Weight reference value based on the result of the measurement.
  • a communication method using a communication device connected to a communication network configuring multihoming in which a plurality of communication devices are connected to one customer network device, Configure the multihoming based on the identifiers of each of the plurality of communication devices configuring the multihoming notified from other devices and Weight reference values according to the communication states of each of the plurality of communication devices configuring the multihoming creating a selection list containing identifiers and weight reference values for each of a plurality of communication devices; From the created selection list, based on predetermined conditions based on the Weight reference value, a DF (Designated Forwarder) that forwards traffic to the customer network device and a new DF when a failure occurs in the DF A communication method for selecting a BDF (Backup DF).
  • a DF Designated Forwarder
  • Appendix 8 A non-temporary storage medium storing a program executable by a computer, the non-temporary storage medium storing the program causing the computer to function as the communication device according to claim 1.

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本開示に係る通信装置(10)は、他の装置から通知された、Multihomingを構成する複数の通信装置それぞれの識別子と、Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成する選出リスト作成部(12)と、作成された選出リストから、Weight参考値に基づく予め定められた条件に基づき、DF(Designated Forwarder)およびBDF(Backup DF)を選出する選出部(13)と、を備える。

Description

通信装置、通信方法およびプログラム
 本開示は、通信装置、通信方法およびプログラムに関する。
 L2VPN(Layer 2 Virtual Private Network)を実現する技術の1つに、非特許文献1に記載のEVPN(Ethernet Virtual Private Network)がある。
 EVPNでは、通信事業者の通信網内で、顧客のトラフィックをEVI(EVPN Instance)によって区別することで、顧客ごとにL2VPNサービスを提供することができる。また、非特許文献1においては、顧客の通信装置であるCE(Customer Edge)と接続される事業者の通信装置であるPE(Provider Edge)の可用性向上を目的として、1つのCEに対して複数のPEが接続するEVPM Multihoming(以下、単に「Multihoming」と称する。)が定義されている。
 非特許文献1では、Multihomingにおいて、PEとCEとが接続するリンクに対してES(Ethernet Segment)が定義されている。通信事業者の通信網内において、ESを識別する際の識別子であるESI(ES Identifier)が同一であるPEが複数存在する場合、その複数のPEが同一のCEと接続していることを示す。
 また、非特許文献1では、ESI単位で1つのPEがDF(Designated Forwarder)として選出され、DFのみがBUM(Broadcast, Unknown unicast, Multicast)トラフィックをCEに転送し、それ以外のPE(non-DF)はBUMトラフィックをCEに転送しない(ドロップする)。こうすることで、1つのCEが複数のPEと接続しても、ブロードキャストストーム(ループ障害)の発生が防止される。また、非特許文献2では、DFに障害が発生した際に、新たにDFとなるnon-DFをBDF(Backup DF)として定めている。
 次に、非特許文献1および非特許文献2に記載の、DF選出アルゴリズム(Service Carving)について説明する。
 非特許文献1に準拠したPEは、自装置にESIが設定されている場合、MP-BGP(Multi-protocol Border Gateway Protocol)のAddress family IdentifierにLayer2 VPN(25)を設定し、Subsequent Address family IdentifierにEVPN(4)を設定し、Network Layer Reachability informationフィールドのRoute typeに、Ethernet Segment Route(4)を設定するとともに、自装置に設定されたESI、自装置に設定されたIPアドレスなどを記載して、通信網に送信する。
 通信網に接続するPEは、自装置に設定されたESIと、MP-BGP EVPN Route type4によって通知されたESIとが同一であり、かつ、そのESIに属する新たなPEのIPアドレスを発見した場合、DFの選出を開始する。具体的には、PEは、予め定められた時間(Discovery Timer)だけ、通信網内の他のPEからMP-BGP EVPN Route type4が通知されるのを待つ。PEは、Discovery Timerの終了後、ESIごとにIPアドレスのリストを作成する。PEは、ESIに属する複数のPEそれぞれのIPアドレスを、最も小さいPEのIPアドレスを0として、昇順に並べていくことで、リストを作成する。次に、PEは、ESに属するEVIのうち、最も値が小さいEVIを、そのESに参加しているPEの数で除した余りiを取得し(モジュロー演算)、作成したリストのi番目のPEをDFとして選出する。
 また、非特許文献2には、DFおよびBDFの選出方法が記載されている。この選出方法では、ランダム関数などの変数に、ESI、Ethernet Tag(非特許文献1において定義される3つのService Instanceの1つであるVLAN-Aware Bundle Service Interfaceにおいて、EVI内に複数存在するBD(Bridge Domain)を識別する際に用いられる識別子)、および、PEのIPアドレスなどを用いてWeightが算出される。そして、Weightが最も小さくなるPEがDFに選出され、2番目に小さいPEがBDFに選出される。
 非特許文献1,2に記載されている選出方法は、通信網内のPEの設定値を用いるため、帯域あるいは遅延などの通信状態に応じて柔軟にDFおよびBDFを選出することができないという問題があった。例えば、非特許文献1,2に記載されている選出方法では、DFとして選出されたPEに帯域が集中し、輻輳が発生する可能性、および、あるCEに対して遅延が大きいPEがDFに選出される可能性が生じ得る。
 上記のような問題点に鑑みてなされた本開示の目的は、通信状態に応じて柔軟にDFおよびBDFを選出することができる通信装置、通信方法およびプログラムを提供することにある。
 上記課題を解決するため、本開示に係る通信装置は、一のカスタマネットワーク装置に複数の通信装置が接続するMultihomingを構成し、通信網に接続された通信装置であって、他の装置から通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、前記Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成する選出リスト作成部と、前記作成された選出リストから、前記Weight参考値に基づく予め定められた条件に基づき、前記カスタマネットワーク装置にトラフィックを転送するDF(Designated Forwarder)および前記DFに故障が発生した際に新たなDFとなるBDF(Backup DF)を選出する選出部と、を備える。
 上記課題を解決するため、本開示に係る通信装置は、一のカスタマネットワーク装置に対するMultihomingを構成する複数の通信装置と通信網を介して接続され、前記Multihomingを構成しない通信装置であって、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とを、前記Multihomingを構成する複数の通信装置それぞれに通知する通知部を備える。
 また、上記課題を解決するため、本開示に係る通信方法は、一のカスタマネットワーク装置に複数の通信装置が接続するMultihomingを構成し、通信網に接続された通信装置による通信方法であって、他の装置から通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、前記Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成し、前記作成された選出リストから、前記Weight参考値に基づく予め定められた条件に基づき、前記カスタマネットワーク装置にトラフィックを転送するDF(Designated Forwarder)および前記DFに故障が発生した際に新たなDFとなるBDF(Backup DF)を選出する。
 また、上記課題を解決するため、本開示に係るプログラムは、コンピュータを、上述した通信装置として機能させる。
 本開示に係る通信装置、通信方法およびプログラムによれば、通信状態に応じて柔軟にDFおよびBDFを選出することができる。
本開示の一実施形態に係る通信システムの構成例を示す図である。 図1に示すPEの動作の一例を示す図である。 図1に示す選出リスト作成部が作成する選出リストの一例を示す図である。 本開示の一実施形態に係る通信システムの別の構成例を示す図である。 図4に示すPEの動作の一例を示す図である。 図4に示すWeight参考値リスト作成部が作成するWeight参考値リストの一例を示す図である。 図4に示す選出リスト作成部が作成するWeight参考値マトリクスの一例を示す図である。 図4に示す選出部によるDFおよびBDFの選出の一例を示す図である。 図4に示す選出部によるDFおよびBDFの選出の別の一例を示す図である。 本開示の一実施形態に係る通信システムのさらに別の構成例を示す図である。 図4に示すPE10aの別の構成例を示す図である。 図4に示すPE10の別の構成例を示す図である。 図1に示すPE10のハードウェア構成の一例を示す図である。
 以下、本開示の実施の形態について図面を参照して説明する。
 図1は、本開示の一実施形態に係る通信システム1の構成例を示す図である。図1に示すように、本実施形態に係る通信システム1は、通信網2に接続された複数のPE(Provider Edge)10-1,10-2,10-3を備える。以下では、PE10-1,10-2,10-3を区別しない場合には、PE10と称する。
 PE10は、通信網2のエッジ領域に設けられた、通信事業者の通信装置である。PE10は、リンクを介して、顧客の通信装置(カスタマネットワーク装置)であるCE(Customer Edge)3と接続する。図1に示す例では、PE10-1およびPE10-2は、1つのCE3-1に接続する。PE10-1とCE3-1との間のリンクおよびPE10-2とCE3-1との間のリンクには、同一のESI:XXが設定されている。したがって、PE10-1およびPE10-2は、CE3-1に対するMultihomingを構成する。すなわち、PE10-1,10-2は、CE3-1(一のカスタマネットワーク装置)に複数のPE10が接続するMultihomingを構成し、通信網2に接続された通信装置である。PE10-1,10-2は、CE3-1に対するMultihomingを構成する複数のPE10の中から、CE3-1にBUMトラフィックを転送するDF(Designated Forwarder)およびDFに故障が発生した際に新たにDFとなるBDF(Backup DF)を選出する。なお、本開示においては、「リンク」とは、物理的なリンク、および、Link AggregationあるいはVLAN(Virtual Local Area Network)などの仮想的なリンクを含み、特定の技術に限定されない。
 PE10-3は、CE3-3に接続する。すなわち、PE10-3は、CE3-1とは別のCE3-3(一のカスタマネットワーク装置とは別のカスタマネットワーク装置)に接続され、CE3-1に対するMultihomingを構成しない通信装置である。また、PE10-3は、CE3-1(一のカスタマネットワーク装置)に対するMultihomingを構成する複数のPE10-1,10-2と通信網2を介して接続され、Multihomingを構成しない通信装置である。
 なお、図1においては、説明の簡略化のために、Multihomingを構成するPE10が2台である例を示しているが、これに限られるものではなく、Multihomingを構成するPE10は3台以上であってもよい。また、図1においては、各PE10に1つのCE3がリンクを介して接続される例を示しているが、これに限られるものではなく、1つのPE10に2台以上のCE3が接続されてもよい。
 次に、PE10-1およびPE10-3の構成について説明する。PE10-2の構成は、PE10-1の構成と同じであるため、説明を省略する。まず、PE10-3の構成について説明する。
 図1に示すように、PE10-3は、通知部11を備える。
 通知部11は、Multihomingを構成する複数の通信装置であるPE10-1,10-2それぞれの識別子(例えば、各PE10に設定されたIPアドレス)と、PE10-1,10-2それぞれWeight参考値とを、PE10-1,10-2それぞれに通知する。Weight参考値は、PE10の通信状態(例えば、遅延、帯域、通信網2内のホップ数、ルーティングプロトコルのメトリック、優先度など)に関する情報(以下、「ネットワーク情報」と称する。)に応じた値である。
 次に、PE10-1の構成について説明する。
 図1に示すように、PE10-1は、選出リスト作成部12と、選出部13とを備える。
 選出リスト作成部12は、他の装置から通知された、Multihomingを構成する複数のPE10それぞれの識別子と、Multihomingを構成する複数のPE10それぞれのWeight参考値とに基づき、選出リストを作成する。選出リストは、Multihomingを構成する複数のPE10それぞれの識別子とWeight参考値とを含むリストであり、DFおよびBDFの選出に用いられる。上述したように、PE10-3から、PE10-1,10-2の識別子およびWeight参考値が通知される。したがって、図1においては、他の装置は、CE3-1(一のカスタマネットワーク装置)とは別のCE3-3に接続され、CE3-1に対するMultihomingを構成しないPE10-3である。
 選出部13は、選出リスト作成部12により作成された選出リストから、予め定められた条件に基づき、DFおよびBDFを選出する。
 次に、PE10-1~10-3の動作について、図2を参照して説明する。
 図2は、PE10-1~10-3の動作の一例を示す図であり、本開示に係る通信方法を説明するための図である。
 PE10-3は、制御プロトコル(例えば、RFC7432に記載のBGP EVPN Route Type1)などを通して通信すべきEVIがPE10-1およびPE10-2に設定されていること、PE10-1およびPE10-2の識別子、および、同一のESIがPE10-1およびPE10-2に設定されていることを把握する。
 PE10-3の通知部11は、PE10-3とCE3-3とのリンクが追加/削除されたとき、PE10-3に新たなCE3が接続/除去されたとき、PE10-3に新たなEVIが追加/変更/削除されたときなどに、PE10-1,10-2の識別子(例えば、IPアドレス)およびPE10-3が保持しているPE10-1,10-2のWeight参考値をPE10-1,10-2に通知する(ステップS11)。
 PE10間でPE10の識別子およびWeight参考値を送受信する手段は、BGP以外にも、RFC7471.8570に規定されるIGP(Interior Gateway Protocol)およびTE(Traffic Engineering)メトリックなど、複数のプロトコルを用いることができる。
 PE10-1,10-2の選出リスト作成部12は、PE10-3から通知された、PE10-1,10-2の識別子およびWeight参考値に基づき、Multihomingを構成する複数のPE10(PE10-1,10-2)の識別子およびWeight参考値を含む選出リストを作成する(ステップS12)。
 図3は、選出リスト作成部12が作成する選出リストの一例を示す図である。
 図3に示すように、選出リスト作成部12は、ESごとに、Multihomingを構成する複数のPE10それぞれの識別子とWeight参考値とを対応付けた選出リストを作成する。なお、図3においては、ESごとに選出リストを作成する例を用いて説明したが、これに限られるものではない。選出リスト作成部12は、RFC7432に記載されるESとEVIとの組ごと、ESとEthernet tagとの組ごと、ESとEVIとEthernet tagとの組ごと、ESとEVIとEVPN Route-Type2から得られるMACアドレスとの組ごと、あるいは、ESとEVIとEthernet tagとMACアドレスとの組ごとに、選出リストを作成してもよい。
 また、選出リスト作成部12は、複数のネットワーク情報に基づく複数のWeight参考値が存在する場合、その複数のWeight参考値の四則演算により1つのWeight参考値を算出してよい。また、選出リスト作成部12は、第1のネットワーク情報に基づくWeight参考値に、第2のネットワーク情報に基づくWeight参考値の逆数を乗算するなどして、1つのWeight参考値を算出してよい。また、選出リスト作成部12は、ネットワーク情報ごとのWeight参考値を変数とする関数から、1つのWeight参考値を算出してよい。
 選出部13は、選出リスト作成部12により作成された選出リストから、Weight参考値に基づく予め定められた条件に基づき、DFおよびBDFを選出する(ステップS13)。選出部13は、例えば、選出リストにおいて、Weight参考値が最も小さいPE10をDEとして選出し、Weight参考値が2番目に小さいPE10をBDFとして選出する。図3に示す例では、選出部13は、PE10-2をDBとして選出し、PE10-1をBDFとして選出する。DFおよびBDFを選出する条件は上述した例に限られない。選出部13は、例えば、Weight参考値が最も大きいPE10をDEとして選出し、Weight参考値が2番目に大きいPE10をBDFとして選出してもよい。また、選出部13は、例えば、予めPE10ごとに定めた値にWeight参考値を乗算あるいは除算した値の大小を比較することで、DFおよびBDFを選出してもよい。
 このように本実施形態においては、PE10-3は、通知部11を備える。通知部11は、Multihomingを構成する複数の通信装置それぞれの識別子と、Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とを、前記Multihomingを構成する複数の通信装置それぞれに通知する。また、PE10-1,10-2は、選出リスト作成部12と、選出部13とを備える。選出リスト作成部12は、他の装置から通知された、Multihomingを構成する複数の通信装置それぞれの識別子と、Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成する。選出部13は、作成された選出リストから、Weight参考値に基づく予め定められた条件に基づき、DFおよびBDFを選出する。
 Multihomingを構成する複数の通信装置(PE10-1,10-2)の通信状態に応じたWeight参考値を含む選出リストを作成し、作成した選出リストから、Weight参考値に基づく予め定められた条件に基づきDFおよびBDFを選出することで、通信状態に応じて柔軟にDFおよびBDFを選出することができる。
 図1においては、Multihomingを構成する複数のPE10(PE10-1,PE10-2)の識別子およびWeight参考値が1つのPE10(PE10-3)から通知される例を説明したが、本開示はこれに限られるものではない。
 図4は、本開示の一実施形態に係る通信システム1のさらに別の構成例を示す図である。図4において、図1と同様の構成には同じ符号を付して、説明を省略する。
 図4に示す通信システム1は、通信網2に接続された複数のPE10a(10a-1,10a-2)およびPE10(10-3,10-4)を備える。図4に示す通信システム1は、PE10-1,10-2をPE10a-1,10a-2に変更した点と、PE10-4を追加した点とが異なる。
 PE10a-1,10a-2は、1つのCE3-1に接続し、PE10a-1とCE3-1との間のリンクおよびPE10a-2とCE3-1との間のリンクには、同一のESI:XXが設定されている。したがって、PE10a-1,10a-2は、CE3-1に対するMultihomingを構成する。
 PE10-4は、CE3-4に接続する。すなわち、PE10-4は、CE3-1とは別のCE3-4に接続され、CE3-1に対するMultihomingを構成しない通信装置である。また、PE10-4は、CE3-1に対するMultihomingを構成する複数のPE10a-1,10a-2と通信網2を介して接続され、Multihomingを構成しない通信装置である。PE10-4の構成は、PE10-3の構成と同様である。PE10-4は、PE10-3と同様に、Multihomingを構成するPE10a-1,10a-2それぞれの識別子とWeight参考値とを、PE10a-1,10a-2に通知する。
 すなわち、図4に示す通信システム1においては、CE3-1(一のカスタマネットワーク装置)とは別のCE3-3,3-4に接続され、CE3-1に対するMultihomingを構成しない複数の通信装置であるPE10-3,10-4から、Multihomingを構成するPE10a-1,10a-2それぞれの識別子とWeight参考値とが、PE10a-1,10a-2に通知される。PE10a-1,10a-2は、PE10-3,10-4から通知された識別子とWeight参考値とに基づき、DFおよびBDFを選出する。
 なお、図4においては、説明の簡略化のために、Multihomingを構成するPE10aが2台である例を示しているが、これに限られるものではなく、Multihomingを構成するPE10aが3台以上であってもよい。また、図4においては、Multihomingを構成しないPE10が2台である例を示しているが、これに限られるものではなく、Multihomingを構成しないPE10が3台以上であってもよい。また、図4においては、PE10,10aに1つのCE3がリンクを介して接続される例を示しているが、これに限られるものではなく、1つのPE10,10aに2台以上のCE3が接続されてもよい。
 次に、PE10a-1の構成について説明する。
 図4に示すように、PE10a-1は、選出リスト作成部12aと、選出部13と、Weight参考値リスト作成部14と、Weight参考値リスト交換部15とを備える。図4に示すPE10a-1は、図1に示すPE10-1と比較して、Weight参考値リスト作成部14およびWeight参考値リスト交換部15を追加した点と、選出リスト作成部12を選出リスト作成部12aに変更した点とが異なる。
 Weight参考値リスト作成部14は、PE10-3,10-4から通知された、Multihomingを構成するPE10a-1,10a-2それぞれの識別子とWeight参考値とに基づき、PE10-3,10-4それぞれの識別子と、PE10-3,10-4それぞれから通知された自装置のWeight参考値とを含む、Weight参考値リストを作成する。すなわち、Weight参考値リスト作成部14は、Multihomingを構成しない複数の通信装置(PE10-3,10-4)それぞれから通知された、Multihomingを構成する複数の通信装置(PE10a-1,10a-2)それぞれの識別子とWeight参考値とに基づき、Multihomingを構成しない複数の通信装置(PE10-3,10-4)それぞれの識別子と、Multihomingを構成しない複数の通信装置(PE10-3,10-4)それぞれから通知された、自装置のWeight参考値とを含む、Weight参考値リストを作成する。
 Weight参考値リスト交換部15は、Weight参考値リスト作成部14により作成されたWeight参考値リストを、Multihomingを構成する複数の通信装置(他のPE10a)と交換する。
 選出リスト作成部12aは、Weight参考値リスト作成部14により作成されたWeight参考値リストと、Weight参考値リスト交換部15による交換により、Multihomingを構成する複数の通信装置から取得したWeight参考値リストとに基づき、選出リストを作成する。
 次に、図4に示すPE10,10aの動作について、図5を参照して説明する。図5において、図2と同様の処理には同じ符号を付し、説明を省略する。
 PE10-3,10-4の通知部11は、自装置とCE3とのリンクが追加/削除されたとき、自装置に新たなCE3が接続/除去されたとき、自装置に新たなEVIが追加/変更/削除されたときなどに、PE10a-1,10a-2の識別子および自装置が保持しているPE10a-1,10a-2のWeight参考値をPE10-1,10-2に通知する(ステップS21)。以下では、PE10-3の通知部11は、PE10a-1のWeight参考値として5を通知し、PE10a-2のWeight参考値として3を通知したとする。また、PE10-4の通知部11は、PE10a-1のWeight参考値として1を通知し、PE10a-2のWeight参考値として4を通知したとする。
 PE10a-1,10a-2のWeight参考値リスト作成部14は、PE10-3,10-4から通知された、PE10a-1,10a-2の識別子およびWeight参考値に基づき、Weight参考値リストを作成する(ステップS22)。
 図6は、Weight参考値リスト作成部14が作成するWeight参考値リストの一例を示す図である。
 図6に示すように、Weight参考値リスト作成部14は、ESごとに、Multihomingを構成しないPE10-3,10-4それぞれの識別子と、PE10-3,10-4それぞれから通知された自装置のWeight参考値とを対応付けたWeight参考値リストを作成する。なお、図6においては、ESごとにWeight参考値リストを例として説明したが、これに限られるものではない。Weight参考値リスト作成部14は、ESとEVIとの組ごと、ESとEthernet tagとの組ごと、ESとEVIとEthernet tagとの組ごと、ESとEVIとMACアドレスとの組ごと、あるいは、ESとEVIとEthernet tagとMACアドレスとの組ごとに、Weight参考値リストを作成してもよい。
 図5を再び参照すると、PE10a-1,10a-2のWeight参考値リスト交換部15は、Weight参考値リスト作成部14により作成されたWeight参考値リストを、Multihomingを構成する複数のPE10aの間で交換する(ステップS23)。
 PE10a-1,10a-2の選出リスト作成部12aは、Weight参考値リスト作成部14により作成された自装置のWeight参考値リストと、Weight参考値リスト交換部15による交換により取得した、Multihomingを構成する他のPE10aのWeight参考値リストとに基づき、予め定められた条件に従って、Multihomingを構成する複数のPE10aの識別子とWeight参考値とを含む選出リストを作成する(ステップS24)。
 選出リスト作成部12aは、例えば、最も小さい(または大きい)Weight参考値を含むWeight参考値リストのWeight参考値を用いて選出リストを作成してよい。また、選出リスト作成部12aは、最も小さい(または大きい)Weight参考値を含まないWeight参考値リストのWeight参考値を用いて選出リストを作成してよい。また、選出リスト作成部12aは、Weight参考値リストごとにWeight参考値の平均値を算出し、算した平均値が最も小さい(または大きい)Weight参考値リストのWeight参考値を用いて選出リストを作成してよい。また、選出リスト作成部12aは、Multihomingを構成するPE10aごとにWeight参考値の合計あるいは平均値などを算出し、算出した値をWeight参考値として含む選出リストを作成してよい。また、選出リスト作成部12aは、Weight参考値リストのWeight参考値を変数とする関数に基づき算出した値をWeight参考値として用いて選出リストを作成してよい。
 図6に示すWeight参考値リストを例として、選出リスト作成部12aによる選出リストの作成について説明する。以下では、選出リスト作成部12aは、最も小さいWeight参考値を含むWeight参考値リストのWeight参考値を、そのPE10aのWeight参考値として含む選出リストを作成するものとして説明する。
 選出リスト作成部12aは、図7に示すように、行を、Weight参考値を通知してきたPE10の識別子とし、列を、Multihomingを構成するPE10aの識別子としたマトリクス(Weight参考値マトリクス)を作成する。選出リスト作成部12aは、Weight参考値マトリクスに含まれる各Weight参考値を比較して、最も小さいWeight参考値(図7に示す例では「1」)を特定する。選出リスト作成部12aは、特定した最も小さいWeight参考値を通知したPE10-4から通知されたWeight参考値をそのまま用いて、選出リストを作成する。したがって、選出リスト作成部12aは、図8に示すように、PE10-4から通知されたWeight参考値をそのまま用いた選出リストを作成する。
 また、上述したように、選出リスト作成部12aは、Multihomingを構成するPE10aごとにWeight参考値の合計を算出し、算出した値をWeight参考値として含む選出リストを作成してよい。この場合、選出リスト作成部12aは、図9に示すように、PE10a-1,10a-2それぞれについて、PE10-3,10-4から通知されたWeight参考値を合計した値を含む選出リストを作成してよい。
 選出リスト作成部12aによる選出リストの作成後、選出部13は、図2と同様の処理により、選出リストからDFおよびBDFを選出する。
 図4に示す通信システム1においては、Weight参考値リストを、Multihomingを構成する複数のPE10a間で交換して選出リストが作成される。そのため、Multihomingを構成しないPE10が複数存在する場合にも、Multihomingを構成する複数のPE10aは、各PE10aで共通の選出リストを作成することができる。そのため、PE10a間で選出されるDFおよびBDFに齟齬が生じるのを防ぐことができる。
 図1,4に示す通信システム1においては、Multihomingを構成しない1または複数のPE10から、Multihomingを構成するPE10,10aの識別子およびWeight参考値が通知される例を用いて説明したが、本開示はこれに限られない。
 図10は、本開示の一実施形態に係る通信システム1のさらに別の構成例を示す図である。図10において、図4と同様の構成には同じ符号を付し、説明を省略する。
 図10に示す通信システム1は、通信網2に接続された複数のPE10a(10a-1,10a-2),10(10-3,10-4)と、制御装置20とを備える。図10に示す通信システム1は、図4に示す通信システム1と比較して、通信網2を管理する制御装置20を追加した点が異なる。なお、制御装置20は、図1に示すような、Multihomingを構成しないPE10が1台である通信システム1に設けられてもよい。
 制御装置20は、Multihomingを構成するPE10a-1,10a-2と接続される。制御装置20は、PE10a-1,10a-2と直接接続されてもよいし、通信網2を介して接続されてもよい。また、図10においては、制御装置20は、PE10a-1,10a-2と接続されるが、これに限られるものではなく、PE10a-1およびPE10a-2のいずれか一方とだけ接続されてもよい。また、図10においては、制御装置20は、Multihomingを構成する2台のPE10aと接続されるが、これに限られるものではなく、3台以上のPE10aと接続されてもよい。
 制御装置20は、Multihomingを構成するPE10a-1,10a-2のWeight参考値を保持しており、PE10a-1およびPE10a-2の少なくとも一方に通知する。制御装置20は、例えば、CE3-3が測定した、CE3-3とCE3-1との間のネットワーク情報、通信事業者がPE10,10aのメンテナンスのために一時的に設定したネットワーク情報、あるいは、制御装置20が通信網2を集中管理する目的でPE10-3,10-4から取得したネットワーク情報に基づき、PE10a-1,10a-2のWeight参考値を取得する。
 次に、PE10aの動作について説明する。
 Weight参考値リスト作成部14は、制御装置20の識別子と、制御装置20から通知された自装置のWeight参考値とをWeight参考値リストに追加する。Weight参考値リスト作成部14は、制御装置20から通知された識別子とWeight参考値とをWeight参考値リストに追加した場合、その識別子とWeight参考値との組が制御装置20から通知されたものであることを示す識別子をWeight参考値リストに追加してもよい。
 Weight参考値リスト交換部15は、Weight参考値リスト作成部14により作成されたWeight参考値リストを、Multihomingを構成する他のPE10aと交換する。
 選出リスト作成部12aは、Weight参考値リスト作成部14により作成されたWeight参考値リストと、Weight参考値リスト交換部15により交換により得られた、他のPE10aのWeight参考値リストとに基づき、選出リストを作成する。
 選出部13は、選出リスト作成部12により作成された選出リストから、DBおよびBDFを選出する。ここで、選出部13は、選出リストに、制御装置20から通知されたWeight参考値が含まれている場合、そのWeight参考値に基づいて、DFおよびBDFを選出してよい。
 図10に示すように、制御装置20からMultihomingを構成するPE10aの識別子およびWeight参考値が通知されることで、通信網2外のネットワーク情報をDFおよびBDFの選出に反映したり、通信事業者が通信網2のメンテナンスを行う際に、一時的にDFおよびBDFを変更したりすることができる。
 次に、Multihomingを構成するPE10aおよびMultihomingを構成しないPE10(PE10-3,10-4)の別の構成について、説明する。
 まず、Multihomingを構成するPE10a-1の別の構成について、図11を参照して説明する。図11においては、PE10a-1の構成を例として説明するが、PE10a-2が同様の構成を有していてよい。
 図11に示すように、PE10a-1は、選出リスト作成部12aと、選出部13と、Weight参考値リスト作成部14aと、Weight参考値リスト交換部15と、第1測定部16とを備える。図11に示すPE10a-1は、図4,10に示すPE10a-1と比較して、第1測定部16を追加した点と、Weight参考値リスト作成部14をWeight参考値リスト作成部14aに変更した点とが異なる。
 第1測定部16は、自装置と接続するCE3(CE3-1)との間のネットワーク情報を測定する。
 Weight参考値リスト作成部14aは、PE10-3,10-4から通知された自装置のWeight参考値を、第1測定部16により測定されたネットワーク情報に応じたWeight参考値に基づき補正し、補正後のWeight参考値を含むWeight参考値リストを作成する。Weight参考値リスト作成部14aは、通知された自装置のWeight参考値に対して、第1測定部16により測定されたネットワーク情報に応じたWeight参考値を加算あるいは減算などすることで、通知されたWeight参考値を補正する。
 自装置と接続するCE3とのネットワーク情報を測定し、測定したネットワーク情報に応じたWeight参考値に基づき、他の装置から通知されたWeight参考値を補正することで、End-to-Endのネットワーク情報の変化に柔軟に追従してDFおよびBDFを選出することができる。
 次に、Multihomingを構成しないPE10(PE10-3,10-4)の別の構成について、図12を参照して説明する。図12においては、PE10-3の構成を例として説明するが、PE10-4が同様の構成を有してよい。
 図12に示すように、PE10-3は、通知部11と、第2測定部17とを備える。図12に示すPE10-3は、図1,4に示すPE10-3と比較して、第2測定部17を追加した点が異なる。以下では、図4に示す通信システム1を例として説明する。
 第2測定部17は、通信網2を介して接続する、Multihomingを構成するPE10a-1,10a-2それぞれとの間のネットワーク情報を測定する。第2測定部17は、例えば、ネットワーク情報として遅延を測定する場合には、Ping,Twanp、Ether-OAM(DM)などを用いて遅延を測定する。また、第2測定部17は、例えば、ネットワーク情報として帯域を測定する場合には、自装置のインタフェースカウンターなどを用いて帯域を測定する。
 通知部11は、第2測定部17により測定された、PE10a-1,10a-2それぞれとの間のネットワーク情報に基づき、PE10a-1,10a-2それぞれのWeight参考値を決定し、PE10a-1,10a-2に通知する。
 PE10a-1,10a-2それぞれとの間のネットワーク情報を測定し、測定したネットワーク情報に基づき、PE10a-1,10a-2それぞれのWeight参考値を決定することで、通信網2のネットワーク情報の変化に柔軟に追従してDFおよびBDFを選出することができる。
 なお、Multihomingを構成しないPE10-3,10-4が第1測定部16を備えてもよい。例えば、図12に示すPE10-3が第1測定部16をさらに備えてもよい。この場合、通知部11は、第2測定部17により測定されたネットワーク情報に基づくWeight参考値と、第1測定部16により測定された、PE10-3とCE3-3との間のネットワーク情報に基づくWeight参考値とを、Multihomingを構成するPE10に通知してもよい。
 本実施形態においては、Multihomingを構成するPE10,10aと、Multihomingを構成しないPE10とで構成を分けて説明したが、PE10,10aは、Multihomingを構成する場合と、Multihomingを構成しない場合とがある。したがって、1つのPE10が、Multihomingを構成する場合の構成と、Multihomingを構成しない場合の構成とを備えていてよい。
 次に、本開示に係るPE10のハードウェア構成について説明する。なお、以下では、PE10を例として説明するが、PE10Aも同様である。また、上述したように、PE10の構成は、Multihomingを構成する場合の構成、Multihomingを構成しない場合の構成、および、Multihomingを構成する場合、および、Multihomingを構成しない場合の両方の構成のいずれであってもよい。
 図13は、本開示の一実施形態に係るPE10のハードウェア構成の一例を示す図である。図13においては、PE10がプログラム命令を実行可能なコンピュータにより構成される場合の、PE10のハードウェア構成の一例を示している。ここで、コンピュータは、汎用コンピュータ、専用コンピュータ、ワークステーション、PC(Personal computer)、電子ノートパッドなどであってもよい。プログラム命令は、必要なタスクを実行するためのプログラムコード、コードセグメントなどであってもよい。
 図13に示すように、PE10は、プロセッサ110、ROM(Read Only Memory)120、RAM(Random Access Memory)130、ストレージ140、入力部150、表示部160および通信インタフェース(I/F)170を有する。各構成は、バス190を介して相互に通信可能に接続されている。プロセッサ110は、具体的にはCPU(Central Processing Unit)、MPU(Micro Processing Unit)、GPU(Graphics Processing Unit)、DSP(Digital Signal Processor)、SoC(System on a Chip)などであり、同種または異種の複数のプロセッサにより構成されてもよい。
 プロセッサ110は、各構成の制御および各種の演算処理を実行するコントローラである。すなわち、プロセッサ110は、ROM120またはストレージ140からプログラムを読み出し、RAM130を作業領域としてプログラムを実行する。プロセッサ110は、ROM120あるいはストレージ140に記憶されているプログラムに従って、上述したPE10の各構成の制御および各種の演算処理を行う。本実施形態では、ROM120またはストレージ140には、コンピュータを本開示に係るPE10として機能させるためのプログラムが格納されている。当該プログラムがプロセッサ110により読み出されて実行されることで、PE10,10aの各構成、すなわち、通知部11、選出リスト作成部12、選出部13、Weight参考値リスト作成部14、Weight参考値リスト交換部15,第1測定部16および第2測定部17が実現される。
 プログラムは、CD-ROM(Compact Disk Read Only Memory)、DVD-ROM(Digital Versatile Disk Read Only Memory)、USB(Universal Serial Bus)メモリなどの非一時的(non-transitory)記憶媒体に記憶された形態で提供されてもよい。また、プログラムは、ネットワークを介して外部装置からダウンロードされる形態としてもよい。
 ROM120は、各種プログラムおよび各種データを格納する。RAM130は、作業領域として一時的にプログラムまたはデータを記憶する。ストレージ140は、HDD(Hard Disk Drive)またはSSD(Solid State Drive)により構成され、オペレーティングシステムを含む各種プログラムおよび各種データを格納する。
 入力部150は、マウスなどのポインティングデバイス、およびキーボードを含み、各種の入力を行うために使用される。
 表示部160は、例えば、液晶ディスプレイであり、各種の情報を表示する。表示部160は、タッチパネル方式を採用して、入力部150として機能してもよい。
 通信インタフェース170は、他の装置(他のPE10,10aあるいは制御装置20)などと通信するためのインタフェースであり、例えば、イーサネット(登録商標)、FDDI、Wi-Fi(登録商標)などの規格が用いられる。
 上述したPE10,10aの各部として機能させるためにコンピュータを好適に用いることが可能である。そのようなコンピュータは、PE10,10aの各部の機能を実現する処理内容を記述したプログラムを該コンピュータの記憶部に格納しておき、該コンピュータのプロセッサ110によってこのプログラムを読み出して実行させることで実現することができる。すなわち、当該プログラムは、コンピュータを、上述したPE10,10aとして機能させることができる。また、当該プログラムを非一時的記録媒体に記録することも可能である。また、当該プログラムを、ネットワークを介して提供することも可能である。
 以上の実施形態に関し、更に以下の付記を開示する。
 (付記項1)
 一のカスタマネットワーク装置に複数の通信装置が接続するMultihomingを構成し、通信網に接続された通信装置であって、
 コントローラを備え、
 前記コントローラは、他の装置から通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、前記Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成し、
 前記作成された選出リストから、前記Weight参考値に基づく予め定められた条件に基づき、前記カスタマネットワーク装置にトラフィックを転送するDF(Designated Forwarder)および前記DFに故障が発生した際に新たなDFとなるBDF(Backup DF)を選出する、通信装置。
 (付記項2)
 付記項1に記載の通信装置において、
 前記他の装置は、前記一のカスタマネットワーク装置とは別のカスタマネットワーク装置に接続され、前記一のカスタマネットワーク装置に対する前記Multihomingを構成しない通信装置である、または、前記通信網を管理する制御装置である、通信装置。
 (付記項3)
 付記項1に記載の通信装置において、
 前記他の装置は、前記一のカスタマネットワーク装置とは別のカスタマネットワーク装置に接続され、前記一のカスタマネットワーク装置に対する前記Multihomingを構成しない複数の通信装置であり、
 前記コントローラは、前記Multihomingを構成しない複数の通信装置それぞれから通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と前記Weight参考値とに基づき、前記Multihomingを構成しない複数の通信装置それぞれの識別子と、前記Multihomingを構成しない複数の通信装置それぞれから通知された、自装置のWeight参考値とを含む、Weight参考値リストを作成し、
 前記作成されたWeight参考値リストを、前記Multihomingを構成する複数の通信装置と交換し、
 前記作成したWeight参考値リストと、前記交換により、前記Multihomingを構成する複数の通信装置から取得したWeight参考値リストとに基づき、前記選出リストを作成する、通信装置。
 (付記項4)
 付記項3に記載の通信装置において、
 前記コントローラは、自装置と接続するカスタマネットワーク装置との間の通信状態を測定し、
 前記他の装置から通知されたWeight参考値を前記測定の結果に応じて補正したWeight参考値を含む前記Weight参考値リストを作成する、通信装置。
 (付記項5)
 一のカスタマネットワーク装置に対するMultihomingを構成する複数の通信装置と通信網を介して接続され、前記Multihomingを構成しない通信装置であって、
 コントローラを備え、
 前記コントローラは、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とを、前記Multihomingを構成する複数の通信装置それぞれに通知する、通信装置。
 (付記項6)
 付記項5に記載の通信装置において、
 前記コントローラは、前記Multihomingを構成する複数の通信装置それぞれとの間の通信状態を測定し、
 前記測定の結果に基づき、前記Weight参考値を決定する、通信装置。
 (付記項7)
 一のカスタマネットワーク装置に複数の通信装置が接続するMultihomingを構成し、通信網に接続された通信装置による通信方法であって、
 他の装置から通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、前記Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成し、
 前記作成された選出リストから、前記Weight参考値に基づく予め定められた条件に基づき、前記カスタマネットワーク装置にトラフィックを転送するDF(Designated Forwarder)および前記DFに故障が発生した際に新たなDFとなるBDF(Backup DF)を選出する、通信方法。
 (付記項8)
 コンピュータによって実行可能なプログラムを記憶した非一時的記憶媒体であって、前記コンピュータを、付記項1に記載の通信装置として機能させる、プログラムを記憶した非一時的記憶媒体。
 上述の実施形態は代表的な例として説明したが、本開示の趣旨および範囲内で、多くの変更および置換ができることは当業者に明らかである。したがって、本発明は、上述の実施形態によって制限するものと解するべきではなく、請求の範囲から逸脱することなく、種々の変形または変更が可能である。例えば、実施形態の構成図に記載の複数の構成ブロックを1つに組み合わせたり、あるいは1つの構成ブロックを分割したりすることが可能である。
 1  通信システム
 2  通信網
 3  CE(カスタマネットワーク装置)
 10,10a  PE(通信装置)
 11  通知部
 12,12a  選出リスト作成部
 13  選出部
 14  Weight参考値リスト作成部
 15  Weight参考値リスト交換部
 16  第1測定部
 17  第2測定部
 20  制御装置
 110  プロセッサ
 120  ROM
 130  RAM
 140  ストレージ
 150  入力部
 160  出力部
 170  通信I/F
 190  パス

Claims (8)

  1.  一のカスタマネットワーク装置に複数の通信装置が接続するMultihomingを構成し、通信網に接続された通信装置であって、
     他の装置から通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、前記Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成する選出リスト作成部と、
     前記作成された選出リストから、前記Weight参考値に基づく予め定められた条件に基づき、前記カスタマネットワーク装置にトラフィックを転送するDF(Designated Forwarder)および前記DFに故障が発生した際に新たなDFとなるBDF(Backup DF)を選出する選出部と、を備える通信装置。
  2.  請求項1に記載の通信装置において、
     前記他の装置は、前記一のカスタマネットワーク装置とは別のカスタマネットワーク装置に接続され、前記一のカスタマネットワーク装置に対する前記Multihomingを構成しない通信装置である、または、前記通信網を管理する制御装置である、通信装置。
  3.  請求項1に記載の通信装置において、
     前記他の装置は、前記一のカスタマネットワーク装置とは別のカスタマネットワーク装置に接続され、前記一のカスタマネットワーク装置に対する前記Multihomingを構成しない複数の通信装置であり、
     前記Multihomingを構成しない複数の通信装置それぞれから通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と前記Weight参考値とに基づき、前記Multihomingを構成しない複数の通信装置それぞれの識別子と、前記Multihomingを構成しない複数の通信装置それぞれから通知された、自装置のWeight参考値とを含む、Weight参考値リストを作成するWeight参考値リスト作成部と、
     前記Weight参考値リスト作成部により作成されたWeight参考値リストを、前記Multihomingを構成する複数の通信装置と交換するWeight参考値リスト交換部と、を備え、
     前記選出リスト作成部は、前記Weight参考値リスト作成部が作成したWeight参考値リストと、前記Weight参考値リスト交換部による交換により、前記Multihomingを構成する複数の通信装置から取得したWeight参考値リストとに基づき、前記選出リストを作成する、通信装置。
  4.  請求項3に記載の通信装置において、
     自装置と接続するカスタマネットワーク装置との間の通信状態を測定する第1測定部をさらに備え、
     前記Weight参考値リスト作成部は、前記他の装置から通知されたWeight参考値を前記第1測定部による測定の結果に応じて補正したWeight参考値を含む前記Weight参考値リストを作成する、通信装置。
  5.  一のカスタマネットワーク装置に対するMultihomingを構成する複数の通信装置と通信網を介して接続され、前記Multihomingを構成しない通信装置であって、
     前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とを、前記Multihomingを構成する複数の通信装置それぞれに通知する通知部を備える、通信装置。
  6.  請求項5に記載の通信装置において、
     前記Multihomingを構成する複数の通信装置それぞれとの間の通信状態を測定する第2測定部をさらに備え、
     前記通知部は、前記第2測定部による測定の結果に基づき、前記Weight参考値を決定する、通信装置。
  7.  一のカスタマネットワーク装置に複数の通信装置が接続するMultihomingを構成し、通信網に接続された通信装置による通信方法であって、
     他の装置から通知された、前記Multihomingを構成する複数の通信装置それぞれの識別子と、前記Multihomingを構成する複数の通信装置それぞれの通信状態に応じたWeight参考値とに基づき、前記Multihomingを構成する複数の通信装置それぞれの識別子とWeight参考値とを含む選出リストを作成し、
     前記作成された選出リストから、前記Weight参考値に基づく予め定められた条件に基づき、前記カスタマネットワーク装置にトラフィックを転送するDF(Designated Forwarder)および前記DFに故障が発生した際に新たなDFとなるBDF(Backup DF)を選出する、通信方法。
  8.  コンピュータを、請求項1から6のいずれか一項に記載の通信装置として機能させるプログラム。
PCT/JP2021/021431 2021-06-04 2021-06-04 通信装置、通信方法およびプログラム WO2022254714A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2023525330A JPWO2022254714A1 (ja) 2021-06-04 2021-06-04
PCT/JP2021/021431 WO2022254714A1 (ja) 2021-06-04 2021-06-04 通信装置、通信方法およびプログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/021431 WO2022254714A1 (ja) 2021-06-04 2021-06-04 通信装置、通信方法およびプログラム

Publications (1)

Publication Number Publication Date
WO2022254714A1 true WO2022254714A1 (ja) 2022-12-08

Family

ID=84322982

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/021431 WO2022254714A1 (ja) 2021-06-04 2021-06-04 通信装置、通信方法およびプログラム

Country Status (2)

Country Link
JP (1) JPWO2022254714A1 (ja)
WO (1) WO2022254714A1 (ja)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170126587A1 (en) * 2015-11-04 2017-05-04 Cisco Technology, Inc. Fast fail-over using tunnels
WO2019101118A1 (zh) * 2017-11-27 2019-05-31 新华三技术有限公司 指定转发者选举

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170126587A1 (en) * 2015-11-04 2017-05-04 Cisco Technology, Inc. Fast fail-over using tunnels
WO2019101118A1 (zh) * 2017-11-27 2019-05-31 新华三技术有限公司 指定转发者选举

Also Published As

Publication number Publication date
JPWO2022254714A1 (ja) 2022-12-08

Similar Documents

Publication Publication Date Title
EP3435599B1 (en) Service level agreement based next-hop selection
EP3122004B1 (en) Traffic switching method, device, and system
EP3301861A1 (en) Evpn designated forwarder state propagation to customer edge devices using connectivity fault management
US9019814B1 (en) Fast failover in multi-homed ethernet virtual private networks
US9143444B2 (en) Virtual link aggregation extension (VLAG+) enabled in a TRILL-based fabric network
TWI547127B (zh) 當虛擬位址未匹配經組態以用於基座間冗位之網路元件時通知網路操作員
US9071539B2 (en) Method for avoiding a loop in a network
JP6141407B2 (ja) 802.1aqのためのスプリットタイブレーカ
US9137141B2 (en) Synchronization of load-balancing switches
US8938521B2 (en) Bi-directional synchronization enabling active-active redundancy for load-balancing switches
US20140086065A1 (en) Disjoint multi-paths with service guarantee extension
WO2021047011A1 (zh) 数据处理方法及装置、计算机存储介质
CN105340230A (zh) 虚拟机架拓扑管理
EP3809664A1 (en) Deploying secure neighbor discovery in evpn
CN115769556A (zh) 服务链数据流的路径可见性、分组丢失和时延测量结果
US20140112203A1 (en) Enhanced Fine-Grained Overlay Transport Virtualization Multi-Homing Using per-network Authoritative Edge Device Synchronization
WO2022254714A1 (ja) 通信装置、通信方法およびプログラム
US10574481B2 (en) Heterogeneous capabilities in an overlay fabric
US11979284B2 (en) Orchestrated reconnect for client-unaware rolling of network nodes
CN103973558B (zh) 一种路由通告方法和装置
WO2016070406A1 (zh) 一种拓扑发现方法及设备
WO2021224931A1 (en) System and a method to efficiently exchange echo and stats messages between sdn controller and the open vswitches
US11381485B1 (en) Designated intermediate system (DIS) priority changing
CN113141265B (zh) 跨设备链路聚合方法及设备
WO2023280184A1 (zh) 跨设备链路聚合路由计算方法、交换机、系统及存储介质

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 2023525330

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 18566634

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE