In the field of computer networking, a “stacking system” or “stack” is a group of physical network devices that are linked together to operate as a single, logical network device. Each member device of a stack is known as a unit and includes stacking ports for connecting with other units in the same stack, and as well as data ports for connecting with upstream/downstream hosts and/or networks.
In some stack implementations, the stacking ports of a unit can be configured to operate in one of two different communication modes: a data mode and a stacking mode. Such stacking ports are referred to as flexible stacking ports. This capability allows the flexible stacking ports to utilize a high-performance stacking protocol when set to stacking mode. This capability also allows the flexible stacking ports to be used as regular data ports when set to data mode, which can be useful in scenarios where the unit is deployed as a standalone unit (i.e., not as part of a stack). Generally speaking, a user/administrator of the unit can configure a desired communication mode for a given flexible stacking port via one or more command line interface (CLI) commands. The unit can then apply this user-configured communication mode to set the actual communication mode that is employed by the port firmware/hardware at runtime.
One complication with implementing flexible stacking ports (and other similar ports that support multiple communication modes) is that two units in a stack may unable to communicate with each other upon being connected via their respective flexible stacking ports if there is a mismatch in communication modes. For example, consider a stack that comprises a unit A with a flexible stacking port P1. Assume that an administrator initially configures P1 to operate in stacking mode. Further assume that the administrator later connects a new unit B to unit A by linking P1 of A to a flexible stacking port P2 of B, where P2 is configured to operate in data mode. In this scenario, since the communication mode of P1 (i.e., stacking mode) does not match the communication mode of P2 (i.e., data mode), units A and B may be unable to exchange data over the link connecting P1 and P2 due to, e.g., protocol or signaling incompatibilities between the two modes.
It is possible to avoid this problem by having the administrator manually set the configuration of P2 (using the CLI command(s) mentioned above) to operate in stacking mode prior to connecting ports P2 and P1 together. However, such manual configuration can be cumbersome to perform in large-scale stacking deployments and can prevent the use of automated stack creation processes. Further, in cases where a link between two flexible stacking ports that was previously working goes down (due to, e.g., an inadvertent mode change of one port), it may not be clear to the administrator which port needs to be reconfigured or which communication mode should be used.
Techniques for handling connections between network devices that support multiple port communication modes are provided. In one embodiment, a first network device can detect a communication problem between a local port of the first network device and a peer port of a second network device, where the local port supports a plurality of communication modes including a default mode and one or more non-default modes. The first network device can further set the local port to operate in the default mode, receive on the local port a user-configured mode of the peer port from the second network device, and determine a communication mode for the local port from the plurality of communication modes, where the determining is based on the user-configured mode of the peer port and a user-configured mode of the local port. The first network device can then set the local port to operate in the determined communication mode.
The following detailed description and accompanying drawings provide a better understanding of the nature and advantages of particular embodiments.
In the following description, for purposes of explanation, numerous examples and details are set forth in order to provide an understanding of various embodiments. It will be evident, however, to one skilled in the art that certain embodiments can be practiced without some of these details, or can be practiced with modifications or equivalents thereof.
1. Overview
The present disclosure describes techniques for handling connections between network devices that support multiple port communication modes in a manner that allows the network devices to successfully recover from communication problems arising out of a mismatch of such modes. More particularly, in scenarios where (1) a first port of a first network device is connected to a second port of a second network device, (2) the first and second ports each support multiple communication modes (e.g., a default mode and one or more other, non-default modes), and (3) the first and second ports cannot communicate with each other due to a mismatch in modes, the techniques of the present disclosure can enable the first and second network devices to negotiate a common communication mode that is most appropriate for the first and second ports (based on, e.g., user configuration on the devices). The first and second network devices can then set the communication modes of their respective ports to the negotiated mode, thereby resolving the mode mismatch and enabling the first and second ports to communicate using the common, negotiated mode.
To achieve this, in one set of embodiments, when it is determined that the first and second ports cannot communicate or exchange data, the first and second network devices can each set the communication mode of its respective port to a default mode. In certain embodiments, this default mode can be a basic port communication mode that is known to be supported by both devices. The first and second network devices can perform this step regardless of the user-configured communication mode that has been defined for its port by, e.g., a user/administrator of the device. For example, even if the user-configured communication mode for the first port is a non-default mode, the first network device can set the actual communication mode for the first port (i.e., the mode actually used by the port firmware/hardware) to the default mode. Similarly, even if the user-configured communication mode for the second port is a non-default mode, the second network device can set the actual communication mode for the second port to the default mode.
In a particular embodiment, the first and second network devices can set their respective ports to the default mode as described above only after detecting the existence of the communication problem for a contiguous, predefined time period. This wait period can advantageously avoid race conditions that may cause the ports to rapidly toggle between different modes.
Once the first and second ports have been set to the default mode, the first and second network devices can exchange control packets with each other (over the link connecting the first and second ports) in order to learn the user-configured communication mode of the respective peer port at the other end of the link. For instance, the first network device can send out control packets to/receive control packets from the second network device that enable the first network device to learn the user-configured communication mode of the second port, and the second network device can send out control packets to/receive control packets from the first network device that enable the second network device to learn the user-configured communication mode of the first port. The first and second network devices can then each determine, based on the user-configured communication mode of the peer port and the user-configured communication mode of its local port, the most appropriate communication mode for its local port. Although the logic that is used to make this determination may change depending on the implementation context and/or the types of modes supported, in various embodiments the same logic can be employed by both the first and second network devices, thereby causing the devices to arrive at a common communication mode for the first and second ports.
If the first and second network devices determine that the most appropriate communication mode for the first and second ports is the default mode, no further processing is needed since the ports have already been set to the default mode. However, if the first and second network devices determine that the most appropriate communication mode for the first and second ports is a common non-default mode m, each device can (1) send a verification packet to the other indicating that the mode of its local port will be changed to m, (2) wait for a predefined period of time after sending the verification packet, (3) change the communication mode of its local port to m, and optionally (4) wait for another predefined period of time after changing the mode to m. The wait period at (2) ensures that each side is able to successfully receive the verification packet. The wait period at (4) can be used in certain embodiments to ensure that each side is able to successfully complete the mode changeover to mode m. Finally, at the conclusion of (3) or optionally (4), the first and second network devices can begin communicating with each other over the link while operating in mode m. The first and second network devices can also continue to monitor for communication problems between the first and second ports and can re-execute the steps above if another problem is detected.
With the foregoing techniques, there is no need for an administrator of a networking system to manually configure port communication modes to ensure mode compatibility between the linked devices of the system, or to figure out how to adjust such modes in the case of a communication failure that occurs due to a mode mismatch. Instead, the devices of the system can automatically negotiate and set a common port communication mode that enables communication between their respective ports. This, in turn, can significantly simply system creation/deployment, system modification (e.g., unit replacement), and troubleshooting/debugging.
In some embodiments, the techniques of the present disclosure may be specifically implemented by units in a stacking system to address a communication mode mismatch between flexible stacking ports connecting the units. In these embodiments, the units can initially set their respective flexible stacking ports to data mode (which can be considered the default mode in this context), and can negotiate to determine whether the flexible stacking ports should be changed over to stacking mode (which can be considered a non-default mode). In other embodiments, these techniques may be implemented by any other type of network device whose ports support two or more communication modes (e.g., one default mode and one or more non-default modes).
The foregoing and other aspects of the present disclosure are described in further detail in the sections that follow.
2. Networking System
In various embodiments, each port 108/110 of network device 102/104 can support multiple communication modes, where the multiple communication modes include a default mode and one or more additional (non-default) modes. For example, in the embodiment where devices 102 and 104 are stackable units, ports 108 and 110 may be flexible stacking ports that each support a default data mode (sometimes referred to as “IEEE mode”) and a non-default stacking mode (sometimes referred to as “HG2 mode”). A user/administrator of networking system 100 can configure the desired communication mode for ports 108 and 110 via, e.g., a CLI made available on network devices 102 and 10—this is referred to as the “user-configured mode” of each port. Each network device 102/104 can then apply the user-configured communication mode to set the actual communication mode of its local port 108/110 that is used by the port's firmware/hardware to send and receive packets at runtime.
As mentioned previously, one complication with interconnecting network devices via ports that can operate using different communication modes is that, in certain scenarios, the ports may operate in mismatched modes. For instance, port 108 of network device 102 may be configured to operate in mode m1 while port 110 of network device 104 may be configured to operate in mode m2. Depending on how each network device is implemented, this mode mismatch may prevent ports 108 and 110 from communicating with each other over link 106.
To address this and other similar problems, each network device 102/104 of
It should be appreciated that networking system 100 of
3. Workflow
Starting with block 202 of
If no communication problem is detected (block 204), workflow 200 can loop back to block 202 and port communication handler 112/114 can continue to monitor for problems. However, if a communication problem is detected, port communication handler 112/114 can carry out a negotiation process for addressing a potential communication mode mismatch between the local port and the peer port. For example, at blocks 206 and 208, port communication handler 112/114 can check whether the communication problem persists for a contiguous first predefined wait period and, if so, can set the communication mode of the local port to the port's default mode (if not already in the default mode). The purpose of the first wait period at block 206 is to ensure that the communication problem is not transient; if the problem is transient and each port communication handler 112/114 attempts to immediately change its local port to the default mode, a race condition may occur where each side ends up toggling between different modes in a continuous manner. The purpose of setting the communication mode of the local port to the default mode at block 208 is to ensure that both sides of link 106 are initialized to a common mode for negotiation purposes. In a particular embodiment, the default mode can be a basic mode that is known to be supported by network devices 102/104 and most other network devices in the same category, such as IEEE mode in the case of a stacking system.
Once the local port has been set to the default mode, port communication handler 112/114 can send out a query packet on link 106 (to the other port communication handler 112/114) requesting the user-configured communication mode of the peer port (block 210). As mentioned previously, this user-configured mode is typically defined by a user/administrator and reflects the mode that the user/administrator would like the port to operate in. In some embodiments, the user-configured mode can also be set by a software agent/process within networking system 100 (e.g., a software configurator process running on the local device or on a master device in the system).
Port communication handler 112/114 can then receive a response packet from the other port communication handler with the requested information (block 212) and can determine an appropriate communication mode for the local port based on the user-configured mode of the local port and the user-configured mode of the peer port (as received in the response packet) (block 214). The particular logic that handler 112/114 uses at block 214 to determine the appropriate communication mode can vary depending on the nature of the modes supported by the local and peer ports. For example,
If port communication handler 112/114 determines that the appropriate communication mode for the local port is the default mode (block 216), workflow 200 can return to the start since the local port has already been set to operate in default mode per block 208. On the other hand, if port communication handler 112/114 determines that the appropriate communication mode for the local port is a non-default mode m, workflow 200 can proceed to
At blocks 218-222 of
Finally, at blocks 224 and 226, port communication handler 112/114 can optionally wait for a third predefined wait period and, at the conclusion of that period, allow communication to be initiated over the local port. The purpose of the third wait period at block 224 is to ensure that the local port (and the peer port) have been changed over to mode m in a stable state and are ready to begin exchanging packets at block 226. It should be noted that, in certain embodiments, this third predefined wait period can be omitted. Finally, workflow 200 can return to block 202 so that port communication handler 112/114 can monitor for further communication problems. If another problem is detected, port communication handler 112/114 can restart the negotiation process.
It should be appreciated the workflow 200 of
Further, certain models of network devices may not need the processing of workflow 200 because they implement chipsets that allow for compatibility between various port communication modes. In these cases, port communication handler 112/114 can perform an initial check to determine whether its local port falls into this category and, if so, can skip the entirety of workflow 200. One of ordinary skill in the art will recognize other variations, modifications, and alternatives.
4. Network Switch
As shown, network switch 400 includes a management module 402, a switch fabric module 404, and a number of I/O modules 406(1)-406(N). Management module 402 represents the control plane of network switch 400 and thus includes one or more management CPUs 408 for managing/controlling the operation of the device. Each management CPU 408 can be a general purpose processor, such as a PowerPC, Intel, AMD, or ARM-based processor, that operates under the control of software stored in an associated memory (not shown). In one embodiment, management CPU 408 can carry out the operations attributed to port communication handler 112/114 in the foregoing disclosure.
Switch fabric module 404 and I/O modules 406(1)-406(N) collectively represent the data, or forwarding, plane of network switch 400. Switch fabric module 404 is configured to interconnect the various other modules of network switch 400. Each I/O module 406(1)-406(N) can include one or more input/output ports 410(1)-410(N) that are used by network switch 400 to send and receive data packets. Ports 410(1)-410(N) can comprise data ports for communicating with hosts/other network devices, as well as stacking ports for communicating with other units in the same stack (in embodiments where switch 400 is a stackable switch). Each I/O module 406(1)-406(N) can also include a packet processor 412(1)-412(N). Packet processor 412(1)-412(N) is a hardware processing component (e.g., an FPGA or ASIC) that can make wire speed decisions on how to handle incoming or outgoing data packets.
It should be appreciated that network switch 400 is illustrative and not intended to limit embodiments of the present disclosure. Many other configurations having more or fewer components than switch 400 are possible.
5. Computer System
As shown in
Bus subsystem 504 can provide a mechanism for letting the various components and subsystems of computer system 500 communicate with each other as intended. Although bus subsystem 504 is shown schematically as a single bus, alternative embodiments of the bus subsystem can utilize multiple busses.
Network interface subsystem 516 can serve as an interface for communicating data between computer system 500 and other computing devices or networks. Embodiments of network interface subsystem 516 can include wired (e.g., coaxial, twisted pair, or fiber optic Ethernet) and/or wireless (e.g., Wi-Fi, cellular, Bluetooth, etc.) interfaces.
User interface input devices 512 can include a keyboard, pointing devices (e.g., mouse, trackball, touchpad, etc.), a scanner, a barcode scanner, a touch-screen incorporated into a display, audio input devices (e.g., voice recognition systems, microphones, etc.), and other types of input devices. In general, use of the term “input device” is intended to include all possible types of devices and mechanisms for inputting information into computer system 500.
User interface output devices 514 can include a display subsystem, a printer, a fax machine, or non-visual displays such as audio output devices, etc. The display subsystem can be a cathode ray tube (CRT), a flat-panel device such as a liquid crystal display (LCD), or a projection device. In general, use of the term “output device” is intended to include all possible types of devices and mechanisms for outputting information from computer system 500.
Storage subsystem 506 can include a memory subsystem 508 and a file/disk storage subsystem 510. Subsystems 508 and 510 represent non-transitory computer-readable storage media that can store program code and/or data that provide the functionality of various embodiments described herein.
Memory subsystem 508 can include a number of memories including a main random access memory (RAM) 518 for storage of instructions and data during program execution and a read-only memory (ROM) 520 in which fixed instructions are stored. File storage subsystem 510 can provide persistent (i.e., non-volatile) storage for program and data files and can include a magnetic or solid-state hard disk drive, an optical drive along with associated removable media (e.g., CD-ROM, DVD, Blu-Ray, etc.), a removable flash memory-based drive or card, and/or other types of storage media known in the art.
It should be appreciated that computer system 500 is illustrative and not intended to limit embodiments of the present disclosure. Many other configurations having more or fewer components than computer system 500 are possible.
The above description illustrates various embodiments of the present disclosure along with examples of how certain aspects may be implemented. The above examples and embodiments should not be deemed to be the only embodiments, and are presented to illustrate the flexibility and advantages of the present invention as defined by the following claims. For example, although certain embodiments have been described with respect to particular process flows and steps, it should be apparent to those skilled in the art that the scope of the present invention is not strictly limited to the described flows and steps. Steps described as sequential may be executed in parallel, order of steps may be varied, and steps may be modified, combined, added, or omitted. As another example, although certain embodiments have been described using a particular combination of hardware and software, it should be recognized that other combinations of hardware and software are possible, and that specific operations described as being implemented in software can also be implemented in hardware and vice versa.
The specification and drawings are, accordingly, to be regarded in an illustrative rather than restrictive sense. Other arrangements, embodiments, implementations and equivalents will be evident to those skilled in the art and may be employed without departing from the spirit and scope of the invention as set forth in the following claims.
The present application claims the benefit and priority under U.S.C. 119(e) of U.S. Provisional Application No. 62/092,617, filed Dec. 16, 2014, entitled “TECHNIQUES FOR HANDING CONNECTIONS BETWEEN FLEXIBLE STACKING PORTS.” The entire contents of this provisional application are incorporated herein by reference for all purposes.
Number | Name | Date | Kind |
---|---|---|---|
4625308 | Kim et al. | Nov 1986 | A |
5481073 | Singer et al. | Jan 1996 | A |
5651003 | Pearce et al. | Jul 1997 | A |
5727170 | Mitchell | Mar 1998 | A |
6111672 | Davis et al. | Aug 2000 | A |
6243756 | Whitmire et al. | Jun 2001 | B1 |
6366582 | Nishikado et al. | Apr 2002 | B1 |
6373840 | Chen | Apr 2002 | B1 |
6490276 | Salett et al. | Dec 2002 | B1 |
6496502 | Fite, Jr. et al. | Dec 2002 | B1 |
6516345 | Kracht | Feb 2003 | B1 |
6526345 | Ryoo | Feb 2003 | B2 |
6597658 | Simmons | Jul 2003 | B1 |
6725326 | Patra et al. | Apr 2004 | B1 |
6765877 | Foschiano et al. | Jul 2004 | B1 |
6807182 | Dolphin et al. | Oct 2004 | B1 |
6839342 | Parham et al. | Jan 2005 | B1 |
6839349 | Ambe et al. | Jan 2005 | B2 |
6850542 | Tzeng | Feb 2005 | B2 |
7093027 | Shabtay et al. | Aug 2006 | B1 |
7099315 | Ambe et al. | Aug 2006 | B2 |
7106736 | Kalkunte | Sep 2006 | B2 |
7136289 | Vasavda et al. | Nov 2006 | B2 |
7184441 | Kadambi et al. | Feb 2007 | B1 |
7206283 | Chang et al. | Apr 2007 | B2 |
7206309 | Pegrum et al. | Apr 2007 | B2 |
7274694 | Cheng et al. | Sep 2007 | B1 |
7313667 | Pullela et al. | Dec 2007 | B1 |
7327727 | Rich et al. | Feb 2008 | B2 |
7336622 | Fallis et al. | Feb 2008 | B1 |
7426179 | Harshavardhana et al. | Sep 2008 | B1 |
7480258 | Shuen et al. | Jan 2009 | B1 |
7496096 | Dong et al. | Feb 2009 | B1 |
7523227 | Yager et al. | Apr 2009 | B1 |
7561527 | Katz | Jul 2009 | B1 |
7565343 | Watanabe | Jul 2009 | B2 |
7602787 | Cheriton | Oct 2009 | B2 |
7697419 | Donthi | Apr 2010 | B1 |
7933282 | Gupta et al. | Apr 2011 | B1 |
7962595 | Jabbar | Jun 2011 | B1 |
8209457 | Engel et al. | Jun 2012 | B2 |
8307153 | Kishore | Nov 2012 | B2 |
8750144 | Zhou et al. | Jun 2014 | B1 |
8949574 | Slavin | Feb 2015 | B2 |
9032057 | Agarwal et al. | May 2015 | B2 |
9038151 | Chua et al. | May 2015 | B1 |
9148387 | Lin et al. | Sep 2015 | B2 |
9185049 | Agarwal et al. | Nov 2015 | B2 |
9269439 | Levy et al. | Feb 2016 | B1 |
9282058 | Lin et al. | Mar 2016 | B2 |
9313102 | Lin et al. | Apr 2016 | B2 |
9559897 | Lin et al. | Jan 2017 | B2 |
9577932 | Ravipati et al. | Feb 2017 | B2 |
9628408 | Janardhanan et al. | Apr 2017 | B2 |
9660937 | Agarwal et al. | May 2017 | B2 |
9692652 | Lin et al. | Jun 2017 | B2 |
9692695 | Lin et al. | Jun 2017 | B2 |
9853889 | Lin et al. | Dec 2017 | B2 |
9860133 | Lin et al. | Jan 2018 | B2 |
20010042062 | Tenev et al. | Nov 2001 | A1 |
20020046271 | Huang | Apr 2002 | A1 |
20020101867 | O'Callaghan et al. | Aug 2002 | A1 |
20030005149 | Haas et al. | Jan 2003 | A1 |
20030081556 | Woodall | May 2003 | A1 |
20030137983 | Song | Jul 2003 | A1 |
20030169734 | Lu et al. | Sep 2003 | A1 |
20030174719 | Sampath et al. | Sep 2003 | A1 |
20030182483 | Hawkins | Sep 2003 | A1 |
20030188065 | Golla et al. | Oct 2003 | A1 |
20050063354 | Garnett et al. | Mar 2005 | A1 |
20050141513 | Oh et al. | Jun 2005 | A1 |
20050198453 | Osaki | Sep 2005 | A1 |
20050243739 | Anderson et al. | Nov 2005 | A1 |
20050271044 | Hsu et al. | Dec 2005 | A1 |
20060013212 | Singh et al. | Jan 2006 | A1 |
20060023640 | Chang et al. | Feb 2006 | A1 |
20060072571 | Navada et al. | Apr 2006 | A1 |
20060077910 | Lundin et al. | Apr 2006 | A1 |
20060080498 | Shoham et al. | Apr 2006 | A1 |
20060092849 | Santoso et al. | May 2006 | A1 |
20060092853 | Santoso et al. | May 2006 | A1 |
20060114899 | Toumura et al. | Jun 2006 | A1 |
20060176721 | Kim et al. | Aug 2006 | A1 |
20060187900 | Akbar | Aug 2006 | A1 |
20060253557 | Talayco et al. | Nov 2006 | A1 |
20060280125 | Ramanan et al. | Dec 2006 | A1 |
20060294297 | Gupta | Dec 2006 | A1 |
20070081463 | Bohra et al. | Apr 2007 | A1 |
20070121673 | Hammer | May 2007 | A1 |
20070147271 | Nandy et al. | Jun 2007 | A1 |
20070174537 | Kao et al. | Jul 2007 | A1 |
20070291660 | Robson et al. | Dec 2007 | A1 |
20080137530 | Fallis et al. | Jun 2008 | A1 |
20080192754 | Ku et al. | Aug 2008 | A1 |
20080212497 | Getachew et al. | Sep 2008 | A1 |
20080259555 | Bechtolsheim et al. | Oct 2008 | A1 |
20080275975 | Pandey et al. | Nov 2008 | A1 |
20080281947 | Kumar | Nov 2008 | A1 |
20090125617 | Klessig et al. | May 2009 | A1 |
20090135715 | Bennah | May 2009 | A1 |
20090141641 | Akahane et al. | Jun 2009 | A1 |
20100172365 | Baird et al. | Jul 2010 | A1 |
20100182933 | Hu et al. | Jul 2010 | A1 |
20100185893 | Wang et al. | Jul 2010 | A1 |
20100257283 | Agarwal | Oct 2010 | A1 |
20100284414 | Agarwal et al. | Nov 2010 | A1 |
20100293200 | Assarpour | Nov 2010 | A1 |
20100329111 | Wan et al. | Dec 2010 | A1 |
20110092202 | Mattisson et al. | Apr 2011 | A1 |
20110142077 | Wong et al. | Jun 2011 | A1 |
20110238923 | Hooker et al. | Sep 2011 | A1 |
20110268123 | Kopelman et al. | Nov 2011 | A1 |
20110280258 | Klingen | Nov 2011 | A1 |
20120020373 | Subramanian et al. | Jan 2012 | A1 |
20120087232 | Hanabe et al. | Apr 2012 | A1 |
20120131123 | Yan | May 2012 | A1 |
20120155485 | Saha et al. | Jun 2012 | A1 |
20120246400 | Bhadra et al. | Sep 2012 | A1 |
20130170495 | Suzuki et al. | Jul 2013 | A1 |
20130201984 | Wang | Aug 2013 | A1 |
20130215791 | Lin et al. | Aug 2013 | A1 |
20130232193 | Ali et al. | Sep 2013 | A1 |
20130262377 | Agarwal et al. | Oct 2013 | A1 |
20140003228 | Shah et al. | Jan 2014 | A1 |
20140006706 | Wang | Jan 2014 | A1 |
20140071985 | Kompella et al. | Mar 2014 | A1 |
20140075108 | Dong et al. | Mar 2014 | A1 |
20140112190 | Chou et al. | Apr 2014 | A1 |
20140112192 | Chou et al. | Apr 2014 | A1 |
20140122791 | Fingerhut | May 2014 | A1 |
20140126354 | Hui et al. | May 2014 | A1 |
20140153573 | Ramesh et al. | Jun 2014 | A1 |
20140181275 | Lin et al. | Jun 2014 | A1 |
20140269402 | Vasseur et al. | Sep 2014 | A1 |
20140314082 | Korpinen et al. | Oct 2014 | A1 |
20140334494 | Lin et al. | Nov 2014 | A1 |
20140341079 | Lin et al. | Nov 2014 | A1 |
20140341080 | Lin et al. | Nov 2014 | A1 |
20140362852 | Janardhanan et al. | Dec 2014 | A1 |
20140376361 | Hui et al. | Dec 2014 | A1 |
20150016277 | Smith et al. | Jan 2015 | A1 |
20150036479 | Gopalarathnam | Feb 2015 | A1 |
20150055452 | Lee | Feb 2015 | A1 |
20150117263 | Agarwal et al. | Apr 2015 | A1 |
20150124826 | Edsall et al. | May 2015 | A1 |
20150229565 | Ravipati et al. | Aug 2015 | A1 |
20150271861 | Li | Sep 2015 | A1 |
20150281055 | Lin et al. | Oct 2015 | A1 |
20150288567 | Lin et al. | Oct 2015 | A1 |
20160021697 | Vargantwar | Jan 2016 | A1 |
20160028652 | Agarwal et al. | Jan 2016 | A1 |
20160173339 | Lin et al. | Jun 2016 | A1 |
Number | Date | Country |
---|---|---|
1441580 | Sep 2003 | CN |
1791064 | Jun 2006 | CN |
101478435 | Jul 2009 | CN |
102684999 | Sep 2012 | CN |
2924927 | Sep 2015 | EP |
2015026950 | Feb 2015 | WO |
Entry |
---|
Office Action dated Apr. 29, 2016; U.S. Appl. No. 14/485,343; (72 pgs.). |
Pei et al.: “Putting Routing Tables in Silicon”, IEEE Network, IEEE Service Center, New York, NY; vol. 6, No. 1, Jan. 1, 1992; pp. 42-50. |
Hsiao et al.: “A High-Throughput and High-Capacity IPv6 Routing Lookup System”, Computer Networks, Elsevier Science Publishers B.V., Amsterdam, NL, vol. 57, No. 3, Nov. 16, 2012, pp. 782-794. |
Extended European Search Report dated Jul. 30, 2015 for EP Appln. 15000834.0; 8 pages. |
Notice of Allowance dated Sep. 17, 2015; U.S. Appl. No. 14/268,507 (15 pgs.). |
U.S. Appl. No. 14/876,639, filed Oct. 6, 2015 by Agarwal et al. |
Notice of Allowance dated Oct. 30, 2015; U.S. Appl. No. 13/850,118 (12 pgs.). |
Response to Office Action dated Jul. 16, 2015; U.S. Appl. No. 14/094,931; Response filed Nov. 12, 2015 (13 p.). |
Office Action dated Nov. 20, 2015; U.S. Appl. No. 14/106,302; (14 pgs.). |
Notice of Allowance dated Dec. 14, 2015; U.S. Appl. No. 14/094,931 (25 pgs.). |
U.S. Appl. No. 62/092,617, filed Dec. 16, 2014 by Agarwal et al. |
Office Action dated Feb. 18, 2016; U.S. Appl. No. 14/463,419; (74 pgs.). |
Notice of Allowance dated Oct. 13, 2016; U.S. Appl. No. 14/106,302; (23 pgs.). |
Final Office Action dated Aug. 24, 2016; U.S. Appl. No. 14/171,152; (39 pgs.). |
NonFinal Office Action dated Nov. 9, 2016; U.S. Appl. No. 14/506,943; (18 pgs.). |
Final Office Action dated Nov. 1, 2016; U.S. Appl. No. 14/485,343; (31 pgs.). |
NonFinal Office Action dated Mar. 23, 2017; U.S. Appl. No. 14/171,152; (14 pgs.). |
Notice of Allowance dated Mar. 22, 2017; U.S. Appl. No. 14/506,943; (22 pgs.). |
Notice of Allowance dated Apr. 13, 2017; U.S. Appl. No. 14/485,343; (25 pgs.). |
NonFinal Office Action dated May 4, 2017; U.S. Appl. No. 15/051,601; (62 pgs.). |
Chinese Office Action dated May 16, 2017 Appln. No. 201380065745.X. |
Notice of Allowance dated Aug. 24, 2017; U.S. Appl. No. 15/051,601; (23 pgs.). |
Notice of Allowance dated Sep. 13, 2017; U.S. Appl. No. 14/171,152; (30 pgs.). |
Final Office Action dated Jun. 3, 2016; U.S. Appl. No. 14/106,302; (35 pgs.). |
Rooney et al.: “Associative Ternary Cache for IP Routing”, IEEE, pp. 409-416, 2004. |
“Starburst: Building Next-Generation Internet Devices”, Sharp et al., Bell Labs Technical Journal, Lucent Technologies, Inc., pp. 6-17, 2002. |
NonFinal Office Action dated Jun. 23, 2016; U.S. Appl. No. 14/530,193; (73 pgs.). |
NonFinal Office Action dated Jul. 13, 2016; U.S. Appl. No. 14/876,639; (69 pgs.). |
Notice of Allowance dated Jan. 6, 2017; U.S. Appl. No. 14/530,193; (18 pgs.). |
Final Office Action dated Jan. 26, 2017; U.S. Appl. No. 14/463,419; (57 pgs.). |
Notice of Allowance dated Feb. 8, 2017; U.S. Appl. No. 14/876,639; (25 pgs.). |
NonFinal Office Action dated Jun. 15, 2017; U.S. Appl. No. 14/463,419; (35 pgs.). |
29—Chinese Office Action dated Jul. 24, 2017 Appln. No. 201510142392.X; 8 pages. |
30—Pei et al.: Putting Routing Tables in Silicon, IEEE Network Magazine, Jan. 31, 1992, 9 pages. |
31—Qingsheng et al.: Designing of Packet Processing Chip Routers, Aug. 31, 2001, China Academic Journal Electronic Publishing House, 4 pages (No English version). |
32—Hsiao et al.: A High-Throughput and High-Capacity IPv6 Routing Lookup System, Nov. 16, 2012, Computer Networks, 13, pages. |
Office Action dated Feb. 23, 2016; U.S. Appl. No. 14/171,152; (61 pgs.). |
Amendment to Carrier Multiple Access with Collision Detection (CSMA/CD Access Method and Physical Layer Specifications—Aggregation of Multi[ple Link Segments; IEEE Std. 802.3ad; 2000; 183 pages. |
Appeal Brief Dated Jan. 18, 2013; U.S. Appl. No. 12/463,964 (23p.). |
Brocade: “FastIron Ethernet Switch”; Administration Guide; Supporting FastIron Software Release 08.0.00; Apr. 30, 2013; 400 pages. |
Brocade: “FastIron Ethernet Switch”; IP Multicast Configuration Guide; Supporting FastIron Software Release 38.0.00; Apr. 30, 2013; 212 pages. |
Brocade: “FastIron Ethernet Switch”; Stacking Configuration Guide; Supporting FastIron Software Release 08.0.00; Apr. 30, 2013; 170 pages. |
Brocade: “FastIron Ethernet Switch”; Traffic Management Guide; Supporting FastIron Software Release 08.0.00; Apr. 30, 2013; 76 pages. |
Cisco: “Cisco StackWise and StackWise Plus Technology”; technical white paper; C11-377239-01; 10/10; Copyright 2010; 11 pages. |
Cisco: “Delivering High Availability in the Wiring Closet with Cisco Catalyst Switches”; technical white paper; C11-340384-01; 01/07; Copyright 1992-2007; 8 pages. |
Configure, Verify, and Debug Link Aggregation Control Program (LACP); allied Telesyn; 2004; 10 pages. |
Dell: “Stacking Dell PowerConnect 7000 Series Switches”; A Dell Technical White Paper; Jul. 2011; 34 pages. |
DLDP Techology White Paper; H3C products and solutions; 2008; 8 pages; http://www.h3c.com/portal/Products_Solutions/Technology/LAN/Technology_White_Paper/200812/623012_57_0.htm. |
Examiner's Answer dated May 7, 2013; U.S. Appl. No. 12/463,964 (12 p.). |
Extreme Networks Technical Brief: “SummitStack Stacking Technology”; 1346_06; 12/10; 8 pages. |
Final Office Action dated Jan. 23, 2012; U.S. Appl. No. 12/463,964 (11 p.). |
Fischer et al.: “A Scalable ATM Switching System Architecture”; IEEE Journal on Selected Areas in Communications, IEEE Service Center, Piscataway, US, vol. 9, No. 8, Oct. 1, 1991; pp. 1299-1307. |
International Search Report and Written Opinion for International Appln. No. PCT/US2013/076251 dated May 22, 2014, 11 pages. |
Juniper Networks datasheet entitled: “Juniper Networks EX 4200 Ethernet Switches with Virtual Chassis Technology”; Dated Aug. 2013 (12 p.). |
Link Aggregation According to IEEE Standard 802.3ad; SysKonnect GmbH; 2002; 22 pages. |
Link Aggregation; http://en.wikipedia.org/wiki/Link_aggregation; downloaded from Internet on Dec. 16, 2013; 9 pages. |
M. Foschiano; Cisco Systems UniDirectional Link Detection (UDLD) Protocol; Memo; Apr. 2008; 13 pages; Cisco Systems. |
Migration from Cisco UDLD to industry standard DLDP; technical white paper; Feb. 2012; 12 pages; Hewlett-Packard Development Company. |
Office Action dated Mar. 21, 2011; U.S. Appl. No. 12/463,964 (10 P.). |
Partial International Search Report for PCT/US2014/051903 dated Nov. 18, 2014. |
Reply Brief dated Jul. 8, 2013; U.S. Appl. No. 12/463,964 (14 p.). |
Response to Office Action dated Mar. 21, 2011; U.S. Appl. No. 12/463,964; Response filed Sep. 21, 2011 (12 p.). |
Suckfuell: “Evolution of EWSD During the Eighties”; Institute of Electrical and Electronics Engineers; Global Telecommunications Conference; San Diego; Nov. 28-Dec. 1, 1983; [Global Telecommunications Conference], New York, IEEE, US, vol. 2, Nov. 1, 1983; pp. 577-581. |
U.S. Appl. No. 14/094,931, filed Dec. 3, 2013 by Lin et al. |
U.S. Appl. No. 14/106,302, filed Dec. 13, 2013 by Lin et al. |
U.S. Appl. No. 14/171,152, filed Feb. 3, 2014 by Lin et al. |
U.S. Appl. No. 14/207,146, filed Mar. 12, 2014 by Lin et al. |
U.S. Appl. No. 14/268,507, filed May 2, 2014 by Agarwal (Unpublished). |
U.S. Appl. No. 14/463,419, filed Aug. 19, 2014 by Lee (Unpublished). |
U.S. Appl. No. 14/485,343, filed Sep. 12, 2014 by Lin et al (Unpublished). |
U.S. Appl. No. 14/506,943, filed Oct. 6, 2014 by Lin et al (Unpublished). |
U.S. Appl. No. 14/530,193, filed Oct. 31, 2014 by Ravipati et al (Unpublished). |
U.S. Appl. No. 61/745,396, filed Dec. 21, 2012 by Lin et al. |
U.S. Appl. No. 61/799,093, filed Mar. 15, 2013 by Lin et al. |
U.S. Appl. No. 61/822,216, filed May 10, 2013 by Lin et al. |
U.S. Appl. No. 61/825,449, filed May 20, 2013 by Lin et al. |
U.S. Appl. No. 61/825,451, filed May 20, 2013 by Lin et al. |
U.S. Appl. No. 61/868,982, filed Aug. 22, 2013 by Lee. |
U.S. Appl. No. 61/898,295, filed Oct. 31, 2013 by Agarwal. |
U.S. Appl. No. 61/938,805, filed Feb. 12, 2014 by Ravipati et al. |
U.S. Appl. No. 61/971,429, filed Mar. 27, 2014 by Sinha et al. |
U.S. Appl. No. 61/974,924, filed Apr. 3, 2014 by Lin et al. |
Understanding and Configuring the Undirectional Link Detection Protocol Feature; Cisco support communication; Jul. 9, 2007; Document ID No. 10591; 5 pages; http://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/10591-77.html. |
International Search Report and Written Opinion for International Appln. No. PCT/US2014/051903 dated Jan. 27, 2015, 16 pages. |
Final Office Action dated Feb. 13, 2015; U.S. Appl. No. 13/850,118; (14 p.). |
Office Action dated Jul. 16, 2015; U.S. Appl. No. 14/094,931; (41 pgs.). |
Notice of Allowance dated Aug. 3, 2015; U.S. Appl. No. 14/207,146 (38 pgs.). |
Final Office Action dated Dec. 11, 2017; U.S. Appl. No. 14/463,419; (45 pgs.). |
Number | Date | Country | |
---|---|---|---|
20160173332 A1 | Jun 2016 | US |
Number | Date | Country | |
---|---|---|---|
62092617 | Dec 2014 | US |