US8665708B2 - Method and apparatus for a ring network node to acquire protocol messages - Google Patents
Method and apparatus for a ring network node to acquire protocol messages Download PDFInfo
- Publication number
- US8665708B2 US8665708B2 US13/390,773 US201013390773A US8665708B2 US 8665708 B2 US8665708 B2 US 8665708B2 US 201013390773 A US201013390773 A US 201013390773A US 8665708 B2 US8665708 B2 US 8665708B2
- Authority
- US
- United States
- Prior art keywords
- protocol message
- ring
- node
- protocol
- code
- 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.)
- Active - Reinstated, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/42—Loop networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/54—Store-and-forward switching systems
- H04L12/56—Packet switching systems
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/42—Loop networks
- H04L12/437—Ring fault isolation or reconfiguration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
Definitions
- the present invention relates to ring-network protection technology, more specifically, to a method and an apparatus for acquiring a protocol message by a ring-network node.
- ring networking is widely deployed in Ethernet to enhance reliability of the network.
- rapid (less than 50 ms) protection switching is usually required.
- rapid protection switching technology includes RFC3619 of Internet Engineering Task Force (IETF), and G.8032 of the International Telecommunication Union (ITU-T), etc.
- FIG. 1 shows a structure diagram of the Ethernet ring in the related art.
- node A ⁇ node F are nodes that have Ethernet switching functions;
- network NI connects to node B;
- network N connects to node D.
- Network M and network N communicate via two physical paths, i.e., network N ⁇ node D ⁇ node C ⁇ node B ⁇ network M, or network N ⁇ node D ⁇ node F ⁇ node F ⁇ node A ⁇ node B ⁇ network M.
- Ethernet ring protection technology defines a ring protection link and a control node, that is, in a case of an Ethernet ring without a failure, the link on the ring blocking the data message for preventing the ring being formed is called as the ring protection link, and the switching between the active link and the protection link on the ring network is achieved by operating the ring protection link.
- the node with the ring protection link is called as a control node (or a master node).
- FIG. 2 a is a schematic diagram of forwarding the data stream by an Ethernet ring shove in FIG. 1 without a failure.
- the ring network comprises nodes A, B, C, E, and F, and links ⁇ A,B>, ⁇ B,C>, ⁇ C,D>, ⁇ D,E>, ⁇ E,F>, ⁇ F,A>.
- node A is the control node
- the direct link ⁇ F,A> connecting to port a 2 is the ring protection link.
- the control node blocks the data message-forwarding function of the port a 2 that connects to the ring protection link, and thus a loop is not formed in the network, which prevents broadcast storms caused by the network loops.
- the control node A blocks the protection data message-forwarding function of the port a 2 .
- the communication path between network M and network N is: network M ⁇ node B ⁇ node C ⁇ node D ⁇ network N.
- FIG. 2 b is the schematic diagram of data stream protection switching under a case of the Ethernet ring with a failure.
- the control node A opens (enables) the data message-forwarding function on the port a 2 , and then the new communication path between network M and network N is: network M ⁇ node B ⁇ node A ⁇ node F ⁇ node E ⁇ node D ⁇ network N.
- ITU-T G.8032 version 1 (G.8032v1) has been released in June, 2008.
- the standard supports two types of protocol messages: the SF protocol message and the NR protocol message.
- the two types of protocol messages are respectively described as follows.
- the SF protocol message is the Signal Fail (SF) message, and its functions are: when a node detects a failure, the node periodically sends the SF protocol message along the ports on the ring to notify other nodes on the ring that a failure occurs on the ring network. After receiving the SF message, the nodes on the ring that have blocking ports (the ports without a failure that block data messages) enable the data message-forwarding function of the blocking ports.
- SF Signal Fail
- the NR protocol message is the No Request message, and its functions mainly have the following two aspects:
- the node when detecting that the failure on the adjacent link recovers, the node periodically sends the NR message along the two ports on the ring to notify other nodes on the ring that the link failure recovers.
- the control node After receiving NR messages sent by other nodes, the control node starts a Waiting Timer (WTR timer). When the WTR timer times out, the control node blocks the data-forwarding function of the ports, and periodically sends the NR (RB) message (RB: RPL Link Blocked) along the two ports on the ring to notify other nodes on the ring that the ring protection link has been blocked.
- WTR timer Waiting Timer
- ITU-T SG15 group After releasing ITU-T G.8032v1, ITU-T SG15 group started to draft G.8032 version 2 (G.8032v2).
- G.8032v2 two types of protocol messages are increased based on G.8032v1: Force Switch (FS) and Manual Switch (MS) protocol messages.
- FS Force Switch
- MS Manual Switch
- These two types of protocol messages are both the method for artificially making the blocking ports on a ring. That is, when node on a ring starts FS (or MS), the node periodically sends the FS (or MS) message along the two ports on the ring to notify other nodes on the ring that a force switch (or a manual switch) occurs.
- the nodes on the ring that have blocking ports enable the data message-forwarding function of the blocking ports.
- the difference between FS and MS is that the priority of FS is higher than that of SF and the priority of MS is lower than that of SF, which means when the ring network has a failure, FS protocol messages can exist in the ring network, while MS protocol messages will be refused by the nodes in the ring network.
- a 4-bit Request/State field is adopted to identify the type of a protocol message in the protocol message of ITU-T G.8032v1.
- the code values of SF and NR in this field are shown in Table 1.
- a 4-bit Request/State field is adopted to identify the type of a protocol message in the protocol message of ITU-T G.8032v2.
- the code values of SF, NR, MS and FS in this field are shown in Table 2.
- the Flush message in Table 3 is mainly used for address refresh outside sub-ring domain in multi-ring scenarios.
- the details refer to the ITU-T G.8032v2 standard. Here the description about will be not repeated.
- protocol messages of G.8032v1 and G.8032v2 are distinguished by the Version field.
- the value of the Version field in G.8032v1 protocol messages is 0x00, and that in G.8032v2 protocol messages is 0x01.
- the method for implementing forward compatibility of G.8032v2 includes:
- the node when a node only supports the G.8032v1 version, the node filters out the FS and MS protocol packets, and only forwards ES and MS protocol messages without further processing;
- the node when a node supports the G.8032v2 version, the node can recognize FS and MS protocol messages, and processes the FS and MS protocol messages accordingly.
- FIG. 3 a and FIG. 3 b respectively are the first schematic diagram and the second schematic diagram showing the compatibility problems existing in the existing ring networks. Details are as follows.
- nodes A, B, C and F support ITU-T G.8032v1 and nodes D and E support ITU-T G.8032v2; and node A is the control node.
- node A blocks the data message-forwarding function of port a 2 and periodically sends NR (RB) messages along the two ports on the ring at the same time.
- NR NR
- node E When force switch is started at port e 2 of node E in the system, node E periodically sends FS protocol messages along port e 1 and port e 2 outwards. Since nodes A, B, C and F support ITU-T G.8032v1, they filter out the received FS protocol messages and do not perform further processing, and therefore, node A does not enable the data message-forwarding function of port a 2 after receiving the FS messages, and two blocking ports always exist on the ring, which dramatically decreases the network performance.
- control node A since the control node A supports ITU-T G.8032v1, it only filters out the MS protocol messages sent by node F and does not perform further processing. Therefore, node A does not enable the data message-forwarding function of port a 2 after receiving the MS messages, and two blocking ports always exist on the ring, which dramatically decreases the network performance.
- the main object of the present invention is to provide a method and an apparatus for acquiring a protocol message by a ring-network node, which can improve the network performance.
- a method for acquiring a protocol message by a ring-network node comprises:
- SF Signal Fail
- MS Manual Switch
- FS Force Switch
- a node supporting G.8032v1 receives an ES or MS protocol message, determining that the message is an SF protocol message according to an identifier; and a node supporting G.8032v2 determining that the received protocol message is an SF or MS or ES protocol message according to the identifier.
- the step of using dual fields to identify SF, MS and FS protocol messages comprises:
- the received protocol message is the SF protocol message
- the received protocol message is the MS protocol message
- the received protocol message is the ES protocol message.
- An apparatus for acquiring a protocol message by a ring-network node comprising a configuration module and an identification module, wherein
- the configuration module is used to: configure code values of dual fields for identifying SF, MS and FS protocol messages;
- the identification module is used to: receive a protocol message and identify the received protocol message according to a configuration result obtained from the configuration module.
- the apparatus is set in an Ethernet ring node.
- different protocol messages are identified by using dual fields; when a node supporting G.8032v1 receives an FS or MS protocol message, it determines that the message is an SF protocol message and processes accordingly; a node supporting G.8032v2 processes accordingly on SF or MS or FS protocol messages received according to the identifier.
- the method of the present invention enables the nodes on a ring to accurately control the state of their respective ports, thus avoiding the situation that multiple block points appear on the ring and improving the network performance.
- FIG. 1 is a structure diagram of the Ethernet ring in the related art
- FIG. 2 a is a schematic diagram of forwarding the data stream in a case of an Ethernet ring shown in FIG. 1 without a failure;
- FIG. 2 b is a schematic diagram of data stream protection switching in a case of an Ethernet ring shown in FIG. 1 with a failure;
- FIG. 3 a is the first schematic diagram of a compatibility problem existing in the existing ring network
- FIG. 3 b is the second schematic diagram of a compatibility problem existing in the existing ring network
- FIG. 4 is a flowchart of a method for acquiring protocol messages by a ring network node according to the present invention
- FIG. 5 is a structure diagram of an apparatus for acquiring protocol messages by a ring network node according to the present invention
- FIG. 6 is a flowchart of a method for acquiring protocol messages by a ring network ode according to an embodiment of the present invention
- FIG. 7 a is a schematic diagram of acquiring NR (RB) protocol messages in the case that force switch occurs in the ring network according to the first embodiment of the present invention
- FIG. 7 b is a schematic diagram of acquiring FS protocol messages when force switch is started in the case that force switch occurs in the ring network according to the first embodiment of the present invention
- FIG. 8 a is a schematic diagram of acquiring SF protocol messages in the case that manual switch occurs in the ring network according to the second embodiment of the present invention.
- FIG. 8 b is a schematic diagram of acquiring NR protocol messages in the case that manual switch occurs in the ring network according to the second embodiment of the present invention.
- FIG. 8 c is a schematic diagram of acquiring MS protocol messages in the case that manual switch occurs in the ring network according to the second embodiment of the present invention.
- FIG. 4 is a flowchart of a method for acquiring protocol messages by a ring network node according to the present invention. As shown in FIG. 4 , the method comprises following steps.
- Step 400 dual fields are used to identify SF, MS and FS protocol messages.
- the type codes of SF, MS and FS protocol messages may be identified by two fields of the Request/State field and Sub-code field.
- the code value in the Request/State field identifies that a protocol message belongs to the type of SF, MS and FS protocol messages, and then different code values in Sub-code field identify SF, MS and ES protocol messages, as shown in Table 4:
- the message is an SE protocol message
- the message is an FS protocol message.
- Step 401 a a node supporting G.8032v1 receives an FS or MS protocol message and then determines that it is an SF protocol message.
- the node If the node only supports G.8032v1, it interprets the received FS or MS protocol message as an SF protocol message, which means it ignores the sub-code field. Then the node performs further processing based on the SF protocol message.
- Step 401 b a node supporting G.8032v2 determines the received protocol message as an SF, MS or MS protocol message based on the identifier.
- a node When a node supports G.8032v2, it identifies the SF, FS or MS protocol message based on the Request/State field and sub-code field, and then processes the received protocol message accordingly.
- the nodes on the ring network are able to accurately control the state of its ports, thereby avoiding the case that multiple blocking points appear in the ring network and improving the network performance.
- FIG. 5 is a schematic diagram of an apparatus for acquiring protocol messages by a ring network node according to the present invention.
- the apparatus of the present invention is configured in the node, and comprises a configuration module and an identification module, wherein
- the configuration module is used to configure the code values of the dual fields for identifying SF, MS and ES protocol messages.
- the configuration result is shown in Table 4, which will be not repeated herein.
- the identification module is used to receive protocol messages and identify the received protocol messages according to the configuration result obtained from the configuration module.
- FIG. 6 is a flowchart of a method for acquiring protocol messages by a ring network node according to an embodiment of the present invention. The method comprises followings steps.
- Step 600 when receiving a protocol message, a node reads the value of the Request/State field of this protocol message.
- Step 602 the node interprets the protocol message as an NR protocol message. The procedure ends.
- Step 603 whether the node supports G.8032v1 or G.8032v2 is judged. If the node only supports G.8032v1, step 604 is performed, otherwise step 605 is performed.
- Step 604 the node only forwards the received protocol message and ignores this protocol message. The procedure ends.
- Step 606 the node interprets the protocol message as a Flush protocol message. The procedure ends.
- Step 607 whether the node supports G.8032v1 or G.8032v2 is judged. If the node only supports G.8032v1, step 608 is performed, otherwise step 609 is performed.
- Step 608 the node interprets the protocol message as an SF protocol message. The procedure ends.
- Step 611 the node interprets the protocol message as an SF protocol message. The procedure ends.
- Step 612 the node interprets protocol message as an MS protocol message. The procedure ends.
- Step 613 the node interprets the protocol message as an ES protocol message. The procedure ends.
- the first embodiment illustrates the case that force switch occurs.
- FIG. 7 a is a schematic diagram of acquiring NR (RB) protocol messages in the case that force switch occurs in the ring network according to the first embodiment of the present invention.
- nodes A, B, C and F are the nodes that only support ITU-T G.8032v1
- nodes D and E are nodes that support G.8032v2
- node A is the control node.
- node A blocks the data message-forwarding function of port a 2 , and periodically sends NR (RB) protocol messages along the two ports on the ring at the same time.
- FIG. 7 b is a schematic diagram of acquiring FS protocol messages when force switch is started in the case that force switch occurs in the ring network according to the first embodiment of the present invention.
- node E periodically sends ES protocol message along port e 1 and port e 2 outwards.
- nodes A, B, C and F are the nodes that only support ITU-T G.8032v1, when receiving the FS protocol message, they only read the value, i.e., 1011, of the Request/State field in the protocol message and ignore the sub-code field, and thus these nodes interpret the ES protocol message as an SF message and refresh their address-forwarding table.
- Node A also enables the data message-forwarding function on port a 2 after interpreting the received ES protocol message as an SF message, thereby avoiding the case that multiple blocking points appear in the ring network and improving the network performance.
- the second embodiment illustrates the case that manual switch occurs.
- FIG. 8 a is a schematic diagram of acquiring SF protocol messages in the case that manual switch occurs in the ring network according to the second embodiment of the present invention.
- node B and node C detect that ⁇ B,C> link has a failure
- node B and node C respectively block the data-forwarding function of port and port c 2 , refresh respective address-forwarding tables, and periodically send SF protocol messages along their working ports on the ring.
- Other nodes on the ring also refresh the address-forwarding table after receiving the SF protocol messages.
- Control node A also enables the data-forwarding function of port a 2 .
- FIG. 8 b is a schematic diagram of acquiring NR protocol messages in the case that manual switch occurs in the ring network according to the second embodiment of the present invention.
- node B and node C detect that the failure of ⁇ B,C> link recovers
- node B and node C periodically send NR protocol messages along the ports on the ring respectively.
- node C receives the NR protocol message sent by node B and discovers that the node number (Node_ID) in the message is greater than the node number of the node C itself, then node C stops sending the NR protocol message, and enables the data-forwarding function of port c 2 (node B continues to block port b 1 ).
- the control node A starts the WTR timer.
- FIG. 8 c is a schematic diagram of acquiring MS protocol messages in the case that manual switch occurs in the ring network according to the second embodiment of the present invention.
- node E periodically sends MS protocol messages along port e 1 and port e 2 outwards
- nodes A, B, C and F are the nodes that only support ITU-T G.8032v1
- node B also enables the data message-forwarding function on port b 1 after interpreting the received MS protocol message as an SF message.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Small-Scale Networks (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
| TABLE 1 | ||
| Field | Protocol message code value | Message description |
| Request/ |
0000 | |
| 1011 | SF | |
| Others | Reserved | |
| TABLE 2 | ||||
| Message | ||||
| Field | Protocol message code value | description | ||
| Request/ |
0000 | |
||
| 1011 | SF | |||
| 0111 | MS | |||
| 1101 | FS | |||
| 1110 | Event | |||
| Others | Reserved | |||
| TABLE 3 | ||||
| Sub-code | ||||
| Request/State (code) | (code) | Message description | ||
| 1110 | 0000 | Flush | ||
| Others | Reserved | |||
| TABLE 4 | ||
| Request/State (code) | Sub-code (code) | |
| 1011 | 0000 | SF |
| (the code is the same as | 0001 | MS |
| that of the SF in the |
0010 | FS |
| version) | Others | Reserved |
Claims (4)
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200910169680.9A CN101997767B (en) | 2009-08-31 | 2009-08-31 | Method and device for acquiring protocol messages by nodes on ring network |
| CN200910169680 | 2009-08-31 | ||
| CN200910169680.9 | 2009-08-31 | ||
| PCT/CN2010/070387 WO2011022956A1 (en) | 2009-08-31 | 2010-01-27 | Method and apparatus for a ring network node to acquire protocol messages |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20120147735A1 US20120147735A1 (en) | 2012-06-14 |
| US8665708B2 true US8665708B2 (en) | 2014-03-04 |
Family
ID=43627190
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/390,773 Active - Reinstated 2030-06-09 US8665708B2 (en) | 2009-08-31 | 2010-01-27 | Method and apparatus for a ring network node to acquire protocol messages |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US8665708B2 (en) |
| EP (1) | EP2458795B1 (en) |
| JP (1) | JP5438830B2 (en) |
| KR (1) | KR101281658B1 (en) |
| CN (1) | CN101997767B (en) |
| WO (1) | WO2011022956A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10382301B2 (en) * | 2016-11-14 | 2019-08-13 | Alcatel Lucent | Efficiently calculating per service impact of ethernet ring status changes |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9344323B2 (en) * | 2014-01-23 | 2016-05-17 | Ciena Corporation | G.8032 ethernet multiple fault recovery mechanisms |
| US9407535B2 (en) | 2014-04-03 | 2016-08-02 | Ciena Corporation | Packet network linear protection systems and methods in a dual home or multi-home configuration |
| KR101795918B1 (en) | 2015-07-24 | 2017-11-10 | 주식회사 포스코 | Hot dip galvanized and galvannealed steel sheet having higher bake hardening and aging properties, and method for the same |
| CN109803296B (en) | 2017-11-17 | 2021-05-14 | 华为技术有限公司 | Method and apparatus for signal transmission |
| CN108919762B (en) * | 2018-07-06 | 2021-05-25 | 东莞市李群自动化技术有限公司 | Control method and device based on industrial Ethernet |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20040021030A (en) | 2002-09-02 | 2004-03-10 | 엘지전자 주식회사 | method for transferring a broad casting data of the ring type network system |
| JP2005520398A (en) | 2002-03-08 | 2005-07-07 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Method and system for providing a single unified channel silence / measurement requirement element in an 802.11 wireless local area network |
| JP2006526323A (en) | 2003-05-09 | 2006-11-16 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Measurement report time stamping apparatus and method for guaranteeing accuracy of reference time |
| JP2007522691A (en) | 2003-10-14 | 2007-08-09 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Apparatus and method for management information base table for storing and accessing media detection time histogram measurement results |
| CN101141333A (en) | 2007-10-12 | 2008-03-12 | 中兴通讯股份有限公司 | A Fault Handling Method for Master Node Slave Port of Ethernet Ring Network System |
| US20080107416A1 (en) * | 2004-12-13 | 2008-05-08 | Huawei Technologies Co., Ltd. | Method For Realizing Many To Many Protection Switching Of Ring Network |
| KR20080071595A (en) | 2005-12-07 | 2008-08-04 | 루센트 테크놀러지스 인크 | Control Protocol Information Management Method and Network Node |
| US20100135291A1 (en) * | 2008-11-28 | 2010-06-03 | Nortel Networks Limited | In-band signalling for point-point packet protection switching |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP3456078B2 (en) * | 1995-12-04 | 2003-10-14 | 三菱電機株式会社 | Method for identifying adjacent relay device in ring network |
| KR100929573B1 (en) * | 2007-12-12 | 2009-12-03 | 한국전자통신연구원 | Ethernet protection switching method according to link change of Ethernet link aggregation sublayer |
-
2009
- 2009-08-31 CN CN200910169680.9A patent/CN101997767B/en not_active Expired - Fee Related
-
2010
- 2010-01-27 EP EP10811122.0A patent/EP2458795B1/en not_active Not-in-force
- 2010-01-27 US US13/390,773 patent/US8665708B2/en active Active - Reinstated
- 2010-01-27 JP JP2012525857A patent/JP5438830B2/en not_active Expired - Fee Related
- 2010-01-27 WO PCT/CN2010/070387 patent/WO2011022956A1/en not_active Ceased
- 2010-01-27 KR KR1020127004945A patent/KR101281658B1/en not_active Expired - Fee Related
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005520398A (en) | 2002-03-08 | 2005-07-07 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Method and system for providing a single unified channel silence / measurement requirement element in an 802.11 wireless local area network |
| KR20040021030A (en) | 2002-09-02 | 2004-03-10 | 엘지전자 주식회사 | method for transferring a broad casting data of the ring type network system |
| JP2006526323A (en) | 2003-05-09 | 2006-11-16 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Measurement report time stamping apparatus and method for guaranteeing accuracy of reference time |
| JP2007522691A (en) | 2003-10-14 | 2007-08-09 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Apparatus and method for management information base table for storing and accessing media detection time histogram measurement results |
| US20080107416A1 (en) * | 2004-12-13 | 2008-05-08 | Huawei Technologies Co., Ltd. | Method For Realizing Many To Many Protection Switching Of Ring Network |
| KR20080071595A (en) | 2005-12-07 | 2008-08-04 | 루센트 테크놀러지스 인크 | Control Protocol Information Management Method and Network Node |
| CN101141333A (en) | 2007-10-12 | 2008-03-12 | 中兴通讯股份有限公司 | A Fault Handling Method for Master Node Slave Port of Ethernet Ring Network System |
| US20100135291A1 (en) * | 2008-11-28 | 2010-06-03 | Nortel Networks Limited | In-band signalling for point-point packet protection switching |
Non-Patent Citations (2)
| Title |
|---|
| International Search Report for PCT/CN2010/070387 dated May 5, 2010. |
| ITU-T G.8032/Y.1344 Ethernet ring protection switching, Telecommunication Standardization Sector of ITU. |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10382301B2 (en) * | 2016-11-14 | 2019-08-13 | Alcatel Lucent | Efficiently calculating per service impact of ethernet ring status changes |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2013503515A (en) | 2013-01-31 |
| EP2458795A1 (en) | 2012-05-30 |
| US20120147735A1 (en) | 2012-06-14 |
| CN101997767A (en) | 2011-03-30 |
| CN101997767B (en) | 2014-11-05 |
| KR20120035947A (en) | 2012-04-16 |
| JP5438830B2 (en) | 2014-03-12 |
| WO2011022956A1 (en) | 2011-03-03 |
| KR101281658B1 (en) | 2013-07-03 |
| EP2458795A4 (en) | 2014-07-02 |
| EP2458795B1 (en) | 2018-10-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4212476B2 (en) | Method for supporting SDH / SONET automatic protection switching over Ethernet | |
| US7944815B2 (en) | System and method for network recovery from multiple link failures | |
| US7924702B2 (en) | Method for reconfiguring a communication network | |
| EP2458797B1 (en) | Method, device and system for updating ring network topology information | |
| US20050044211A1 (en) | Self-healing tree network | |
| US8665708B2 (en) | Method and apparatus for a ring network node to acquire protocol messages | |
| US8737201B2 (en) | Data relay apparatus, and ring-type communication system | |
| CA2570333C (en) | Method for implementing bidirectional protection switching in multiple protocol label switching network | |
| EP1768319A1 (en) | Method of inter-RPR-ring bridge redundancy | |
| CN101072154B (en) | Loop Ethernet switching method | |
| US20100254257A1 (en) | Method for processing failure of slave port of master node in ethernet ring network system | |
| US8264954B2 (en) | Method and device for operating a network and communication system comprising such device | |
| US7924707B2 (en) | Method for realizing many to many protection switching of ring network | |
| US7864789B2 (en) | Signaling methods for telecommunicaton system for exchanging frames over ethernet interfaces and devices for implementing such methods | |
| CN1973466A (en) | Communication Network Protection System | |
| CN102857316A (en) | Method and system for realizing source looped network protection | |
| CN101656664B (en) | Ethernet ring network system and border node thereof and Ethernet ring network realization method | |
| WO2011000184A1 (en) | Method and system for refreshing the single ring address in an ethernet ring | |
| CN106059824B (en) | fault processing method and device | |
| KR102000128B1 (en) | Automatic protection switching state processing method, device and aps node | |
| CN102014102B (en) | Message processing method and device | |
| JPWO2006075402A1 (en) | Open loop network node device and open loop network control method | |
| CN101194474B (en) | Interconnection method and system of elastic packet ring | |
| CN107360075B (en) | Network equipment ring protection method and device, network system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: ZTE CORPORATION, CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, BIN;WU, SHAOYONG;REEL/FRAME:027716/0344 Effective date: 20120202 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551) Year of fee payment: 4 |
|
| FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20220304 |
|
| FEPP | Fee payment procedure |
Free format text: SURCHARGE, PETITION TO ACCEPT PYMT AFTER EXP, UNINTENTIONAL (ORIGINAL EVENT CODE: M1558); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
| FEPP | Fee payment procedure |
Free format text: PETITION RELATED TO MAINTENANCE FEES FILED (ORIGINAL EVENT CODE: PMFP); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| FEPP | Fee payment procedure |
Free format text: PETITION RELATED TO MAINTENANCE FEES GRANTED (ORIGINAL EVENT CODE: PMFG); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |