USRE43811E1 - LAN switch with rapid fault recovery - Google Patents
LAN switch with rapid fault recovery Download PDFInfo
- Publication number
- USRE43811E1 USRE43811E1 US13/239,233 US201113239233A USRE43811E US RE43811 E1 USRE43811 E1 US RE43811E1 US 201113239233 A US201113239233 A US 201113239233A US RE43811 E USRE43811 E US RE43811E
- Authority
- US
- United States
- Prior art keywords
- network apparatus
- link
- mac address
- address table
- switch
- 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, 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/46—Interconnection of networks
- H04L12/4604—LAN interconnection over a backbone network, e.g. Internet, Frame Relay
- H04L12/462—LAN interconnection over a bridge based backbone
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L49/00—Packet switching elements
- H04L49/35—Switches specially adapted for specific applications
- H04L49/351—Switches specially adapted for specific applications for local area network [LAN], e.g. Ethernet switches
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L49/00—Packet switching elements
- H04L49/55—Prevention, detection or correction of errors
- H04L49/557—Error correction, e.g. fault recovery or fault tolerance
Definitions
- the present invention relates generally to computer networking.
- STP Spanning tree protocol
- STP defines a tree that spans all switches in an extended network and forces select redundant data paths into a standby or blocked state. If one segment of the network becomes unreachable, STP can re-establish a link to that segment by activating a standby path.
- One embodiment of the invention pertains to a method of fault recovery by a switch in a local area network.
- a link failure is detected at a port of the switch.
- a MAC address table of the switch is cleared. Clearing the address table causes a discovery process to fill the table to begin immediately.
- a link on another port of the switch may be dropped to propagate the link failure.
- Another embodiment of the invention relates to a network apparatus that includes a MAC address table and a plurality of ports. At least one port of the apparatus is configured to implement a link-loss-learn protocol.
- Another embodiment of the invention relates to a network that includes a plurality of Ethernet switches in a redundant topology. At least one switch is configured to implement a link-loss-learn protocol for rapid fault recovery.
- FIG. 1A is a diagram depicting a simple network topology for discussion purposes.
- FIG. 1B depicts a link failure in the simple network topology.
- FIG. 2 is a flow chart depicting a method of fault recovery in a local area network in accordance with IEEE 802.1d Spanning Tree Protocol.
- FIG. 3 is a flow chart depicting a method of fault recovery in a local area network in accordance with one embodiment of the invention.
- FIG. 1A is a diagram depicting a simple network topology for discussion purposes. Depicted are a number of networking switches S, A, B, C, D, and E. In this example, the switches are interconnected together in a ring topology. Switch S may be particularly configured to implement STP.
- Various hosts are shown connected to switch ports. Hosts A 1 , A 2 , and A 3 are shown as connected to ports of switch A, hosts B 1 , B 2 , and B 3 are shown as connected to ports of switch B, and so on.
- example Media Access Control (MAC) address tables in some of the switches are illustrated. For example, the address table in switch A has host address A 1 associated with port 2 , and host addresses B 2 , C 3 , D 1 , E 2 , and E 3 each associated with port 1 .
- MAC Media Access Control
- Such a ring should have a port somewhere in the series that operates in a “blocked” mode. Such a blocked port does not pass packets so that a correct Ethernet topology without looping exists.
- the control of which port is blocked is determined by logic to manage operating the network and to facilitate recovery from faults.
- the ring topology network is initially configured such that the link between switch S and switch E is blocked or in a standby state. This prevents an undesirable loop from being present.
- FIG. 2 is a flow chart depicting a method of fault recovery in a local area network in accordance with IEEE 802.1d Spanning Tree Protocol. The steps performed by the switch detecting the failure event are shown by solid lines, and the steps occurring outside the switch are shown by dashed lines.
- the process begins when a link to a switch port fails 202 .
- a link to a switch port fails 202 .
- the link between switches C and D fails 202 , possibly due to a cable cut, as depicted in FIG. 1B .
- This interrupts communication between a first network segment including switches S, A, B, and C and a second network segment including switches D and E.
- Other causes of link failure include a unit losing power, a unit failing while in operation, and other reasons.
- a switch port connecting to the failed link detects 204 the failure.
- This detection 204 may occur, for example, due to failure to receive a link signal that is normally periodically transmitted over the link to the port.
- the switch configured in accordance with the Spanning Tree Protocol performs two actions upon detecting 204 the link failure.
- the switch reduces 206 the aging time associated with entries in its MAC address table. Specifically, the aging time is reduced from the normal aging time (default of three hundred seconds, or five minutes) to the forward_delay time (default of fifteen seconds). The reduction in aging time is kept in effect for a certain period of time (max_age plus forward_delay) and then the aging time returns to its normal value.
- the switch advertises 208 the topology change. This is done by the switch sending out a topology change notification (TCN) on its root port.
- TCN is in the form of a simple bridge protocol data unit (BPDU).
- BPDU simple bridge protocol data unit
- the designated switch receives the TCN, acknowledges it, and generates another TCN for sending out of its own root port. This continues on until the root switch receives the TCN. Thereafter, the root switch starts sending out its configuration BPDUs with the topology change (TC) bit set.
- TC topology change
- the switches eventually reduce their aging time to the forward_delay time.
- the forward_delay time entries in the table that are no longer valid due to the failed link will expire. For example, after the link between C and D goes down in FIG. 1B , switch C will not receive any packet from host D 1 on its port 6 and so will age out the entry for host D 1 on this port. Similarly for the entries for hosts E 2 and E 3 . Then, when the link between S and E goes to forwarding (instead of being blocked), the relevant traffic is flooded and transmitted via this unblocked path to the destination hosts.
- the STP method is considered to be clever because traffic related to entries not affected by the broken link continues to be transmitted and those unaffected entries in the MAC address tables do not have to be relearned.
- the entries do not expire until after the forward_delay time, the network takes at least that long, typically at least 15 seconds by default, to recover from the broken link. For many industrial networks, this time of less than a minute for fault recover is an acceptable delay. However, in other networks, the delay may be unacceptable.
- FIG. 3 is a flow chart depicting a method of fault recovery in a local area network in accordance with one embodiment of the invention. Again, the steps performed by the switch detecting the failure event are shown by solid lines, and the steps occurring outside the switch are shown by dashed lines.
- the switch has various ports, some of which may be configured or enabled by a user or network administrator to behave in a “link-loss-learn” manner as described below. Other ports may be configured to not implement link-loss-learn.
- a user can elect to enable the link-loss-learn feature on one port, two ports, all ports, or none of the ports.
- a typical configuration may be to enable link-loss-learn on two ports connected to an optical fiber network because such ports are often used to connect the switch into the redundant network topology. Without a redundant network topology, the link-loss-learn feature does not generally provide a benefit and hence may be turned off (though may be kept on).
- the process begins when a link to a switch port fails 202 .
- a link to a switch port fails 202 .
- the link between switches C and D fails 202 , possibly due to a cable cut, as depicted in FIG. 1B .
- This interrupts communication between a first network segment including switches S, A, B, and C and a second network segment including switches D and E.
- Other causes of link failure include a unit losing power, a unit failing while in operation, and other reasons.
- a switch port connecting to the failed link detects 302 the failure.
- This detection 302 may occur, for example, due to failure to receive a link signal that is normally periodically transmitted over the link to the port.
- the port detecting the link failure is link-loss-learn configured and so the switch responds as described below.
- the switch responds with two different actions.
- One action involves clearing 304 the switch's table of MAC addresses.
- this action is considered disadvantageous in that, while entries made invalid by the failure event are cleared, entries that are still valid and unaffected by the failure event are also cleared.
- clearing 304 the entire table is considered under conventional wisdom to be inefficient.
- applicants have discovered that clearing the MAC address table advantageously facilitates a more rapid fault recovery. This is because clearing the table results in the discovery process to fill the table beginning immediately 306 .
- the packet is flooded to the network, and its address is learned.
- the discovery process continues rapidly until all addresses are learned and operation is normal, but with new information now in the address table on how to switch the packets.
- Some bandwidth is used unnecessarily (compared with the conventional method) during the re-learning, but the recovery process is not delayed by the wait associated with the forward_delay time that is typically fifteen seconds.
- the MAC address table may be flushed by overwriting each entry in the table with a template that is temporarily stored in a register.
- the template would be that of a cleared entry.
- the MAC address table may be flushed by momentarily turning off power within the switch. The alternate embodiment may be disadvantageous in that delay is added due to additional activity (restoring state variables, testing, and so on) on power up.
- the other action involves the switch temporarily or momentarily dropping 308 links on other link-loss-learn enabled ports. This action is performed so as to propagate 310 the failure event to other switches with link-loss-learn capability.
- the duration for the dropping 308 of the link is sufficiently long for the link drop to be detected (typically, more than five milliseconds), but short enough to as to not substantially impact communications.
- the duration of the link drop may be 5, 10, 20, or 50 milliseconds.
- the duration is closer to 5 milliseconds.
- a link-loss-learn port on a neighboring switch may then detect 302 the link failure event, and that switch may then proceed to flush 304 its address table and momentarily drop 308 links on its other link-loss-learn ports.
- the propagation continues in that a link-loss-learn port on a next neighboring switch may then detect 302 the link failure event, and that switch may then proceed to flush 304 its address table and momentarily drop 308 links on its other link-loss-learn ports. And so on, until the borders of the network topology are reached.
- Applicants have implemented an embodiment of the invention in the form of the Magnum mP62 Ethernet Switch available from Garrettcom, Inc. with place of business at 213 Hammond Avenue, Fremont, Calif. 94539. Applicants have discovered that the link-loss-learn feature of the mP62 Switch is very fast (on the order of milliseconds), so that the mP62 Switch is generally not the gating element (i.e. not the slowest element) for fault recovery in a redundant LAN.
- the mP62 with link-loss-learn appears to reset its address table and participate in the LAN configuration change and network recovery faster than the other Ethernet elements.
- the mP62 product may be configured using set-up commands to run either Spanning Tree Protocol or link-loss-learn.
- the following is example software code that may be utilized by a switch in accordance with an embodiment of the invention.
- the code includes high-level instructions that check link status, clear the MAC address table, and momentarily drop links in accordance with an embodiment of the invention.
- MS_PER_TICK conversion factor for time ticks to milliseconds
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Small-Scale Networks (AREA)
Abstract
One embodiment disclosed relates to a method of fault recovery by a switch in a local area network. A link failure is detected at a port of the switch. In response to the link failure detection, a medium access control (MAC) address table of the switch is cleared. Clearing the address table causes a discovery process to fill the table to begin immediately. In addition, a link on another port of the switch may be dropped to propagate the link failure.
Description
The present application claims the benefit of U.S. provisional patent application No. 60/418,896, filed Oct. 15, 2002, entitled “System and method for operation of managed ethernet LAN switch products in redundant network configurations with fast recovery from faults,” the disclosure of which is hereby incorporated by reference in its entirety.
In addition, the present application claims the benefit of U.S. provisional patent application No. 60/467,273, filed May 2, 2003, entitled “System and method for S-Ring, a fast recovery enhancement to spanning tree protocol,” the disclosure of which is hereby incorporated by reference in its entirety.
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office file or records, but otherwise reserves all copyright rights whatsoever.
1. Field of the Invention
The present invention relates generally to computer networking.
2. Description of the Background Art
Spanning tree protocol (STP) is a link management protocol that prevents undesirable loops in a network while providing path redundancy. Undesirable loops occur when there are multiple active paths between stations. If a loop exists, a switch or bridge may see stations appearing on both sides of the switch. This can confuse the forwarding algorithm, allowing duplicate frames to be forwarded.
STP defines a tree that spans all switches in an extended network and forces select redundant data paths into a standby or blocked state. If one segment of the network becomes unreachable, STP can re-establish a link to that segment by activating a standby path.
One embodiment of the invention pertains to a method of fault recovery by a switch in a local area network. A link failure is detected at a port of the switch. In response to the link failure detection, a MAC address table of the switch is cleared. Clearing the address table causes a discovery process to fill the table to begin immediately. In addition, a link on another port of the switch may be dropped to propagate the link failure.
Another embodiment of the invention relates to a network apparatus that includes a MAC address table and a plurality of ports. At least one port of the apparatus is configured to implement a link-loss-learn protocol.
Another embodiment of the invention relates to a network that includes a plurality of Ethernet switches in a redundant topology. At least one switch is configured to implement a link-loss-learn protocol for rapid fault recovery.
Various hosts are shown connected to switch ports. Hosts A1, A2, and A3 are shown as connected to ports of switch A, hosts B1, B2, and B3 are shown as connected to ports of switch B, and so on. In addition, example Media Access Control (MAC) address tables in some of the switches are illustrated. For example, the address table in switch A has host address A1 associated with port 2, and host addresses B2, C3, D1, E2, and E3 each associated with port 1.
Such a ring should have a port somewhere in the series that operates in a “blocked” mode. Such a blocked port does not pass packets so that a correct Ethernet topology without looping exists. The control of which port is blocked is determined by logic to manage operating the network and to facilitate recovery from faults. In this example, the ring topology network is initially configured such that the link between switch S and switch E is blocked or in a standby state. This prevents an undesirable loop from being present.
When a link fails on a switch port in such a redundant LAN, another back-up port is expected to eventually take over and keep the network packets flowing. The back-up port is connected and ready to provide service. However, a conventional Ethernet switch engine will continue to use the old MAC address table and will continue to try and forward packets to the failed port. This will go on until the address table aging time expires for the addresses whose connections was lost. The aging time is typically 4 or 5 minutes. As described in the following, Spanning Tree Protocol improves on that situation.
The process begins when a link to a switch port fails 202. As a particular example, consider the link between switches C and D fails 202, possibly due to a cable cut, as depicted in FIG. 1B . This interrupts communication between a first network segment including switches S, A, B, and C and a second network segment including switches D and E. Other causes of link failure include a unit losing power, a unit failing while in operation, and other reasons.
Next, a switch port connecting to the failed link detects 204 the failure. This detection 204 may occur, for example, due to failure to receive a link signal that is normally periodically transmitted over the link to the port.
The switch configured in accordance with the Spanning Tree Protocol performs two actions upon detecting 204 the link failure. In one action, the switch reduces 206 the aging time associated with entries in its MAC address table. Specifically, the aging time is reduced from the normal aging time (default of three hundred seconds, or five minutes) to the forward_delay time (default of fifteen seconds). The reduction in aging time is kept in effect for a certain period of time (max_age plus forward_delay) and then the aging time returns to its normal value.
In the other action, the switch advertises 208 the topology change. This is done by the switch sending out a topology change notification (TCN) on its root port. The TCN is in the form of a simple bridge protocol data unit (BPDU). The designated switch receives the TCN, acknowledges it, and generates another TCN for sending out of its own root port. This continues on until the root switch receives the TCN. Thereafter, the root switch starts sending out its configuration BPDUs with the topology change (TC) bit set. These BPDUs are relayed by the switches until each switch in the tree is aware of the topology change situation and reduces 210 its aging time to the forward_delay time.
Hence, according to the STP method, the switches eventually reduce their aging time to the forward_delay time. After the forward_delay time, entries in the table that are no longer valid due to the failed link will expire. For example, after the link between C and D goes down in FIG. 1B , switch C will not receive any packet from host D1 on its port 6 and so will age out the entry for host D1 on this port. Similarly for the entries for hosts E2 and E3. Then, when the link between S and E goes to forwarding (instead of being blocked), the relevant traffic is flooded and transmitted via this unblocked path to the destination hosts.
The STP method is considered to be clever because traffic related to entries not affected by the broken link continues to be transmitted and those unaffected entries in the MAC address tables do not have to be relearned. Unfortunately, because the entries do not expire until after the forward_delay time, the network takes at least that long, typically at least 15 seconds by default, to recover from the broken link. For many industrial networks, this time of less than a minute for fault recover is an acceptable delay. However, in other networks, the delay may be unacceptable.
In accordance with an embodiment of the invention, the switch has various ports, some of which may be configured or enabled by a user or network administrator to behave in a “link-loss-learn” manner as described below. Other ports may be configured to not implement link-loss-learn. A user can elect to enable the link-loss-learn feature on one port, two ports, all ports, or none of the ports. A typical configuration may be to enable link-loss-learn on two ports connected to an optical fiber network because such ports are often used to connect the switch into the redundant network topology. Without a redundant network topology, the link-loss-learn feature does not generally provide a benefit and hence may be turned off (though may be kept on).
Like FIG. 2 , the process begins when a link to a switch port fails 202. Again, consider a particular example where the link between switches C and D fails 202, possibly due to a cable cut, as depicted in FIG. 1B . This interrupts communication between a first network segment including switches S, A, B, and C and a second network segment including switches D and E. Other causes of link failure include a unit losing power, a unit failing while in operation, and other reasons.
Similar to FIG. 2 , a switch port connecting to the failed link detects 302 the failure. This detection 302 may occur, for example, due to failure to receive a link signal that is normally periodically transmitted over the link to the port. However, in this case, the port detecting the link failure is link-loss-learn configured and so the switch responds as described below.
In contrast to FIG. 2 , the response by the switch to the failure event is not to reduce 206 the aging time and send out 208 a topology change notification. Instead, in accordance with an embodiment of the invention, the switch responds with two different actions. One action involves clearing 304 the switch's table of MAC addresses. Conventionally, this action is considered disadvantageous in that, while entries made invalid by the failure event are cleared, entries that are still valid and unaffected by the failure event are also cleared. Hence, clearing 304 the entire table is considered under conventional wisdom to be inefficient. On the contrary, applicants have discovered that clearing the MAC address table advantageously facilitates a more rapid fault recovery. This is because clearing the table results in the discovery process to fill the table beginning immediately 306. Hence, as soon as a packet is received by the switch, the packet is flooded to the network, and its address is learned. The discovery process continues rapidly until all addresses are learned and operation is normal, but with new information now in the address table on how to switch the packets. Some bandwidth is used unnecessarily (compared with the conventional method) during the re-learning, but the recovery process is not delayed by the wait associated with the forward_delay time that is typically fifteen seconds.
In one embodiment, the MAC address table may be flushed by overwriting each entry in the table with a template that is temporarily stored in a register. The template would be that of a cleared entry. In an alternate embodiment, the MAC address table may be flushed by momentarily turning off power within the switch. The alternate embodiment may be disadvantageous in that delay is added due to additional activity (restoring state variables, testing, and so on) on power up.
The other action involves the switch temporarily or momentarily dropping 308 links on other link-loss-learn enabled ports. This action is performed so as to propagate 310 the failure event to other switches with link-loss-learn capability. In one embodiment, the duration for the dropping 308 of the link is sufficiently long for the link drop to be detected (typically, more than five milliseconds), but short enough to as to not substantially impact communications. For example, the duration of the link drop may be 5, 10, 20, or 50 milliseconds. Preferably, the duration is closer to 5 milliseconds. A link-loss-learn port on a neighboring switch may then detect 302 the link failure event, and that switch may then proceed to flush 304 its address table and momentarily drop 308 links on its other link-loss-learn ports. The propagation continues in that a link-loss-learn port on a next neighboring switch may then detect 302 the link failure event, and that switch may then proceed to flush 304 its address table and momentarily drop 308 links on its other link-loss-learn ports. And so on, until the borders of the network topology are reached.
Applicants have implemented an embodiment of the invention in the form of the Magnum mP62 Ethernet Switch available from Garrettcom, Inc. with place of business at 213 Hammond Avenue, Fremont, Calif. 94539. Applicants have discovered that the link-loss-learn feature of the mP62 Switch is very fast (on the order of milliseconds), so that the mP62 Switch is generally not the gating element (i.e. not the slowest element) for fault recovery in a redundant LAN. Whether the redundant paths upstream are controlled by IEEE 802.1d Standard Spanning Tree Protocol, or by IEEE 802.1s Tagged VLAN Spanning Tree Protocol, or by IEEE 802.1w Rapid Spanning Tree Protocol, or manually such as in a bench-test situation, the mP62 with link-loss-learn appears to reset its address table and participate in the LAN configuration change and network recovery faster than the other Ethernet elements. The mP62 product may be configured using set-up commands to run either Spanning Tree Protocol or link-loss-learn.
The following is example software code that may be utilized by a switch in accordance with an embodiment of the invention. The code includes high-level instructions that check link status, clear the MAC address table, and momentarily drop links in accordance with an embodiment of the invention.
Macros
#define NO_OF_PORTS // number of pons in switch
#define MS_PER_TICK // conversion factor for time ticks to milliseconds
#define L3_DELAY // delay time value for avoiding loop
define LINK_DELAY // delay time to keep link dropped
Global Variables
U_INT8 linkStat[NO_OF_PORTS]; //Holds the link status. 0 or down, non zero for u
U_INT32 13Timer; //Timer to avoid loops
External Functions
extern U_INT8 link_Check(U_INT8 port); //Check link status, return 0 on link down
extern U_INT8 clearAddrTable( ); // Clears Address Table
extern U_INT8 drop_Link(U_INT8 port); // Drops link on port
extern U_INT8 make_Link(U_INT8 port); // turns ON link on port
extern U_INT32 get_Time( ); // gets system time in time ticks
extern U_INT8 delay(U_INT16 time);// delays execution
extern U_INT8 update_LinkStat( ); // updates linkStat array with current link status.
Main function
U_INT8 link_Loss_Check( )
{
-
- U_INT32 currentTime;
- U_INT8 counter;
- currentTime=get_Time( )*MS_PER_TICK;
- if(currentTime < 13 Timer+L3_DELAY) return;
- for(counter=0; counter < NO_OF_PORTS; counter++)
- {
- if(!link_Check(counter) && linkStat[counter])
- {
- for(counter=0; counter < NO_OF_PORTS; counter++)
- {
- drop_Link(counter);
- }
- clearAddrTable( );
- delay(LINK_DELAY);
- for(counter=0; counter < NO_OF_PORTS; counter++)
- {
- make_Link(counter);
- }
- 13timer=currentTime;
- update_LinkStat( );
- return;
- }
- }
}
In the above description, numerous specific details are given to provide a thorough understanding of embodiments of the invention. However, the above description of illustrated embodiments of the invention is not intended to be exhaustive or to limit the invention to the precise forms disclosed. One skilled in the relevant art will recognize that the invention can be practiced without one or more of the specific details, or with other methods, components, etc. In other instances, well-known structures or operations are not shown or described in detail to avoid obscuring aspects of the invention. While specific embodiments of, and examples for, the invention are described herein for illustrative purposes, various equivalent modifications are possible within the scope of the invention, as those skilled in the relevant art will recognize.
These modifications can be made to the invention in light of the above detailed description. The terms used in the following claims should not be construed to limit the invention to the specific embodiments disclosed in the specification and the claims. Rather, the scope of the invention is to be determined by the following claims, which are to be construed in accordance with established doctrines of claim interpretation.
Claims (38)
1. A method of fault recovery by a switch in a local area network, the method comprising:
a switch port detecting a link failure at a port of the switch the switch port; and
the switch clearing all medium access control (MAC) address entries from a MAC address table of the switch in response to the link failure detection and without receiving from outside the switch any signal that signifies that the MAC address table of the switch is to be cleared.
2. The method of claim 1 , wherein clearing all MAC address entries from the MAC address table causes a discovery process to fill the table to begin immediately.
3. The method of claim 1 , further comprising:
momentarily dropping a link on another port of the switch, wherein momentarily dropping a link comprises stopping transmission of a link signal for a period of time.
4. The method of claim 3 , wherein momentarily dropping the link on the other port causes propagation of the link failure to a next switch.
5. The method of claim 3 , wherein the link is momentarily dropped for a length of time sufficient for a next switch to detect the link drop.
6. The method of claim 5 , wherein the length of time is no more than fifty milliseconds.
7. The method of claim 5 , wherein the length of time is under ten milliseconds.
8. The method of claim 1 , wherein the MAC address table is cleared of all MAC address entries by overwriting each entry in the table with a template from a register.
9. The method of claim 1 , wherein the MAC address table is cleared of all MAC address entries by momentarily turning off power within the switch.
10. A network apparatus comprising:
a medium access control (MAC) address table; and
a plurality of ports wherein at least one port implements a link-loss-learn protocol wherein upon detecting a link failure at the at least one port, the MAC address table is cleared of all MAC address entries therein without receiving from outside the network apparatus any signal that signifies that the MAC address table of the network apparatus is to be cleared.
11. The network apparatus of claim 10 , wherein upon clearing all MAC address entries from the MAC address table, a discovery process is begun by the network apparatus.
12. The network apparatus of claim 11 , wherein the link-loss-learn protocol protocol in which the MAC address table is cleared upon link failure detection without receiving from outside the switch network apparatus any signal that signifies that the MAC address table of the switch network apparatus is to be cleared further comprises, upon detecting the link failure at the at least one port, momentarily dropping one or more links on one or more other ports of the network apparatus which implement the link-loss-learn protocol so as to propagate the link failure, wherein momentarily dropping a link the one or more links comprises stopping transmission of a link signal one or more link signals for a period of time.
13. The network apparatus of claim 12 , wherein the network apparatus comprises a multi-port Ethernet switch.
14. A network comprising:
a plurality of Ethernet switches in a redundant topology,
wherein at least one Ethernet switch implements a link-loss-learn protocol for rapid fault recovery,
wherein the link-loss-learn protocol comprises, upon detecting a link failure at a port of the at least one Ethernet switch, clearing a medium access control (MAC) address table of all MAC address entries therein, without receiving from outside the at least one Ethernet switch any signal that signifies that the MAC address table of the at least one Ethernet switch is to be cleared.
15. The network of claim 14 , wherein upon clearing all MAC address entries from the MAC address table, a discovery process is begun by the switch.
16. The network of claim 15 , wherein the link-loss-learn protocol further comprises, upon detecting the link failure at the port, momentarily dropping links on other ports of the at least one Ethernet switch that implements the link-loss-learn protocol in which the MAC address table is cleared upon link failure detection without receiving from outside the at least one Ethernet switch any signal that signifies that the MAC address table of the at least one Ethernet switch is to be cleared, and wherein momentarily dropping a link comprises stopping transmission of a link signal for a period of time.
17. A network apparatus comprising:
a plurality of ports wherein at least one port implements a link-loss-learn protocol wherein upon detecting a link failure at the at least one port, a medium access control (MAC) address table is cleared of all MAC address entries therein, wherein the network apparatus is configured to clear the MAC address table regardless of whether or not the network apparatus receives an outside signal signifying that the MAC address table is to be cleared.
18. The network apparatus of claim 17, wherein upon clearing all MAC address entries from the MAC address table, a discovery process is begun by the network apparatus.
19. The network apparatus of claim 17, wherein the MAC address entries are cleared by overwriting each entry in the MAC address table with a template from a register.
20. The network apparatus of claim 17, wherein the MAC address entries are cleared by momentarily turning off power within the network apparatus.
21. The network apparatus of claim 17, wherein the network apparatus momentarily drops a link on a port on which the link failure was not detected is momentarily dropped to cause the link failure to propagate to another network apparatus.
22. A network apparatus comprising:
a port configured to detect a link failure at the port, wherein, upon detecting the link failure, a plurality of medium access control (MAC) address entries are cleared from a MAC address table, wherein the plurality of MAC address entries that are cleared comprise at least one MAC address entry that remains valid after the link failure, and wherein the network apparatus clears the plurality of MAC address entries from the MAC address table regardless of whether or not the network apparatus receives an outside signal signifying that the MAC address table is to be cleared.
23. The network apparatus of claim 22, wherein upon clearing the plurality of MAC address entries from the MAC address table, a discovery process is begun by the network apparatus.
24. The network apparatus of claim 22, wherein the plurality of MAC address entries are cleared by overwriting each entry in the table with a template from a register.
25. The network apparatus of claim 22, wherein the plurality of MAC address entries are cleared by momentarily turning off power within the network apparatus.
26. The network apparatus of claim 22, wherein the network apparatus momentarily drops a link on another port on which the link failure was not detected is momentarily dropped to cause the link failure to propagate to another network apparatus.
27. A network apparatus comprising:
a plurality of ports, wherein, upon detection of a link failure at a port, the network apparatus is configured to clear a plurality of address entries from an address table, wherein the plurality of address entries that the network apparatus is configured to clear comprise at least one address entry that remains valid after the link failure, and wherein the network apparatus is configured to clear the plurality of address entries from the address table regardless of whether or not the network apparatus receives an outside signal signifying that the address table is to be cleared.
28. The network apparatus of claim 27, wherein the network apparatus is configured to begin a discovery process after clearing the plurality of address entries from the address table.
29. The network apparatus of claim 27, wherein the network apparatus is configured to clear the plurality of address entries by overwriting each entry in the table with a template from a register.
30. The network apparatus of claim 27, wherein the network apparatus is configured to clear the plurality of address entries by momentarily turning off power within the network apparatus.
31. The network apparatus of claim 27, wherein the network apparatus is configured to momentarily drop a link on a port of the network apparatus on which the link failure was not detected to cause the link failure to propagate to another network apparatus.
32. A method of fault recovery by a network apparatus, the method comprising:
detecting a link failure at a port of the network apparatus; and
clearing a plurality of address entries from an address table of the network apparatus in response to the link failure detection, wherein the plurality of address entries that are cleared comprise at least one address entry that remains valid after the link failure, and wherein the plurality of address entries are cleared from the address table regardless of whether or not the network apparatus receives an outside signal signifying that the address table is to be cleared.
33. The method of claim 32, wherein clearing the plurality of address entries from the address table causes a discovery process to fill the address table to begin.
34. The method of claim 32, further comprising:
momentarily dropping a link on another port of the network apparatus, wherein momentarily dropping a link comprises stopping transmission of a link signal for a period of time.
35. The method of claim 34, wherein momentarily dropping the link on the other port causes propagation of the link failure to a next network apparatus.
36. The method of claim 34, wherein the link is momentarily dropped for a length of time sufficient for another network apparatus to which the network apparatus is connected to detect the link drop.
37. The method of claim 32, wherein the address table is cleared of all address entries by overwriting each entry in the address table with a template from a register.
38. The method of claim 32, wherein the address table is cleared of all address entries by momentarily turning off power within the network apparatus.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/239,233 USRE43811E1 (en) | 2002-10-15 | 2011-09-21 | LAN switch with rapid fault recovery |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US41889602P | 2002-10-15 | 2002-10-15 | |
US46727303P | 2003-05-02 | 2003-05-02 | |
US10/678,977 US7593319B1 (en) | 2002-10-15 | 2003-10-03 | LAN switch with rapid fault recovery |
US13/239,233 USRE43811E1 (en) | 2002-10-15 | 2011-09-21 | LAN switch with rapid fault recovery |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/678,977 Reissue US7593319B1 (en) | 2002-10-15 | 2003-10-03 | LAN switch with rapid fault recovery |
Publications (1)
Publication Number | Publication Date |
---|---|
USRE43811E1 true USRE43811E1 (en) | 2012-11-20 |
Family
ID=41076993
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/678,977 Ceased US7593319B1 (en) | 2002-10-15 | 2003-10-03 | LAN switch with rapid fault recovery |
US12/542,836 Expired - Lifetime US7965623B1 (en) | 2002-10-15 | 2009-08-18 | LAN switch with rapid fault recovery |
US13/239,233 Active 2026-03-19 USRE43811E1 (en) | 2002-10-15 | 2011-09-21 | LAN switch with rapid fault recovery |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/678,977 Ceased US7593319B1 (en) | 2002-10-15 | 2003-10-03 | LAN switch with rapid fault recovery |
US12/542,836 Expired - Lifetime US7965623B1 (en) | 2002-10-15 | 2009-08-18 | LAN switch with rapid fault recovery |
Country Status (1)
Country | Link |
---|---|
US (3) | US7593319B1 (en) |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7593319B1 (en) | 2002-10-15 | 2009-09-22 | Garrettcom, Inc. | LAN switch with rapid fault recovery |
US8886831B2 (en) * | 2006-04-05 | 2014-11-11 | Cisco Technology, Inc. | System and methodology for fast link failover based on remote upstream failures |
JP5092546B2 (en) * | 2007-05-30 | 2012-12-05 | 日本電気株式会社 | RELAY DEVICE, NETWORK, AND FRAME RELAY METHOD USED FOR THEM |
EP2315376A1 (en) * | 2009-10-23 | 2011-04-27 | Alcatel Lucent | System and method for a remote shut down of a radio communications link |
JP5818268B2 (en) * | 2010-11-02 | 2015-11-18 | 日本電気株式会社 | COMMUNICATION SYSTEM, CONTROL DEVICE, ROUTE CONTROL METHOD, AND PROGRAM |
WO2011116710A2 (en) | 2011-04-28 | 2011-09-29 | 华为技术有限公司 | Method, apparatus and system for neighbor discovery |
EP2834941B1 (en) * | 2012-04-05 | 2019-02-27 | Schneider Electric Industries SAS | Diagnosing and reporting a network break |
CN106161078B (en) * | 2015-04-27 | 2019-06-21 | 华为技术有限公司 | A kind of Ethernet ring protection switching reverse method and node |
CN106302837B (en) * | 2015-05-12 | 2019-08-06 | 青岛海信宽带多媒体技术有限公司 | A kind of the mac address table management method and device of optical network unit |
US20200244580A1 (en) * | 2019-01-29 | 2020-07-30 | Hewlett Packard Enterprise Development Lp | Automated recovery from network traffic congestion |
TWI733560B (en) * | 2020-08-13 | 2021-07-11 | 瑞昱半導體股份有限公司 | Switch and switch network system thereof |
Citations (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5132962A (en) | 1990-12-20 | 1992-07-21 | International Business Machines Corporation | Fault isolation and bypass reconfiguration unit |
US5968130A (en) | 1996-02-15 | 1999-10-19 | Nec Corporation | Bridge unit, frame transfer method of the bridge unit and computer program for frame transfer |
US6026073A (en) | 1995-08-07 | 2000-02-15 | British Telecommunications Public Limited Company | Route finding in communications networks |
US6147965A (en) | 1997-01-24 | 2000-11-14 | Newbridge Networks Corporation | Switched connections diagnostics in a signalling network |
US6202114B1 (en) | 1997-12-31 | 2001-03-13 | Cisco Technology, Inc. | Spanning tree with fast link-failure convergence |
US20010021177A1 (en) | 2000-03-10 | 2001-09-13 | Anritsu Corporation | Spanning tree bridge and route change method using the same |
US6330229B1 (en) | 1998-11-09 | 2001-12-11 | 3Com Corporation | Spanning tree with rapid forwarding database updates |
US20020129226A1 (en) | 2001-03-08 | 2002-09-12 | International Business Machines Corporation | Circuits and methods for recovering link stack data upon branch instruction mis-speculation |
US20030002462A1 (en) | 2001-06-28 | 2003-01-02 | Nec Corporation | CDMA system and method of detecting faulty mobile device |
US20030016624A1 (en) | 1998-05-04 | 2003-01-23 | Bare Ballard C. | Path recovery on failure in load balancing switch protocols |
US6556541B1 (en) | 1999-01-11 | 2003-04-29 | Hewlett-Packard Development Company, L.P. | MAC address learning and propagation in load balancing switch protocols |
US20030112826A1 (en) | 2001-12-18 | 2003-06-19 | Ashwood Smith Peter J. | Resynchronization of control and data path state for networks |
US20030117944A1 (en) | 2001-12-22 | 2003-06-26 | Donoghue Bryan J. | Cascade control system for networks units |
US6594776B1 (en) | 2000-06-28 | 2003-07-15 | Advanced Micro Devices, Inc. | Mechanism to clear MAC address from Ethernet switch address table to enable network link fail-over across two network segments |
US20030163555A1 (en) | 2001-02-28 | 2003-08-28 | Abdella Battou | Multi-tiered control architecture for adaptive optical networks, and methods and apparatus therefor |
US20030161275A1 (en) | 2002-01-16 | 2003-08-28 | Richa Malhotra | Spanning tree method |
US6680917B1 (en) | 1999-01-15 | 2004-01-20 | 3Com Corporation | Spanning tree with rapid propagation of topology changes |
US7061875B1 (en) | 2001-12-07 | 2006-06-13 | Cisco Technology, Inc. | Spanning tree loop guard |
US7085224B1 (en) | 2001-06-14 | 2006-08-01 | Cisco Technology, Inc. | Method and apparatus for fast failure detection in switched LAN networks |
US7246168B1 (en) | 1998-11-19 | 2007-07-17 | Cisco Technology, Inc. | Technique for improving the interaction between data link switch backup peer devices and ethernet switches |
US20070206492A1 (en) | 2003-01-07 | 2007-09-06 | Corrigent Systems Ltd. | Hierarchical virtual private lan service protection scheme |
US20080205302A1 (en) | 2007-02-27 | 2008-08-28 | Lionel Florit | Preventing data traffic connectivity between endpoints of a network segment |
US20080225695A1 (en) | 2007-03-13 | 2008-09-18 | Florin Balus | Failure protection in a provider backbone bridge network using forced mac flushing |
US7428209B1 (en) | 2001-06-12 | 2008-09-23 | Roberts Lawrence G | Network failure recovery mechanism |
US20090219808A1 (en) | 2008-02-28 | 2009-09-03 | Naoto Ogura | Layer-2 ring network system and management method therefor |
US7593319B1 (en) | 2002-10-15 | 2009-09-22 | Garrettcom, Inc. | LAN switch with rapid fault recovery |
US20090323518A1 (en) | 2005-07-07 | 2009-12-31 | Laurence Rose | Ring rapid spanning tree protocol |
-
2003
- 2003-10-03 US US10/678,977 patent/US7593319B1/en not_active Ceased
-
2009
- 2009-08-18 US US12/542,836 patent/US7965623B1/en not_active Expired - Lifetime
-
2011
- 2011-09-21 US US13/239,233 patent/USRE43811E1/en active Active
Patent Citations (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5132962A (en) | 1990-12-20 | 1992-07-21 | International Business Machines Corporation | Fault isolation and bypass reconfiguration unit |
US6026073A (en) | 1995-08-07 | 2000-02-15 | British Telecommunications Public Limited Company | Route finding in communications networks |
US5968130A (en) | 1996-02-15 | 1999-10-19 | Nec Corporation | Bridge unit, frame transfer method of the bridge unit and computer program for frame transfer |
US6147965A (en) | 1997-01-24 | 2000-11-14 | Newbridge Networks Corporation | Switched connections diagnostics in a signalling network |
US6202114B1 (en) | 1997-12-31 | 2001-03-13 | Cisco Technology, Inc. | Spanning tree with fast link-failure convergence |
US20030016624A1 (en) | 1998-05-04 | 2003-01-23 | Bare Ballard C. | Path recovery on failure in load balancing switch protocols |
US6330229B1 (en) | 1998-11-09 | 2001-12-11 | 3Com Corporation | Spanning tree with rapid forwarding database updates |
US7246168B1 (en) | 1998-11-19 | 2007-07-17 | Cisco Technology, Inc. | Technique for improving the interaction between data link switch backup peer devices and ethernet switches |
US6556541B1 (en) | 1999-01-11 | 2003-04-29 | Hewlett-Packard Development Company, L.P. | MAC address learning and propagation in load balancing switch protocols |
US6680917B1 (en) | 1999-01-15 | 2004-01-20 | 3Com Corporation | Spanning tree with rapid propagation of topology changes |
US20010021177A1 (en) | 2000-03-10 | 2001-09-13 | Anritsu Corporation | Spanning tree bridge and route change method using the same |
US6594776B1 (en) | 2000-06-28 | 2003-07-15 | Advanced Micro Devices, Inc. | Mechanism to clear MAC address from Ethernet switch address table to enable network link fail-over across two network segments |
US20030163555A1 (en) | 2001-02-28 | 2003-08-28 | Abdella Battou | Multi-tiered control architecture for adaptive optical networks, and methods and apparatus therefor |
US20020129226A1 (en) | 2001-03-08 | 2002-09-12 | International Business Machines Corporation | Circuits and methods for recovering link stack data upon branch instruction mis-speculation |
US7428209B1 (en) | 2001-06-12 | 2008-09-23 | Roberts Lawrence G | Network failure recovery mechanism |
US7085224B1 (en) | 2001-06-14 | 2006-08-01 | Cisco Technology, Inc. | Method and apparatus for fast failure detection in switched LAN networks |
US20030002462A1 (en) | 2001-06-28 | 2003-01-02 | Nec Corporation | CDMA system and method of detecting faulty mobile device |
US7061875B1 (en) | 2001-12-07 | 2006-06-13 | Cisco Technology, Inc. | Spanning tree loop guard |
US20030112826A1 (en) | 2001-12-18 | 2003-06-19 | Ashwood Smith Peter J. | Resynchronization of control and data path state for networks |
US20030117944A1 (en) | 2001-12-22 | 2003-06-26 | Donoghue Bryan J. | Cascade control system for networks units |
US20030161275A1 (en) | 2002-01-16 | 2003-08-28 | Richa Malhotra | Spanning tree method |
US7593319B1 (en) | 2002-10-15 | 2009-09-22 | Garrettcom, Inc. | LAN switch with rapid fault recovery |
US20070206492A1 (en) | 2003-01-07 | 2007-09-06 | Corrigent Systems Ltd. | Hierarchical virtual private lan service protection scheme |
US20090323518A1 (en) | 2005-07-07 | 2009-12-31 | Laurence Rose | Ring rapid spanning tree protocol |
US20080205302A1 (en) | 2007-02-27 | 2008-08-28 | Lionel Florit | Preventing data traffic connectivity between endpoints of a network segment |
US20080225695A1 (en) | 2007-03-13 | 2008-09-18 | Florin Balus | Failure protection in a provider backbone bridge network using forced mac flushing |
US20090219808A1 (en) | 2008-02-28 | 2009-09-03 | Naoto Ogura | Layer-2 ring network system and management method therefor |
Non-Patent Citations (10)
Title |
---|
Cisco-Understanding Rapid Spanning Tree Protocol (802.1w), 19 sheets [retrieved on Nov. 23, 2009]. Retrieved from the Internet: http://chand.lums.edu.pk/cs573/resources/RSTP-802.1w.pdf. |
Cisco—Understanding Rapid Spanning Tree Protocol (802.1w), 19 sheets [retrieved on Nov. 23, 2009]. Retrieved from the Internet: http://chand.lums.edu.pk/cs573/resources/RSTP—802.1w.pdf. |
Cisco-Understanding Spanning-Tree Protocol Topology Changes, 8 sheets [retrieved on Nov. 23, 2009]. Retrieved from the Internet: http://www.cisco.com/application/pdf/paws/12013/17.pdf. |
Cisco—Understanding Spanning-Tree Protocol Topology Changes, 8 sheets [retrieved on Nov. 23, 2009]. Retrieved from the Internet: http://www.cisco.com/application/pdf/paws/12013/17.pdf. |
Cisco-Understanding Spanning-Tree Protocol, 12 sheets [retrieved on Nov. 23, 2009]. Retrieved from the Internet: http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/sw-ntman/cwsimain/cwsi2/cwsiug2/vlan2/stpapp.htm. |
Cisco—Understanding Spanning-Tree Protocol, 12 sheets [retrieved on Nov. 23, 2009]. Retrieved from the Internet: http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/sw—ntman/cwsimain/cwsi2/cwsiug2/vlan2/stpapp.htm. |
Understanding Rapid Spanning Tree Protocol (802.1w), pp. 1-15 [retrieved on Sep. 3, 2003]; Retrieved from the Internet: URL//:http://www.cisco.com/warp/public/473/146.html. |
Understanding Spanning-Tree Protocol Topology Changes, pp. 1-8 [retrieved on Sep. 3, 2003]; Retrieved from the Internet: URL//:http://www.cisco.com/warp/public/473/17.html. |
Understanding Spanning-Tree Protocol, pp. 1-8 [retrieved on Sep. 3, 2003]; Retrieved from the Internet: URL//:http://www.cisco.com/univercd/cc/td/doc/product/rtmgmt/sw-ntman/cwsimain/cwsi2/cwsi . . . . |
Understanding Spanning-Tree Protocol, pp. 1-8 [retrieved on Sep. 3, 2003]; Retrieved from the Internet: URL//:http://www.cisco.com/univercd/cc/td/doc/product/rtmgmt/sw—ntman/cwsimain/cwsi2/cwsi . . . . |
Also Published As
Publication number | Publication date |
---|---|
US7593319B1 (en) | 2009-09-22 |
US7965623B1 (en) | 2011-06-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
USRE43811E1 (en) | LAN switch with rapid fault recovery | |
US6917986B2 (en) | Fast failure protection using redundant network edge ports | |
US7440397B2 (en) | Protection that automatic and speedily restore of Ethernet ring network | |
US7969915B2 (en) | Technical enhancements to STP (IEEE 802.1D) implementation | |
JP3715501B2 (en) | Spanning tree bridge and route change method using the same | |
EP2392105B1 (en) | Port table flushing in ethernet networks | |
US9106547B2 (en) | Apparatus for constructing ring network | |
US9391888B2 (en) | System and method for implementation of layer 2 redundancy protocols across multiple networks | |
US7792056B2 (en) | Lightweight node based network redundancy solution leveraging rapid spanning tree protocol (RSTP) | |
US20020184387A1 (en) | Method for connecting between networks, virtual router, and system for connecting between networks by using this virtual router | |
KR20080089285A (en) | Method for protection switching in ethernet ring network | |
JP2005020543A (en) | Network system, node device, redundant construction method, and redundant construction program | |
WO2006077001A1 (en) | A method of operating a node in a communications network | |
US20040017770A1 (en) | Bridge and route change method of network using the same | |
CN101436975B (en) | Method, apparatus and system for implementing rapid convergence in looped network | |
CN101714939A (en) | Fault treatment method for Ethernet ring network host node and corresponding Ethernet ring network | |
EP2533470B1 (en) | Method and equipment for preventing repeated refreshing of ethernet ring node address table | |
EP1455510B1 (en) | Method and apparatus for updating provider domain by customer topology change notifications | |
US7952994B2 (en) | Redundancy method and switch apparatus | |
US20040105455A1 (en) | Automatic edge port and one way connectivity detection with rapid reconfiguration for shared media in spanning tree configured bridged Local Area Networks | |
JP2007235302A (en) | Bridge device, program recording medium and integrated circuit | |
CN101815021A (en) | Method for implementing protocol channel in Ethernet protection | |
CN101883000B (en) | Network protection method and network protection architecture | |
JP2006033467A (en) | System and method for standby system switching of redundant configuration packet network | |
GB2449178A (en) | Dynamic switching to a redundant bridge by a node using bridge protoccol data unit (BPDU) messages and the rapid spanning tree protocol (RSTP) |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: GARRETTCOM, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SIVASANKARAN, DILEEP;MADREN, FRANK S.;WOOD, PETER R.;REEL/FRAME:044522/0019 Effective date: 20031001 |
|
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 |