WO2005107188A1 - Distributed forwarding in virtual network devices - Google Patents

Distributed forwarding in virtual network devices Download PDF

Info

Publication number
WO2005107188A1
WO2005107188A1 PCT/US2005/011588 US2005011588W WO2005107188A1 WO 2005107188 A1 WO2005107188 A1 WO 2005107188A1 US 2005011588 W US2005011588 W US 2005011588W WO 2005107188 A1 WO2005107188 A1 WO 2005107188A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
network device
virtual network
interface
destination address
Prior art date
Application number
PCT/US2005/011588
Other languages
French (fr)
Inventor
Sitaram Dontu
Faisal Mushtaq
Sheeram Bhide
Michael R. Smith
Ali Golshan
Original Assignee
Cisco Technology, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cisco Technology, Inc. filed Critical Cisco Technology, Inc.
Priority to CN2005800100329A priority Critical patent/CN1939004B/en
Priority to CA2562013A priority patent/CA2562013C/en
Priority to AU2005239568A priority patent/AU2005239568B2/en
Priority to EP05735819.4A priority patent/EP1757037B1/en
Publication of WO2005107188A1 publication Critical patent/WO2005107188A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4641Virtual LANs, VLANs, e.g. virtual private networks [VPN]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/18Loop-free operations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/58Association of routers
    • H04L45/586Association of routers of virtual routers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/742Route cache; Operation thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0806Configuration setting for initial configuration or provisioning, e.g. plug-and-play
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/12Discovery or management of network topologies
    • H04L41/122Discovery or management of network topologies of virtualised topologies, e.g. software-defined networks [SDN] or network function virtualisation [NFV]

Definitions

  • the present invention relates to networking and, more specifically, to performing distributed forwarding in a virtual network device.
  • redundant components When redundant components are included within a network, it is often desirable to be able to use the redundant components during normal network operation, before the failure of corresponding components. For example, if two links are implemented between a pair of switches, it is desirable to use both links (as opposed to leaving one link idle) to provide increased bandwidth.
  • management of those links may be undesirably complicated (e.g., due to the need to avoid bridging loops). This complexity extends to other situations in which multiple redundant components are used during normal operation. For example, if multiple redundant routers are simultaneously used in a network, management of the network may become more complicated due to the need to have a different point of management for each network device. As these examples show, it is desirable to be able to reduce the complexities that arise due to the use of multiple redundant components in a network.
  • a virtual network device includes several different virtual network device sub-units, which collectively operate as a single logical network device.
  • a method of performing distributed forwarding within a virtual network device involves receiving a packet via a virtual network device link.
  • the packet includes a unicast destination address.
  • An egress lookup is performed for the packet in response to receiving the packet. If a primary entry corresponding to the unicast destination address is found during the egress lookup, the packet is sent from an interface identified by the primary entry.
  • a header associated with the packet is also received, along with the packet, via the virtual network device link. The header includes a destination identifier.
  • a system (e.g., a virtual network device sub-unit) includes an interface to a virtual network device link and a distributed forwarding module coupled to the interface.
  • the interface is configured to receive a packet.
  • the distributed forwarding module is configured to forward the packet received by the interface.
  • the distributed forwarding module is configured to perform an ingress lookup for the packet if the packet includes a multicast destination address and to perform an egress lookup for the packet if the packet includes a unicast destination address.
  • the distributed forwarding module replicates the packet for each of several outgoing VLANs associated with the multicast destination address.
  • the system can also include a second interface (not an interface to a virtual network device link) that is configured to receive a second packet, which includes a second multicast address.
  • the distributed forwarding module is configured to send at most one copy of the second packet via the virtual network device link.
  • the distributed forwarding module sends the packet and a header that is associated with the packet to another line card if a non-primary entry corresponding to the unicast destination address is found during the egress lookup. If a primary entry corresponding to the unicast destination address is found during the egress lookup and the primary entry identifies a second interface, the distributed forwarding module sends the packet from the second interface.
  • the distributed forwarding module is configured to send a notification via the virtual network device link if a destination identifier in the header does not match a destination identifier in the primary entry. The notification identifies that the unicast destination address corresponds to the destination identifier in the primary entry.
  • FIG. 1 is a block diagram of a network, according to one embodiment of the present invention.
  • FIGs. 2A and 2B show how two network devices in the same network layer collectively operate as a single virtual network device, according to one embodiment of the present invention.
  • FIG. 3 shows more detail within each virtual network device sub-unit included in a virtual network device, according to one embodiment of the present invention.
  • FIGs. 4A-4F illustrate the manner in which two virtual network device sub-units, which collectively operate as a single virtual network device, perform distributed forwarding for a packet having a multicast destination address, according to one embodiment of the present invention.
  • FIG. 5A is a flowchart of a method used by a virtual network device sub-unit to forward at most one copy of a multicast packet to each other virtual network device sub-unit in the same virtual network device, according to one embodiment of the present invention.
  • FIG. 5B is a flowchart of one embodiment of a method used by a virtual network device sub- unit to forward a multicast packet received from another virtual network device sub-unit in the same virtual network device.
  • FIGs. 6A-6K illustrate how two virtual network device sub-units, which collectively operate as a single virtual network device, can perform distributed forwarding for a packet having a unicast destination address, according to one embodiment of the present invention.
  • FIG. 7 is a flowchart of a method that a virtual network device sub-unit can use to forward a unicast packet received from another virtual network device sub-unit in the same virtual network device, according to one embodiment of the present invention.
  • FIG. 8 is a flowchart of one embodiment of a method that a virtual network device sub-unit can use to forward packets received from another virtual network device sub-unit in the same virtual network device.
  • FIG. 1 is a block diagram of a network.
  • clients 102(l)-102(n) communicate with each other and with several servers 104(l)-104(n) via a network.
  • Clients 102(l)-102(n) can include a variety of different devices that access networked services.
  • client 102(1) can be a cell phone
  • client 102(2) can be a personal computer
  • client 102(n) can be a Personal Digital Assistant (PDA).
  • Servers 104(l)-104(n) provide various services, such as various software-based services and/or access to shared storage devices.
  • the network coupling clients 102(l)-102(n) and servers 104(l)-104(n) is described in terms of several network layers.
  • the layer closest to clients 102(l)-102(n) is access layer 110.
  • Access layer 110 includes several network devices 120(l)-120(n).
  • access layer 110 is the primary layer at which packets enter the network from clients 102(l)-102(n).
  • Distribution layer 112 aggregates flows received via access layer 110 and provides these aggregated flows to core layer 114.
  • distribution layer 112 includes network devices 122(l)-122(n).
  • Core layer 114 is a logically centralized portion of the network through which various aggregated flows pass.
  • Core layer 114 includes network devices 124(l)-124(n).
  • data center 116 includes two sets of network devices: network devices 126(l)-126(n) and network devices 128(l)-128(n).
  • Network devices 128(l)-128(n) provide access to the network to various servers 104(l)-104(n).
  • Network devices 126(l)-126(n) aggregate flows from network devices 128(l)-128(n) and provide the aggregated flows to core layer 114.
  • networks will not include the network layers illustrated in FIG. 1 (e.g., some of the layers can be combined and/or eliminated, and alternative layers can also be included in addition to and/or instead of those shown in FIG. 1).
  • clients and servers can be coupled to the network differently than shown in FIG. 1 (e.g., some clients and/or servers can be coupled to individual network devices in the core and/or distribution layers).
  • the physical locations of devices relative to each other can differ from the logical locations shown in FIG. 1. For example, two devices in the same network layer can be physically located on different floors, in different buildings, or on different campuses. In contrast, two devices in different network layers can be located in the same room.
  • network devices 120(l)-120(n) and 128(l)-128(n), which are located at the outer edges of the network operate differently than network devices 122(l)-122(n), 124(l)-124(n), and 126(l)-126(n), which are located in the inner layers of the network.
  • network devices 120(l)-120(n) are adjunct network devices that are controlled or otherwise subordinate to network devices in the inner layers (e.g., the distribution and core layers) of the network.
  • the non-adjunct network devices provide L2 (Layer 2) and L3 (Layer 3) forwarding and routing, while adjunct network devices only have relatively limited forwarding and/or routing capabilities.
  • adjunct network devices do not perform any L2 forwarding or L3 routing. Instead, the adjunct network devices simply forward all packets to non-adjunct network devices for L2 forwarding and L3 routing.
  • Non-adjunct network devices coupled to adjunct network devices can, in some embodiments, control the operation of the adjunct network devices. For example, network devices 126(l)-126(n) configure network devices 128(l)-128(n) according to various routing protocols.
  • adjunct network devices are treated as remote line cards of the network devices to which the adjunct network devices are subordinate. It is also noted that in alternative embodiments, non-adjunct network devices can be used in the access layer and data center instead of adjunct network devices.
  • 128(n) can include various routers, switches, gateways, and other network equipment. In many embodiments, only one network device may be needed at each layer in order for the network to function. However, multiple network devices can be included at each layer, as shown in FIG. 1, in order to provide redundancy.
  • variable identifier "n" is used in several instances in the figures described herein to more simply designate the final element of a series of related or similar elements.
  • the repeated use of such variable identifiers is not meant to necessarily imply a correlation between the sizes of such series of elements, although such correlation may exist.
  • the use of such variable identifiers does not require that each series of elements have the same number of elements as another series delimited by the same variable identifier (e.g., the number of network devices in each network layer may vary). Rather, in each instance of use, the variable identified by "n" (or any other such identifier) may hold the same or a different value than other instances of the same variable identifier.
  • each network device 120(l)-120(n) in access layer 110 is coupled to distribution layer 112 by two (or more) different links.
  • each network device 122(l)-122(n) in distribution layer 112 is coupled to core layer 114 by two (or more) different links.
  • each link is an Ethernet link.
  • multiple redundant network devices are configured to collectively operate as a single virtual network device.
  • two or more network devices in distribution layer 112 operate as a virtual network device 202.
  • network devices 124(l)-124(n) operate as a single virtual network device 204
  • two or more of network devices 126(l)-126(n) operate as a single virtual network device 206. More details of how two distribution-layer network devices can collectively operate as a distribution-layer virtual network device 202 are shown in FIGs. 2A, 2B, and 3.
  • Virtual network devices can be coupled to other virtual network devices, to network devices, and/or to clients and/or servers by virtual link bundles, as described below.
  • any multi-ported device (whether a physical device, such as a network device, client, or server, or a virtual network device) can be coupled to a virtual network device by a virtual link bundle that includes several links, some of which terminate on different sub-units within the virtual network device.
  • FIG. 2A shows an example of a network in which there are two network devices 120(1) and 120(2) in access layer 110. There are also two network devices 122(1) and 122(2) in distribution layer 112. These two network devices 122(1) and 122(2) operate as a single virtual network device 202 in this example.
  • Each network device 120(1)-120(2) is coupled to distribution layer 112 by two links. In this example, each of those two links is coupled to a different one of network devices 122(1) and 122(2). This provides redundancy, allowing network devices 120(1) and 120(2) to continue to communicate with distribution layer 112 even if one of network devices 122(1) or 122(2) fails or if one of the links between a given access-layer network device and a given distribution-layer network device fails.
  • the redundant links coupling each of network devices 120(1) and 120(2) to virtual network device 202 can be operated as a single logical link, referred to herein as a virtual link bundle.
  • Network device 120(1) operates the two links coupling network device 120(1) to virtual network device 202 as a virtual link bundle 250(1).
  • each interface in network device 120(1) that is coupled to one of the links is included in an interface bundle, which corresponds to virtual link bundle 250(1).
  • Network device 120(2) similarly operates the two links coupling network device 120(2) to virtual network device 202 as virtual link bundle 250(2).
  • virtual link bundles 250(1) and 250(2) are each operated as an EtherChannel (TM) or as an aggregated link (as described in IEEE 802.3).
  • each link in each virtual link bundle is operated independently of each other link in that virtual link bundle (as opposed to being operated as part of a single logical link).
  • each virtual link bundle 250(1) and 250(2) includes links that terminate at different network devices in distribution layer 112.
  • virtual link bundle 250(1) couples network device 120(1) to both network device 122(1) and network device 122(2). This differs from conventional implementations in which logical links are only allowed between a single pair of network devices.
  • network devices 120(1) and 120(2) are aware (e.g., through various state information maintained within each network device) that each virtual link bundle 250(1) and 120(2) are aware (e.g., through various state information maintained within each network device) that each virtual link bundle 250(1) and
  • 250(2) includes links that are terminated on different network devices in distribution layer 112.
  • network devices 120(1) and 120(2) may select a link within a particular virtual link bundle on which to send a packet based on this awareness.
  • network devices 122(1) and 122(2) operate to conceal the fact that such a single logical link actually includes links that are terminated at different network devices.
  • network devices 122(1) and 122(2) operate as a single virtual network device 202.
  • FIG. 2B illustrates how, from the perspective of network device 120(1) in access layer 110, network device 120(1) is coupled to a single network device, virtual network device 202, in distribution layer 112 by a redundant pair of links.
  • Network device 120(2) has a similar perspective of virtual network device 202.
  • the use of a virtual link bundle is simplified. For example, if network device 120(1) is aware that virtual link bundle 250(1) terminates at two different network devices, network device 120(1) can select a link on which to send a particular packet based on Spanning Tree Protocol.
  • Spanning Tree Protocol may involve more overhead and/or be more restrictive with respect to which links are used to send a given packet (e.g., Spanning Tree Protocol might block all but one of the links, preventing utilization of all but one non- blocked link) than if network device 120(1) simply views virtual network device 202 as a single entity.
  • network device 120(1) can simply select a link on which to send a packet based on load-sharing constraints. Similarly, if a link within virtual link bundle 250(1) fails, there is no need for network device 120(1) to change how Spanning Tree Protocol is applied. Instead, network device 120(1) simply continues to use the non- failed links within virtual link bundle 250(1).
  • the individual network devices, such as network device 122(1) and 122(2), included in virtual network device 202 are each referred to herein as a "virtual network device sub-unit".
  • virtual network device sub-units 122(1) and 122(2) are each implemented in a separate chassis (i.e., each chassis houses a single virtual network device sub-unit).
  • network devices 122(1) and 122(2) can each have its own chassis.
  • each virtual network device sub-unit can be made to operate as an independent network device, allowing one virtual network device sub-unit to continue operating if the other virtual network device sub-unit(s) in the virtual network device fail.
  • virtual network device sub-unit 122(1) and virtual network device sub-unit 122(2) share the same chassis, but each virtual network device sub-unit has independent hardware, ports, uplink interfaces, and power supplies, and each virtual network device sub-unit can be removed from the chassis independently of the other. If virtual network device sub-unit 122(1) fails (e.g., due to a power supply failure or a software error), virtual network device sub-unit 122(2) can continue to run. In such an embodiment, virtual network device sub-unit 122(1) can be removed for repair or replacement without disrupting the operation of virtual network device sub-unit 122(2).
  • the links in a virtual link bundle coupling a network device to an adjunct network device are specialized links, referred to herein as uplinks, that are used to couple an adjunct network device to a virtual network device.
  • Each uplink can convey both a packet and additional information generated within one of the network devices. For example, if a packet is being conveyed on an uplink from an access-layer adjunct network device to a distribution-layer network device, additional information conveyed on the uplink with the packet includes information identifying which of the adjunct network device's ports received the packet. The additional information can also include information indicating whether any forwarding or routing has already been performed on the packet by the sending device.
  • use of uplinks allows a virtual network device to control adjunct network devices that are coupled to that virtual network device.
  • the use of uplinks also facilitates the virtual network device being able to perform routing and/or forwarding for subordinate adjunct network devices.
  • An interface within a network device or adjunct network device that is coupled to an uplink is referred to herein as an uplink interface.
  • FIG. 3 shows more detail within each network device included in a virtual network device.
  • virtual network device 202 includes two virtual network device sub-units 122(1) and 122(2). It is noted that in other embodiments, virtual network device 202 can include more than two component network devices. In this example, virtual network device 202 is located at the distribution layer of the network. However, similar virtual network devices can be implemented in other network layers (e.g., within the data center and/or core layer). Virtual network device 202 is coupled to several access-layer network devices 120(1)-120(3).
  • Network devices 120(2) and 120(3) are each coupled to virtual network device 202 by two uplinks, one to each virtual network device sub-unit 122(1) and 122(2).
  • Network device 120(2) is coupled to virtual network device by virtual link bundle 250(2)
  • network device 120(3) is coupled to virtual network device 202 by virtual link bundle 250(3).
  • network devices 120(2) and 120(3) can continue to communicate with the distribution layer even if one of these uplinks and/or one of virtual network device sub-units 122(1) and 122(2) fail.
  • Network device 120(1) is coupled to virtual network device 202 by three uplinks: two uplinks to virtual network device sub-unit 122(1) and one uplink to virtual network device sub-unit 122(2). These three uplinks collectively form virtual link bundle 250(1).
  • Network device 120(1) can continue to communicate with the distribution layer even if two of the three uplinks and/or one of virtual network device sub-units 122(1) and 122(2) fail.
  • Network devices 120(1)- 120(3) each operate their multiple uplinks to virtual network device 202 as a single logical uplink. Additionally, in some embodiments, each network device 120(1)-120(3) operates as if that network device is coupled to a single distribution-layer device, virtual network device 202, instead of operating as if that network device were coupled to two independent distribution-layer network devices.
  • Distribution-layer virtual network device sub-unit 122(1) is also coupled to a server 104(3) by a single link. Unlike access-layer network devices 120(1)-120(3), server 104(3) does not view distribution-layer network devices units 122(1) and 122(2) as a single logical network device. In this example, server 104(3) will be unable to communicate via the distribution layer if either network device 122(1) or the link coupling server 104(3) to network device 122(1) fails.
  • a server such as server 104(3) but having multiple ports could be coupled to each virtual network device sub-unit by a virtual link bundle, and that such a server could interact with virtual network device sub-units 122(1) and 122(2) as if those sub-units were a single virtual network device 202.
  • Virtual network device sub-unit 122(1) includes several cards, including control card 302(1) and line cards 304(1) and 304(3). Similarly, virtual network device sub-unit 122(2) includes control card 302(2) and line cards 304(2) and 304(4).
  • Control card 302(1) includes control unit 310(1), forwarding engine 312(1), and interfaces 320(1) and 320(3).
  • Control card 302(2) likewise includes control unit 310(2), forwarding engine 312(2), and interfaces 320(2) and 320(4).
  • line card 304(1) includes forwarding engine 314(1) and interfaces 320(5), 320(7), and 320(9).
  • Interface 320(7) is coupled to network device 120(3).
  • Interface 320(9) is also coupled to network device 120(1).
  • Interface 320(5) is unused in this example.
  • Line card 304(3) includes forwarding engine 314(3), interfaces 320(11) and 320(13), and port 320(15).
  • Interfaces 320(11) and 320(13) are respectively coupled to network devices 120(2) and 120(1).
  • Interface 320(15) is coupled to server 104(3).
  • interfaces 320(7), 320(9), 320(11), and 320(13) are operated as uplink interfaces, while interface 320(15), which is not coupled to an adjunct network device, is operated as a normal port.
  • line card 304(2) includes forwarding engine 314(2) and interfaces 320(6), 320(8), and 320(10). Interface 320(8) is coupled to adjunct network device
  • Line card 304(4) includes forwarding engine 314(4) and interfaces 320(12), 320(14), and 320(16). Interfaces 320(12) and 320(16) are respectively coupled to adjunct network devices 120(3) and 120(1). Interface 320(14) is unused. In embodiments in which network devices 120(1)-120(3) are adjunct network devices controlled by virtual network device 202, interfaces 320(8), 320(12), and 320(16) are operated as uplink interfaces.
  • interfaces in FIG. 2 have been described as both ingress and egress interfaces, interfaces that act as ingress-only or egress-only interfaces can also be used.
  • the functionality of each of the interfaces shown in FIG. 2 can be implemented using one ingress-only interface and one egress-only interface.
  • virtual link bundles 250(l)-250(3) can each include several links that only convey packets from a respective network device 120(1)-120(3) to virtual network device 202 and several links that only convey packets from virtual network device 202 to a respective network device 120(1)-120(3).
  • control card 302(1) in virtual network device sub-unit 122(1) is coupled to control card 302(2) in virtual network device sub-unit 122(2) via a virtual network device link 360.
  • virtual network device link 360 includes two links (two links are used to provide increased fault-tolerance and/or bandwidth; however, one link can be used in other embodiments). These links are a type of uplink in this example, carrying information (e.g., such as headers similar to those sent between line cards) in addition to packets.
  • the uplinks in virtual network device link 360 are used to exchange information, which controls the operation of virtual network device 202, as well as packets between virtual network device sub-units 122(1) and 122(2).
  • virtual network device sub-units 122(1) and 122(2) coordinate their behavior such that virtual network device sub-units 122(1) and 122(2) appear to be a single virtual network device to network devices 120(1)-120(3).
  • network device sub-units 122(1) and 122(2) provide interconnections between virtual network device sub-units 122(1) and 122(2) to operate as a single virtual network device 202.
  • Network devices 120(1)-120(3) communicate with virtual network device 202 in the same way that network devices 120(1)- 120(3) would communicate with a single physical device. For example, if network device 120(2) is handling a packet addressed to server 104(3), network device 120(2) selects one of the two uplinks in network device bundle 250(2) on which to send the packet. This selection is based on load-sharing criteria.
  • network device 120(2) is just as likely to select the uplink to virtual network device sub-unit 122(2) as the uplink to virtual network device sub-unit 122(1), despite the fact that only virtual network device sub-unit 122(1) has a direct connection to server 104(3). If the packet is sent to virtual network device sub-unit 122(2), network device 122(2) then uses one of the uplinks included in virtual network device link 360 between virtual network device sub-units 122(1) and 122(2) to send the packet to virtual network device sub-unit 122(1), and virtual network device sub-unit 122(1) in turn provides the packet to its destination, server 104(3).
  • network devices 120(1)-120(3) may be aware that their virtual link bundles 250(1) and 250(2) actually terminate on two different network devices.
  • Network devices 120(1)- 120(3) control packet transmission based on this information.
  • network device 120(2) may handle a packet addressed to server 104(3) by selecting the uplink coupled to virtual network device sub-unit 122(1) instead of the uplink coupled to virtual network device sub- unit 122(2), based on the fact that network device 120(2) recognizes separate connections to two different network devices within the logical link.
  • a virtual link bundle can include more than two links.
  • a virtual link bundle can include links that terminate on different line cards within the same virtual network device sub-unit.
  • interfaces 320(11) and 320(8) form another interface bundle that is coupled to network device 120(2) by virtual link bundle 250(2).
  • Interfaces 320(7) and 320(12) form a third interface bundle that is coupled to network device 120(3) by virtual link bundle 250(3).
  • each interface in the same interface bundle is assigned the same logical identifier.
  • interfaces 320(13), 320(9), and 320(16) are each assigned the same logical identifier.
  • packets received via one of these interfaces are tagged or otherwise associated with the logical identifier to indicate that those packets were received via the virtual link bundle coupling virtual network device 202 to network device 120(1).
  • similar interface bundles are implemented within each network device 120(1)420(3), and that interfaces included in such bundles can also be assigned the same logical identifier by each network device (or by virtual network device 202, in embodiments in which virtual network device 202 controls the configuration of the network devices 120(1)-120(3)).
  • network device 120(1) assigns the same logical identifier to each of the interfaces coupled to virtual link bundle 250(1).
  • the association between a packet and a particular logical identifier is used by forwarding engines within virtual network device 202 to route and forward packets to and from network devices 120(1)-120(3). For example, when a packet from a sending device (e.g., a client coupled to network device 120(1)) is received via uplink interface 320(13), virtual network device sub-unit 122(1) can learn that the sending device's MAC (Media Access Control) address is "behind" uplink interface 320(13) by associating the MAC address with the logical identifier of uplink interface 320(13). Virtual network device sub-unit 122(1) informs each forwarding engine in virtual network device sub-unit 122(1) as well as each forwarding engine in virtual network device sub-unit 122(2) of this association.
  • MAC Media Access Control
  • uplink interfaces 320(9) in virtual network device sub-unit 122(1)
  • 320(16) in virtual network device sub-unit 122(2)
  • uplink interface 320(13) also have the same logical identifier as uplink interface 320(13)
  • a packet addressed to that MAC address can be forwarded via any of uplink interfaces 320(9), 320(13), and 320(16).
  • the same logical identifiers are used to identify uplink interface bundles by each of virtual network device sub-units 122(1) and 122(2), and the virtual network device sub-units coordinate to assign the same logical identifier to each uplink interface within the same uplink interface bundle.
  • each virtual network device sub-unit 122(1) and 122(2) When forwarding packets via an uplink interface bundle identified by a particular logical identifier, each virtual network device sub-unit 122(1) and 122(2) generates a hash value to select one of the uplink interfaces within that uplink interface bundle on which to send the packet.
  • Each of the virtual network device sub-units uses these hash values to identify local uplink interfaces within that virtual network. Thus, each virtual network device sub-unit will only select an uplink interface that is local to that virtual network device sub-unit.
  • the hash value generated by virtual network device sub-unit will identify one of its interfaces 320(9) or 320(13).
  • virtual network device sub-unit 122(1) favors its local uplink interfaces within a particular uplink interface bundle over remote uplink interfaces, in the same uplink interface bundle, on virtual network device sub-unit 122(2).
  • virtual network device sub-unit 122(2) favors its local uplink interfaces within a particular uplink interface bundle over uplink interfaces included in virtual network device sub-unit 122(1). For example, if virtual network device sub-unit 122(2) needs to forward a packet via an uplink interface, virtual network device sub-unit 122(2) will send that packet via uplink interface 320(12) instead of forwarding that packet across virtual network device link 360 to be sent via uplink interface 320(7).
  • FIGs. 6A-6D show a more detailed example of how traffic across virtual network device link 360 can be reduced by favoring local interfaces within the first virtual network device sub-unit to handle a particular packet.
  • control protocol processing for virtual link bundle 250(1) takes place in control unit 310(1) of virtual network device sub-unit 122(1).
  • the results of this control protocol processing are then communicated to control unit 310(2) of virtual network device sub-unit 122(2) and/or to a controller in network device 120(1).
  • Control unit 310(2) uses (but does not modify) this information when controlling how packets sent from and received via uplink interface 320(16) (which is in the uplink interface bundle coupled to virtual link bundle 250(1)) are handled.
  • control unit 310(2) uses this information to set up or modify lookup tables on line cards 304(2) and or 304(4).
  • the actual control protocol processing is centralized in control unit 310(1), as opposed to being distributed among several control units in virtual network device 202.
  • the central point of control protocol processing can vary among virtual link bundles. For example, while control protocol processing for virtual link bundle 250(1) is managed by control unit 310(1), control protocol processing for virtual link bundle 250(2) can be managed by control unit 310(2). In other words, control unit 310(2) can perform all of the control processing for virtual link bundle 250(2), and the information generated by control unit 310(2) is then communicated to control unit 310(1) for use (but not modification) within virtual network device sub-unit 122(1). In embodiments that implement a central point of management within virtual network device
  • L2 protocols are run across the virtual link bundle and or interface bundles are used as routed L3 interfaces (it is noted that protocols other than L2 and L3 protocols are used in other embodiments). These abilities would not be available if the virtual network device sub-units within virtual network device 202 each performed control protocol processing for their local interface bundles independently of each other. Additionally, in embodiments implementing a central point of control protocol processing, a user can modify the virtual link bundle's control protocol behavior by accessing a single virtual network device sub-unit.
  • Virtual network device sub-units 122(1) and 122(2) implement certain behaviors in order to act as a virtual network device 202 that, from the perspective of network devices 120(1)-120(3), appears to be a single logical network device. For example, whenever virtual network device sub-unit 122(2) receives a packet from a local network device, client, or server and that packet's destination logical identifier identifies an uplink interface bundle, virtual network device sub-unit 122(2) sends the packet from a local uplink interface within the identified uplink interface bundle. Virtual network device sub-unit 122(2) can also provide the packet to virtual network device sub-unit 122(1), but virtual network device sub-unit 122(1) should not output this packet on a virtual link bundle.
  • each egress uplink interface coupled to a link in a virtual link bundle is configured to filter out traffic received via virtual network device link 360.
  • virtual network device sub-unit 122(1) receives a packet via virtual network device link 360.
  • the interface 320(1) or 320(3) that receives the packet updates information (e.g., in a header) associated with the packet to indicate that the packet was received via virtual network device link 360 (in alternative embodiments, the sending interface in virtual network device sub-unit 122(2) updates this info ⁇ nation).
  • the lookup table returns the logical identifier that identifies local uplink interfaces 320(9) and 320(13). The packet is then forwarded to uplink interface 320(13) (e.g., selected based on load-sharing considerations).
  • uplink interface 320(13) When uplink interface 320(13) receives the packet, uplink interface 320(13) will only output the packet if the packet was not received via virtual switch link 360, since if the packet was received via the virtual switch link, the other virtual network device sub-unit 122(2) will have already sent the packet via the virtual link bundle. Thus, uplink interface 320(13) filters the packet from the packet flow being sent via uplink interface 320(13) based on the information appended to the packet that indicates whether the packet was received via virtual network device link 360.
  • MAC notification frames are used to keep the content of the L2 tables in virtual network device sub-unit 122(1) synchronized with the content of the L2 tables in virtual network device sub-unit 122(2) and vice versa.
  • a MAC notification that involves a port behind a virtual link bundle or an uplink interface included in an uplink interface bundle is generated within a virtual network device sub-unit (e.g., such a notification is generated by one line card in order to update an L2 table on another line card)
  • a copy of the MAC notification is sent via virtual network device link 360.
  • a virtual network device sub-unit determines that a packet should be flooded, the virtual network device sub-unit will send a copy of that packet via virtual network device link 360, ensuring that the virtual network device sub-unit will receive a copy of any MAC notification response generated by a forwarding engine in the peer virtual network device sub-unit.
  • virtual network device sub-unit 122(1) floods a packet because the forwarding engine(s) included in virtual network device sub-unit 122(1) do not know which port or uplink interface is associated with the packet's destination address.
  • virtual network device sub-unit 122(1) sends a copy of the packet to virtual network device sub-unit 122(2) via virtual switch link 360.
  • a forwarding engine within virtual network device sub- unit 122(2) already knows that the destination address is behind a particular uplink interface or port (e.g., if a forwarding table already includes an entry associating the destination address with a port of one of network devices 120), that forwarding engine generates a MAC notification identifying this association, which is distributed to any other forwarding engines within virtual network device sub-unit 122(2). Since the packet was originally received via virtual network device link 360, virtual network device sub-unit 122(2) also sends a copy of the MAC notification back via virtual network device link 360. This MAC notification is then distributed among the forwarding engines included in virtual network device sub-unit 122(1). After being updated based on the MAC notification, the forwarding engines in virtual network device sub-unit 122(1) now know the location of the device identified by the destination address. Accordingly, subsequently-received packets addressed to that device will not be flooded.
  • virtual network device sub-unit 122(1) will cease to filter traffic received via virtual network device link 360 from being sent via virtual link bundle 250(1). If at least one of the uplinks in virtual link bundle 250(1) that is coupled to virtual network device sub-unit 122(2) is restored, virtual link bundle 250(1) will transition back to its normal mode of operation, in which virtual network device sub-unit 122(2) will send locally-received packets via virtual link bundle 250(1) and virtual network device sub- unit 122(1) will filter packets received via virtual network device link 360 from being sent virtual link bundle 250(1).
  • FIGs. 4A-4F illustrate how two virtual network device sub-units 122(1) and 122(2), which collectively operate as a single virtual network device, perform distributed forwarding for a packet having a multicast destination address.
  • VNDL virtual network device link
  • a virtual network device includes two virtual network device sub-units 122(1) and 122(2).
  • Virtual network device sub-unit 122(1) includes two forwarding engines (FEs), FE 410(1) and FE 410(2).
  • Virtual network device sub-unit 122(1) has one interface 420(1) to a device in Virtual Local Area Network (VLAN) Blue (in this example, different VLANs are referred to using different colors).
  • Virtual network device sub-unit 122(1) also includes an interface coupled to virtual link bundle (VLB) 450(1) and another interface coupled to virtual link bundle 450(2).
  • VLB 450(1) is coupled to a device in VLAN Blue
  • VLB 450(2) is coupled to a device in VLAN Green.
  • Virtual network device sub-unit 122(1) also includes an interface that is coupled to virtual network device link 360. It is noted that in other embodiments, a virtual network device includes more than two virtual network device sub-units.
  • Virtual network device sub-unit 122(2) includes two forwarding engines, FE 410(3) and FE 410(4).
  • Virtual network device sub-unit 122(2) has one interface 420(2) to a device in Virtual Local Area Network (VLAN) Red.
  • Virtual network device sub-unit 122(2) also includes an interface coupled to virtual link bundle (VLB) 450(1) and another interface coupled to virtual link bundle 450(2).
  • Virtual network device sub-unit 122(2) also includes an interface that is coupled to virtual network device link 360.
  • each virtual network device sub-unit 122(1) and 122(2) includes two or more forwarding engines.
  • the number of forwarding engines in a virtual network device sub-unit can be proportional to the number of line cards included in that virtual network device sub-unit.
  • each line card has its own forwarding engine.
  • Each forwarding engine 410(1)-410(4) is an example of a distributed forwarding module that is configured to perform distributed forwarding for a packet having a multicast destination address.
  • a packet is handled by up to two forwarding engines per virtual network device sub-unit.
  • a given copy of a packet is forwarded by up to two forwarding engines.
  • One of these forwarding engines is the forwarding engine on the ingress line card, which is the line card that includes the interface via which the packet is received into the virtual network device sub-unit.
  • the other forwarding engine is on the egress line card, which is the line card that includes the interface via which a particular copy of the packet is output from the virtual network device sub-unit. If the ingress line card is also the egress line card for a given copy of the packet, that copy of the packet is only handled by one forwarding engine. It is noted that for a given packet, several copies of that packet can be output. For example, if a packet is flooded, the forwarding engine on the ingress line card causes a copy of that packet to be provided to each other line card.
  • two different kinds of lookups are performed by each forwarding engine 410(1)-410(4).
  • the first type of lookup is referred to herein as an ingress lookup.
  • a "primary" entry can be allocated in a lookup table.
  • the primary entry corresponds to the source address of the packet. If a lookup table on a particular line card includes a primary entry for a given address, the primary entry identifies an output interface on that particular line card via which a packet addressed to the given address should be output.
  • Ingress lookups are typically performed for a packet by the first forwarding engine within the virtual network device to handle that packet. When an egress lookup is performed, primary entries cannot be allocated.
  • Egress lookups are typically performed by forwarding engines other than the first forwarding engine to handle a given packet.
  • a device coupled to port 420(1) sends a packet to the virtual network device.
  • the packet has a multicast destination address.
  • This packet is received by virtual network device sub-unit 122(1) via port 420(1).
  • the packet is being conveyed in VLAN "Blue" (in this example, VLANs are identified using colors).
  • VLAN Blue is the incoming VLAN for the packet.
  • FE 410(1) performs lookups for packets received via port 420(1) (e.g.,
  • FE 410(1) can be included on the same line card as port 420(1), or port 420(1) can be included on a line card that does not include its own forwarding engine).
  • FE 410(1) performs an ingress lookup for the packet.
  • the ingress lookup includes both an L2 lookup and an L3 lookup (it is noted that other types of lookups can be used in other embodiments).
  • the ingress lookup identifies outgoing interfaces associated with devices in the multicast group to which the packet is addressed.
  • the L2 lookup (which only identifies returns an index that identifies all interfaces within VLAN Blue.
  • the identified interfaces are thus the local interface within the interface bundle coupled to virtual link bundle (VLB) 450(1) and port 420(1). Since the packet was received via port 420(1), the packet is not output via that port.
  • FE 410(1) sends a copy of the packet (labeled "B") in VLAN Blue to FE 410(2), which performs forwarding for the local interface coupled to VLB 450(1) (e.g., FE 410(2) can be included on the same line card as the port coupled to VLB 450(1)).
  • VLAN identifies an outgoing interface, which is coupled to VLB 450(2), in VLAN Green. Since there is an outgoing interface in VLANs Red, FE 410(1) replicates the packet. By replicating the packet, FE 410(1) creates at least one copy of the packet for each outgoing VLAN. In this example, the packet is replicated in VLAN Green. FE 410(1) sends the replicated copy of the packet to FE 410(2) (e.g., because FE 410(2) is included on the same line card as the interface coupled to VLB 450(2)).
  • the replicated copy of the packet (labeled "G") in VLAN Green is received by FE 410(2).
  • FE 410(2) performs an egress lookup for this copy of the packet.
  • the egress lookup identifies outgoing interfaces within the incoming VLAN, VLAN Blue.
  • the egress lookup identifies the interface coupled to VLB 450(1).
  • FE 410(2) causes a copy of the packet to be output via VLB 450(1) in VLAN Blue.
  • FE 410(2) also allocates a non-primary entry to the packet's source address, if no lookup table entry has already been allocated to that address.
  • the non- primary entry indicates that packets having that address as a destination address should be forwarded to the line card that includes FE 410(1).
  • FE 410(1) also identifies that VLAN Blue was the incoming VLAN for the multicast packet. Accordingly, FE 410(1) sends a copy of the packet to virtual network device sub-unit 122(2) via virtual network device link (VNDL) 360.
  • FE 410(1) also associates information with this copy of the packet (e.g., by appending a header to the packet) and sends the associated information to virtual network device sub-unit 122(2) via VNDL 360. The associated information identifies the incoming VLAN (VLAN Blue) in which the packet was originally received.
  • FE 410(2) also performs an egress lookup for the copy of the packet being conveyed in VLAN Green.
  • the egress lookup identifies the local interface coupled to VLB 450(2) as the outgoing interface for this copy of the packet, and FE 410(2) causes the copy of the packet to be output via VLB 450(2).
  • FE 410(3) in virtual network device sub-unit 122(2) performs an ingress lookup for the copy of the packet received via VNDL 360.
  • Information associated with the packet identifies the incoming VLAN as VLAN Blue.
  • the L2 lookup identifies the interface coupled to VLB 450(1).
  • the L3 lookup identifies port 420(3) and the interface coupled to VLB 450(2) in VLAN Green and port 420(2) in VLAN Red. Accordingly, FE 410(3) causes the packet to be replicated in VLANs Green and Red.
  • the copy of the packet in VLAN Blue is not sent via VLB 450(1) by virtual network device sub-unit 122(2).
  • the interface coupled to VLB 450(1) filters the packet from the packet flow being output via VLB 450(1) in response to detecting that the packet has already been handled by virtual network device sub-unit 122(1).
  • the copy of the packet in VLAN Green is not sent via VLB 450(2). Accordingly, only one copy of the packet is output via each virtual link bundle.
  • FE 410(3) causes the copy of the packet in VLAN Green to be output via port 420(3). Since this port is not part of an interface bundle that spans both virtual network device sub-units 122(1) and 122(2), the packet is not filtered from the packet flow being output via port 420(3).
  • FE 410(3) also causes the copy of the packet (labeled "R") in VLAN Red to be sent to FE 410(4) (e.g., because FE
  • Port 410(4) and Port 420(2) are included on the same line card).
  • FIG. 4F shows how FE 410(4) performs an egress lookup for the copy of the packet being sent in VLAN Red.
  • the egress lookup identifies port 420(2), and FE 410(4) causes the copy of the packet to be output via port 420(2). Since port 420(2) is not part of an interface bundle shared with virtual network device sub-unit 122(1), the packet is not filtered from the output flow being sent via port
  • one forwarding engine in each virtual network device sub-unit performs an ingress lookup for the multicast packet.
  • the packet is replicated, if needed, in each outgoing VLAN.
  • the forwarding engine that performs the ingress lookup forwards a copy of the packet to each line card that includes an interface in the incoming and or outgoing VLANs.
  • a line card included interfaces in multiple VLANs e.g., such as the line card that includes FE 410(2) and the interfaces coupled to VLB 450(1) and 450(2) respectively
  • that line card received one copy of the packet in each VLAN.
  • At most one copy of the packet is sent to each line card, regardless of whether that line card includes outgoing interfaces in more than one of the incoming and/or outgoing VLANs.
  • a forwarding engine in each line card performs an ingress lookup for the packet in order to replicate the packet in other VLANs, if needed. For example, if this type of forwarding were used in the embodiment of FIG. 4A, only one copy of the multicast packet would be sent to FE 410(2). FE 410(2) would then perform an ingress lookup for the packet. As part of the ingress lookup, FE 410(2) would replicate the packet in VLAN Green.
  • FIG. 5A is a flowchart of a method used by a virtual network device sub-unit to forward at most one copy of a multicast packet to another virtual network device sub-unit included in the same virtual network device.
  • a multicast packet is received by a virtual network device sub-unit.
  • the packet is received via an interface that is not coupled to a virtual network device link (i.e., the packet is received from a device other than another virtual network device sub-unit in the same virtual network device).
  • the packet is being conveyed in a particular VLAN.
  • the virtual network device sub-unit performs an ingress lookup for the multicast packet. As part of this lookup, the virtual network device sub-unit determines whether the packet needs to replicated for other outgoing VLANs, as shown at 503. If the packet needs to be replicated because there are outgoing interfaces in VLANs other than the incoming VLAN, at least one copy of the packet is made for each outgoing VLAN, as shown at 507.
  • Info ⁇ nation associated with this packet (e.g., included in a header appended to the packet or included in an Ethernet tag within the packet), which is also sent via the virtual network device link, identifies the original incoming VLAN in which the packet was received.
  • the virtual network device sub-unit (which received the packet at 501) outputs one or more copies of the packet. These copies of the packet are output from appropriate ports and/or uplink interfaces, including those that are coupled to virtual link bundles, in the outgoing and incoming VLANs for the packet's multicast group.
  • FIG. 5B is a flowchart of a method used by a virtual network device sub-unit vice to forward a multicast packet received from another virtual network device sub-unit included in the same virtual network device.
  • the virtual network device sub-unit receives a multicast packet via an interface coupled to a virtual network device link. In other words, the virtual network device sub-unit receives the multicast packet from another virtual network device sub-unit. Information identifying the incoming VLAN is also received.
  • the virtual network device sub-unit (which received the multicast packet at 551) replicates the packet, if needed. For example, the virtual network device sub-unit replicates the packet in one or more outgoing VLANs if the virtual network device sub-unit includes interfaces in those VLANs. In one embodiment, replication is performed as part of an ingress lookup for the multicast packet.
  • copies of the packet are output from interfaces in the incoming and outgoing VLANs.
  • FIGs. 6A-6K illustrate how two virtual network device sub-units, which collectively operate as a single virtual network device, perform distributed forwarding for a packet having a unicast destination address. It is noted that in other embodiments, a virtual network device can include more than two virtual network device sub-units.
  • two virtual network device sub-units 122(1) and 122(2) are coupled by virtual network device link (VNDL) 360.
  • Virtual network device sub-unit 122(1) includes port 620(1), forwarding engines (FEs) 610(1) and 610(2), an interface coupled to virtual link bundle (VLB) 650(1), and an interface coupled to VNDL 360.
  • Virtual network device sub-unit 122(2) includes port 620(2), forwarding engines (FEs) 610(3) and 610(4), an interface coupled to virtual link bundle (VLB) 650(1), and an interface coupled to VNDL 360.
  • Each forwarding engine 610(1)-610(4) is an example of a distributed forwarding module that is configured to perform distributed forwarding for a packet having a unicast destination address.
  • virtual network device sub-unit 122(1) receives a packet via port 610(1).
  • the packet is a unicast packet (i.e., the packet has a unicast destination address).
  • FE 610(1) performs an ingress lookup for the unicast packet.
  • the packet's destination address misses in the lookup table, and thus forwarding engine 610(1) floods the packet in the packet's incoming VLAN.
  • FE 610(1) allocates a primary entry to the packet's source address.
  • the allocated primary entry indicates that the source address is associated with port 620(1). If FE 610(1) later forwards a packet having that address as its destination address, FE 610(1) will cause the packet to be output via port 620(1) in response to information stored in the primary entry.
  • FE 610(1) causes the packet to be forwarded to FE 610(2) (e.g., by forwarding the packet to the line card that includes FE 610(2)).
  • FE 610(1) also sends information (e.g., included in a header appended to the packet) that indicates that an ingress lookup has already been performed for that packet and that the result of the ingress lookup was to flood the packet.
  • FE 610(1) appends or otherwise associates a destination index, which in this situation is a flood index (e.g., a destination index that indicates that the packet is being flooded), with the packet.
  • FE 610(2) performs an egress lookup for the packet in FIG. 6D.
  • the egress lookup hits a non- primary entry for the packet's destination address.
  • the non-primary entry identifies the outgoing interface (within the virtual network device) via which the packet should be output in order to reach its destination.
  • the non-primary entry identifies that the packet should be output via VNDL 360 in order to reach its outgoing interface, port 620(2), which is included in virtual network device sub-unit 122(2).
  • the fact that the entry is not a primary entry indicates that the outgoing interface (620(2) in this example) is not included on the same line card as (or a line card for which forwarding is performed by) FE 610(2).
  • FE 610(2) also allocates a non- primary entry to the packet's source address (if an entry corresponding to that source address has not already been allocated). This non-primary entry indicates that packets having that address as a destination address should be forwarded to the line card that includes FE 610(1). Since FE 610(2) found a matching entry for the packet's destination address, FE 610(2) does not continue to flood the packet. Accordingly, the packet is not sent via the local interface coupled to VLB 650(1). Since the matching entry was not a primary entry, however, FE 610(2) does not update the information associated with the packet.
  • the information associated with the packet maintains the value generated by FE 610(1), which indicates that the lookup for the packet's destination address missed and that the packet is being flooded.
  • FE 610(2) forwards the packet and the associated information to virtual network device sub-unit 122(2) via VNDL 360, as shown in FIG. 6E.
  • FE 610(3) performs an egress lookup for the packet in response to receiving the packet via VNDL 360.
  • FE 610(3) performs an egress lookup (as opposed to an ingress lookup). This differs from the multicast forwarding scenario shown in FIGs. 4A-4F, where an ingress lookup is performed for a packet, received via the virtual network device link, with a multicast virtual address.
  • FE 610(3) hits a non-primary entry for the packet's destination address.
  • This non-primary entry can, for example, identify the line card that includes port 620(2). Since the matching entry is a non-primary entry, FE 610(3) does not modify the info ⁇ nation associated with the packet. Instead, FE 610(3) causes the packet and the associated information (which still has the value generated by FE 610(1) in virtual network device sub-unit 122(1)) to be forwarded to FE 610(4), as shown in FIG. 6G.
  • FE 610(3) also allocates a non-primary entry to the packet's source address, if an entry co ⁇ esponding to the source address has not already been allocated.
  • the non-primary entry indicates that packets addressed to that address should be forwarded to virtual network device sub-unit 122(1) via VNDL 360.
  • the non-primary entry allocated to the packet's source address could identify an interface in virtual network device sub-unit 122(2).
  • FE 410(3) could allocate a non-primary entry to the packet's source address that identified the local interface coupled to VLB 650(1).
  • FE 610(4) performs an egress lookup for the packet.
  • the egress lookup hits a primary entry in the lookup table.
  • the primary entry identifies port 620(2).
  • a destination index included in the primary entry identifies port 620(2).
  • FE 610(4) compares the information associated with the packet with the information in the primary entry. For example, FE 610(4) compares a destination index associated with the packet with the destination index included in the primary entry found during the egress lookup. Since the destination index associated with the packet by FE 610(1) is the flood index, and the destination index in the primary entry identifies port 620(2), the two destination indices will not match.
  • FE 610(4) causes the packet to be output via port 620(2). Additionally, since the information associated with the packet did not match the information found in the primary entry, FE 610(4) causes an error notification to be sent back towards the forwarding engine that performed the ingress lookup for the packet.
  • the e ⁇ or notification is a MAC (Media Access Control) notification (labeled "MN").
  • MN Media Access Control
  • the MAC notification indicates the packet's destination MAC address.
  • FE 610(4) causes the MAC notification to be sent to FE 610(3).
  • FE 610(3) forwards the MAC notification back to virtual network device sub-unit 122(1) via VNDL 360.
  • FE 610(2) forwards the MAC notification to FE 610(1), as shown in FIG> 6K.
  • FE 610(1) "learns" the MAC address included in the packet by allocating a non-primary entry to the MAC address included in the packet.
  • the non-primary entry includes a destination index or other information that identifies how FE 610(1) should forward a packet with that destination address.
  • FE 610(1) includes a destination index identifying the line card that includes FE 610(2) in the non-primary entry allocated in response to the MAC notification, since FE 610(1) received the MAC notification from that line card. As a result of learning the MAC address, FE 610(1) will not flood subsequently received packets to that destination MAC address.
  • FIG. 7 is a flowchart illustrating the manner in which a virtual network device sub-unit forwards a unicast packet received from another virtual network device sub-unit in the same virtual network device.
  • the virtual network device sub-unit receives a unicast packet via a virtual network device link (i.e., the unicast packet is received from another virtual network device sub-unit).
  • Information associated with the packet such as a destination index, is also received via the virtual network device link. This associated information was generated by a forwarding engine (within the same virtual network device) that performed an ingress lookup for the packet.
  • an egress lookup is performed for the packet.
  • An ingress lookup is not performed for the packet since a forwarding engine in the other virtual network device sub-unit will have already performed an ingress lookup for the packet.
  • Performing the egress lookup can involve inputting all or part of the packet's destination address to a lookup table.
  • the information associated with the packet is not modified.
  • the packet and the associated information are forwarded according to the information found in the lookup, as shown at 707. For example, if the egress lookup does not find a matching entry, the packet and the associated information are flooded.
  • a primary entry is found, as determined at 705, the information associated with the packet is compared to the information in the primary entry. For example, as shown at 709, a destination index included in the primary entry is compared to a destination index in the information that is associated with the packet.
  • the destination index in the primary entry does not match the destination index associated with the packet, the destination index associated with the packet is replaced with the destination index found in the primary entry, as shown at 711. Additionally, an error notification, such as a MAC notification, is sent back to the forwarding engine that performed the ingress lookup. After the destination index associated with the packet is replace, if needed, the packet is then forwarded according to the associated destination index, as shown at 713.
  • an error notification such as a MAC notification
  • FIG. 8 is a flowchart illustrating the manner in which a virtual network device sub-unit forwards packets received from another virtual network device sub-unit in the same virtual network device.
  • a packet is received via a virtual network device link. If the packet includes a unicast destination address, an egress lookup is performed for the packet's destination address, as shown at 803-805. If the packet includes a multicast destination address, an ingress lookup is performed for the packet's destination address, as shown at 803 and 805. It is noted that in some embodiments, the functionality needed to perform distributed forwarding (e.g., by implementing a distributed forwarding module that performs one or more of the methods illustrated in FIGs.
  • each virtual network device sub-unit can include a computer readable media upon which program instructions andor data useable to perform distributed forwarding are stored. Such program instructions are executable to detect the reception of packets, which are received by the adjunct network device via an interface.
  • Exemplary types of computer readable media include CDs (Compact Discs), DVDs (Digital Versatile Discs), hard disks, optical disks, tape devices, floppy disks, and memory (e.g., various types of RAM (Random Access Memory), ROM (Read Only Memory), flash memory, MEMS (Micro Electro-Mechanical Systems) memory, and the like).
  • Such a network device can include one or more processors (e.g., microprocessors, PLDs (Programmable Logic Devices), or ASICs (Application Specific Integrated Circuits)) configured to execute program instructions stored in the computer readable media.
  • the program instructions and/or data can also be teansfe ⁇ ed to a virtual network device sub-unit via a network such as the Internet or upon a ca ⁇ ier medium.
  • a computer readable medium is a carrier medium such as a network and/or a wireless link upon which signals such as electrical, electromagnetic, or digital signals, on which the data and instructions are encoded, are conveyed.
  • Embodiments of the present invention can be used in the field of networking.

Abstract

A virtual network device sub-unit (122(1), 122(2)) includes an interface (320(1), 320(2), 320(3), 320(4)) to a virtual network device link (360) and a distributed forwarding module (312(1), 312(2)). The interface (320(1), 320(2), 320(3), 320(4)) receives a packet, and the distributed forwarding module (312(1), 312(2))forwards the packet received by the interface (320(1), 320(2), 320(3), 320(4)). The distributed forwarding module (312(1), 312(2)) performs an ingress lookup if the packet includes a multicast destination address and an egress lookup if the packet includes a unicast destination address. If the packet includes a multicast destination address, the distributed forwarding module replicates the packet for each of several outgoing VLANs associated with the multicast destination address. If an additional multicast packet is received via an interface (320(1), 320(2), 320(3), 320(4)) that is not coupled to a virtual network device link (306), the distributed forwarding module (312(1), 312(2)) sends at most one copy of the additional multicast packet via the virtual network device link (360).

Description

DISTRIBUTED FORWARDING IN VIRTUAL NETWORK DEVICES Sitaram Dontu Faisal Mushtaq Shreeram Bhide Michael R. Smith Ali Golshan
Technical Field The present invention relates to networking and, more specifically, to performing distributed forwarding in a virtual network device.
Background Art In order to provide increased network reliability, redundant switches and links are often included in a network. If a switch or link fails, a redundant switch or link, already in place within the network, is quickly enabled to replace the failed switch or link. Since the redundant switch or link is typically enabled as a replacement more quickly than the failed component can be replaced or repaired, having redundant links and/or switching provides a more reliable network.
When redundant components are included within a network, it is often desirable to be able to use the redundant components during normal network operation, before the failure of corresponding components. For example, if two links are implemented between a pair of switches, it is desirable to use both links (as opposed to leaving one link idle) to provide increased bandwidth. However, if multiple redundant links are active at the same time, management of those links may be undesirably complicated (e.g., due to the need to avoid bridging loops). This complexity extends to other situations in which multiple redundant components are used during normal operation. For example, if multiple redundant routers are simultaneously used in a network, management of the network may become more complicated due to the need to have a different point of management for each network device. As these examples show, it is desirable to be able to reduce the complexities that arise due to the use of multiple redundant components in a network.
DISCLOSURE OF INVENTION Various embodiments of methods and systems for performing distributed forwarding in virtual network devices are disclosed. A virtual network device includes several different virtual network device sub-units, which collectively operate as a single logical network device. A method of performing distributed forwarding within a virtual network device involves receiving a packet via a virtual network device link. The packet includes a unicast destination address. An egress lookup is performed for the packet in response to receiving the packet. If a primary entry corresponding to the unicast destination address is found during the egress lookup, the packet is sent from an interface identified by the primary entry. A header associated with the packet is also received, along with the packet, via the virtual network device link. The header includes a destination identifier. If the destination identifier in the header does not match a destination identifier in the primary entry, an error notification is sent via the virtual network device link. The error notification identifies that the unicast destination address corresponds to the destination identifier in the primary entry. Yet another method of performing distributed forwarding in a virtual network device involves receiving a packet via a virtual network device link and performing either an ingress lookup and an egress lookup for the packet. The ingress lookup is performed for the packet if the packet includes a multicast destination address. The egress lookup is performed for the packet if the packet includes a unicast destination address. A system (e.g., a virtual network device sub-unit) includes an interface to a virtual network device link and a distributed forwarding module coupled to the interface. The interface is configured to receive a packet. The distributed forwarding module is configured to forward the packet received by the interface. In one embodiment, the distributed forwarding module is configured to perform an ingress lookup for the packet if the packet includes a multicast destination address and to perform an egress lookup for the packet if the packet includes a unicast destination address.
If the packet includes a multicast destination address, the distributed forwarding module replicates the packet for each of several outgoing VLANs associated with the multicast destination address. The system can also include a second interface (not an interface to a virtual network device link) that is configured to receive a second packet, which includes a second multicast address. The distributed forwarding module is configured to send at most one copy of the second packet via the virtual network device link.
If the packet includes a unicast destination address, the distributed forwarding module sends the packet and a header that is associated with the packet to another line card if a non-primary entry corresponding to the unicast destination address is found during the egress lookup. If a primary entry corresponding to the unicast destination address is found during the egress lookup and the primary entry identifies a second interface, the distributed forwarding module sends the packet from the second interface. The distributed forwarding module is configured to send a notification via the virtual network device link if a destination identifier in the header does not match a destination identifier in the primary entry. The notification identifies that the unicast destination address corresponds to the destination identifier in the primary entry. The foregoing is a summary and thus contains, by necessity, simplifications, generalizations and omissions of detail; consequently, those skilled in the art will appreciate that the summary is illustrative only and is not intended to be in any way limiting. The operations disclosed herein may be implemented in a number of ways, and such changes and modifications may be made without departing from this invention and its broader aspects. Other aspects of the present invention, as defined solely by the claims, will become apparent in the non-limiting detailed description set forth below.
BRIEF DESCRIPTION OF DRAWINGS A more complete understanding of the present invention may be acquired by referring to the following description and the accompanying drawings, in which like reference numbers indicate like features.
FIG. 1 is a block diagram of a network, according to one embodiment of the present invention.
FIGs. 2A and 2B show how two network devices in the same network layer collectively operate as a single virtual network device, according to one embodiment of the present invention.
FIG. 3 shows more detail within each virtual network device sub-unit included in a virtual network device, according to one embodiment of the present invention.
FIGs. 4A-4F illustrate the manner in which two virtual network device sub-units, which collectively operate as a single virtual network device, perform distributed forwarding for a packet having a multicast destination address, according to one embodiment of the present invention.
FIG. 5A is a flowchart of a method used by a virtual network device sub-unit to forward at most one copy of a multicast packet to each other virtual network device sub-unit in the same virtual network device, according to one embodiment of the present invention.
FIG. 5B is a flowchart of one embodiment of a method used by a virtual network device sub- unit to forward a multicast packet received from another virtual network device sub-unit in the same virtual network device. FIGs. 6A-6K illustrate how two virtual network device sub-units, which collectively operate as a single virtual network device, can perform distributed forwarding for a packet having a unicast destination address, according to one embodiment of the present invention.
FIG. 7 is a flowchart of a method that a virtual network device sub-unit can use to forward a unicast packet received from another virtual network device sub-unit in the same virtual network device, according to one embodiment of the present invention. FIG. 8 is a flowchart of one embodiment of a method that a virtual network device sub-unit can use to forward packets received from another virtual network device sub-unit in the same virtual network device.
While the invention is susceptible to various modifications and alternative forms, specific embodiments of the invention are provided as examples in the drawings and detailed description. It should be understood that tire drawings and detailed description are not intended to limit the invention to the particular form disclosed. Instead, the intention is to cover all modifications, equivalents and alternatives falling within the spirit and scope of the invention as defined by the appended claims.
MODE(S . FOR CARRYING OUT THE INVENTION FIG. 1 is a block diagram of a network. In FIG. 1, several clients 102(l)-102(n) communicate with each other and with several servers 104(l)-104(n) via a network. Clients 102(l)-102(n) can include a variety of different devices that access networked services. For example, client 102(1) can be a cell phone, client 102(2) can be a personal computer, and client 102(n) can be a Personal Digital Assistant (PDA). Servers 104(l)-104(n) provide various services, such as various software-based services and/or access to shared storage devices.
The network coupling clients 102(l)-102(n) and servers 104(l)-104(n) is described in terms of several network layers. The layer closest to clients 102(l)-102(n) is access layer 110. Access layer 110 includes several network devices 120(l)-120(n). In this example, access layer 110 is the primary layer at which packets enter the network from clients 102(l)-102(n). Distribution layer 112 aggregates flows received via access layer 110 and provides these aggregated flows to core layer 114. In this example, distribution layer 112 includes network devices 122(l)-122(n). Core layer 114 is a logically centralized portion of the network through which various aggregated flows pass. Core layer 114 includes network devices 124(l)-124(n).
In this example, data center 116 includes two sets of network devices: network devices 126(l)-126(n) and network devices 128(l)-128(n). Network devices 128(l)-128(n) provide access to the network to various servers 104(l)-104(n). Network devices 126(l)-126(n) aggregate flows from network devices 128(l)-128(n) and provide the aggregated flows to core layer 114.
It is noted that in some embodiments, networks will not include the network layers illustrated in FIG. 1 (e.g., some of the layers can be combined and/or eliminated, and alternative layers can also be included in addition to and/or instead of those shown in FIG. 1). Additionally, clients and servers can be coupled to the network differently than shown in FIG. 1 (e.g., some clients and/or servers can be coupled to individual network devices in the core and/or distribution layers). Additionally, the physical locations of devices relative to each other can differ from the logical locations shown in FIG. 1. For example, two devices in the same network layer can be physically located on different floors, in different buildings, or on different campuses. In contrast, two devices in different network layers can be located in the same room. In some embodiments, network devices 120(l)-120(n) and 128(l)-128(n), which are located at the outer edges of the network, operate differently than network devices 122(l)-122(n), 124(l)-124(n), and 126(l)-126(n), which are located in the inner layers of the network. For example, in one embodiment, network devices 120(l)-120(n) are adjunct network devices that are controlled or otherwise subordinate to network devices in the inner layers (e.g., the distribution and core layers) of the network. In such an embodiments, the non-adjunct network devices provide L2 (Layer 2) and L3 (Layer 3) forwarding and routing, while adjunct network devices only have relatively limited forwarding and/or routing capabilities. In other embodiments, adjunct network devices do not perform any L2 forwarding or L3 routing. Instead, the adjunct network devices simply forward all packets to non-adjunct network devices for L2 forwarding and L3 routing. Non-adjunct network devices coupled to adjunct network devices can, in some embodiments, control the operation of the adjunct network devices. For example, network devices 126(l)-126(n) configure network devices 128(l)-128(n) according to various routing protocols. In some embodiments, adjunct network devices are treated as remote line cards of the network devices to which the adjunct network devices are subordinate. It is also noted that in alternative embodiments, non-adjunct network devices can be used in the access layer and data center instead of adjunct network devices.
Network devices 120(l)-120(n), 122(l)-122(n), 124(l)-124(n), 126(l)-126(n), and 128(1)-
128(n) can include various routers, switches, gateways, and other network equipment. In many embodiments, only one network device may be needed at each layer in order for the network to function. However, multiple network devices can be included at each layer, as shown in FIG. 1, in order to provide redundancy.
It will be noted that the variable identifier "n" is used in several instances in the figures described herein to more simply designate the final element of a series of related or similar elements. The repeated use of such variable identifiers is not meant to necessarily imply a correlation between the sizes of such series of elements, although such correlation may exist. The use of such variable identifiers does not require that each series of elements have the same number of elements as another series delimited by the same variable identifier (e.g., the number of network devices in each network layer may vary). Rather, in each instance of use, the variable identified by "n" (or any other such identifier) may hold the same or a different value than other instances of the same variable identifier.
Multiple links can be implemented between devices in different network layers to provide additional redundancy. For example, as shown in FIG. 1, each network device 120(l)-120(n) in access layer 110 is coupled to distribution layer 112 by two (or more) different links. Similarly, each network device 122(l)-122(n) in distribution layer 112 is coupled to core layer 114 by two (or more) different links. In one embodiment, each link is an Ethernet link. Within each network layer, multiple redundant network devices are configured to collectively operate as a single virtual network device. For example, as shown in FIG. 1, two or more network devices in distribution layer 112 operate as a virtual network device 202. Similarly, two or more of network devices 124(l)-124(n) operate as a single virtual network device 204, and two or more of network devices 126(l)-126(n) operate as a single virtual network device 206. More details of how two distribution-layer network devices can collectively operate as a distribution-layer virtual network device 202 are shown in FIGs. 2A, 2B, and 3. Virtual network devices can be coupled to other virtual network devices, to network devices, and/or to clients and/or servers by virtual link bundles, as described below. In general, any multi-ported device (whether a physical device, such as a network device, client, or server, or a virtual network device) can be coupled to a virtual network device by a virtual link bundle that includes several links, some of which terminate on different sub-units within the virtual network device.
FIG. 2A shows an example of a network in which there are two network devices 120(1) and 120(2) in access layer 110. There are also two network devices 122(1) and 122(2) in distribution layer 112. These two network devices 122(1) and 122(2) operate as a single virtual network device 202 in this example. Each network device 120(1)-120(2) is coupled to distribution layer 112 by two links. In this example, each of those two links is coupled to a different one of network devices 122(1) and 122(2). This provides redundancy, allowing network devices 120(1) and 120(2) to continue to communicate with distribution layer 112 even if one of network devices 122(1) or 122(2) fails or if one of the links between a given access-layer network device and a given distribution-layer network device fails. The redundant links coupling each of network devices 120(1) and 120(2) to virtual network device 202 can be operated as a single logical link, referred to herein as a virtual link bundle. Network device 120(1) operates the two links coupling network device 120(1) to virtual network device 202 as a virtual link bundle 250(1). In such an embodiment, each interface in network device 120(1) that is coupled to one of the links is included in an interface bundle, which corresponds to virtual link bundle 250(1). Network device 120(2) similarly operates the two links coupling network device 120(2) to virtual network device 202 as virtual link bundle 250(2). In some embodiments, virtual link bundles 250(1) and 250(2) are each operated as an EtherChannel (TM) or as an aggregated link (as described in IEEE 802.3). In other embodiments, each link in each virtual link bundle is operated independently of each other link in that virtual link bundle (as opposed to being operated as part of a single logical link). As shown in FIG. 2A, each virtual link bundle 250(1) and 250(2) includes links that terminate at different network devices in distribution layer 112. For example, virtual link bundle 250(1) couples network device 120(1) to both network device 122(1) and network device 122(2). This differs from conventional implementations in which logical links are only allowed between a single pair of network devices.
In some embodiments, network devices 120(1) and 120(2) are aware (e.g., through various state information maintained within each network device) that each virtual link bundle 250(1) and
250(2) includes links that are terminated on different network devices in distribution layer 112. In such an embodiment, network devices 120(1) and 120(2) may select a link within a particular virtual link bundle on which to send a packet based on this awareness.
In other embodiments, network devices 122(1) and 122(2) operate to conceal the fact that such a single logical link actually includes links that are terminated at different network devices. For example, as shown in FIG. 2A, network devices 122(1) and 122(2) operate as a single virtual network device 202. FIG. 2B illustrates how, from the perspective of network device 120(1) in access layer 110, network device 120(1) is coupled to a single network device, virtual network device 202, in distribution layer 112 by a redundant pair of links. Network device 120(2) has a similar perspective of virtual network device 202.
In embodiments, such as the one shown in FIG. 2B, in which network devices 120(1) and 120(2) see themselves as being connected to a single network device, the use of a virtual link bundle is simplified. For example, if network device 120(1) is aware that virtual link bundle 250(1) terminates at two different network devices, network device 120(1) can select a link on which to send a particular packet based on Spanning Tree Protocol. The use of Spanning Tree Protocol may involve more overhead and/or be more restrictive with respect to which links are used to send a given packet (e.g., Spanning Tree Protocol might block all but one of the links, preventing utilization of all but one non- blocked link) than if network device 120(1) simply views virtual network device 202 as a single entity. When viewing virtual network device 202 as a single entity, for example, network device 120(1) can simply select a link on which to send a packet based on load-sharing constraints. Similarly, if a link within virtual link bundle 250(1) fails, there is no need for network device 120(1) to change how Spanning Tree Protocol is applied. Instead, network device 120(1) simply continues to use the non- failed links within virtual link bundle 250(1).
The individual network devices, such as network device 122(1) and 122(2), included in virtual network device 202 are each referred to herein as a "virtual network device sub-unit". In some embodiments, virtual network device sub-units 122(1) and 122(2) are each implemented in a separate chassis (i.e., each chassis houses a single virtual network device sub-unit). For example, in FIG. 2A, network devices 122(1) and 122(2) can each have its own chassis. Even if virtual network device sub- units 122(1) and 122(2) share a chassis, each virtual network device sub-unit can be made to operate as an independent network device, allowing one virtual network device sub-unit to continue operating if the other virtual network device sub-unit(s) in the virtual network device fail. For example, in one embodiment, virtual network device sub-unit 122(1) and virtual network device sub-unit 122(2) share the same chassis, but each virtual network device sub-unit has independent hardware, ports, uplink interfaces, and power supplies, and each virtual network device sub-unit can be removed from the chassis independently of the other. If virtual network device sub-unit 122(1) fails (e.g., due to a power supply failure or a software error), virtual network device sub-unit 122(2) can continue to run. In such an embodiment, virtual network device sub-unit 122(1) can be removed for repair or replacement without disrupting the operation of virtual network device sub-unit 122(2).
In some embodiments, the links in a virtual link bundle coupling a network device to an adjunct network device are specialized links, referred to herein as uplinks, that are used to couple an adjunct network device to a virtual network device. Each uplink can convey both a packet and additional information generated within one of the network devices. For example, if a packet is being conveyed on an uplink from an access-layer adjunct network device to a distribution-layer network device, additional information conveyed on the uplink with the packet includes information identifying which of the adjunct network device's ports received the packet. The additional information can also include information indicating whether any forwarding or routing has already been performed on the packet by the sending device. In some embodiments, use of uplinks allows a virtual network device to control adjunct network devices that are coupled to that virtual network device. The use of uplinks also facilitates the virtual network device being able to perform routing and/or forwarding for subordinate adjunct network devices. An interface within a network device or adjunct network device that is coupled to an uplink is referred to herein as an uplink interface.
FIG. 3 shows more detail within each network device included in a virtual network device. Here, virtual network device 202 includes two virtual network device sub-units 122(1) and 122(2). It is noted that in other embodiments, virtual network device 202 can include more than two component network devices. In this example, virtual network device 202 is located at the distribution layer of the network. However, similar virtual network devices can be implemented in other network layers (e.g., within the data center and/or core layer). Virtual network device 202 is coupled to several access-layer network devices 120(1)-120(3).
Network devices 120(2) and 120(3) are each coupled to virtual network device 202 by two uplinks, one to each virtual network device sub-unit 122(1) and 122(2). Network device 120(2) is coupled to virtual network device by virtual link bundle 250(2), and network device 120(3) is coupled to virtual network device 202 by virtual link bundle 250(3). As a result, network devices 120(2) and 120(3) can continue to communicate with the distribution layer even if one of these uplinks and/or one of virtual network device sub-units 122(1) and 122(2) fail. Network device 120(1) is coupled to virtual network device 202 by three uplinks: two uplinks to virtual network device sub-unit 122(1) and one uplink to virtual network device sub-unit 122(2). These three uplinks collectively form virtual link bundle 250(1). Network device 120(1) can continue to communicate with the distribution layer even if two of the three uplinks and/or one of virtual network device sub-units 122(1) and 122(2) fail. Network devices 120(1)- 120(3) each operate their multiple uplinks to virtual network device 202 as a single logical uplink. Additionally, in some embodiments, each network device 120(1)-120(3) operates as if that network device is coupled to a single distribution-layer device, virtual network device 202, instead of operating as if that network device were coupled to two independent distribution-layer network devices.
Distribution-layer virtual network device sub-unit 122(1) is also coupled to a server 104(3) by a single link. Unlike access-layer network devices 120(1)-120(3), server 104(3) does not view distribution-layer network devices units 122(1) and 122(2) as a single logical network device. In this example, server 104(3) will be unable to communicate via the distribution layer if either network device 122(1) or the link coupling server 104(3) to network device 122(1) fails. It is noted that in alternative embodiments, a server such as server 104(3) but having multiple ports could be coupled to each virtual network device sub-unit by a virtual link bundle, and that such a server could interact with virtual network device sub-units 122(1) and 122(2) as if those sub-units were a single virtual network device 202.
Virtual network device sub-unit 122(1) includes several cards, including control card 302(1) and line cards 304(1) and 304(3). Similarly, virtual network device sub-unit 122(2) includes control card 302(2) and line cards 304(2) and 304(4). Control card 302(1) includes control unit 310(1), forwarding engine 312(1), and interfaces 320(1) and 320(3). Control card 302(2) likewise includes control unit 310(2), forwarding engine 312(2), and interfaces 320(2) and 320(4).
In virtual network device sub-unit 122(1), line card 304(1) includes forwarding engine 314(1) and interfaces 320(5), 320(7), and 320(9). Interface 320(7) is coupled to network device 120(3). Interface 320(9) is also coupled to network device 120(1). Interface 320(5) is unused in this example. Line card 304(3) includes forwarding engine 314(3), interfaces 320(11) and 320(13), and port 320(15). Interfaces 320(11) and 320(13) are respectively coupled to network devices 120(2) and 120(1). Interface 320(15) is coupled to server 104(3). In embodiments in which network devices 120(1)- 120(3) are adjunct network devices controlled by virtual network device 202, interfaces 320(7), 320(9), 320(11), and 320(13) are operated as uplink interfaces, while interface 320(15), which is not coupled to an adjunct network device, is operated as a normal port.
In virtual network device sub-unit 122(2), line card 304(2) includes forwarding engine 314(2) and interfaces 320(6), 320(8), and 320(10). Interface 320(8) is coupled to adjunct network device
120(2), and interfaces 320(6) and 320(10) are unconnected. Line card 304(4) includes forwarding engine 314(4) and interfaces 320(12), 320(14), and 320(16). Interfaces 320(12) and 320(16) are respectively coupled to adjunct network devices 120(3) and 120(1). Interface 320(14) is unused. In embodiments in which network devices 120(1)-120(3) are adjunct network devices controlled by virtual network device 202, interfaces 320(8), 320(12), and 320(16) are operated as uplink interfaces.
Note that while the interfaces in FIG. 2 have been described as both ingress and egress interfaces, interfaces that act as ingress-only or egress-only interfaces can also be used. For example, the functionality of each of the interfaces shown in FIG. 2 can be implemented using one ingress-only interface and one egress-only interface. Similarly, virtual link bundles 250(l)-250(3) can each include several links that only convey packets from a respective network device 120(1)-120(3) to virtual network device 202 and several links that only convey packets from virtual network device 202 to a respective network device 120(1)-120(3).
In the illustrated embodiment, control card 302(1) in virtual network device sub-unit 122(1) is coupled to control card 302(2) in virtual network device sub-unit 122(2) via a virtual network device link 360. In this example, virtual network device link 360 includes two links (two links are used to provide increased fault-tolerance and/or bandwidth; however, one link can be used in other embodiments). These links are a type of uplink in this example, carrying information (e.g., such as headers similar to those sent between line cards) in addition to packets. The uplinks in virtual network device link 360 are used to exchange information, which controls the operation of virtual network device 202, as well as packets between virtual network device sub-units 122(1) and 122(2). By communicating via these uplinks, virtual network device sub-units 122(1) and 122(2) coordinate their behavior such that virtual network device sub-units 122(1) and 122(2) appear to be a single virtual network device to network devices 120(1)-120(3).
Thus, providing interconnections between virtual network device sub-units 122(1) and 122(2) allows virtual network device sub-units 122(1) and 122(2) to operate as a single virtual network device 202. Network devices 120(1)-120(3) communicate with virtual network device 202 in the same way that network devices 120(1)- 120(3) would communicate with a single physical device. For example, if network device 120(2) is handling a packet addressed to server 104(3), network device 120(2) selects one of the two uplinks in network device bundle 250(2) on which to send the packet. This selection is based on load-sharing criteria. In such a situation, since virtual network device 202 appears to be a single network device, network device 120(2) is just as likely to select the uplink to virtual network device sub-unit 122(2) as the uplink to virtual network device sub-unit 122(1), despite the fact that only virtual network device sub-unit 122(1) has a direct connection to server 104(3). If the packet is sent to virtual network device sub-unit 122(2), network device 122(2) then uses one of the uplinks included in virtual network device link 360 between virtual network device sub-units 122(1) and 122(2) to send the packet to virtual network device sub-unit 122(1), and virtual network device sub-unit 122(1) in turn provides the packet to its destination, server 104(3). In other embodiments, network devices 120(1)-120(3) may be aware that their virtual link bundles 250(1) and 250(2) actually terminate on two different network devices. Network devices 120(1)- 120(3) control packet transmission based on this information. For example, in this situation, network device 120(2) may handle a packet addressed to server 104(3) by selecting the uplink coupled to virtual network device sub-unit 122(1) instead of the uplink coupled to virtual network device sub- unit 122(2), based on the fact that network device 120(2) recognizes separate connections to two different network devices within the logical link.
Interfaces 320(13), 320(9), and 320(16), which are each coupled to network device 120(1) by virtual link bundle 250(1), form an interface bundle. As shown by virtual link bundle 250(1), a virtual link bundle can include more than two links. Additionally, a virtual link bundle can include links that terminate on different line cards within the same virtual network device sub-unit. Similarly, interfaces 320(11) and 320(8) form another interface bundle that is coupled to network device 120(2) by virtual link bundle 250(2). Interfaces 320(7) and 320(12) form a third interface bundle that is coupled to network device 120(3) by virtual link bundle 250(3). Within virtual network device 202, each interface in the same interface bundle is assigned the same logical identifier. For example, interfaces 320(13), 320(9), and 320(16) are each assigned the same logical identifier. In some embodiments, packets received via one of these interfaces are tagged or otherwise associated with the logical identifier to indicate that those packets were received via the virtual link bundle coupling virtual network device 202 to network device 120(1). It is noted that similar interface bundles are implemented within each network device 120(1)420(3), and that interfaces included in such bundles can also be assigned the same logical identifier by each network device (or by virtual network device 202, in embodiments in which virtual network device 202 controls the configuration of the network devices 120(1)-120(3)). For example, network device 120(1) assigns the same logical identifier to each of the interfaces coupled to virtual link bundle 250(1). The association between a packet and a particular logical identifier is used by forwarding engines within virtual network device 202 to route and forward packets to and from network devices 120(1)-120(3). For example, when a packet from a sending device (e.g., a client coupled to network device 120(1)) is received via uplink interface 320(13), virtual network device sub-unit 122(1) can learn that the sending device's MAC (Media Access Control) address is "behind" uplink interface 320(13) by associating the MAC address with the logical identifier of uplink interface 320(13). Virtual network device sub-unit 122(1) informs each forwarding engine in virtual network device sub-unit 122(1) as well as each forwarding engine in virtual network device sub-unit 122(2) of this association. Based on the association, packets addressed to that MAC address will be sent from an uplink interface having the associated logical identifier. Since in this case, uplink interfaces 320(9) (in virtual network device sub-unit 122(1)) and 320(16) (in virtual network device sub-unit 122(2)) also have the same logical identifier as uplink interface 320(13), a packet addressed to that MAC address can be forwarded via any of uplink interfaces 320(9), 320(13), and 320(16).
The same logical identifiers are used to identify uplink interface bundles by each of virtual network device sub-units 122(1) and 122(2), and the virtual network device sub-units coordinate to assign the same logical identifier to each uplink interface within the same uplink interface bundle. When forwarding packets via an uplink interface bundle identified by a particular logical identifier, each virtual network device sub-unit 122(1) and 122(2) generates a hash value to select one of the uplink interfaces within that uplink interface bundle on which to send the packet. Each of the virtual network device sub-units uses these hash values to identify local uplink interfaces within that virtual network. Thus, each virtual network device sub-unit will only select an uplink interface that is local to that virtual network device sub-unit. For example, if virtual network device sub-unit 122(1) is forwarding a packet via the uplink interface bundle that includes interfaces 320(9), 320(13), and 320(16), the hash value generated by virtual network device sub-unit will identify one of its interfaces 320(9) or 320(13).
In the above example, by associating each hash value with local uplink interfaces in the uplink interface bundle, the usage of virtual switch link 360 is reduced. Essentially, virtual network device sub-unit 122(1) favors its local uplink interfaces within a particular uplink interface bundle over remote uplink interfaces, in the same uplink interface bundle, on virtual network device sub-unit 122(2).
Likewise, virtual network device sub-unit 122(2) favors its local uplink interfaces within a particular uplink interface bundle over uplink interfaces included in virtual network device sub-unit 122(1). For example, if virtual network device sub-unit 122(2) needs to forward a packet via an uplink interface, virtual network device sub-unit 122(2) will send that packet via uplink interface 320(12) instead of forwarding that packet across virtual network device link 360 to be sent via uplink interface 320(7). By favoring local interfaces, the amount of traffic sent over virtual network device link 360 is reduced, since each virtual network device sub-unit 122(1) and 122(2) will forward locally-received packets (i.e., packets received via interfaces otlier than those coupled to virtual network device link 360) from a local interface. FIGs. 6A-6D, described below, show a more detailed example of how traffic across virtual network device link 360 can be reduced by favoring local interfaces within the first virtual network device sub-unit to handle a particular packet.
For a given virtual link bundle, that virtual link bundle can be managed (e.g., with respect to control protocols such as L2 protocols) in a central location. For example, in one embodiment, all of the control protocol processing for virtual link bundle 250(1) takes place in control unit 310(1) of virtual network device sub-unit 122(1). The results of this control protocol processing are then communicated to control unit 310(2) of virtual network device sub-unit 122(2) and/or to a controller in network device 120(1). Control unit 310(2) then uses (but does not modify) this information when controlling how packets sent from and received via uplink interface 320(16) (which is in the uplink interface bundle coupled to virtual link bundle 250(1)) are handled. For example, control unit 310(2) uses this information to set up or modify lookup tables on line cards 304(2) and or 304(4). In this way, the actual control protocol processing is centralized in control unit 310(1), as opposed to being distributed among several control units in virtual network device 202.
The central point of control protocol processing can vary among virtual link bundles. For example, while control protocol processing for virtual link bundle 250(1) is managed by control unit 310(1), control protocol processing for virtual link bundle 250(2) can be managed by control unit 310(2). In other words, control unit 310(2) can perform all of the control processing for virtual link bundle 250(2), and the information generated by control unit 310(2) is then communicated to control unit 310(1) for use (but not modification) within virtual network device sub-unit 122(1). In embodiments that implement a central point of management within virtual network device
202 for each virtual link bundle's control protocol processing, L2 protocols are run across the virtual link bundle and or interface bundles are used as routed L3 interfaces (it is noted that protocols other than L2 and L3 protocols are used in other embodiments). These abilities would not be available if the virtual network device sub-units within virtual network device 202 each performed control protocol processing for their local interface bundles independently of each other. Additionally, in embodiments implementing a central point of control protocol processing, a user can modify the virtual link bundle's control protocol behavior by accessing a single virtual network device sub-unit. In the above example, when updating control protocol behavior of virtual link bundle 250(1), a user can simply access virtual network device sub-unit 122(1) (instead of accessing both virtual network device sub-units 122(1) and 122(2)). Virtual network device sub-unit 122(1) then automatically propagates to network device 122(2) any changes made by the user to the control protocols. Furthermore, since the use of virtual link bundles allows several uplinks to be managed as a single logical uplink, fewer uplink interfaces need to be configured than would be required if virtual link bundles were not used. For example, if each virtual link bundle includes two uplinks, the number of uplink interfaces within virtual network device 202 that need to be configured by a user is halved.
Virtual network device sub-units 122(1) and 122(2) implement certain behaviors in order to act as a virtual network device 202 that, from the perspective of network devices 120(1)-120(3), appears to be a single logical network device. For example, whenever virtual network device sub-unit 122(2) receives a packet from a local network device, client, or server and that packet's destination logical identifier identifies an uplink interface bundle, virtual network device sub-unit 122(2) sends the packet from a local uplink interface within the identified uplink interface bundle. Virtual network device sub-unit 122(2) can also provide the packet to virtual network device sub-unit 122(1), but virtual network device sub-unit 122(1) should not output this packet on a virtual link bundle. This way, the destination device only receives one copy of the packet from virtual network device 202 (as opposed to receiving one copy from each virtual network device sub-unit 122(1) and 122(2)) and the appearance of virtual network device 202 being a single entity is maintained. To operate in this way, each egress uplink interface coupled to a link in a virtual link bundle is configured to filter out traffic received via virtual network device link 360. For example, virtual network device sub-unit 122(1) receives a packet via virtual network device link 360. The interface 320(1) or 320(3) that receives the packet updates information (e.g., in a header) associated with the packet to indicate that the packet was received via virtual network device link 360 (in alternative embodiments, the sending interface in virtual network device sub-unit 122(2) updates this infoπnation). When virtual network device sub-unit 122(1) looks up the destination address of the packet in a lookup table, the lookup table returns the logical identifier that identifies local uplink interfaces 320(9) and 320(13). The packet is then forwarded to uplink interface 320(13) (e.g., selected based on load-sharing considerations). When uplink interface 320(13) receives the packet, uplink interface 320(13) will only output the packet if the packet was not received via virtual switch link 360, since if the packet was received via the virtual switch link, the other virtual network device sub-unit 122(2) will have already sent the packet via the virtual link bundle. Thus, uplink interface 320(13) filters the packet from the packet flow being sent via uplink interface 320(13) based on the information appended to the packet that indicates whether the packet was received via virtual network device link 360.
In some embodiments, MAC notification frames are used to keep the content of the L2 tables in virtual network device sub-unit 122(1) synchronized with the content of the L2 tables in virtual network device sub-unit 122(2) and vice versa. Whenever a MAC notification that involves a port behind a virtual link bundle or an uplink interface included in an uplink interface bundle is generated within a virtual network device sub-unit (e.g., such a notification is generated by one line card in order to update an L2 table on another line card), a copy of the MAC notification is sent via virtual network device link 360. Similarly, if a virtual network device sub-unit determines that a packet should be flooded, the virtual network device sub-unit will send a copy of that packet via virtual network device link 360, ensuring that the virtual network device sub-unit will receive a copy of any MAC notification response generated by a forwarding engine in the peer virtual network device sub-unit.
By way of example, assume that virtual network device sub-unit 122(1) floods a packet because the forwarding engine(s) included in virtual network device sub-unit 122(1) do not know which port or uplink interface is associated with the packet's destination address. As part of flooding the packet, virtual network device sub-unit 122(1) sends a copy of the packet to virtual network device sub-unit 122(2) via virtual switch link 360. If a forwarding engine within virtual network device sub- unit 122(2) already knows that the destination address is behind a particular uplink interface or port (e.g., if a forwarding table already includes an entry associating the destination address with a port of one of network devices 120), that forwarding engine generates a MAC notification identifying this association, which is distributed to any other forwarding engines within virtual network device sub-unit 122(2). Since the packet was originally received via virtual network device link 360, virtual network device sub-unit 122(2) also sends a copy of the MAC notification back via virtual network device link 360. This MAC notification is then distributed among the forwarding engines included in virtual network device sub-unit 122(1). After being updated based on the MAC notification, the forwarding engines in virtual network device sub-unit 122(1) now know the location of the device identified by the destination address. Accordingly, subsequently-received packets addressed to that device will not be flooded.
When all of the physical links in a virtual link bundle that connect to a single virtual network device sub-unit fail, the virtual link bundle transitions to a normal link bundle that is coupled to a single virtual network device sub-unit. At this point, the behavior of each virtual network device sub-unit with respect to that network device bundle is modified. For example, assume that all of the uplinks in virtual link bundle 250(1) that are coupled to virtual network device sub-unit 122(2) fail. At this point, virtual network device sub-unit 122(2) no longer has any local uplink interfaces that can send packets via virtual link bundle 250(1). Accordingly, virtual network device sub-unit 122(2) will redirect all traffic that needs to be sent via virtual link bundle 250(1) across virtual network device link 360. Additionally, since network device 122(2) can no longer send packets via virtual link bundle 250(1), virtual network device sub-unit 122(1) will cease to filter traffic received via virtual network device link 360 from being sent via virtual link bundle 250(1). If at least one of the uplinks in virtual link bundle 250(1) that is coupled to virtual network device sub-unit 122(2) is restored, virtual link bundle 250(1) will transition back to its normal mode of operation, in which virtual network device sub-unit 122(2) will send locally-received packets via virtual link bundle 250(1) and virtual network device sub- unit 122(1) will filter packets received via virtual network device link 360 from being sent virtual link bundle 250(1).
Distributed Forwarding within a Virtual Network Device
FIGs. 4A-4F illustrate how two virtual network device sub-units 122(1) and 122(2), which collectively operate as a single virtual network device, perform distributed forwarding for a packet having a multicast destination address. In this example, at most one copy of a packet having a multicast destination address is transferred between the virtual network device subrunits via virtual network device link (VNDL) 360.
In FIGs. 4A-4F, a virtual network device includes two virtual network device sub-units 122(1) and 122(2). Virtual network device sub-unit 122(1) includes two forwarding engines (FEs), FE 410(1) and FE 410(2). Virtual network device sub-unit 122(1) has one interface 420(1) to a device in Virtual Local Area Network (VLAN) Blue (in this example, different VLANs are referred to using different colors). Virtual network device sub-unit 122(1) also includes an interface coupled to virtual link bundle (VLB) 450(1) and another interface coupled to virtual link bundle 450(2). VLB 450(1) is coupled to a device in VLAN Blue, and VLB 450(2) is coupled to a device in VLAN Green. Virtual network device sub-unit 122(1) also includes an interface that is coupled to virtual network device link 360. It is noted that in other embodiments, a virtual network device includes more than two virtual network device sub-units.
Virtual network device sub-unit 122(2) includes two forwarding engines, FE 410(3) and FE 410(4). Virtual network device sub-unit 122(2) has one interface 420(2) to a device in Virtual Local Area Network (VLAN) Red. Virtual network device sub-unit 122(2) also includes an interface coupled to virtual link bundle (VLB) 450(1) and another interface coupled to virtual link bundle 450(2). Virtual network device sub-unit 122(2) also includes an interface that is coupled to virtual network device link 360.
In some embodiments, each virtual network device sub-unit 122(1) and 122(2) includes two or more forwarding engines. The number of forwarding engines in a virtual network device sub-unit can be proportional to the number of line cards included in that virtual network device sub-unit. For example, in one embodiment, each line card has its own forwarding engine. Each forwarding engine 410(1)-410(4) is an example of a distributed forwarding module that is configured to perform distributed forwarding for a packet having a multicast destination address. Within a virtual network device in which each line card has its own forwarding engine, a packet is handled by up to two forwarding engines per virtual network device sub-unit. Within each virtual network device sub-unit, a given copy of a packet is forwarded by up to two forwarding engines. One of these forwarding engines is the forwarding engine on the ingress line card, which is the line card that includes the interface via which the packet is received into the virtual network device sub-unit. The other forwarding engine is on the egress line card, which is the line card that includes the interface via which a particular copy of the packet is output from the virtual network device sub-unit. If the ingress line card is also the egress line card for a given copy of the packet, that copy of the packet is only handled by one forwarding engine. It is noted that for a given packet, several copies of that packet can be output. For example, if a packet is flooded, the forwarding engine on the ingress line card causes a copy of that packet to be provided to each other line card.
In some embodiments, two different kinds of lookups are performed by each forwarding engine 410(1)-410(4). The first type of lookup is referred to herein as an ingress lookup. When an ingress lookup is performed for a packet, a "primary" entry can be allocated in a lookup table. The primary entry corresponds to the source address of the packet. If a lookup table on a particular line card includes a primary entry for a given address, the primary entry identifies an output interface on that particular line card via which a packet addressed to the given address should be output. Ingress lookups are typically performed for a packet by the first forwarding engine within the virtual network device to handle that packet. When an egress lookup is performed, primary entries cannot be allocated. Egress lookups are typically performed by forwarding engines other than the first forwarding engine to handle a given packet. In FIG. 4A, a device coupled to port 420(1) sends a packet to the virtual network device. The packet has a multicast destination address. This packet is received by virtual network device sub-unit 122(1) via port 420(1). The packet is being conveyed in VLAN "Blue" (in this example, VLANs are identified using colors). In other words, VLAN Blue is the incoming VLAN for the packet. As shown in FIG. 4B, FE 410(1) performs lookups for packets received via port 420(1) (e.g.,
FE 410(1) can be included on the same line card as port 420(1), or port 420(1) can be included on a line card that does not include its own forwarding engine). In response to the packet being received via port 420(1), FE 410(1) performs an ingress lookup for the packet. In this example, for a packet with a multicast destination address, the ingress lookup includes both an L2 lookup and an L3 lookup (it is noted that other types of lookups can be used in other embodiments). The ingress lookup identifies outgoing interfaces associated with devices in the multicast group to which the packet is addressed.
The L2 lookup (which only identifies returns an index that identifies all interfaces within VLAN Blue. The identified interfaces are thus the local interface within the interface bundle coupled to virtual link bundle (VLB) 450(1) and port 420(1). Since the packet was received via port 420(1), the packet is not output via that port. FE 410(1) sends a copy of the packet (labeled "B") in VLAN Blue to FE 410(2), which performs forwarding for the local interface coupled to VLB 450(1) (e.g., FE 410(2) can be included on the same line card as the port coupled to VLB 450(1)). Information (e.g., in a header appended to the packet) associated with the copy of the packet sent to FE 410(2) indicates that an ingress lookup has already been performed. The L3 lookup (which identifies outgoing interfaces in VLANs other than the incoming
VLAN) identifies an outgoing interface, which is coupled to VLB 450(2), in VLAN Green. Since there is an outgoing interface in VLANs Red, FE 410(1) replicates the packet. By replicating the packet, FE 410(1) creates at least one copy of the packet for each outgoing VLAN. In this example, the packet is replicated in VLAN Green. FE 410(1) sends the replicated copy of the packet to FE 410(2) (e.g., because FE 410(2) is included on the same line card as the interface coupled to VLB 450(2)).
As shown in FIG. 4C, the replicated copy of the packet (labeled "G") in VLAN Green is received by FE 410(2). In response to receiving the copy of the packet in VLAN Blue, FE 410(2) performs an egress lookup for this copy of the packet. The egress lookup identifies outgoing interfaces within the incoming VLAN, VLAN Blue. In this example, the egress lookup identifies the interface coupled to VLB 450(1). Accordingly, FE 410(2) causes a copy of the packet to be output via VLB 450(1) in VLAN Blue. During the egress lookup, FE 410(2) also allocates a non-primary entry to the packet's source address, if no lookup table entry has already been allocated to that address. The non- primary entry indicates that packets having that address as a destination address should be forwarded to the line card that includes FE 410(1). FE 410(1) also identifies that VLAN Blue was the incoming VLAN for the multicast packet. Accordingly, FE 410(1) sends a copy of the packet to virtual network device sub-unit 122(2) via virtual network device link (VNDL) 360. FE 410(1) also associates information with this copy of the packet (e.g., by appending a header to the packet) and sends the associated information to virtual network device sub-unit 122(2) via VNDL 360. The associated information identifies the incoming VLAN (VLAN Blue) in which the packet was originally received.
As shown in FIG. 4D, FE 410(2) also performs an egress lookup for the copy of the packet being conveyed in VLAN Green. The egress lookup identifies the local interface coupled to VLB 450(2) as the outgoing interface for this copy of the packet, and FE 410(2) causes the copy of the packet to be output via VLB 450(2).
Additionally, FE 410(3) in virtual network device sub-unit 122(2) performs an ingress lookup for the copy of the packet received via VNDL 360. Information associated with the packet identifies the incoming VLAN as VLAN Blue. The L2 lookup identifies the interface coupled to VLB 450(1). The L3 lookup identifies port 420(3) and the interface coupled to VLB 450(2) in VLAN Green and port 420(2) in VLAN Red. Accordingly, FE 410(3) causes the packet to be replicated in VLANs Green and Red.
In FIG. 4E, the copy of the packet in VLAN Blue is not sent via VLB 450(1) by virtual network device sub-unit 122(2). For example, the interface coupled to VLB 450(1) filters the packet from the packet flow being output via VLB 450(1) in response to detecting that the packet has already been handled by virtual network device sub-unit 122(1). Similarly, the copy of the packet in VLAN Green is not sent via VLB 450(2). Accordingly, only one copy of the packet is output via each virtual link bundle.
FE 410(3) causes the copy of the packet in VLAN Green to be output via port 420(3). Since this port is not part of an interface bundle that spans both virtual network device sub-units 122(1) and 122(2), the packet is not filtered from the packet flow being output via port 420(3). FE 410(3) also causes the copy of the packet (labeled "R") in VLAN Red to be sent to FE 410(4) (e.g., because FE
410(4) and Port 420(2) are included on the same line card).
FIG. 4F shows how FE 410(4) performs an egress lookup for the copy of the packet being sent in VLAN Red. The egress lookup identifies port 420(2), and FE 410(4) causes the copy of the packet to be output via port 420(2). Since port 420(2) is not part of an interface bundle shared with virtual network device sub-unit 122(1), the packet is not filtered from the output flow being sent via port
420(2).
It is noted that in the above example, one forwarding engine in each virtual network device sub-unit performs an ingress lookup for the multicast packet. During the ingress lookup, the packet is replicated, if needed, in each outgoing VLAN. The forwarding engine that performs the ingress lookup forwards a copy of the packet to each line card that includes an interface in the incoming and or outgoing VLANs. In the example of FIGs. 4A-4F, if a line card included interfaces in multiple VLANs (e.g., such as the line card that includes FE 410(2) and the interfaces coupled to VLB 450(1) and 450(2) respectively), that line card received one copy of the packet in each VLAN.
In alternative embodiments, at most one copy of the packet is sent to each line card, regardless of whether that line card includes outgoing interfaces in more than one of the incoming and/or outgoing VLANs. In such embodiments, a forwarding engine in each line card performs an ingress lookup for the packet in order to replicate the packet in other VLANs, if needed. For example, if this type of forwarding were used in the embodiment of FIG. 4A, only one copy of the multicast packet would be sent to FE 410(2). FE 410(2) would then perform an ingress lookup for the packet. As part of the ingress lookup, FE 410(2) would replicate the packet in VLAN Green.
FIG. 5A is a flowchart of a method used by a virtual network device sub-unit to forward at most one copy of a multicast packet to another virtual network device sub-unit included in the same virtual network device. At 501, a multicast packet is received by a virtual network device sub-unit. The packet is received via an interface that is not coupled to a virtual network device link (i.e., the packet is received from a device other than another virtual network device sub-unit in the same virtual network device). The packet is being conveyed in a particular VLAN.
The virtual network device sub-unit performs an ingress lookup for the multicast packet. As part of this lookup, the virtual network device sub-unit determines whether the packet needs to replicated for other outgoing VLANs, as shown at 503. If the packet needs to be replicated because there are outgoing interfaces in VLANs other than the incoming VLAN, at least one copy of the packet is made for each outgoing VLAN, as shown at 507.
Regardless of whether the packet is replicated at 507, only one copy of the packet is sent to another virtual network device sub-unit via the virtual network device link, as shown at 509.
Infoπnation associated with this packet (e.g., included in a header appended to the packet or included in an Ethernet tag within the packet), which is also sent via the virtual network device link, identifies the original incoming VLAN in which the packet was received.
At 507, the virtual network device sub-unit (which received the packet at 501) outputs one or more copies of the packet. These copies of the packet are output from appropriate ports and/or uplink interfaces, including those that are coupled to virtual link bundles, in the outgoing and incoming VLANs for the packet's multicast group.
FIG. 5B is a flowchart of a method used by a virtual network device sub-unit vice to forward a multicast packet received from another virtual network device sub-unit included in the same virtual network device. At 551, the virtual network device sub-unit receives a multicast packet via an interface coupled to a virtual network device link. In other words, the virtual network device sub-unit receives the multicast packet from another virtual network device sub-unit. Information identifying the incoming VLAN is also received. At 553, the virtual network device sub-unit (which received the multicast packet at 551) replicates the packet, if needed. For example, the virtual network device sub-unit replicates the packet in one or more outgoing VLANs if the virtual network device sub-unit includes interfaces in those VLANs. In one embodiment, replication is performed as part of an ingress lookup for the multicast packet. At 555, copies of the packet are output from interfaces in the incoming and outgoing VLANs.
However, no copies of the packet are output from interfaces that are coupled to interface bundles.
FIGs. 6A-6K illustrate how two virtual network device sub-units, which collectively operate as a single virtual network device, perform distributed forwarding for a packet having a unicast destination address. It is noted that in other embodiments, a virtual network device can include more than two virtual network device sub-units. In FIGs. 6A-6K, two virtual network device sub-units 122(1) and 122(2) are coupled by virtual network device link (VNDL) 360. Virtual network device sub-unit 122(1) includes port 620(1), forwarding engines (FEs) 610(1) and 610(2), an interface coupled to virtual link bundle (VLB) 650(1), and an interface coupled to VNDL 360. Virtual network device sub-unit 122(2) includes port 620(2), forwarding engines (FEs) 610(3) and 610(4), an interface coupled to virtual link bundle (VLB) 650(1), and an interface coupled to VNDL 360. Each forwarding engine 610(1)-610(4) is an example of a distributed forwarding module that is configured to perform distributed forwarding for a packet having a unicast destination address.
In FIG. 6A, virtual network device sub-unit 122(1) receives a packet via port 610(1). The packet is a unicast packet (i.e., the packet has a unicast destination address). As shown in FIG. 6B, FE 610(1) performs an ingress lookup for the unicast packet. The packet's destination address misses in the lookup table, and thus forwarding engine 610(1) floods the packet in the packet's incoming VLAN. If the lookup table does not already include an entry for the packet's source address, FE 610(1) allocates a primary entry to the packet's source address. The allocated primary entry indicates that the source address is associated with port 620(1). If FE 610(1) later forwards a packet having that address as its destination address, FE 610(1) will cause the packet to be output via port 620(1) in response to information stored in the primary entry.
In FIG. 6C, FE 610(1) causes the packet to be forwarded to FE 610(2) (e.g., by forwarding the packet to the line card that includes FE 610(2)). FE 610(1) also sends information (e.g., included in a header appended to the packet) that indicates that an ingress lookup has already been performed for that packet and that the result of the ingress lookup was to flood the packet. For example, in some embodiments, FE 610(1) appends or otherwise associates a destination index, which in this situation is a flood index (e.g., a destination index that indicates that the packet is being flooded), with the packet.
FE 610(2) performs an egress lookup for the packet in FIG. 6D. The egress lookup hits a non- primary entry for the packet's destination address. The non-primary entry identifies the outgoing interface (within the virtual network device) via which the packet should be output in order to reach its destination. In this example, the non-primary entry identifies that the packet should be output via VNDL 360 in order to reach its outgoing interface, port 620(2), which is included in virtual network device sub-unit 122(2). The fact that the entry is not a primary entry indicates that the outgoing interface (620(2) in this example) is not included on the same line card as (or a line card for which forwarding is performed by) FE 610(2). During the egress lookup, FE 610(2) also allocates a non- primary entry to the packet's source address (if an entry corresponding to that source address has not already been allocated). This non-primary entry indicates that packets having that address as a destination address should be forwarded to the line card that includes FE 610(1). Since FE 610(2) found a matching entry for the packet's destination address, FE 610(2) does not continue to flood the packet. Accordingly, the packet is not sent via the local interface coupled to VLB 650(1). Since the matching entry was not a primary entry, however, FE 610(2) does not update the information associated with the packet. Instead, the information associated with the packet maintains the value generated by FE 610(1), which indicates that the lookup for the packet's destination address missed and that the packet is being flooded. FE 610(2) forwards the packet and the associated information to virtual network device sub-unit 122(2) via VNDL 360, as shown in FIG. 6E.
In FIG. 6F, FE 610(3) performs an egress lookup for the packet in response to receiving the packet via VNDL 360. Thus, despite being the first forwarding engine within virtual network device sub-unit 122(2) to perform a lookup for the packet, FE 610(3) performs an egress lookup (as opposed to an ingress lookup). This differs from the multicast forwarding scenario shown in FIGs. 4A-4F, where an ingress lookup is performed for a packet, received via the virtual network device link, with a multicast virtual address.
The egress lookup performed by FE 610(3) hits a non-primary entry for the packet's destination address. This non-primary entry can, for example, identify the line card that includes port 620(2). Since the matching entry is a non-primary entry, FE 610(3) does not modify the infoπnation associated with the packet. Instead, FE 610(3) causes the packet and the associated information (which still has the value generated by FE 610(1) in virtual network device sub-unit 122(1)) to be forwarded to FE 610(4), as shown in FIG. 6G.
During the egress lookup, FE 610(3) also allocates a non-primary entry to the packet's source address, if an entry coπesponding to the source address has not already been allocated. In this example, the non-primary entry indicates that packets addressed to that address should be forwarded to virtual network device sub-unit 122(1) via VNDL 360. However, if the packet had been received by virtual network device sub-unit 122(1) via an interface bundle shared with virtual network device sub- unit 122(2), the non-primary entry allocated to the packet's source address could identify an interface in virtual network device sub-unit 122(2). For example, if the packet was received via VLB 650(1) and then forwarded to virtual network device sub-unit 122(2) via VNDL 360, FE 410(3) could allocate a non-primary entry to the packet's source address that identified the local interface coupled to VLB 650(1). In FIG. 6H, FE 610(4) performs an egress lookup for the packet. The egress lookup hits a primary entry in the lookup table. The primary entry identifies port 620(2). For example, a destination index included in the primary entry identifies port 620(2).
FE 610(4) compares the information associated with the packet with the information in the primary entry. For example, FE 610(4) compares a destination index associated with the packet with the destination index included in the primary entry found during the egress lookup. Since the destination index associated with the packet by FE 610(1) is the flood index, and the destination index in the primary entry identifies port 620(2), the two destination indices will not match.
As shown in FIG. 61, FE 610(4) causes the packet to be output via port 620(2). Additionally, since the information associated with the packet did not match the information found in the primary entry, FE 610(4) causes an error notification to be sent back towards the forwarding engine that performed the ingress lookup for the packet. In this example, the eπor notification is a MAC (Media Access Control) notification (labeled "MN"). The MAC notification indicates the packet's destination MAC address. FE 610(4) causes the MAC notification to be sent to FE 610(3).
As shown in FIG. 6J, FE 610(3) forwards the MAC notification back to virtual network device sub-unit 122(1) via VNDL 360. Similarly, FE 610(2) forwards the MAC notification to FE 610(1), as shown in FIG> 6K. In response to receiving the MAC notification, FE 610(1) "learns" the MAC address included in the packet by allocating a non-primary entry to the MAC address included in the packet. The non-primary entry includes a destination index or other information that identifies how FE 610(1) should forward a packet with that destination address. In this example, FE 610(1) includes a destination index identifying the line card that includes FE 610(2) in the non-primary entry allocated in response to the MAC notification, since FE 610(1) received the MAC notification from that line card. As a result of learning the MAC address, FE 610(1) will not flood subsequently received packets to that destination MAC address.
FIG. 7 is a flowchart illustrating the manner in which a virtual network device sub-unit forwards a unicast packet received from another virtual network device sub-unit in the same virtual network device. At 701, the virtual network device sub-unit receives a unicast packet via a virtual network device link (i.e., the unicast packet is received from another virtual network device sub-unit). Information associated with the packet, such as a destination index, is also received via the virtual network device link. This associated information was generated by a forwarding engine (within the same virtual network device) that performed an ingress lookup for the packet.
At 703, an egress lookup is performed for the packet. An ingress lookup is not performed for the packet since a forwarding engine in the other virtual network device sub-unit will have already performed an ingress lookup for the packet. Performing the egress lookup can involve inputting all or part of the packet's destination address to a lookup table.
If a non-primary entry is found during the egress lookup, as determined at 705, the information associated with the packet is not modified. The packet and the associated information are forwarded according to the information found in the lookup, as shown at 707. For example, if the egress lookup does not find a matching entry, the packet and the associated information are flooded. If a primary entry is found, as determined at 705, the information associated with the packet is compared to the information in the primary entry. For example, as shown at 709, a destination index included in the primary entry is compared to a destination index in the information that is associated with the packet. If the destination index in the primary entry does not match the destination index associated with the packet, the destination index associated with the packet is replaced with the destination index found in the primary entry, as shown at 711. Additionally, an error notification, such as a MAC notification, is sent back to the forwarding engine that performed the ingress lookup. After the destination index associated with the packet is replace, if needed, the packet is then forwarded according to the associated destination index, as shown at 713.
FIG. 8 is a flowchart illustrating the manner in which a virtual network device sub-unit forwards packets received from another virtual network device sub-unit in the same virtual network device. At 801, a packet is received via a virtual network device link. If the packet includes a unicast destination address, an egress lookup is performed for the packet's destination address, as shown at 803-805. If the packet includes a multicast destination address, an ingress lookup is performed for the packet's destination address, as shown at 803 and 805. It is noted that in some embodiments, the functionality needed to perform distributed forwarding (e.g., by implementing a distributed forwarding module that performs one or more of the methods illustrated in FIGs. 5A, 5B, 7, and 8) is implemented in software executing on a virtual network device sub-unit. For example, each virtual network device sub-unit can include a computer readable media upon which program instructions andor data useable to perform distributed forwarding are stored. Such program instructions are executable to detect the reception of packets, which are received by the adjunct network device via an interface. Exemplary types of computer readable media include CDs (Compact Discs), DVDs (Digital Versatile Discs), hard disks, optical disks, tape devices, floppy disks, and memory (e.g., various types of RAM (Random Access Memory), ROM (Read Only Memory), flash memory, MEMS (Micro Electro-Mechanical Systems) memory, and the like). Such a network device can include one or more processors (e.g., microprocessors, PLDs (Programmable Logic Devices), or ASICs (Application Specific Integrated Circuits)) configured to execute program instructions stored in the computer readable media. The program instructions and/or data can also be teansfeπed to a virtual network device sub-unit via a network such as the Internet or upon a caπier medium. In some embodiments, a computer readable medium is a carrier medium such as a network and/or a wireless link upon which signals such as electrical, electromagnetic, or digital signals, on which the data and instructions are encoded, are conveyed.
Although the present invention has been described with respect to specific embodiments thereof, various changes and modifications may be suggested to one skilled in the art. It is intended such changes and modifications fall within the scope of the appended claims.
INDUSTRIAL APPLICABILITY
Embodiments of the present invention can be used in the field of networking.

Claims

WHAT IS CLAIMED IS: 1. A method, comprising: receiving a packet via a virtual network device link, the packet comprising a unicast destination address; and performing an egress lookup for the packet in response to the receiving the packet.
2. The method of claim 1, wherein a header associated with the packet is also received via the virtual network device link; and the header comprises a destination identifier.
3. The method of claim 2, further comprising: sending the packet and the header to another line card if a non-primary entry corresponding to the unicast destination address is found during the egress lookup.
4. The method of claim 2, further comprising: if a primary entry corresponding to the unicast destination address is found during the egress lookup: sending the packet from an interface identified by the primary entry.
5. The method of claim 4, further comprising: sending a notification via the virtual network device link if the destination identifier comprised in the header does not match a destination identifier comprised in the primary entry, wherein the notification identifies the unicast destination address as coπesponding to the destination identifier comprised in the primary entry.
6. The method of claim 5, wherein the packet is only sent from the interface if the interface is not comprised in an uplink interface bundle.
7. The method of claim 1, further comprising: receiving a second packet, the second packet comprising a multicast destination address; and sending at most one copy of the second packet to a virtual network device sub-unit via a virtual network device link, the virtual network device sub-unit comprised in a virtual network device.
8. The method of claim 7, further comprising: receiving a third packet via the virtual network device link, the third packet comprising a second multicast destination address; and replicating the third packet for each of a plurality of outgoing VLANs (Virtual Local Area Networks) associated with the second multicast destination address.
9. A method comprising: receiving a packet via a virtual network device link; performing one of an ingress lookup and an egress lookup for the packet, wherein the ingress lookup is performed for the packet if the packet includes a multicast destination address; and the egress lookup is performed for the packet if the packet includes a unicast destination address.
10. A system comprising: an interface to a virtual network device link, wherein the interface is configured to receive a packet; and a distributed forwarding module coupled to the interface, wherein the distributed forwarding module is configured to forward the packet, and the distributed forwarding module is configured to perform an egress lookup for the packet if the packet includes a unicast destination address
11. The system of claim 10, wherein the distributed forwarding module is configured to perform an ingress lookup for the packet if the packet includes a multicast destination address.
12. The system of claim 11, further comprising: a second interface configured to receive a second packet, wherein the second packet comprises a second multicast address, and the distributed forwarding module is configured to send at most one copy of the second packet via the virtual network device link.
13. The system of claim 10, wherein a header associated with the packet is also received via the virtual network device link, the header comprises a destination identifier, and the packet comprises the unicast destination address, and the distributed forwarding module is configured to send the packet and the header to another line card if a non-primary entry coπesponding to the unicast destination address is found during the egress lookup.
14. The system of claim 13, wherein the distributed forwarding module is configured to send a notification via the virtual network device link if a destination identifier comprised in the header does not match a destination identifier comprised in the primary entry, and the notification identifies the unicast destination address as corresponding to the destination identifier comprised in the primary entry.
15. A system comprising: means for receiving a packet via a virtual network device link, the packet comprising a unicast destination address; and means for performing an egress lookup for the packet.
16. The system of claim 15, wherein a header associated with the packet is also received via the virtual network device link, the header comprises a destination identifier obtained by performing an ingress lookup for the packet.
17. The system of claim 16, further comprising: means for sending the packet and the header to another line card if a non-primary entry coπesponding to the unicast destination address is found during the egress lookup.
18. The system of claim 16, further comprising: means for sending the packet from an interface identified by a primary entry, if the primary entry coπesponding to the unicast destination address is found during the egress lookup.
19. The system of claim 18, further comprising: means for sending a notification via the virtual network device link if the destination identifier comprised in the header does not match a destination identifier comprised in the primary entry, wherein the notification identifies the unicast destination address as coπesponding to the destination identifier comprised in the primary entry.
20. The system of claim 18, wherein the packet is only sent from the interface if the interface is not comprised in an uplink interface bundle.
21. The system of claim 16, further comprising: means for receiving a second packet, the second packet comprising a multicast destination address; and means for sending at most one copy of the second packet to a virtual network device sub-unit via a virtual network device link, the virtual network device sub-unit comprised in a virtual network device.
22. A computer readable medium comprising program instructions executable to: detect reception of a packet via a virtual network device link, the packet comprising a unicast destination address; and perform an egress lookup for the packet.
23. The computer readable medium of claim 22, wherein a header associated with the packet is also received via the virtual network device link, the header comprises a destination identifier.
24. The computer readable medium of claim 23, wherein the program instructions are further executable to: send the packet and the header to another line card if a non-primary entry coπesponding to the unicast destination address is found during the egress lookup.
25. The computer readable medium of claim 23, wherein the program instructions are further executable to: send the packet from an interface identified by a primary entry, if the primary entry coπesponding to the unicast destination address is found during the egress lookup.
26. The computer readable medium of claim 25, wherein the program instructions are further executable to: send a notification via the virtual network device link if the destination identifier comprised in the header does not match a destination identifier comprised in the primary entry, wherein the notification identifies the unicast destination address as coπesponding to the destination identifier comprised in the primary entry.
27. The computer readable medium of claim 25, wherein the packet is only sent from the interface if the interface is not comprised in an uplink interface bundle.
28. The computer readable medium of claim 23, wherein the program instructions are further executable to: detect reception of a second packet, the second packet comprising a multicast destination address; and send at most one copy of the second packet to a virtual network device sub-unit via a virtual network device link, the virtual network device sub-unit comprised in a virtual network device.
PCT/US2005/011588 2004-04-16 2005-04-05 Distributed forwarding in virtual network devices WO2005107188A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN2005800100329A CN1939004B (en) 2004-04-16 2005-04-05 Distributed forwarding in virtual network devices
CA2562013A CA2562013C (en) 2004-04-16 2005-04-05 Distributed forwarding in virtual network devices
AU2005239568A AU2005239568B2 (en) 2004-04-16 2005-04-05 Distributed forwarding in virtual network devices
EP05735819.4A EP1757037B1 (en) 2004-04-16 2005-04-05 Distributed forwarding in virtual network devices

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/826,888 2004-04-16
US10/826,888 US7839843B2 (en) 2003-09-18 2004-04-16 Distributed forwarding in virtual network devices

Publications (1)

Publication Number Publication Date
WO2005107188A1 true WO2005107188A1 (en) 2005-11-10

Family

ID=34965987

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/011588 WO2005107188A1 (en) 2004-04-16 2005-04-05 Distributed forwarding in virtual network devices

Country Status (6)

Country Link
US (1) US7839843B2 (en)
EP (1) EP1757037B1 (en)
CN (1) CN1939004B (en)
AU (1) AU2005239568B2 (en)
CA (1) CA2562013C (en)
WO (1) WO2005107188A1 (en)

Families Citing this family (74)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7574495B1 (en) * 2000-09-13 2009-08-11 Fortinet, Inc. System and method for managing interworking communications protocols
US7444398B1 (en) * 2000-09-13 2008-10-28 Fortinet, Inc. System and method for delivering security services
US7487232B1 (en) * 2000-09-13 2009-02-03 Fortinet, Inc. Switch management system and method
US8250357B2 (en) 2000-09-13 2012-08-21 Fortinet, Inc. Tunnel interface for securing traffic over a network
US7389358B1 (en) 2000-09-13 2008-06-17 Fortinet, Inc. Distributed virtual system to support managed, network-based services
US7272643B1 (en) 2000-09-13 2007-09-18 Fortinet, Inc. System and method for managing and provisioning virtual routers
US7181547B1 (en) 2001-06-28 2007-02-20 Fortinet, Inc. Identifying nodes in a ring network
US7203192B2 (en) * 2002-06-04 2007-04-10 Fortinet, Inc. Network packet steering
US7376125B1 (en) 2002-06-04 2008-05-20 Fortinet, Inc. Service processing switch
US7161904B2 (en) 2002-06-04 2007-01-09 Fortinet, Inc. System and method for hierarchical metering in a virtual router based network switch
US7177311B1 (en) * 2002-06-04 2007-02-13 Fortinet, Inc. System and method for routing traffic through a virtual router-based network switch
US7266120B2 (en) 2002-11-18 2007-09-04 Fortinet, Inc. System and method for hardware accelerated packet multicast in a virtual routing system
US7720095B2 (en) * 2003-08-27 2010-05-18 Fortinet, Inc. Heterogeneous media packet bridging
EP1673683A4 (en) * 2003-10-14 2010-06-02 Raptor Networks Technology Inc Switching system with distributed switching fabric
US7499419B2 (en) 2004-09-24 2009-03-03 Fortinet, Inc. Scalable IP-services enabled multicast forwarding with efficient resource utilization
US8990365B1 (en) * 2004-09-27 2015-03-24 Alcatel Lucent Processing management packets
US7808904B2 (en) 2004-11-18 2010-10-05 Fortinet, Inc. Method and apparatus for managing subscriber profiles
US8086755B2 (en) * 2004-11-29 2011-12-27 Egenera, Inc. Distributed multicast system and method in a network
US7974202B2 (en) 2005-05-06 2011-07-05 Corrigent Systems, Ltd. Tunnel provisioning with link aggregation
US7821981B2 (en) * 2005-12-27 2010-10-26 Cisco Technology, Inc. Satellite switch communication over a network
US7545740B2 (en) * 2006-04-07 2009-06-09 Corrigent Systems Ltd. Two-way link aggregation
US7660303B2 (en) * 2006-08-22 2010-02-09 Corrigent Systems Ltd. Point-to-multipoint functionality in a bridged network
US7756015B1 (en) 2006-09-13 2010-07-13 Marvell Israel (M.I.S.L) Ltd. Fast failover recovery for stackable network switches
US7626930B2 (en) * 2006-11-13 2009-12-01 Corrigent Systems Ltd. Hash-based multi-homing
US7697525B2 (en) * 2006-12-21 2010-04-13 Corrigent Systems Ltd. Forwarding multicast traffic over link aggregation ports
US8139492B1 (en) * 2009-06-09 2012-03-20 Juniper Networks, Inc. Local forwarding bias in a multi-chassis router
US8472437B2 (en) * 2010-02-15 2013-06-25 Texas Instruments Incorporated Wireless chip-to-chip switching
US8599854B2 (en) * 2010-04-16 2013-12-03 Cisco Technology, Inc. Method of identifying destination in a virtual environment
US8908526B2 (en) * 2010-09-23 2014-12-09 Intel Corporation Controlled interconnection of networks using virtual nodes
US8848573B1 (en) 2010-10-21 2014-09-30 Cisco Technology, Inc. Bandwidth conservation for multicast traffic in RF downlinks
US8730809B2 (en) * 2011-01-19 2014-05-20 Hewlett-Packard Development Company, L.P. Methods for packet forwarding through a communication link of a distributed link aggregation group using mesh tagging
US8595359B2 (en) 2011-03-08 2013-11-26 Cisco Technology, Inc. Efficient message distribution for directed acyclic graphs
US9210045B2 (en) 2011-03-08 2015-12-08 Cisco Technology, Inc. Gravitational parent selection in directed acyclic graphs
JP6088509B2 (en) * 2011-07-11 2017-03-01 オラクル・インターナショナル・コーポレイション System and method using at least one of a multicast group and a packet processing proxy for supporting a flooding mechanism in a middleware machine environment
US9332005B2 (en) 2011-07-11 2016-05-03 Oracle International Corporation System and method for providing switch based subnet management packet (SMP) traffic protection in a middleware machine environment
US9380005B2 (en) * 2011-11-03 2016-06-28 Cisco Technology, Inc. Reliable transportation of a stream of packets using packet replication
WO2013118873A1 (en) 2012-02-10 2013-08-15 日本電気株式会社 Control device, communication system, communication method and program
US9898317B2 (en) * 2012-06-06 2018-02-20 Juniper Networks, Inc. Physical path determination for virtual network packet flows
US8755377B2 (en) * 2012-06-06 2014-06-17 Juniper Networks, Inc. Facilitating operation of one or more virtual networks
US9064216B2 (en) * 2012-06-06 2015-06-23 Juniper Networks, Inc. Identifying likely faulty components in a distributed system
US8891357B2 (en) 2012-08-31 2014-11-18 Cisco Technology, Inc. Switching to a protection path without causing packet reordering
US8988987B2 (en) * 2012-10-25 2015-03-24 International Business Machines Corporation Technology for network communication by a computer system using at least two communication protocols
US9306804B2 (en) 2013-04-16 2016-04-05 Arista Networks, Inc. Method and system for multichassis link aggregation in-service software update
US20150100560A1 (en) * 2013-10-04 2015-04-09 Nicira, Inc. Network Controller for Managing Software and Hardware Forwarding Elements
US9876711B2 (en) 2013-11-05 2018-01-23 Cisco Technology, Inc. Source address translation in overlay networks
US9559865B2 (en) * 2013-11-08 2017-01-31 Verizon Patent And Licensing Inc. Virtual network device in a cloud computing environment
US9479457B2 (en) 2014-03-31 2016-10-25 Juniper Networks, Inc. High-performance, scalable and drop-free data center switch fabric
US9703743B2 (en) 2014-03-31 2017-07-11 Juniper Networks, Inc. PCIe-based host network accelerators (HNAS) for data center overlay network
US9485191B2 (en) 2014-03-31 2016-11-01 Juniper Networks, Inc. Flow-control within a high-performance, scalable and drop-free data center switch fabric
US9294304B2 (en) 2014-03-31 2016-03-22 Juniper Networks, Inc. Host network accelerator for data center overlay network
US9281954B2 (en) * 2014-04-29 2016-03-08 Arista Networks, Inc. Method and system for protocol independent multicasting in multichassis link aggregation domains
US9769088B2 (en) * 2014-07-31 2017-09-19 Arista Networks, Inc. Method and system for VTEP redundancy in a multichassis link aggregation domain
WO2016105445A1 (en) * 2014-12-27 2016-06-30 Intel Corporation Technologies for scalable local addressing in high-performance network fabrics
US9705784B2 (en) * 2014-12-31 2017-07-11 Juniper Networks, Inc. Bit index explicit replication (BIER)forwarding for network device components
US9942058B2 (en) 2015-04-17 2018-04-10 Nicira, Inc. Managing tunnel endpoints for facilitating creation of logical networks
US9967182B2 (en) 2015-07-31 2018-05-08 Nicira, Inc. Enabling hardware switches to perform logical routing functionalities
US10313186B2 (en) 2015-08-31 2019-06-04 Nicira, Inc. Scalable controller for hardware VTEPS
US9979593B2 (en) 2015-09-30 2018-05-22 Nicira, Inc. Logical L3 processing for L2 hardware switches
US9948577B2 (en) 2015-09-30 2018-04-17 Nicira, Inc. IP aliases in logical networks with hardware switches
US10250553B2 (en) 2015-11-03 2019-04-02 Nicira, Inc. ARP offloading for managed hardware forwarding elements
US10200343B2 (en) 2016-06-29 2019-02-05 Nicira, Inc. Implementing logical network security on a hardware switch
US10771550B2 (en) * 2016-12-28 2020-09-08 Amazon Technologies, Inc. Data storage system with redundant internal networks
US10484015B2 (en) 2016-12-28 2019-11-19 Amazon Technologies, Inc. Data storage system with enforced fencing
US10243840B2 (en) 2017-03-01 2019-03-26 Juniper Networks, Inc. Network interface card switching for virtual networks
US10476817B2 (en) 2017-05-31 2019-11-12 Juniper Networks, Inc. Transport LSP setup using selected fabric path between virtual nodes
US10382333B2 (en) * 2017-05-31 2019-08-13 Juniper Networks, Inc. Fabric path context-based forwarding for virtual nodes
US10389635B2 (en) 2017-05-31 2019-08-20 Juniper Networks, Inc. Advertising selected fabric paths for service routes in virtual nodes
US10659352B2 (en) 2017-05-31 2020-05-19 Juniper Networks, Inc. Signaling private context forwarding tables for a private forwarding layer
US10432523B2 (en) 2017-05-31 2019-10-01 Juniper Networks, Inc. Routing protocol signaling of multiple next hops and their relationship
US10484303B2 (en) * 2017-08-29 2019-11-19 Cisco Technology, Inc. Replication with dedicated metal deployment in a cloud
US10511546B2 (en) 2017-09-29 2019-12-17 Juniper Networks, Inc. Connecting virtual nodes in a network device using abstract fabric interfaces
US10795912B2 (en) * 2018-03-19 2020-10-06 Fortinet, Inc. Synchronizing a forwarding database within a high-availability cluster
US10868792B2 (en) * 2018-03-19 2020-12-15 Fortinet, Inc. Configuration of sub-interfaces to enable communication with external network devices
US10708299B2 (en) 2018-03-19 2020-07-07 Fortinet, Inc. Mitigating effects of flooding attacks on a forwarding database

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5825772A (en) 1995-11-15 1998-10-20 Cabletron Systems, Inc. Distributed connection-oriented services for switched communications networks
US20020103921A1 (en) * 2001-01-31 2002-08-01 Shekar Nair Method and system for routing broadband internet traffic
WO2003081451A1 (en) * 2002-03-21 2003-10-02 Pluris, Inc. Method and apparatus for distributing routing instructions over multiple interfaces of a data router

Family Cites Families (112)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2059724B (en) * 1979-09-28 1984-04-04 Racal Datacom Ltd Data transmission systems
US5058110A (en) * 1989-05-03 1991-10-15 Ultra Network Technologies Protocol processor
US5371852A (en) 1992-10-14 1994-12-06 International Business Machines Corporation Method and apparatus for making a cluster of computers appear as a single host on a network
US5473599A (en) 1994-04-22 1995-12-05 Cisco Systems, Incorporated Standby router protocol
WO1996013932A1 (en) * 1994-10-27 1996-05-09 Index Systems, Inc. Apparatus and methods for downloading recorder programming data in a video signal
US5822512A (en) * 1995-05-19 1998-10-13 Compaq Computer Corporartion Switching control in a fault tolerant system
US6064671A (en) * 1995-12-08 2000-05-16 Killian; Michael G. Multi-homed end system for increasing computers network bandwidth
US5872783A (en) * 1996-07-24 1999-02-16 Cisco Systems, Inc. Arrangement for rendering forwarding decisions for packets transferred among network switches
US6229787B1 (en) * 1996-09-11 2001-05-08 Nortel Networks Limited Mechanism to achieve very fast failover in ATM backbone networks using multi-homed circuits
US5864535A (en) * 1996-09-18 1999-01-26 International Business Machines Corporation Network server having dynamic load balancing of messages in both inbound and outbound directions
US20030110344A1 (en) * 1996-09-18 2003-06-12 Andre Szczepanek Communications systems, apparatus and methods
WO1998018247A1 (en) * 1996-10-23 1998-04-30 Infoglobal, S.L. Method and system for integration of several physical media for data communications
US6236659B1 (en) * 1996-11-29 2001-05-22 3Com Technologies Network configuration
US6108300A (en) * 1997-05-02 2000-08-22 Cisco Technology, Inc Method and apparatus for transparently providing a failover network device
US5959972A (en) * 1997-05-27 1999-09-28 3Com Corporation Method of port/link redundancy in an ATM switch
US5959989A (en) * 1997-06-25 1999-09-28 Cisco Technology, Inc. System for efficient multicast distribution in a virtual local area network environment
US6081512A (en) 1997-06-30 2000-06-27 Sun Microsystems, Inc. Spanning tree support in a high performance network device
US5959968A (en) * 1997-07-30 1999-09-28 Cisco Systems, Inc. Port aggregation protocol
US6006264A (en) * 1997-08-01 1999-12-21 Arrowpoint Communications, Inc. Method and system for directing a flow between a client and a server
US6275953B1 (en) * 1997-09-26 2001-08-14 Emc Corporation Recovery from failure of a data processor in a network server
US6032194A (en) * 1997-12-24 2000-02-29 Cisco Technology, Inc. Method and apparatus for rapidly reconfiguring computer networks
US6181681B1 (en) * 1997-12-29 2001-01-30 3Com Corporation Local area network media access controller layer bridge
US6202114B1 (en) * 1997-12-31 2001-03-13 Cisco Technology, Inc. Spanning tree with fast link-failure convergence
US5978852A (en) * 1998-01-06 1999-11-02 3Com Corporation LAN switch interface for providing arbitration between different simultaneous memory access requests
US6195351B1 (en) * 1998-01-28 2001-02-27 3Com Corporation Logical switch set
US6363077B1 (en) * 1998-02-13 2002-03-26 Broadcom Corporation Load balancing in link aggregation and trunking
WO1999050974A1 (en) * 1998-03-30 1999-10-07 Motorola Inc. Method for routing data in a communication system
US6567403B1 (en) * 1998-04-30 2003-05-20 Hewlett-Packard Development Company, L.P. Virtual-chassis switch network topology
US6421787B1 (en) * 1998-05-12 2002-07-16 Sun Microsystems, Inc. Highly available cluster message passing facility
US6222820B1 (en) * 1998-05-28 2001-04-24 3Com Corporation Method of VCC/VPC redundancy for asynchronous transfer mode networks
EP0961443B1 (en) * 1998-05-29 2003-08-13 International Business Machines Corporation Switching system comprising a mask mechanism for altering the internal routing process
US6604136B1 (en) * 1998-06-27 2003-08-05 Intel Corporation Application programming interfaces and methods enabling a host to interface with a network processor
US6181699B1 (en) * 1998-07-01 2001-01-30 National Semiconductor Corporation Apparatus and method of assigning VLAN tags
KR100484209B1 (en) * 1998-09-24 2005-09-30 삼성전자주식회사 Digital Content Encryption / Decryption Device and Method
US6690668B1 (en) * 1998-10-19 2004-02-10 Texas Instruments Incorporated Modular interconnection of network switches
US6657973B1 (en) 1998-10-27 2003-12-02 Matsushita Electric Industrial Co., Ltd. Communications node, network system and method of controlling network system
US6487591B1 (en) * 1998-12-08 2002-11-26 Cisco Technology, Inc. Method for switching between active and standby units using IP swapping in a telecommunication network
US6898189B1 (en) * 2000-08-23 2005-05-24 Cisco Technology, Inc. Restartable spanning tree for high availability network systems
US6665304B2 (en) * 1998-12-31 2003-12-16 Hewlett-Packard Development Company, L.P. Method and apparatus for providing an integrated cluster alias address
JP3581589B2 (en) * 1999-01-11 2004-10-27 株式会社日立製作所 Communication network system and service management method in communication network system
US6519231B1 (en) * 1999-01-12 2003-02-11 Nortel Networks Limited Method and apparatus providing a spanning tree protocol for a data communications network having a multi-link trunk
US6674713B1 (en) * 1999-02-23 2004-01-06 Cisco Technology, Inc. Method and apparatus for providing continuous voice and call communications between a data network and a telephony network
US6535490B1 (en) * 1999-03-04 2003-03-18 3Com Corporation High availability spanning tree with rapid reconfiguration with alternate port selection
US6711163B1 (en) 1999-03-05 2004-03-23 Alcatel Data communication system with distributed multicasting
US6658016B1 (en) 1999-03-05 2003-12-02 Broadcom Corporation Packet switching fabric having a segmented ring with token based resource control protocol and output queuing control
US6460088B1 (en) * 1999-05-21 2002-10-01 Advanced Micro Devices, Inc. Method and apparatus for port vector determination at egress
AU5586400A (en) * 1999-05-21 2000-12-12 Broadcom Corporation Stacked network switch configuration
US7315552B2 (en) * 1999-06-30 2008-01-01 Broadcom Corporation Frame forwarding in a switch fabric
US6678241B1 (en) * 1999-11-30 2004-01-13 Cisc Technology, Inc. Fast convergence with topology switching
US6735198B1 (en) * 1999-12-21 2004-05-11 Cisco Technology, Inc. Method and apparatus for updating and synchronizing forwarding tables in a distributed network switch
US6735205B1 (en) * 2000-01-10 2004-05-11 Sun Microsystems, Inc. Method and apparatus for fast packet forwarding in cluster networking
US6687751B1 (en) * 2000-01-28 2004-02-03 3Com Corporation Multi-point link aggregation spoofing
US7065096B2 (en) * 2000-06-23 2006-06-20 Mips Technologies, Inc. Method for allocating memory space for limited packet head and/or tail growth
US6760776B1 (en) * 2000-04-10 2004-07-06 International Business Machines Corporation Method and apparatus for processing network frames in a network processor by embedding network control information such as routing and filtering information in each received frame
GB2362538B (en) 2000-05-20 2002-05-08 3Com Corp Method for synchronising databases in stacked network units
US6728780B1 (en) * 2000-06-02 2004-04-27 Sun Microsystems, Inc. High availability networking with warm standby interface failover
EP1162797B1 (en) 2000-06-09 2010-12-08 Broadcom Corporation Flexible header protocol for network switch
US6738345B1 (en) * 2000-06-21 2004-05-18 Motorola, Inc. Method for failover management in a synchronous optical network using standard protocols
US6947963B1 (en) 2000-06-28 2005-09-20 Pluris, Inc Methods and apparatus for synchronizing and propagating distributed routing databases
US6938095B2 (en) * 2000-06-28 2005-08-30 Pluris, Inc. Method and apparatus for establishing and sharing a virtual change notification list among a plurality of peer nodes
US6966034B2 (en) * 2000-06-30 2005-11-15 Microsoft Corporation Supplemental request header for applications or devices using web browsers
US20020087716A1 (en) * 2000-07-25 2002-07-04 Shakeel Mustafa System and method for transmitting customized multi priority services on a single or multiple links over data link layer frames
US6829215B2 (en) 2000-10-31 2004-12-07 Marconi Intellectual Property (Ringfence) Inc. IP multi-homing
US7383574B2 (en) * 2000-11-22 2008-06-03 Hewlett Packard Development Company L.P. Method and system for limiting the impact of undesirable behavior of computers on a shared data network
US6910148B1 (en) 2000-12-07 2005-06-21 Nokia, Inc. Router and routing protocol redundancy
US6856591B1 (en) * 2000-12-15 2005-02-15 Cisco Technology, Inc. Method and system for high reliability cluster management
US6996102B2 (en) * 2000-12-21 2006-02-07 Nortel Networks Limited Method and apparatus for routing data traffic across a multicast-capable fabric
US6868095B2 (en) * 2001-01-08 2005-03-15 Zarlink Semiconductor V.N. Inc. Control channel implementation in a packet switched communications network
GB2371706B (en) * 2001-01-30 2003-04-23 3Com Corp Link aggregation control for network devices
US20020176450A1 (en) * 2001-01-31 2002-11-28 Sycamore Networks, Inc. System and methods for selectively transmitting ethernet traffic over SONET/SDH optical network
US7054276B2 (en) * 2001-02-07 2006-05-30 International Business Machines Corporation System and method for a multicast network messaging service
WO2002065249A2 (en) 2001-02-13 2002-08-22 Candera, Inc. Storage virtualization and storage management to provide higher level storage services
US7174390B2 (en) * 2001-04-20 2007-02-06 Egenera, Inc. Address resolution protocol system and method in a virtual network
FI115271B (en) 2001-05-28 2005-03-31 Nokia Corp Procedure and system for implementing a rapid rescue process in a local area network
JP3956685B2 (en) 2001-05-31 2007-08-08 古河電気工業株式会社 Network connection method, virtual network connection device, and network connection system using the device
JP2003023444A (en) * 2001-07-06 2003-01-24 Fujitsu Ltd Dynamic load distribution system utilizing virtual router
US20030007489A1 (en) * 2001-07-09 2003-01-09 Ram Krishnan Data extraction system for packet analysis
US7139267B2 (en) * 2002-03-05 2006-11-21 Industrial Technology Research Institute System and method of stacking network switches
JP2003046594A (en) 2001-08-01 2003-02-14 Canon Inc Wireless data communication device and its control method
DE10143356A1 (en) * 2001-09-04 2003-03-27 Philips Corp Intellectual Pty Acceptance filter for filtering identifiers in messages in e.g. controller area network system, compares each identifier with prestored identifiers and sends corresponding acceptance signal to allocated user based on comparison result
US7173934B2 (en) * 2001-09-10 2007-02-06 Nortel Networks Limited System, device, and method for improving communication network reliability using trunk splitting
US6910149B2 (en) * 2001-09-24 2005-06-21 Intel Corporation Multi-device link aggregation
US7463639B1 (en) * 2001-09-26 2008-12-09 Junpier Networks, Inc. Edge devices for providing a transparent LAN segment service and configuring such edge devices
ATE290285T1 (en) 2001-10-30 2005-03-15 Cit Alcatel FORWARDING IP PACKETS FOR ROUTING PROTOCOLS
FR2832006B1 (en) * 2001-11-05 2004-08-06 Airbus France METHOD FOR IMPLEMENTING A FULL-DUPLEX SWITCHED ETHERNET REDUNDANT COMMUNICATION NETWORK
US7127633B1 (en) * 2001-11-15 2006-10-24 Xiotech Corporation System and method to failover storage area network targets from one interface to another
US7061875B1 (en) * 2001-12-07 2006-06-13 Cisco Technology, Inc. Spanning tree loop guard
JP3967141B2 (en) * 2002-01-28 2007-08-29 富士通株式会社 Frame relay system and frame relay device
US7145918B2 (en) * 2002-02-12 2006-12-05 F 3 Incorporation Bandwidth control method and device for network switch
US7096383B2 (en) * 2002-08-29 2006-08-22 Cosine Communications, Inc. System and method for virtual router failover in a network routing system
DE60223806T2 (en) 2002-09-16 2008-10-30 Agilent Technologies, Inc. - a Delaware Corporation -, Santa Clara Measurement of network parameters as perceived by non-artificial network traffic
US7483432B2 (en) * 2002-09-23 2009-01-27 Alcatel Lucent Usa Inc. Packet transport arrangement for the transmission of multiplexed channelized packet signals
US7539185B2 (en) * 2002-10-07 2009-05-26 Broadcom Corporation Fast-path implementation for an uplink double tagging engine
US8051211B2 (en) * 2002-10-29 2011-11-01 Cisco Technology, Inc. Multi-bridge LAN aggregation
US6980091B2 (en) * 2002-12-10 2005-12-27 Current Technologies, Llc Power line communication system and method of operating the same
US7570643B2 (en) * 2003-02-12 2009-08-04 Cisco Technology, Inc. Efficient framing procedure for variable length packets
US7634020B2 (en) * 2003-03-11 2009-12-15 Texas Instruments Incorporated Preamble for a TFI-OFDM communications system
US7672228B1 (en) * 2003-03-19 2010-03-02 Extreme Networks, Inc. System and method for network loop detection and recovery
CN100550955C (en) 2003-05-26 2009-10-14 华为技术有限公司 Big capacity broad band access method and system
US20050044186A1 (en) * 2003-06-13 2005-02-24 Petrisor Gregory C. Remote interface optical network
US7317722B2 (en) 2003-08-20 2008-01-08 3Com Corporation System and method for distributed multicast routing
US7522596B2 (en) 2003-08-25 2009-04-21 Alcatel Lucent Enhanced DVMRP for destination-based forwarding of multicast data
US7178052B2 (en) * 2003-09-18 2007-02-13 Cisco Technology, Inc. High availability virtual switch
US7751416B2 (en) * 2003-09-18 2010-07-06 Cisco Technology, Inc. Virtual network device
US20050089014A1 (en) * 2003-10-27 2005-04-28 Macrovision Corporation System and methods for communicating over the internet with geographically distributed devices of a decentralized network using transparent asymetric return paths
US8493839B2 (en) * 2003-11-20 2013-07-23 Hewlett-Packard Development Company, L.P. Method and system of teamed network adapters with offloaded connections
US7391771B2 (en) * 2004-01-23 2008-06-24 Metro Packet Systems Inc. Method of sending information through a tree and ring topology of a network system
US7460537B2 (en) * 2004-01-29 2008-12-02 Brocade Communications Systems, Inc. Supplementary header for multifabric and high port count switch support in a fibre channel network
US8990430B2 (en) * 2004-02-19 2015-03-24 Cisco Technology, Inc. Interface bundles in virtual network devices
US7286853B2 (en) * 2004-03-24 2007-10-23 Cisco Technology, Inc. System and method for aggregating multiple radio interfaces into a single logical bridge interface
US7889733B2 (en) 2004-04-28 2011-02-15 Cisco Technology, Inc. Intelligent adjunct network device
US7706364B2 (en) 2004-05-19 2010-04-27 Cisco Technology, Inc. Virtual network device clusters

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5825772A (en) 1995-11-15 1998-10-20 Cabletron Systems, Inc. Distributed connection-oriented services for switched communications networks
US20020103921A1 (en) * 2001-01-31 2002-08-01 Shekar Nair Method and system for routing broadband internet traffic
WO2003081451A1 (en) * 2002-03-21 2003-10-02 Pluris, Inc. Method and apparatus for distributing routing instructions over multiple interfaces of a data router

Also Published As

Publication number Publication date
CA2562013A1 (en) 2005-11-10
EP1757037B1 (en) 2018-06-06
CA2562013C (en) 2013-01-15
CN1939004A (en) 2007-03-28
AU2005239568A1 (en) 2005-11-10
US20050163115A1 (en) 2005-07-28
CN1939004B (en) 2012-07-18
AU2005239568B2 (en) 2010-05-27
EP1757037A1 (en) 2007-02-28
US7839843B2 (en) 2010-11-23

Similar Documents

Publication Publication Date Title
CA2562013C (en) Distributed forwarding in virtual network devices
US10069765B2 (en) Interface bundles in virtual network devices
EP1757038B1 (en) Virtual network device clusters
US8755382B2 (en) Intelligent adjunct network device
US7706364B2 (en) Virtual network device clusters
US8730976B2 (en) System and method for preventing erroneous link aggregation due to component relocation
US8730963B1 (en) Methods, systems, and computer readable media for improved multi-switch link aggregation group (MLAG) convergence
EP2640013B1 (en) Method And Apparatus Providing Network Redundancy And High Availability To Remote Network Nodes
US9059940B2 (en) System and method for transport control protocol in a multi-chassis domain
US9385942B2 (en) Methods, systems, and computer readable media for providing N-node multi-switch link aggregation groups (MLAGs)
US20120033678A1 (en) Multi-chassis inter-process communication

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2005239568

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 200580010032.9

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 2562013

Country of ref document: CA

ENP Entry into the national phase

Ref document number: 2005239568

Country of ref document: AU

Date of ref document: 20050405

Kind code of ref document: A

WWP Wipo information: published in national office

Ref document number: 2005239568

Country of ref document: AU

NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWE Wipo information: entry into national phase

Ref document number: 2005735819

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2005735819

Country of ref document: EP