US7428237B1 - Fast convergence with topology switching - Google Patents

Fast convergence with topology switching Download PDF

Info

Publication number
US7428237B1
US7428237B1 US10/752,341 US75234104A US7428237B1 US 7428237 B1 US7428237 B1 US 7428237B1 US 75234104 A US75234104 A US 75234104A US 7428237 B1 US7428237 B1 US 7428237B1
Authority
US
United States
Prior art keywords
vlan
physical
topology
logical
loop
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US10/752,341
Inventor
Silvano Gai
Keith McCloghrie
Merwyn B. Andrade
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Cisco Technology Inc
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 US10/752,341 priority Critical patent/US7428237B1/en
Application granted granted Critical
Publication of US7428237B1 publication Critical patent/US7428237B1/en
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • 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/4604LAN interconnection over a backbone network, e.g. Internet, Frame Relay
    • H04L12/462LAN interconnection over a bridge based backbone
    • 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
    • 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]
    • H04L12/4645Details on frame tagging
    • H04L12/465Details on frame tagging wherein a single frame includes a plurality of VLAN tags
    • 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/06Management of faults, events, alarms or notifications
    • 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/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery
    • H04L41/0663Performing the actions predefined by failover planning, e.g. switching to standby network elements

Definitions

  • the present invention relates generally to computer networks, and more specifically, to a method and apparatus for quickly identifying and selecting loop-free topologies in computer networks.
  • a computer network typically comprises a plurality of interconnected entities.
  • An entity may consist of any device, such as a computer or end station, that “sources” (i.e., transmits) or “sinks” (i.e., receives) messages such as data frames.
  • a common type of computer network is a local area network (“LAN”) which typically refers to a privately owned network within a single building or campus.
  • LANs typically employ a data communication protocol (LAN standard), such as Ethernet, FDDI or token ring, that defines the functions performed by the data link and physical layers of a communications architecture (i.e., a protocol stack).
  • LAN standard such as Ethernet, FDDI or token ring
  • One or more intermediate network devices are often used to couple LANs together and allow the corresponding entities to exchange information.
  • a bridge may be used to provide a “bridging” function between two or more LANs.
  • a switch may be utilized to provide a “switching” function for transferring information among a plurality of LANs or end stations.
  • the bridge or switch is a computer and includes a plurality of ports that couple the device to the LANs or end stations. Ports used to couple switches to each other are generally referred to as a trunk ports, whereas ports used to couple a switch to LANs, end stations, servers, etc. are generally referred to as access ports.
  • the switching function includes receiving data from a sending entity at a source port and transferring that data to at least one destination port for forwarding to the receiving entity.
  • Switches and bridges typically store address information for use in reaching particular network entities in a block of memory called a filtering database.
  • bridges and switches execute a spanning tree algorithm which allows them to calculate an active network topology that is loop-free (i.e., a tree) and yet connects every pair of LANs within the network (i.e., the tree is spanning).
  • the Institute of Electrical and Electronics Engineers (IEEE) has promulgated a standard (the 802.1D standard) that defines a spanning tree protocol to be executed by 802.1D compatible devices.
  • bridges elect a single bridge to be the “root” bridge. Since each bridge has a unique numerical identifier (bridge ID), the root is typically the bridge with the lowest bridge ID.
  • each LAN coupled to more than one bridge only one (the “designated bridge”) is elected to forward frames to and from the respective LAN.
  • the designated bridge is typically the one closest to the root.
  • Each bridge also selects one port (its “root port”) which gives the lowest cost path from that bridge to the root.
  • the root ports and designated bridge ports are selected for inclusion in the active topology and are placed in a forwarding state so that data frames may be forwarded to and from these ports and thus onto the corresponding paths or links of the network. Ports not included within the active topology are placed in a blocking state. When a port is in the blocking state, data frames will not be forwarded to or received from the port.
  • a network administrator may also exclude a port from the spanning tree by placing it in a disabled state.
  • the forwarding and blocking states are stable spanning tree port states in that a port may remain in these states indefinitely (i.e., there is no prescribed limit on the time that can be spent in either of these states).
  • BPDU messages carry information used to execute the spanning tree protocol.
  • BPDU messages carry a root identifier, a root path cost, a bridge identifier, and a port identifier, among other information.
  • the root identifier is the numeric identifier for the bridge assumed to be the root and the bridge identifier is the numeric identifier of the bridge sending the BPDU.
  • the root path cost is a value representing the cost to reach the assumed root from the port on which the BPDU is sent and the port identifier is the numeric identifier of the port on which the BPDU is sent.
  • each bridge Upon start-up, each bridge initially assumes itself to be the root and generates and transmits BPDU messages accordingly.
  • the message's contents are examined and compared with similar information (e.g., assumed root and lowest root path cost) stored by the receiving bridge. If the information from the received BPDU is “better” than the stored information, the bridge adopts the better information and uses it in the BPDUs that it sends (adding the cost associated with the receiving port to the root path cost) from its ports, other than the port on which the “better” information was received.
  • BPDU messages are not forwarded by bridges, the identifier of the root is eventually propagated to and adopted by all bridges as described above, allowing them to select their root port and any designated port(s).
  • bridges In order to adapt the active topology to failures, bridges associate a timer with the BPDU information stored for each port. If the age of any stored BPDU information reaches a so-called maximum age, the corresponding BPDU information is considered to be stale and is discarded by the bridge. Normally, each bridge replaces its stored BPDU information every hello time, which is the frequency at which the root sends new BPDU messages, thereby preventing it from being discarded and maintaining the current active topology. If a bridge stops receiving BPDU messages on a given port (indicating a possible link or device failure), it will continue to increment the respective message age value until it reaches the maximum age threshold.
  • the bridge will then discard the stored BPDU information and proceed to re-calculate the root, root path cost and root port by transmitting BPDU messages utilizing the next best information it has.
  • the maximum age value used within the bridged network is typically set by the root, which enters a selected value in its BPDU messages. Neighboring bridges copy this value into their BPDU messages, thereby propagating the selected value throughout the network.
  • the default maximum age value under the IEEE standard is twenty seconds.
  • ports may transition from the blocking state to the forwarding state and vice versa. That is, as a result of new BPDU information, a previously blocked port may learn that it should be in the forwarding state (e.g., it is now the root port or a designated port). Rather than transition directly from the blocking state to the forwarding state, ports transition through two or more intermediary or transitory states, such as a listening state and a learning state. The time spent in each of the listening and the learning states is called the forwarding delay. As ports transition between the blocked and forwarding states, entities may appear to move from one port to another.
  • bridges To prevent bridges from distributing messages based upon incorrect information, bridges quickly age-out and discard the “old” information in their filtering databases. More specifically, upon detection of a change in the active topology, bridges transmit Topology Change Notification Protocol Data Unit (TCN-PDU) messages toward the root.
  • TCN-PDU Topology Change Notification Protocol Data Unit
  • the format of the TCN-PDU message is described in the IEEE 802.1D standard and is well-known.
  • the TCN-PDU message is propagated hop-by-hop until it reaches the root which confirms receipt of the TCN-PDU by setting a topology change flag in all BPDUs subsequently transmitted by the root for a period of time.
  • Other bridges, receiving these BPDUs note that the topology change flag has been set, thereby alerting them to the change in the active topology.
  • bridges significantly reduce the aging time associated with their filtering databases. Information contained in the filtering databases is thus quickly discarded.
  • re-calculation of the active topology can be a time consuming and processor intensive task. For example, re-calculation of the spanning tree following the failure of a link or an intermediate device can take thirty seconds or more.
  • the corresponding BPDU information must time-out, which typically takes twenty seconds.
  • the affected ports may then transition through the listening and learning states, remaining in each state for approximately fifteen seconds. Thus, it takes approximately fifty seconds or more to recover from a failure.
  • message delivery is often delayed because ports in the listening and learning states do not forward or receive messages.
  • Such delays can have serious consequences for time-sensitive applications, such as voice or video applications, which demand consistently low latency. In particular, these applications may stop or shut-down in response to such disruptions.
  • a computer network may also be segregated into a series of logical network segments.
  • U.S. Pat. No. 5,394,402, issued Feb. 28, 1995 discloses an arrangement for associating any port of a switch with any particular segregated network group.
  • any number of physical ports of a particular switch may be associated with any number of groups within the switch by using a virtual local area network (VLAN) arrangement that virtually associates the port with a particular VLAN designation.
  • VLAN virtual local area network
  • These VLAN designations are also associated with the messages that are received on these ports.
  • the VLAN designation for that port is associated with the message.
  • each VLAN designation is often associated with a different color, such as red, blue, green, etc.
  • the IEEE has also promulgated the 802.1Q standard for Virtual Bridged Local Area Networks.
  • the IEEE's 802.1Q standard supports VLANs and defines a specific VLAN-tagged message form at for transmission on trunks.
  • FIG. 1 is a partial block diagram of a tagged data frame 100 that is compatible with the 802.1Q standard.
  • Frame 100 includes a header portion 102 , which may be compatible with the Media Access Control (MAC) sub-layer, and data portion 104 .
  • the header 102 moreover, includes a plurality of fields.
  • header 102 includes a MAC destination address (MAC DA) field 106 that identifies the network entity to which the frame 100 is to be delivered and a MAC source address (MAC SA) field 108 that identifies the network entity that created the frame 100 .
  • MAC SA MAC source address
  • Following the MAC SA field 108 is a VLAN identifier (VLAN ID) or tag field 110 that specifies the VLAN that has been associated with the frame 100 .
  • VLAN ID VLAN identifier
  • tag field 110 specifies the VLAN that has been associated with the frame 100 .
  • VLAN ID field 110 is loaded with a numeric identifier that corresponds to the VLAN designation associated with the port on which message 100 was received.
  • This tag moreover, is examined and understood by 802.1Q compatible devices, and the last device along the route removes the tag before transmitting the frame to the target end station.
  • the IEEE 802.1Q standard specifies a single spanning tree within the respective bridged network regardless of the number of VLAN designations that have been defined. With this approach, the bridges exchange conventional BPDUs so as to define a single loop-free topology for the network. Thus, all data frames, regardless of their VLAN associations, may be forwarded to and received from ports in the forwarding state, while no data frames may be forwarded to or received from blocked parts.
  • the invention relates to a system and method for rapidly switching at least one virtual local area network (VLAN) from a first loop-free topology to a second loop-free topology in response to detecting a failure within the first loop-free topology.
  • VLAN virtual local area network
  • Each VLAN defined for a computer network is configured to include one “logical” VLAN which logically represents the entities organized into the defined VLAN, and a plurality of “physical” VLANs each associated with its own VLAN designation.
  • logical VLAN which logically represents the entities organized into the defined VLAN
  • physical VLAN moreover, a different loop-free topology is defined within the network.
  • only one of the physical VLANs, and thus only one loop-free topology will be “active” for its corresponding logical VLAN.
  • Messages associated with the logical VLAN are tagged with the designation of the currently active physical VLAN, and forwarded along that physical VLAN's loop-free topology.
  • the logical VLAN upon the detection of a link or other failure in the loop-free topology defined by the currently active physical VLAN, the logical VLAN is rapidly switched to the loop-free topology defined by a second physical VLAN to which the logical VLAN is also associated. More specifically, access ports corresponding to the logical VLAN are re-assigned to the second physical VLAN. Following the switch to the second physical VLAN, subsequent messages associated with the logical VLAN are tagged with the designation of the second physical VLAN, and forwarded along its respective loop-free topology.
  • the physical VLAN which is selected as the new active topology preferably has the affected link blocked so as to be fully spanning. Accordingly, messages associated with the logical VLAN can continue to be forwarded without having to wait for the spanning tree algorithm to be recalculated. Thus, the network of the present invention suffers little or no delay from failures and, through appropriate selection of the new physical VLAN, loss of connectivity is avoided.
  • FIG. 1 is a block diagram of a conventional VLAN-tagged message
  • FIG. 2 is a block diagram of a computer network in accordance with the present invention.
  • FIG. 3 is a highly schematic functional block diagram of an intermediate network device in accordance with the present invention.
  • FIGS. 4A-4B is a flow diagram of the methods of the present invention.
  • FIG. 5A is a state diagram in accordance with the present invention.
  • FIG. 5B is a chart illustrating the events that trigger a transition among the states of FIG. 5A ;
  • FIG. 5C is a highly schematic representation of state information stored by the device of FIG. 3 ;
  • FIG. 6 is a highly schematic block diagram of a notification message in accordance with the present invention.
  • FIG. 2 illustrates a computer network 200 in accordance with the present invention.
  • the network 200 includes a plurality of local area networks (LANs)- 202 - 226 each of which is coupled to one or more access switches 230 - 234 .
  • the access switches 230 - 234 are, in turn, interconnected with each other through a plurality of distribution or backbone switches 236 - 246 .
  • the access switches 230 - 234 and backbone switches 236 - 246 which may also be referred to as intermediate network devices, may be interconnected by a series of trunks or links 248 , such as point-to-point links.
  • Links 248 basically represent communications paths for transporting messages, such as data frames, between various network components.
  • Network 200 further includes two routers 250 and 252 which provide added functionality to the network 200 . Routers 250 and 252 are preferably coupled to backbone switches, such as backbone switches 244 and 246 .
  • Each access switch 230 - 234 and backbone switch 236 - 246 includes a plurality of ports which, if directly coupled to a LAN 202 - 226 (or a host, end station, server, workstation, etc.) are referred to as access ports, and if directly coupled to a trunk or link 248 are referred to as trunk ports.
  • Each port at a given switch moreover, may be identified by a corresponding port number (e.g., port 1 , port 2 , port 3 , etc.).
  • Access switch 230 for example, has three trunk ports 254 (port numbers 1 - 3 ) and five access ports 256 (port numbers 4 - 8 ).
  • Attached to each LAN 202 - 226 may be a plurality of network entities, such as hosts, end stations, servers (e.g., file servers, print servers, etc.), workstations, etc.
  • network entities such as hosts, end stations, servers (e.g., file servers, print servers, etc.), workstations, etc.
  • attached to LAN 202 is a first server 258
  • attached to LAN 226 is a second server 260 .
  • These network entities moreover, may source or sink messages or data frames to one another over the network 200 .
  • Switches 230 - 246 comprise conventional components and circuitry that allow them to associate specific ports with the hosts, end stations, servers, workstation, routers, etc. that are coupled thereto or otherwise accessible therethrough.
  • Selected LANs 202 - 226 may be logically grouped together to form one or more virtual local area networks (VLANs). More specifically, a network administrator may define a plurality of VLANs within network 200 . Each VLAN is preferably associated with a corresponding numeric identifier or designation and, for convenience, may be further identified by a color code (e.g., red, blue, green, yellow, etc.). The IEEE 802.1Q standard, for example, allocates the numeric identifiers 0-4095 as possible VLAN designations.
  • numeric identifiers 0 and 4095 are reserved, thereby leaving 4094 available VLAN designations for assignment by the network administrator.
  • the bridge or switch directly coupled to that LAN, host, end station, server etc. preferably associates its corresponding access port with the respective VLAN designation.
  • LANs 202 , 212 and 222 may all be associated with the red VLAN by associating the respective access ports of the respective switches 230 - 234 with that color code.
  • LANs 204 , 210 , 214 and 224 may be similarly associated with the blue VLAN.
  • LANs 206 and 218 may be associated with the yellow VLAN, and LANs 208 , 216 and 226 associated with the green VLAN.
  • Access switches 230 - 234 and backbone switches 236 - 246 are further configured to tag, distribute and ultimately deliver VLAN associated messages, provided that the VLAN tag of the message matches the VLAN designation associated with the destination or target entity.
  • switches 230 - 246 associate their respective trunk ports that are coupled to links 248 with the VLAN designations or domains associated with the various LANs, hosts, end stations, servers, etc. that may be reached through the respective trunk port.
  • links 248 with the VLAN designations or domains associated with the various LANs, hosts, end stations, servers, etc. that may be reached through the respective trunk port.
  • VTP Generic Attribute Registration Protocol VLAN Registration Protocol
  • VTP VLAN Trunk Protocol
  • trunk ports 254 coupled to links 248 may be configured to operate in accordance with any number of VLAN encapsulation protocols, such as the IEEE 802.1Q standard or the Inter-Switch Link (ISL) mechanism from Cisco Systems, Inc., as described in U.S. Pat. No. 5,742,604, which are both hereby incorporated by reference in their entirety.
  • VLAN encapsulation protocols such as the IEEE 802.1Q standard or the Inter-Switch Link (ISL) mechanism from Cisco Systems, Inc., as described in U.S. Pat. No. 5,742,604, which are both hereby incorporated by reference in their entirety.
  • network 200 also includes a plurality of redundant communication paths interconnecting the access switches 230 - 234 and backbone switches 236 - 246 .
  • the existence of such redundant links prevents portions of the network 200 from becoming isolated should any constituent link or device fail.
  • Such redundancy also results in the creation of loops, which, as described above, are highly undesirable.
  • switches 230 - 246 preferably execute a spanning tree algorithm.
  • switches 230 - 246 execute the spanning tree protocol basically as described in the IEEE 802.1D Standard which is also hereby incorporated by reference in its entirety.
  • one or more access switches 230 - 234 also provides for rapid topology switching as described below.
  • network 200 of FIG. 2 is meant for illustrative purposes only and that the present invention will operate with other network designs having possibly far more complex topologies. It will also be understood to those skilled in the art that there is no distinction from the spanning tree point of view between local and trunk ports or between point-to-point trunks or links and shared media (e.g., LANs).
  • FIG. 3 is a partial functional block diagram of switch 230 that is configured in accordance with the present invention.
  • switch 230 includes a plurality of ports 302 a - h , each of which is preferably identified by a number (e.g., port numbers 1 - 8 ).
  • Ports 302 a - h are preferably configured in a conventional manner either as access ports or as trunk ports.
  • an access port is a port 302 that does not provide connectivity to other portions of the bridged network, but is instead directly connected to a LAN, host, end station, server, workstation, etc.
  • switches may be interconnected by a shared media, such as LAN 220 , which interconnects switches 232 and 234 .
  • a trunk port typically corresponds to a point-to-point link and provides connectivity from the switch 230 to other areas of the bridged network 200 .
  • ports 302 a - c are each configured as trunk ports
  • ports 302 d - h are each configured as access ports.
  • Trunk ports 302 a - c are further configured to operate in accordance with either the 802.1Q or ISL encapsulation techniques.
  • the configuration of the various ports 302 as access or trunk ports may be performed by the network administrator, either remotely or locally, utilizing a conventional management protocol, such as Simple Network Management Protocol (SNMP) or CiscoWorks from Cisco Systems, Inc.
  • SNMP Simple Network Management Protocol
  • CiscoWorks from Cisco Systems, Inc.
  • Switch 230 also includes one or more frame transmission and reception objects 304 that are in communicating relationship with the ports 302 a - h such that frames received at a given port may be captured and frames to be transmitted may be driven onto a given port.
  • Frame reception and transmission object 304 preferably includes one or more message storage structures, such as priority queues.
  • Switch 230 further includes a spanning tree entity 306 , a topology switch engine 308 , a link state detection engine 310 , at least one forwarding entity 312 and a port configuration entity 314 .
  • the designation of a port 302 as either an access or trunk port and the corresponding VLAN encapsulation technique are preferably stored at or by the port configuration entity 314 .
  • the spanning tree entity 306 is in communicating relationship with the frame transmission and reception object 304 so as to receive bridge protocol data unit (BPDU) messages, and also includes one or more spanning tree state machine engines 316 a - c for maintaining the spanning tree states of the ports 302 a - h .
  • the topology switch engine 308 which is in communicating relationship with the spanning tree entity 306 , the link state detection engine 310 and the port configuration entity 314 , is coupled to or alternatively may include a topology state machine engine 318 . As described below, the topology state machine engine 318 maintains the states of various loop-free topologies defined within network 200 ( FIG. 2 ).
  • the forwarding entity 312 is also in communicating relationship with the frame transmission and reception object 304 so as to receive and forward data frames and other messages, and is also coupled to one or more filtering databases 320 a - c that store address information corresponding to the entities of network 200 ( FIG. 2 ).
  • each filtering database 320 which may be implemented as a content addressable memory (CAM) device, has a plurality of records or cells (not shown), including a destination address cell, a destination port cell and a corresponding timer cell.
  • Each record or cell in the filtering databases 320 a - c preferably corresponds to a particular network entity.
  • the forwarding entity 312 is configured to switch or bridge data frames received at a source port 302 to one or more destinations ports 302 for forwarding depending on the matching information identified in the forwarding databases 320 a - c as well as the states of the respective ports 310 as established by the plurality of spanning tree state machine engines 316 a - c.
  • Topology switch engine 308 and topology state machine engine 318 may each comprise programmed or programmable processing elements containing software programs, such as software modules or libraries, pertaining to the methods described herein and executable by one or more processing elements (not shown). Other computer readable media may also be used to store the program instructions for execution. Engines 308 and 318 may also be implemented in hardware through a plurality of registers and combinational logic configured to produce sequential logic circuits and cooperating state machines. Those skilled in the art will recognize that various combinations of hardware and software components may also be utilized to implement the topology switch components of the present invention.
  • Suitable intermediate network device platforms for use as access switch 230 include the Catalyst 8500® series of switch routers and/or the Catalyst® 6000 family of multi-layer switches both from Cisco Systems, Inc.
  • the network administrator defines a plurality of “logical” VLANs within network 200 ( FIG. 2 ) and assigns selected network entities to these logical VLANs so as to create logical groups, as shown at block 402 of FIG. 4A .
  • the network administrator may conceptually define the red, blue, yellow and green logical VLANS, each of which may be used to logically interconnect a different enterprise department, such as engineering, accounting, sales, and management.
  • the network manager may use a conventional Command Line Interface (CLI) or SNMP.
  • the network manager may use the VLAN Membership Policy Server (VMPS) Protocol and the VLAN Director interface from Cisco Systems, Inc.
  • VCI Command Line Interface
  • VMPS VLAN Membership Policy Server
  • Each logical VLAN is then associated or augmented with one or more “physical” VLANs. More specifically, for each logical VLAN, the network administrator preferably defines a set of physical VLANs for association with the given logical VLAN, as indicated at block 404 .
  • each physical VLAN is assigned a different numerical identifier as provided in the 802.1Q standard, which is hereby incorporated by reference in its entirety, and thus basically represents its own independent VLAN. For example, the network administrator may define the violet, purple, magenta and orange physical VLANs and associate each of them with the red logical VLAN. In accordance with the 802.1Q standard, these physical VLANs may be assigned the numerical identifiers 10, 11, 12 and 13, respectively.
  • the network administrator may define the brown, rose and gray physical VLANs, which may be assigned the numerical identifiers 14-16, respectively.
  • the network administrator may define the cyan, crimson, silver and sea green physical VLANs, which, in turn, may be assigned numerical identifiers 17-20.
  • the network administrator may define the turquoise, white and olive physical VLANs, which may be assigned numerical identifiers 21-23.
  • the identity of the logical and physical VLANs and the association of physical VLANs to logical VLANs, as established by the network administrator, are preferably stored at or by the topology state machine engine 318 .
  • the topology switch engine 308 preferably informs the forwarding entity 312 of the identities of the physical VLANs as they are defined, and the forwarding entity 312 , in turn, establishes a separate filtering database 320 for each physical VLAN.
  • a loop-free topology is established for each physical VLAN, as shown at block 406 .
  • the network administrator may manually define the loop-free topology for each physical VLAN.
  • the network administrator may interact with a graphical user interface that displays a map of the network and utilize CLI or SNMP to manually establish the loop-free topologies of the physical VLANs.
  • Conventional network management facilities such as HP OpenView® from Hewlett-Packard Co. of Palo Alto, Calif. or NetView 6000 from International Business Machines Corp. of Armonk, N.Y., are capable of displaying such network maps.
  • the port states (i.e., blocked or forwarding) associated with each manually defined loop-free topology are then stored at or by the respective spanning tree state machine engines of each switch, such as engines 316 of switch 230 .
  • the network administrator may rely on the execution spanning tree protocol to define the loop-free topologies associated with the physical VLANs.
  • switches 230 - 246 may be configured to generate, exchange and process BPDU messages that are tagged with the designations of the physical VLANs, thereby defining a loop-free topology for each physical VLAN.
  • the network administrator may configure the spanning tree entity at each switch to establish a spanning tree state machine engine for each physical VLAN.
  • the intermediate network devices could run a link state advertisement protocol, such as the one utilized in the well-known Open Shortest Path First routing protocol, to capture the topology of the network. Once the topology is discovered, a network administrator could use graph algorithms to determine which ports to block for each physical VLAN.
  • a link state advertisement protocol such as the one utilized in the well-known Open Shortest Path First routing protocol
  • the set of physical VLANs associated with each logical VLAN are preferably configured and established so that, for every link 248 of network 200 , there is at least one physical VLAN within that set whose loop-free topology has that link 248 in the blocked state.
  • the loop-free topology established for a first physical VLAN may have the link between switches 238 and 244 blocked
  • the loop-free topology established for a second physical VLAN may have the link 248 between switches 240 and 246 blocked and so on until every link 248 of network 200 is blocked by at least one loop-free topology.
  • the number of physical VLANs that are required to meet this goal can be defined by the following equation:
  • X is the number of physical VLANs that are required
  • M is the number of links or trunks within the network
  • N is the number of nodes (i.e., bridges and switches) within the VLAN bridged network.
  • the half parentheses symbol on the right side of the equation means a “ceiling of” function is to be applied to the real number inside the half parentheses, thereby obtaining an integer for X, such that the integer X is the smallest integer that satisfies the equation X ⁇ the real number inside the half parenthesis, e.g., if the real number inside the half parentheses is 3.675, then X is 4, if the real number is 2.0001, then X is 3, etc.
  • the network administrator In order to force or constrain the spanning tree protocol to define loop-free topologies having the desired properties (i.e., the blocking of each network link by at least one physical VLAN), the network administrator preferably modifies the bridge identifiers and port costs of the various switches 230 - 246 within network 200 for each physical VLAN so that the resulting loop-free topologies will block the desired links 248 .
  • a mechanism for adjusting the bridge identifier and port costs on a VLAN-by-VLAN basis is described in U.S. patent application Ser. No. 08/998,412 entitled, FAST RECONFIGURATION OF SPANNING TREES, filed Dec. 24, 1997, which is hereby incorporated by reference in its entirety.
  • the network administrator can adjust the bridge identifier, which is utilized to elect the root, and port costs and port identifiers, which are used to determine the lowest cost path to the root.
  • the network administrator may adjust the bridge identifiers of switches 230 - 246 so as to force the election of a selected root for a first physical VLAN, and then observe which links are blocked and which are forwarding.
  • the blocked links will typically be those links that are distant from the root.
  • the root for a second physical VLAN is then selected in proximity to the blocked links of the first physical VLAN in a similar manner (e.g., by adjusting the bridge identifiers of switches 230 - 246 ).
  • the spanning tree entity 306 begins formulating and transmitting BPDU messages tagged with the VLAN designations for each physical VLAN upon initialization of the respective switch.
  • the spanning tree entity 306 preferably formulates and transmits BPDU messages that have been tagged with the VLAN designations corresponding to violet, purple, magenta, orange, brown, rose, etc. physical VLANs.
  • These tagged BPDU messages are received and processed by the switches 230 - 246 as described above.
  • the spanning tree state machine engines 316 then transition the port states on a per-VLAN basis.
  • a separate loop-free topology is defined by the respective spanning tree entities for each physical VLAN.
  • FIG. 5A is a state diagram 500 of the various states of the loop-free topologies represented by the physical VLANs defined within network 200 . As shown, the loop-free topology for each physical VLAN may be in one of three possible states: an unusable state 502 , a stand-by state 504 and an active state 506 .
  • the unusable state 502 corresponds to a loop-free topology that has not yet converged (e.g., one or more switch ports are in the listening or learning states) or has become partitioned (e.g., connectivity has been lost with part of the physical VLAN domain).
  • the stand-by state 504 corresponds to a loop-free topology that has converged (e.g., all corresponding switch ports are either in the blocked, forwarding or disabled states) and thus represents a stable topology.
  • the active state 506 corresponds to a loop-free topology that has been designated to carry the traffic for the respective logical VLAN, as described below. Only one physical VLAN (i.e., one loop-free topology) may be designated to carry traffic for its logical VLAN at any given time.
  • FIG. 5B is a list of events 508 that may cause a transition among the states of the state diagram of FIG. 5A .
  • event E 1 corresponds to a loop-free topology converging, and thus results in a transition from the unusable state 502 to the stand-by state 504 .
  • Event E 2 corresponds to a particular physical VLAN being selected as the designated VLAN for its respective logical VLAN, and thus results in a transition from the stand-by state 504 to the active state 506 .
  • Event E 3 corresponds to the detection of a link or device failure in a previously stable topology, and thus causes a transition from either the active state 506 or the stand-by state 504 to the unusable state 502 .
  • event E 4 corresponds to a partition in the respective physical VLAN, and thus also causes a transition from either the active state 506 or the stand-by state 504 to the unusable state 502 .
  • FIG. 5C is a highly schematic representation of information arranged as an array or table 510 that is stored at or by the topology state machine engine 318 .
  • Table 510 contains a first column 512 that identifies each of the logical VLANs of which switch 230 is aware (e.g., red, blue, yellow and green).
  • the table 510 also includes a second column 514 that identifies the physical VLANs associated with each logical VLAN by their numeric identifiers.
  • the red logical VLAN is associated with the violet, purple, magenta and orange physical VLANs
  • the blue logical VLAN is associated with the brown, rose and gray physical VLANs
  • the yellow logical VLAN is associated with the orange, crimson, silver and sea green physical VLANs and so on.
  • Table 510 further includes a third column 516 that specifies the current state of the loop-free topology established for each physical VLAN. As indicated above, a loop-free topology may be in any one of three possible states: unusable, active and stand-by.
  • the topology switch engine 308 directs the forwarding entity 312 to purge (e.g., delete) the contents of the respective filtering database for that loop-free topology. For example, when the orange physical VLAN which is associated with the red logical VLAN enters the stand-by state as shown in FIG. 5C , the filtering database 320 that corresponds to the orange physical VLAN is purged. As described below, the purging of stand-by filtering databases facilitates the rapid transition to a stand-by physical VLAN upon the occurrence of a failure in the active physical VLAN.
  • the topology switch engine 308 designates a selected physical VLAN as the active physical VLAN for each logical VLAN, as indicated at block 408 ( FIG. 4A ).
  • the designation of a selected physical VLAN may occur in several ways. For example, the topology switch engine 308 may select the first physical VLAN that converges and thus transitions to the stand-by state. An alternative approach is to select the physical VLAN having the lowest (or highest) numerical identifier.
  • the topology switch engine 308 Upon designating a selected physical VLAN, the topology switch engine 308 preferably informs the topology state machine engine 318 of the designation, which, in turn, transitions the state of the designated physical VLAN to active, thereby signifying that it has become the designated physical VLAN for this logical VLAN.
  • the topology switch engine 308 also informs the port configuration entity 314 of the selection of a designated physical VLAN.
  • the port configuration entity 314 associates each access port 302 d - 302 h that is directly coupled to members of the logical VLAN with the designated physical VLAN, as indicated at block 410 . For example, suppose the purple physical VLAN is selected as the designated VLAN for the red logical VLAN.
  • the port configuration entity 314 associates all access ports directly coupled to members of the red logical VLAN (e.g., port 302 h ) with the purple physical VLAN. This process is repeated at all access switches 230 - 234 so that access ports coupled to all members of the red logical VLAN are associated with the purple VLAN designation (i.e., numeric identifier 11).
  • traffic e.g., data frames
  • traffic received at an access port for forwarding on a trunk port are tagged with the physical VLAN that has been associated with that access port.
  • access port 302 h port number 8
  • the purple physical VLAN has been selected as the designated VLAN for this logical VLAN
  • port configuration entity 314 associates port 302 h with the purple VLAN.
  • a message from server 258 is received at port 302 h (port number 8 ), captured and handed to the forwarding entity 312 for processing.
  • Forwarding entity 312 in cooperation with the port configuration entity 314 determines that the message has been received on an access port that is associated with the purple physical VLAN.
  • the forwarding entity 312 performs a look-up on the filtering database 320 associated with the purple physical VLAN, using the contents of the MAC DA field of the received message. If the message is to be forwarded on a trunk port (e.g., port 302 b ), the forwarding entity 312 appends a VLAN ID field 110 ( FIG. 1 ) to the message, loads the purple physical VLAN's numeric identifier therein and drives the message onto port 302 b for forwarding.
  • a trunk port e.g., port 302 b
  • Forwarding entity 312 preferably uses the contents of the MAC DA field 106 to perform a look-up on the filtering database 320 for the purple VLAN. The look-up will identify port 302 h (port number 8 ) which is coupled to server 258 . Since this is an access port, forwarding entity 312 strips off the VLAN ID field 110 and drives the un-tagged message onto port 302 h for delivery to server 258 .
  • the present invention allows switch 230 to continue forwarding traffic with little or no disruption despite link or device failures. For example, suppose as described above, that the purple physical VLAN has been selected as the designated VLAN for the red logical VLAN. Furthermore, suppose that execution of the spanning tree protocol by the spanning tree state machine engine 316 for the purple physical VLAN results in ports 302 a and 302 c (port numbers 1 and 3 ) being blocked and port 302 b (port number 2 ) forwarding.
  • traffic received at switch 230 on access port 320 h (port number 8 ) and thus corresponding to the red logical VLAN is tagged with the purple physical VLAN designation (i.e., numerical identifier 11) by the forwarding entity 312 and forwarded through trunk port 302 b .
  • link state detection engine 310 If link 248 coupled to port 302 b fails, the failure is detected by the link state detection engine 310 , and it, in response, alerts the topology switch engine 308 , as indicated at block 412 ( FIG. 4A ).
  • the topology switch engine 308 informs the topology state machine engine 318 of the failure, and in cooperation with state machine engine 318 identifies all of the logical VLANs that are utilizing the affected port or link, as indicated at block 414 .
  • the topology state machine engine 318 treats the failure as an E 1 event and, accordingly, transitions the affected physical VLAN (i.e., purple) to the unusable state, as indicated at block 416 ( FIG. 4B ) and as illustrated by the arrow indicating a transition from the active to the unusable state for entry 518 of table 510 ( FIG. 5C ).
  • table 510 illustrates the transition between states, it should be understood that table 510 preferably only stores the current state of each physical VLAN (e.g., active, unusable or stand-by) and not the transition between two states.
  • the topology switch engine 308 next proceeds to identify a back-up physical VLAN for each logical VLAN affected by the failure, as indicated at block 418 . Specifically, topology switch engine 308 identifies a physical VLAN that is in the stand-by state and that also has the affected port or link blocked. As described above, the spanning tree entity 306 has been configured to define a loop-free topology for every physical VLAN. The physical VLANs and thus the loop-free topologies, moreover, have been established such that, for every link 248 in network 200 , there is at least one physical VLAN for every logical VLAN whose loop-free topology has that link blocked.
  • the topology switch engine 308 identifies the orange physical VLAN (numerical identifier 13) as having port 302 b in the blocked state.
  • Topology switch engine 308 selects the orange physical VLAN as the newly designated physical VLAN for the red logical VLAN.
  • the topology state machine engine 318 transitions the state of this physical VLAN from stand-by to active, shown at block 420 ( FIG. 4B ) and as illustrated by the arrow indicating a transition from the stand-by to the active state in entry 520 of table 510 ( FIG. 5C ).
  • topology switch engine 308 informs the port configuration entity 314 of the designation of the orange physical VLAN as the newly active VLAN for the red logical VLAN.
  • the port configuration entity 314 changes the VLAN association of each access port coupled to members of the red logical VLAN from the purple VLAN (numerical identifier 11) to the orange VLAN (numerical identifier 13).
  • FIG. 6 is a highly schematic block diagram of a preferred notification message 600 .
  • Message 600 includes a header portion 602 that is compatible with the MAC sub-layer, and a message area 604 .
  • the header 602 includes a MAC SA field 608 and a MAC DA field 606 , and a VLAN ID field 610 .
  • the message area 604 includes a sequence number field 612 , a logical VLAN ID field 614 , a former physical VLAN ID field 616 and a newly active VLAN ID field 618 .
  • notification message 600 may include additional fields such as type fields, length fields, version fields, etc.
  • Topology switch engine 308 preferably loads the bridge ID for switch 230 in the MAC SA field 608 , a group multicast address in the MAC DA field 606 , and places the VLAN ID for the old physical VLAN in field 610 .
  • topology switch engine 308 enters a selected sequence number in field 612 , the identifier of the affected logical VLAN (e.g., red) in field 614 , the identifier of the former physical VLAN (e.g., purple) in field 616 and the identifier of the newly activated physical VLAN (e.g., orange) in field 618 .
  • Switch 230 then forwards the notification message 600 out each of its trunk ports that are in the forwarding state for any VLAN.
  • the notification message 600 is received at each of the neighboring switches (i.e., switches 236 and 240 ) and, by virtue of the selected group multicast address, it is captured and forwarded to the topology switch engines at those devices.
  • the topology switch engines at switches 236 and 240 store the sequence number of message 600 .
  • Switches 236 and 240 forward a copy of the notification message 600 from each of their trunk ports that are in the forwarding state (other than the port on which the message 600 was received) and may return an acknowledgement to switch 230 .
  • notification message 600 is propagated throughout the network 200 and received at each access switch coupled to members of the red logical VLAN.
  • the notification message 600 is passed to the topology switch engine at that device.
  • the topology switch engine determines whether there are any access ports presently associated with the physical VLAN identified in the old active VLAN ID field 616 (e.g., purple), and, if so, switches (i.e., changes or re-assigns) those ports to the physical VLAN identified in the newly active VLAN ID field 618 (e.g., orange).
  • the switch also purges the contents of the filtering database associated with the newly active physical VLAN. Thereafter, traffic received on an access port that was associated and tagged with the purple physical VLAN is now associated and tagged with the orange VLAN.
  • switch 230 may send multiple copies of the notification message 600 , using the same sequence number, to ensure that they are received. The sequence number is used by receiving switches to discard any duplicate copies of the message 600 . It should be further understood that switch 230 may alternatively use a message format and mechanism that is similar to the TCN-PDU messages of the spanning tree protocol to disseminate changes in physical VLANs or may use the VTP protocol to alert other switches of the change in physical VLANs for the red logical VLAN.
  • switch 230 Upon receiving the acknowledgements confirming that the notification message 600 has been received by its neighbors, switch 230 is free to begin tagging and forwarding traffic for the red logical VLAN with the newly designated orange physical VLAN designation, as indicated at block 426 ( FIG. 4B ).
  • Switch 230 utilizes the filtering database 320 corresponding to the orange physical VLAN to render forwarding decisions for messages associated with the red logical VLAN.
  • the filtering database 320 for the orange physical VLAN was purged when the respective loop-free topology entered the stand-by state, thereby ensuring it does not contain any stale information when forwarding entity 312 begins to utilize it.
  • the filtering database of the selected physical VLAN could be purged at the time the time the respective loop-free topology transitions from stand-by to active. It should also be understood that switch 230 may begin forwarding messages associated with the red logical VLAN along the newly selected physical VLAN before receiving acknowledgements from its neighbors.
  • Topology switch engines 308 also preferably implement one or more tie-breaking rules to resolve any conflicts in the designation of physical VLANs to logical VLANs. More specifically, suppose the same failure affecting a first logical VLAN is detected at two switches, and suppose further that the first logical VLAN is currently associated with a first physical VLAN. The first switch may decide to switch the first logical VLAN to a second physical VLAN, while the second switch may decide to switch the same logical VLAN to a third physical VLAN. To resolve such conflicts, the topology switch engines 308 preferably apply a tie-breaking rule. For example, the topology switch engines 308 may adopt the physical VLAN having the lowest (or highest) numerical identifier, based on the notification messages received from the first and second switches. During this resolution phase, other switches may first switch to an intermediate physical VLAN before converging on the same physical VLAN.
  • each logical VLAN may also have its own VLAN numeric identifier as provided by the IEEE 802.1Q standard, and that this numeric identifier may be used as the initial physical VLAN for that logical VLAN.

Abstract

A system for rapidly switching at least one virtual local area network (VLAN) from a first loop-free topology to a second loop-free topology in response to a failure within the first loop-free topology. Each VLAN has one “logical” VLAN which represents the network entities organized into the VLAN and a set of “physical” VLANs each having its own VLAN designation. For each physical VLAN, a different loop-free topology is defined, although only one physical VLAN is “active” at any given time. Messages associated with the logical VLAN are tagged with the designation of the currently active physical VLAN, and forwarded along its loop-free topology. Upon detecting a failure in the loop-free topology, the logical VLAN is rapidly switched to the loop-free topology defined by a second, back-up physical VLAN. Following the switch, messages associated with the logical VLAN are tagged with the designation of this back-up VLAN and are forwarded along its loop-free topology.

Description

This application is a continuation of application Ser. No. 09/452,344, filed Nov. 30, 1999, now issued as U.S. Pat. No. 6,678,241.
CROSS-REFERENCE TO RELATED APPLICATIONS
This application is related to the following co-pending U.S. patent applications:
U.S. patent application Ser. No. 08/998,412 entitled, METHOD AND APPARATUS FOR RAPIDLY RECONFIGURING COMPUTER NETWORKS, filed Dec. 24, 1997, now U.S. Pat. No. 6,032,194; and U.S. patent application Ser. No. 09/208,175 entitled, VALUE-ADDED FEATURES FOR THE SPANNING TREE PROTOCOL, filed Dec. 9, 1998.
FIELD OF THE INVENTION
The present invention relates generally to computer networks, and more specifically, to a method and apparatus for quickly identifying and selecting loop-free topologies in computer networks.
BACKGROUND OF THE INVENTION
A computer network typically comprises a plurality of interconnected entities. An entity may consist of any device, such as a computer or end station, that “sources” (i.e., transmits) or “sinks” (i.e., receives) messages such as data frames. A common type of computer network is a local area network (“LAN”) which typically refers to a privately owned network within a single building or campus. LANs typically employ a data communication protocol (LAN standard), such as Ethernet, FDDI or token ring, that defines the functions performed by the data link and physical layers of a communications architecture (i.e., a protocol stack). In many instances, several LANs may be interconnected by point-to-point links, microwave transceivers, satellite hook-ups, etc. to form a wide area network (“WAN”) or intranet that may span an entire country or continent.
One or more intermediate network devices are often used to couple LANs together and allow the corresponding entities to exchange information. For example, a bridge may be used to provide a “bridging” function between two or more LANs. Alternatively, a switch may be utilized to provide a “switching” function for transferring information among a plurality of LANs or end stations. Typically, the bridge or switch is a computer and includes a plurality of ports that couple the device to the LANs or end stations. Ports used to couple switches to each other are generally referred to as a trunk ports, whereas ports used to couple a switch to LANs, end stations, servers, etc. are generally referred to as access ports. The switching function includes receiving data from a sending entity at a source port and transferring that data to at least one destination port for forwarding to the receiving entity. Switches and bridges typically store address information for use in reaching particular network entities in a block of memory called a filtering database.
Additionally, most computer networks are either partially or fully meshed. That is, they include redundant communications paths so that a failure of any given link or device does not isolate any portion of the network. The existence of redundant links, however, may cause the formation of circuitous paths or “loops” within the network. Loops are highly undesirable because data frames may traverse the loops indefinitely. Furthermore, because switches and bridges replicate (i.e., flood) frames whose destination port is unknown or which are directed to broadcast or multicast addresses, the existence of loops may cause a proliferation of data frames that effectively overwhelms the network.
Spanning Tree Algorithm
To avoid the formation of loops, most bridges and switches execute a spanning tree algorithm which allows them to calculate an active network topology that is loop-free (i.e., a tree) and yet connects every pair of LANs within the network (i.e., the tree is spanning). The Institute of Electrical and Electronics Engineers (IEEE) has promulgated a standard (the 802.1D standard) that defines a spanning tree protocol to be executed by 802.1D compatible devices. In general, by executing the IEEE spanning tree protocol, bridges elect a single bridge to be the “root” bridge. Since each bridge has a unique numerical identifier (bridge ID), the root is typically the bridge with the lowest bridge ID. In addition, for each LAN coupled to more than one bridge, only one (the “designated bridge”) is elected to forward frames to and from the respective LAN. The designated bridge is typically the one closest to the root. Each bridge also selects one port (its “root port”) which gives the lowest cost path from that bridge to the root. The root ports and designated bridge ports are selected for inclusion in the active topology and are placed in a forwarding state so that data frames may be forwarded to and from these ports and thus onto the corresponding paths or links of the network. Ports not included within the active topology are placed in a blocking state. When a port is in the blocking state, data frames will not be forwarded to or received from the port. A network administrator may also exclude a port from the spanning tree by placing it in a disabled state. The forwarding and blocking states are stable spanning tree port states in that a port may remain in these states indefinitely (i.e., there is no prescribed limit on the time that can be spent in either of these states).
To obtain the information necessary to run the spanning tree protocol, bridges exchange special messages called configuration bridge protocol data unit (BPDU) messages. BPDU messages carry information used to execute the spanning tree protocol. For example, BPDU messages carry a root identifier, a root path cost, a bridge identifier, and a port identifier, among other information. The root identifier is the numeric identifier for the bridge assumed to be the root and the bridge identifier is the numeric identifier of the bridge sending the BPDU. The root path cost is a value representing the cost to reach the assumed root from the port on which the BPDU is sent and the port identifier is the numeric identifier of the port on which the BPDU is sent.
Upon start-up, each bridge initially assumes itself to be the root and generates and transmits BPDU messages accordingly. Upon receipt of a BPDU message from a neighboring device, the message's contents are examined and compared with similar information (e.g., assumed root and lowest root path cost) stored by the receiving bridge. If the information from the received BPDU is “better” than the stored information, the bridge adopts the better information and uses it in the BPDUs that it sends (adding the cost associated with the receiving port to the root path cost) from its ports, other than the port on which the “better” information was received. Although BPDU messages are not forwarded by bridges, the identifier of the root is eventually propagated to and adopted by all bridges as described above, allowing them to select their root port and any designated port(s).
In order to adapt the active topology to failures, bridges associate a timer with the BPDU information stored for each port. If the age of any stored BPDU information reaches a so-called maximum age, the corresponding BPDU information is considered to be stale and is discarded by the bridge. Normally, each bridge replaces its stored BPDU information every hello time, which is the frequency at which the root sends new BPDU messages, thereby preventing it from being discarded and maintaining the current active topology. If a bridge stops receiving BPDU messages on a given port (indicating a possible link or device failure), it will continue to increment the respective message age value until it reaches the maximum age threshold. The bridge will then discard the stored BPDU information and proceed to re-calculate the root, root path cost and root port by transmitting BPDU messages utilizing the next best information it has. The maximum age value used within the bridged network is typically set by the root, which enters a selected value in its BPDU messages. Neighboring bridges copy this value into their BPDU messages, thereby propagating the selected value throughout the network. The default maximum age value under the IEEE standard is twenty seconds.
As BPDU information is up-dated and/or timed-out and the active topology is re-calculated, ports may transition from the blocking state to the forwarding state and vice versa. That is, as a result of new BPDU information, a previously blocked port may learn that it should be in the forwarding state (e.g., it is now the root port or a designated port). Rather than transition directly from the blocking state to the forwarding state, ports transition through two or more intermediary or transitory states, such as a listening state and a learning state. The time spent in each of the listening and the learning states is called the forwarding delay. As ports transition between the blocked and forwarding states, entities may appear to move from one port to another. To prevent bridges from distributing messages based upon incorrect information, bridges quickly age-out and discard the “old” information in their filtering databases. More specifically, upon detection of a change in the active topology, bridges transmit Topology Change Notification Protocol Data Unit (TCN-PDU) messages toward the root. The format of the TCN-PDU message is described in the IEEE 802.1D standard and is well-known. The TCN-PDU message is propagated hop-by-hop until it reaches the root which confirms receipt of the TCN-PDU by setting a topology change flag in all BPDUs subsequently transmitted by the root for a period of time. Other bridges, receiving these BPDUs, note that the topology change flag has been set, thereby alerting them to the change in the active topology. In response, bridges significantly reduce the aging time associated with their filtering databases. Information contained in the filtering databases is thus quickly discarded.
Although the spanning tree protocol is able to maintain a loop-free topology despite network changes and failures, re-calculation of the active topology can be a time consuming and processor intensive task. For example, re-calculation of the spanning tree following the failure of a link or an intermediate device can take thirty seconds or more. First, the corresponding BPDU information must time-out, which typically takes twenty seconds. The affected ports may then transition through the listening and learning states, remaining in each state for approximately fifteen seconds. Thus, it takes approximately fifty seconds or more to recover from a failure. During this time, message delivery is often delayed because ports in the listening and learning states do not forward or receive messages. Such delays can have serious consequences for time-sensitive applications, such as voice or video applications, which demand consistently low latency. In particular, these applications may stop or shut-down in response to such disruptions.
Virtual Local Area Networks
A computer network may also be segregated into a series of logical network segments. U.S. Pat. No. 5,394,402, issued Feb. 28, 1995 (the “'402 patent”), for example, discloses an arrangement for associating any port of a switch with any particular segregated network group. Specifically, according to the '402 patent, any number of physical ports of a particular switch may be associated with any number of groups within the switch by using a virtual local area network (VLAN) arrangement that virtually associates the port with a particular VLAN designation. These VLAN designations are also associated with the messages that are received on these ports. In particular, every time a message is received on a given access port, the VLAN designation for that port, as stored in a memory portion of the bridge, is associated with the message. For convenience, each VLAN designation is often associated with a different color, such as red, blue, green, etc.
In many cases, it may be desirable to interconnect a plurality of these switches in order to extend the VLAN associations of ports in the network. By extending VLAN associations across multiple devices, those entities having the same VLAN designation function as if they are all part of the same LAN segment. Message exchanges between parts of the network having different VLAN designations are specifically prevented in order to preserve the boundaries of each VLAN segment or domain. In addition to the '402 patent, the IEEE has also promulgated the 802.1Q standard for Virtual Bridged Local Area Networks. The IEEE's 802.1Q standard supports VLANs and defines a specific VLAN-tagged message form at for transmission on trunks.
FIG. 1 is a partial block diagram of a tagged data frame 100 that is compatible with the 802.1Q standard. Frame 100 includes a header portion 102, which may be compatible with the Media Access Control (MAC) sub-layer, and data portion 104. The header 102, moreover, includes a plurality of fields. In particular, header 102 includes a MAC destination address (MAC DA) field 106 that identifies the network entity to which the frame 100 is to be delivered and a MAC source address (MAC SA) field 108 that identifies the network entity that created the frame 100. Following the MAC SA field 108 is a VLAN identifier (VLAN ID) or tag field 110 that specifies the VLAN that has been associated with the frame 100. In particular, VLAN ID field 110 is loaded with a numeric identifier that corresponds to the VLAN designation associated with the port on which message 100 was received. This tag, moreover, is examined and understood by 802.1Q compatible devices, and the last device along the route removes the tag before transmitting the frame to the target end station.
Several alternatives exist for overlaying spanning trees or active topologies on these virtually segregated network groups or domains. The IEEE 802.1Q standard, for example, specifies a single spanning tree within the respective bridged network regardless of the number of VLAN designations that have been defined. With this approach, the bridges exchange conventional BPDUs so as to define a single loop-free topology for the network. Thus, all data frames, regardless of their VLAN associations, may be forwarded to and received from ports in the forwarding state, while no data frames may be forwarded to or received from blocked parts.
An alternative to the 802.1Q standardized approach is to define a separate spanning tree for each VLAN defined within the bridged network. This per VLAN spanning tree architecture is described at IEEE 802.1s, which is the Multiple Spanning Trees Draft Supplement to the IEEE 802.1Q Virtual Bridged Local Area Network Standard. With this approach, bridges and switches exchange BPDUs, each of which is tagged with a VLAN designation just like data frames. These tagged BPDUs are then processed by the switches so as to define a separate active network topology or spanning tree for each VLAN designation. Thus, for a given trunk port, messages associated with one VLAN designation may be forwarded and received whereas messages associated with a second VLAN designation may be blocked. That is, the port is forwarding for the first VLAN but blocking for the second. Regardless of the spanning tree approach that is adopted, however, re-calculation of the spanning tree following a link or device failure can take a significant amount of time in networks supporting VLANs, and these delays can have deleterious consequences for time-sensitive applications.
SUMMARY OF THE INVENTION
Briefly, the invention relates to a system and method for rapidly switching at least one virtual local area network (VLAN) from a first loop-free topology to a second loop-free topology in response to detecting a failure within the first loop-free topology. Each VLAN defined for a computer network is configured to include one “logical” VLAN which logically represents the entities organized into the defined VLAN, and a plurality of “physical” VLANs each associated with its own VLAN designation. For each physical VLAN, moreover, a different loop-free topology is defined within the network. However, at any given time, only one of the physical VLANs, and thus only one loop-free topology, will be “active” for its corresponding logical VLAN. Messages associated with the logical VLAN are tagged with the designation of the currently active physical VLAN, and forwarded along that physical VLAN's loop-free topology. According to the invention, upon the detection of a link or other failure in the loop-free topology defined by the currently active physical VLAN, the logical VLAN is rapidly switched to the loop-free topology defined by a second physical VLAN to which the logical VLAN is also associated. More specifically, access ports corresponding to the logical VLAN are re-assigned to the second physical VLAN. Following the switch to the second physical VLAN, subsequent messages associated with the logical VLAN are tagged with the designation of the second physical VLAN, and forwarded along its respective loop-free topology. The physical VLAN Which is selected as the new active topology preferably has the affected link blocked so as to be fully spanning. Accordingly, messages associated with the logical VLAN can continue to be forwarded without having to wait for the spanning tree algorithm to be recalculated. Thus, the network of the present invention suffers little or no delay from failures and, through appropriate selection of the new physical VLAN, loss of connectivity is avoided.
BRIEF DESCRIPTION OF THE DRAWINGS
The invention description below refers to the accompanying drawings, of which:
FIG. 1, previously discussed, is a block diagram of a conventional VLAN-tagged message;
FIG. 2 is a block diagram of a computer network in accordance with the present invention;
FIG. 3 is a highly schematic functional block diagram of an intermediate network device in accordance with the present invention;
FIGS. 4A-4B is a flow diagram of the methods of the present invention;
FIG. 5A is a state diagram in accordance with the present invention;
FIG. 5B is a chart illustrating the events that trigger a transition among the states of FIG. 5A;
FIG. 5C is a highly schematic representation of state information stored by the device of FIG. 3; and
FIG. 6 is a highly schematic block diagram of a notification message in accordance with the present invention.
DETAILED DESCRIPTION OF AN ILLUSTRATIVE EMBODIMENT
FIG. 2 illustrates a computer network 200 in accordance with the present invention. The network 200 includes a plurality of local area networks (LANs)-202-226 each of which is coupled to one or more access switches 230-234. The access switches 230-234 are, in turn, interconnected with each other through a plurality of distribution or backbone switches 236-246. Specifically, the access switches 230-234 and backbone switches 236-246, which may also be referred to as intermediate network devices, may be interconnected by a series of trunks or links 248, such as point-to-point links. Links 248 basically represent communications paths for transporting messages, such as data frames, between various network components. Network 200 further includes two routers 250 and 252 which provide added functionality to the network 200. Routers 250 and 252 are preferably coupled to backbone switches, such as backbone switches 244 and 246.
Each access switch 230-234 and backbone switch 236-246 includes a plurality of ports which, if directly coupled to a LAN 202-226 (or a host, end station, server, workstation, etc.) are referred to as access ports, and if directly coupled to a trunk or link 248 are referred to as trunk ports. Each port at a given switch, moreover, may be identified by a corresponding port number (e.g., port 1, port 2, port 3, etc.). Access switch 230, for example, has three trunk ports 254 (port numbers 1-3) and five access ports 256 (port numbers 4-8). Attached to each LAN 202-226 may be a plurality of network entities, such as hosts, end stations, servers (e.g., file servers, print servers, etc.), workstations, etc. For example, attached to LAN 202 is a first server 258, and attached to LAN 226 is a second server 260. These network entities, moreover, may source or sink messages or data frames to one another over the network 200. Switches 230-246 comprise conventional components and circuitry that allow them to associate specific ports with the hosts, end stations, servers, workstation, routers, etc. that are coupled thereto or otherwise accessible therethrough.
Selected LANs 202-226, and thus the hosts, end stations, servers and workstations attached thereto, may be logically grouped together to form one or more virtual local area networks (VLANs). More specifically, a network administrator may define a plurality of VLANs within network 200. Each VLAN is preferably associated with a corresponding numeric identifier or designation and, for convenience, may be further identified by a color code (e.g., red, blue, green, yellow, etc.). The IEEE 802.1Q standard, for example, allocates the numeric identifiers 0-4095 as possible VLAN designations. In accordance with the IEEE standard, numeric identifiers 0 and 4095 are reserved, thereby leaving 4094 available VLAN designations for assignment by the network administrator. To associate any given LAN, host, end station, server, etc. with a defined VLAN, the bridge or switch directly coupled to that LAN, host, end station, server etc. preferably associates its corresponding access port with the respective VLAN designation. For example, LANs 202, 212 and 222 may all be associated with the red VLAN by associating the respective access ports of the respective switches 230-234 with that color code. LANs 204, 210, 214 and 224 may be similarly associated with the blue VLAN. LANs 206 and 218 may be associated with the yellow VLAN, and LANs 208, 216 and 226 associated with the green VLAN.
Access switches 230-234 and backbone switches 236-246 are further configured to tag, distribute and ultimately deliver VLAN associated messages, provided that the VLAN tag of the message matches the VLAN designation associated with the destination or target entity. In particular, switches 230-246 associate their respective trunk ports that are coupled to links 248 with the VLAN designations or domains associated with the various LANs, hosts, end stations, servers, etc. that may be reached through the respective trunk port. Those skilled in the art will understand that there are several techniques for propagating VLAN membership information across the network 200 and thereby associate trunk ports with VLAN designations. The IEEE, for example, as part of the 802.1Q standard, has defined the Generic Attribute Registration Protocol VLAN Registration Protocol (GVRP) through which intermediate devices, end stations, hosts, servers, workstations, etc. can issue and revoke declarations regarding their membership in specific VLANs. Propagation of VLAN membership information may alternatively take place through a dedicated protocol, such as the VLAN Trunk Protocol (VTP), which is described in the IEEE 802.1s Multiple Spanning Trees Draft Supplement, and is hereby incorporated by reference in its entirety. Additionally, trunk ports 254 coupled to links 248 may be configured to operate in accordance with any number of VLAN encapsulation protocols, such as the IEEE 802.1Q standard or the Inter-Switch Link (ISL) mechanism from Cisco Systems, Inc., as described in U.S. Pat. No. 5,742,604, which are both hereby incorporated by reference in their entirety.
As shown, network 200 also includes a plurality of redundant communication paths interconnecting the access switches 230-234 and backbone switches 236-246. The existence of such redundant links prevents portions of the network 200 from becoming isolated should any constituent link or device fail. Such redundancy, however, also results in the creation of loops, which, as described above, are highly undesirable. To avoid the creation of loops, switches 230-246 preferably execute a spanning tree algorithm. In particular, switches 230-246 execute the spanning tree protocol basically as described in the IEEE 802.1D Standard which is also hereby incorporated by reference in its entirety. To avoid the delays inherent in re-calculation of the spanning tree protocol, however, one or more access switches 230-234 also provides for rapid topology switching as described below.
It should be understood that the network 200 of FIG. 2 is meant for illustrative purposes only and that the present invention will operate with other network designs having possibly far more complex topologies. It will also be understood to those skilled in the art that there is no distinction from the spanning tree point of view between local and trunk ports or between point-to-point trunks or links and shared media (e.g., LANs).
FIG. 3 is a partial functional block diagram of switch 230 that is configured in accordance with the present invention. As described above, switch 230 includes a plurality of ports 302 a-h, each of which is preferably identified by a number (e.g., port numbers 1-8). Ports 302 a-h, moreover, are preferably configured in a conventional manner either as access ports or as trunk ports. As mentioned above, an access port is a port 302 that does not provide connectivity to other portions of the bridged network, but is instead directly connected to a LAN, host, end station, server, workstation, etc. Nonetheless, it should be understood that two switches may be interconnected by a shared media, such as LAN 220, which interconnects switches 232 and 234. A trunk port, on the other hand, typically corresponds to a point-to-point link and provides connectivity from the switch 230 to other areas of the bridged network 200. At switch 230, ports 302 a-c (port numbers 1-3) are each configured as trunk ports, while ports 302 d-h (port numbers 4-8), which are coupled to LANs 210, 208, 206, 204 and 202, respectively, are each configured as access ports. Trunk ports 302 a-c are further configured to operate in accordance with either the 802.1Q or ISL encapsulation techniques. The configuration of the various ports 302 as access or trunk ports may be performed by the network administrator, either remotely or locally, utilizing a conventional management protocol, such as Simple Network Management Protocol (SNMP) or CiscoWorks from Cisco Systems, Inc.
Switch 230 also includes one or more frame transmission and reception objects 304 that are in communicating relationship with the ports 302 a-h such that frames received at a given port may be captured and frames to be transmitted may be driven onto a given port. Frame reception and transmission object 304 preferably includes one or more message storage structures, such as priority queues. Switch 230 further includes a spanning tree entity 306, a topology switch engine 308, a link state detection engine 310, at least one forwarding entity 312 and a port configuration entity 314. The designation of a port 302 as either an access or trunk port and the corresponding VLAN encapsulation technique are preferably stored at or by the port configuration entity 314. The spanning tree entity 306 is in communicating relationship with the frame transmission and reception object 304 so as to receive bridge protocol data unit (BPDU) messages, and also includes one or more spanning tree state machine engines 316 a-c for maintaining the spanning tree states of the ports 302 a-h. The topology switch engine 308, which is in communicating relationship with the spanning tree entity 306, the link state detection engine 310 and the port configuration entity 314, is coupled to or alternatively may include a topology state machine engine 318. As described below, the topology state machine engine 318 maintains the states of various loop-free topologies defined within network 200 (FIG. 2).
The forwarding entity 312 is also in communicating relationship with the frame transmission and reception object 304 so as to receive and forward data frames and other messages, and is also coupled to one or more filtering databases 320 a-c that store address information corresponding to the entities of network 200 (FIG. 2). Specifically, each filtering database 320, which may be implemented as a content addressable memory (CAM) device, has a plurality of records or cells (not shown), including a destination address cell, a destination port cell and a corresponding timer cell. Each record or cell in the filtering databases 320 a-c preferably corresponds to a particular network entity. The forwarding entity 312 is configured to switch or bridge data frames received at a source port 302 to one or more destinations ports 302 for forwarding depending on the matching information identified in the forwarding databases 320 a-c as well as the states of the respective ports 310 as established by the plurality of spanning tree state machine engines 316 a-c.
Topology switch engine 308 and topology state machine engine 318 may each comprise programmed or programmable processing elements containing software programs, such as software modules or libraries, pertaining to the methods described herein and executable by one or more processing elements (not shown). Other computer readable media may also be used to store the program instructions for execution. Engines 308 and 318 may also be implemented in hardware through a plurality of registers and combinational logic configured to produce sequential logic circuits and cooperating state machines. Those skilled in the art will recognize that various combinations of hardware and software components may also be utilized to implement the topology switch components of the present invention.
Suitable intermediate network device platforms for use as access switch 230 include the Catalyst 8500® series of switch routers and/or the Catalyst® 6000 family of multi-layer switches both from Cisco Systems, Inc.
With reference to the flow charts of FIGS. 4A-B, operation of the present invention preferably proceeds as follows. First, the network administrator defines a plurality of “logical” VLANs within network 200 (FIG. 2) and assigns selected network entities to these logical VLANs so as to create logical groups, as shown at block 402 of FIG. 4A. As described above, the network administrator may conceptually define the red, blue, yellow and green logical VLANS, each of which may be used to logically interconnect a different enterprise department, such as engineering, accounting, sales, and management. To define the logical VLANs and assign membership, the network manager may use a conventional Command Line Interface (CLI) or SNMP. Alternatively, the network manager may use the VLAN Membership Policy Server (VMPS) Protocol and the VLAN Director interface from Cisco Systems, Inc.
Each logical VLAN is then associated or augmented with one or more “physical” VLANs. More specifically, for each logical VLAN, the network administrator preferably defines a set of physical VLANs for association with the given logical VLAN, as indicated at block 404. In the preferred embodiment, each physical VLAN is assigned a different numerical identifier as provided in the 802.1Q standard, which is hereby incorporated by reference in its entirety, and thus basically represents its own independent VLAN. For example, the network administrator may define the violet, purple, magenta and orange physical VLANs and associate each of them with the red logical VLAN. In accordance with the 802.1Q standard, these physical VLANs may be assigned the numerical identifiers 10, 11, 12 and 13, respectively. For the blue logical VLAN, the network administrator may define the brown, rose and gray physical VLANs, which may be assigned the numerical identifiers 14-16, respectively. For the yellow logical VLAN, the network administrator may define the cyan, crimson, silver and sea green physical VLANs, which, in turn, may be assigned numerical identifiers 17-20. For the green logical VLAN, the network administrator may define the turquoise, white and olive physical VLANs, which may be assigned numerical identifiers 21-23.
The identity of the logical and physical VLANs and the association of physical VLANs to logical VLANs, as established by the network administrator, are preferably stored at or by the topology state machine engine 318. In addition, the topology switch engine 308 preferably informs the forwarding entity 312 of the identities of the physical VLANs as they are defined, and the forwarding entity 312, in turn, establishes a separate filtering database 320 for each physical VLAN.
Next, a loop-free topology is established for each physical VLAN, as shown at block 406. Those skilled in the art will understand that there are several mechanisms or techniques available to establish separate loop-free topologies for each physical VLAN. For example, the network administrator may manually define the loop-free topology for each physical VLAN. The network administrator may interact with a graphical user interface that displays a map of the network and utilize CLI or SNMP to manually establish the loop-free topologies of the physical VLANs. Conventional network management facilities, such as HP OpenView® from Hewlett-Packard Co. of Palo Alto, Calif. or NetView 6000 from International Business Machines Corp. of Armonk, N.Y., are capable of displaying such network maps. The port states (i.e., blocked or forwarding) associated with each manually defined loop-free topology are then stored at or by the respective spanning tree state machine engines of each switch, such as engines 316 of switch 230. Alternatively, the network administrator may rely on the execution spanning tree protocol to define the loop-free topologies associated with the physical VLANs. More specifically, switches 230-246 may be configured to generate, exchange and process BPDU messages that are tagged with the designations of the physical VLANs, thereby defining a loop-free topology for each physical VLAN. In particular, the network administrator may configure the spanning tree entity at each switch to establish a spanning tree state machine engine for each physical VLAN.
Those skilled in the art will understand that other mechanisms may be used to define the loop-free topologies. For example, the intermediate network devices could run a link state advertisement protocol, such as the one utilized in the well-known Open Shortest Path First routing protocol, to capture the topology of the network. Once the topology is discovered, a network administrator could use graph algorithms to determine which ports to block for each physical VLAN.
Regardless of the manner by which the loop-free topologies are defined, the set of physical VLANs associated with each logical VLAN are preferably configured and established so that, for every link 248 of network 200, there is at least one physical VLAN within that set whose loop-free topology has that link 248 in the blocked state. For example, the loop-free topology established for a first physical VLAN may have the link between switches 238 and 244 blocked, whereas the loop-free topology established for a second physical VLAN may have the link 248 between switches 240 and 246 blocked and so on until every link 248 of network 200 is blocked by at least one loop-free topology. The number of physical VLANs that are required to meet this goal can be defined by the following equation:
X = M M - N + 1
where,
X is the number of physical VLANs that are required;
M is the number of links or trunks within the network;
N is the number of nodes (i.e., bridges and switches) within the VLAN bridged network; and
the half parentheses symbol on the right side of the equation means a “ceiling of” function is to be applied to the real number inside the half parentheses, thereby obtaining an integer for X, such that the integer X is the smallest integer that satisfies the equation X≧ the real number inside the half parenthesis, e.g., if the real number inside the half parentheses is 3.675, then X is 4, if the real number is 2.0001, then X is 3, etc.
In order to force or constrain the spanning tree protocol to define loop-free topologies having the desired properties (i.e., the blocking of each network link by at least one physical VLAN), the network administrator preferably modifies the bridge identifiers and port costs of the various switches 230-246 within network 200 for each physical VLAN so that the resulting loop-free topologies will block the desired links 248. A mechanism for adjusting the bridge identifier and port costs on a VLAN-by-VLAN basis is described in U.S. patent application Ser. No. 08/998,412 entitled, FAST RECONFIGURATION OF SPANNING TREES, filed Dec. 24, 1997, which is hereby incorporated by reference in its entirety. For each switch 230-246, the network administrator can adjust the bridge identifier, which is utilized to elect the root, and port costs and port identifiers, which are used to determine the lowest cost path to the root. In general, the network administrator may adjust the bridge identifiers of switches 230-246 so as to force the election of a selected root for a first physical VLAN, and then observe which links are blocked and which are forwarding. The blocked links will typically be those links that are distant from the root. The root for a second physical VLAN is then selected in proximity to the blocked links of the first physical VLAN in a similar manner (e.g., by adjusting the bridge identifiers of switches 230-246). This will typically result in the blocked links of the second physical VLAN generally corresponding to the forwarding links of the first physical VLAN. This process is then repeated several times, with adjustments made to port costs as necessary, to achieve the desired result (i.e., each link being blocked for at least one physical VLAN).
Those skilled in the art will understand that this may be done manually by the network administrator or automated with a dedicated protocol or algorithm. It may also be bounded to the discovery of the network topology as described above.
If the network administrator is relying on the spanning tree protocol to define the loop-free topology of each physical VLAN, then the spanning tree entity 306 begins formulating and transmitting BPDU messages tagged with the VLAN designations for each physical VLAN upon initialization of the respective switch. In particular, the spanning tree entity 306 preferably formulates and transmits BPDU messages that have been tagged with the VLAN designations corresponding to violet, purple, magenta, orange, brown, rose, etc. physical VLANs. These tagged BPDU messages are received and processed by the switches 230-246 as described above. The spanning tree state machine engines 316 then transition the port states on a per-VLAN basis. Thus, a separate loop-free topology is defined by the respective spanning tree entities for each physical VLAN.
The topology state machine engine 318, which maintains a corresponding spanning tree state for each physical VLAN, preferably monitors the execution of the spanning tree protocol by the spanning tree entity 306. FIG. 5A is a state diagram 500 of the various states of the loop-free topologies represented by the physical VLANs defined within network 200. As shown, the loop-free topology for each physical VLAN may be in one of three possible states: an unusable state 502, a stand-by state 504 and an active state 506. The unusable state 502 corresponds to a loop-free topology that has not yet converged (e.g., one or more switch ports are in the listening or learning states) or has become partitioned (e.g., connectivity has been lost with part of the physical VLAN domain). The stand-by state 504 corresponds to a loop-free topology that has converged (e.g., all corresponding switch ports are either in the blocked, forwarding or disabled states) and thus represents a stable topology. The active state 506 corresponds to a loop-free topology that has been designated to carry the traffic for the respective logical VLAN, as described below. Only one physical VLAN (i.e., one loop-free topology) may be designated to carry traffic for its logical VLAN at any given time.
FIG. 5B is a list of events 508 that may cause a transition among the states of the state diagram of FIG. 5A. In particular, event E1 corresponds to a loop-free topology converging, and thus results in a transition from the unusable state 502 to the stand-by state 504. Event E2 corresponds to a particular physical VLAN being selected as the designated VLAN for its respective logical VLAN, and thus results in a transition from the stand-by state 504 to the active state 506. Event E3 corresponds to the detection of a link or device failure in a previously stable topology, and thus causes a transition from either the active state 506 or the stand-by state 504 to the unusable state 502. Similarly, event E4 corresponds to a partition in the respective physical VLAN, and thus also causes a transition from either the active state 506 or the stand-by state 504 to the unusable state 502.
FIG. 5C is a highly schematic representation of information arranged as an array or table 510 that is stored at or by the topology state machine engine 318. Table 510 contains a first column 512 that identifies each of the logical VLANs of which switch 230 is aware (e.g., red, blue, yellow and green). For each logical VLAN, the table 510 also includes a second column 514 that identifies the physical VLANs associated with each logical VLAN by their numeric identifiers. Following the above example, the red logical VLAN is associated with the violet, purple, magenta and orange physical VLANs, the blue logical VLAN is associated with the brown, rose and gray physical VLANs, the yellow logical VLAN is associated with the orange, crimson, silver and sea green physical VLANs and so on. Table 510 further includes a third column 516 that specifies the current state of the loop-free topology established for each physical VLAN. As indicated above, a loop-free topology may be in any one of three possible states: unusable, active and stand-by.
In the preferred embodiment, whenever a loop-free topology transitions to the stand-by state, the topology switch engine 308 directs the forwarding entity 312 to purge (e.g., delete) the contents of the respective filtering database for that loop-free topology. For example, when the orange physical VLAN which is associated with the red logical VLAN enters the stand-by state as shown in FIG. 5C, the filtering database 320 that corresponds to the orange physical VLAN is purged. As described below, the purging of stand-by filtering databases facilitates the rapid transition to a stand-by physical VLAN upon the occurrence of a failure in the active physical VLAN.
In order to begin forwarding messages associated with a logical VLAN, the topology switch engine 308 designates a selected physical VLAN as the active physical VLAN for each logical VLAN, as indicated at block 408 (FIG. 4A). The designation of a selected physical VLAN may occur in several ways. For example, the topology switch engine 308 may select the first physical VLAN that converges and thus transitions to the stand-by state. An alternative approach is to select the physical VLAN having the lowest (or highest) numerical identifier. Upon designating a selected physical VLAN, the topology switch engine 308 preferably informs the topology state machine engine 318 of the designation, which, in turn, transitions the state of the designated physical VLAN to active, thereby signifying that it has become the designated physical VLAN for this logical VLAN. The topology switch engine 308 also informs the port configuration entity 314 of the selection of a designated physical VLAN. In response, the port configuration entity 314 associates each access port 302 d-302 h that is directly coupled to members of the logical VLAN with the designated physical VLAN, as indicated at block 410. For example, suppose the purple physical VLAN is selected as the designated VLAN for the red logical VLAN. In response, its state transitions to active and the port configuration entity 314 associates all access ports directly coupled to members of the red logical VLAN (e.g., port 302 h) with the purple physical VLAN. This process is repeated at all access switches 230-234 so that access ports coupled to all members of the red logical VLAN are associated with the purple VLAN designation (i.e., numeric identifier 11).
Thereafter, traffic (e.g., data frames) received at an access port for forwarding on a trunk port are tagged with the physical VLAN that has been associated with that access port. Continuing with the above example, since access port 302 h (port number 8) corresponds to the red logical VLAN, and the purple physical VLAN has been selected as the designated VLAN for this logical VLAN, then port configuration entity 314 associates port 302 h with the purple VLAN. As a result, a message from server 258 is received at port 302 h (port number 8), captured and handed to the forwarding entity 312 for processing. Forwarding entity 312 in cooperation with the port configuration entity 314 determines that the message has been received on an access port that is associated with the purple physical VLAN. In response, the forwarding entity 312 performs a look-up on the filtering database 320 associated with the purple physical VLAN, using the contents of the MAC DA field of the received message. If the message is to be forwarded on a trunk port (e.g., port 302 b), the forwarding entity 312 appends a VLAN ID field 110 (FIG. 1) to the message, loads the purple physical VLAN's numeric identifier therein and drives the message onto port 302 b for forwarding.
Similarly, suppose a message 100 (FIG. 1) is received at switch 230 on a trunk port, such as port 302 b, that carries the purple VLAN designation in its VLAN ID field 110 and is addressed to server 258. Forwarding entity 312 preferably uses the contents of the MAC DA field 106 to perform a look-up on the filtering database 320 for the purple VLAN. The look-up will identify port 302 h (port number 8) which is coupled to server 258. Since this is an access port, forwarding entity 312 strips off the VLAN ID field 110 and drives the un-tagged message onto port 302 h for delivery to server 258.
Significantly, the present invention allows switch 230 to continue forwarding traffic with little or no disruption despite link or device failures. For example, suppose as described above, that the purple physical VLAN has been selected as the designated VLAN for the red logical VLAN. Furthermore, suppose that execution of the spanning tree protocol by the spanning tree state machine engine 316 for the purple physical VLAN results in ports 302 a and 302 c (port numbers 1 and 3) being blocked and port 302 b (port number 2) forwarding. As described above, traffic received at switch 230 on access port 320 h (port number 8) and thus corresponding to the red logical VLAN is tagged with the purple physical VLAN designation (i.e., numerical identifier 11) by the forwarding entity 312 and forwarded through trunk port 302 b. If link 248 coupled to port 302 b fails, the failure is detected by the link state detection engine 310, and it, in response, alerts the topology switch engine 308, as indicated at block 412 (FIG. 4A). The topology switch engine 308 informs the topology state machine engine 318 of the failure, and in cooperation with state machine engine 318 identifies all of the logical VLANs that are utilizing the affected port or link, as indicated at block 414. The topology state machine engine 318 treats the failure as an E1 event and, accordingly, transitions the affected physical VLAN (i.e., purple) to the unusable state, as indicated at block 416 (FIG. 4B) and as illustrated by the arrow indicating a transition from the active to the unusable state for entry 518 of table 510 (FIG. 5C). Although, for purposes of explanation, table 510 illustrates the transition between states, it should be understood that table 510 preferably only stores the current state of each physical VLAN (e.g., active, unusable or stand-by) and not the transition between two states.
The topology switch engine 308 next proceeds to identify a back-up physical VLAN for each logical VLAN affected by the failure, as indicated at block 418. Specifically, topology switch engine 308 identifies a physical VLAN that is in the stand-by state and that also has the affected port or link blocked. As described above, the spanning tree entity 306 has been configured to define a loop-free topology for every physical VLAN. The physical VLANs and thus the loop-free topologies, moreover, have been established such that, for every link 248 in network 200, there is at least one physical VLAN for every logical VLAN whose loop-free topology has that link blocked. Thus, there is at least one physical VLAN associated with the red logical VLAN whose loop-free topology has port 302 b blocked. Suppose that the topology switch engine 308 identifies the orange physical VLAN (numerical identifier 13) as having port 302 b in the blocked state. Topology switch engine 308 selects the orange physical VLAN as the newly designated physical VLAN for the red logical VLAN. In response, the topology state machine engine 318 transitions the state of this physical VLAN from stand-by to active, shown at block 420 (FIG. 4B) and as illustrated by the arrow indicating a transition from the stand-by to the active state in entry 520 of table 510 (FIG. 5C).
Next, the entire membership of the red logical VLAN within the network 200 is switched from the purple physical VLAN to the orange physical VLAN, as indicated at block 422. More specifically, topology switch engine 308 informs the port configuration entity 314 of the designation of the orange physical VLAN as the newly active VLAN for the red logical VLAN. In response, the port configuration entity 314 changes the VLAN association of each access port coupled to members of the red logical VLAN from the purple VLAN (numerical identifier 11) to the orange VLAN (numerical identifier 13). Thus, all the LANs, hosts, end stations, servers, workstations, etc. that were associated with the purple physical VLAN at switch 230 are now associated with the orange physical VLAN. It should be understood that the re-assignment of access ports from one physical VLAN designation to another can be rapidly accomplished (e.g., in a matter of milliseconds). It should be further understood that the assignment of physical VLANs at the trunk ports is left un-changed despite the failure. That is, only the VLAN assignment of the access ports (which are directly coupled to VLAN member entities) is changed.
In order to alert the other switches within network 200 of this change in physical VLANs and thereby complete the switch to the new physical VLAN, the topology switch engine 308 generates and sends one or more notification messages to the other switches within network 200, as indicated at block 424. The notification messages, which are transmitted by a reliable broadcast mechanism, alert these switches of the change affecting the red logical VLAN. FIG. 6 is a highly schematic block diagram of a preferred notification message 600. Message 600 includes a header portion 602 that is compatible with the MAC sub-layer, and a message area 604. The header 602 includes a MAC SA field 608 and a MAC DA field 606, and a VLAN ID field 610. The message area 604 includes a sequence number field 612, a logical VLAN ID field 614, a former physical VLAN ID field 616 and a newly active VLAN ID field 618. Those skilled in the art will understand that notification message 600 may include additional fields such as type fields, length fields, version fields, etc. Topology switch engine 308 preferably loads the bridge ID for switch 230 in the MAC SA field 608, a group multicast address in the MAC DA field 606, and places the VLAN ID for the old physical VLAN in field 610. In message area 604, topology switch engine 308 enters a selected sequence number in field 612, the identifier of the affected logical VLAN (e.g., red) in field 614, the identifier of the former physical VLAN (e.g., purple) in field 616 and the identifier of the newly activated physical VLAN (e.g., orange) in field 618. Switch 230 then forwards the notification message 600 out each of its trunk ports that are in the forwarding state for any VLAN.
The notification message 600 is received at each of the neighboring switches (i.e., switches 236 and 240) and, by virtue of the selected group multicast address, it is captured and forwarded to the topology switch engines at those devices. The topology switch engines at switches 236 and 240 store the sequence number of message 600. Switches 236 and 240 forward a copy of the notification message 600 from each of their trunk ports that are in the forwarding state (other than the port on which the message 600 was received) and may return an acknowledgement to switch 230. As a result, notification message 600 is propagated throughout the network 200 and received at each access switch coupled to members of the red logical VLAN. At each switch, the notification message 600 is passed to the topology switch engine at that device. The topology switch engine, in cooperation with the port configuration entity, determines whether there are any access ports presently associated with the physical VLAN identified in the old active VLAN ID field 616 (e.g., purple), and, if so, switches (i.e., changes or re-assigns) those ports to the physical VLAN identified in the newly active VLAN ID field 618 (e.g., orange). The switch also purges the contents of the filtering database associated with the newly active physical VLAN. Thereafter, traffic received on an access port that was associated and tagged with the purple physical VLAN is now associated and tagged with the orange VLAN.
It should be understood that switch 230 may send multiple copies of the notification message 600, using the same sequence number, to ensure that they are received. The sequence number is used by receiving switches to discard any duplicate copies of the message 600. It should be further understood that switch 230 may alternatively use a message format and mechanism that is similar to the TCN-PDU messages of the spanning tree protocol to disseminate changes in physical VLANs or may use the VTP protocol to alert other switches of the change in physical VLANs for the red logical VLAN.
Upon receiving the acknowledgements confirming that the notification message 600 has been received by its neighbors, switch 230 is free to begin tagging and forwarding traffic for the red logical VLAN with the newly designated orange physical VLAN designation, as indicated at block 426 (FIG. 4B). Switch 230 utilizes the filtering database 320 corresponding to the orange physical VLAN to render forwarding decisions for messages associated with the red logical VLAN. As described above, the filtering database 320 for the orange physical VLAN was purged when the respective loop-free topology entered the stand-by state, thereby ensuring it does not contain any stale information when forwarding entity 312 begins to utilize it.
It should be understood that the filtering database of the selected physical VLAN could be purged at the time the time the respective loop-free topology transitions from stand-by to active. It should also be understood that switch 230 may begin forwarding messages associated with the red logical VLAN along the newly selected physical VLAN before receiving acknowledgements from its neighbors.
Topology switch engines 308 also preferably implement one or more tie-breaking rules to resolve any conflicts in the designation of physical VLANs to logical VLANs. More specifically, suppose the same failure affecting a first logical VLAN is detected at two switches, and suppose further that the first logical VLAN is currently associated with a first physical VLAN. The first switch may decide to switch the first logical VLAN to a second physical VLAN, while the second switch may decide to switch the same logical VLAN to a third physical VLAN. To resolve such conflicts, the topology switch engines 308 preferably apply a tie-breaking rule. For example, the topology switch engines 308 may adopt the physical VLAN having the lowest (or highest) numerical identifier, based on the notification messages received from the first and second switches. During this resolution phase, other switches may first switch to an intermediate physical VLAN before converging on the same physical VLAN.
It should be understood that each logical VLAN may also have its own VLAN numeric identifier as provided by the IEEE 802.1Q standard, and that this numeric identifier may be used as the initial physical VLAN for that logical VLAN.
The foregoing description has been directed to specific embodiments of this invention. It will be apparent, however, that other variations and modifications may be made to the described embodiments, with the attainment of some or all of their advantages. For example, although it is preferred that the set of physical VLANs established for a given logical VLAN be defined and configured so as to block every link of the network, the invention can be implemented with fewer physical VLANs. That is, even with less than an otherwise full complement of physical VLANs, the present invention nevertheless provides substantial improvements in quickly recovering from failures. In addition, rather than purging the contents of the filtering database when the respective physical VLAN is elected as the new active physical VLAN, the filtering database of the old, now unusable physical VLAN may be purged following its transitioning to the unusable state. Therefore, it is the object of the appended claims to cover all such variations and modifications as come within the true spirit and scope of the invention.

Claims (24)

1. An intermediate network device for forwarding messages in a computer network organized into one or more logical virtual local area networks (VLANs) wherein each logical VLAN has one or more members, the intermediate network device comprising:
means for associating each logical VLAN with a set of physical VLANs;
means for establishing a corresponding loop-free topology within the computer network for each physical VLAN;
means for designating a first physical VLAN and its respective loop-free topology from the respective set of physical VLANs for a given logical VLAN; and
means of using the first physical VLAN in forwarding packets associated with the logical VLAN.
2. An intermediate network device as defined in claim 1 comprising:
means for switching the given logical VLAN from the first physical VLAN to a second physical VLAN.
3. An intermediate network device as defined in claim 2 comprising:
means for detecting a failure in the loop-free topology of the first physical VLAN.
4. An intermediate network device as defined in claim 3 wherein the switching means is configured to switch the given logical VLAN from the first physical VLAN to the second physical VLAN in response to the detecting means detecting a failure in the loop-tree topology of the first physical VLAN.
5. An intermediate network device as defined in claim 3 comprising:
means for transitioning each physical VLAN among one of unusable, stand-by or active states, whereby the unusable state corresponds to the loop-free topology of the respective physical VLAN not being converged, the stand-by state corresponds to the loop-free topology of the respective physical VLAN reaching convergence, and the active state corresponds to the respective physical VLAN being designated for its corresponding logical VLAN.
6. An intermediate network device as defined in claim 5 wherein the transitioning means is configured to transition the state of the first physical VLAN to the unusable state and the state of the second physical VLAN to the active state in response to the detecting means detecting a failure in the loop-free topology of the first physical VLAN.
7. An intermediate network device as defined in claim 2 wherein the switching means is configured to switch the given logical VLAN from the first physical VLAN to the second physical VLAN in response to receiving a notification message.
8. An intermediate network device as defined in claim 1 wherein each physical VLAN is associated with an identifier.
9. An intermediate network device as defined in claim 8 comprising:
means for generating a notification message wherein the message identifies the given logical VLAN and contains the identifiers of the first and second physical VLANs.
10. An intermediate network device as defined in claim 1 wherein the establishing means is configured to execute a spanning tree protocol on a per-VLAN basis so as to define the corresponding loop-free topologies.
11. An intermediate network device as defined in claim 1 wherein the establishing means is configured to establish a corresponding loop-free topology within the computer network for each physical VLAN in an automated manner.
12. An intermediate network device as defined in claim 1 comprising:
means for running a link-state advertisement protocol to capture the topology of the network; and
means for establishing a corresponding loop-free topology within the network for each physical VLAN using the captured topology.
13. An intermediate network device as defined in claim 12 wherein the link-state advertisement protocol is the Open Shortest Path First routing protocol.
14. An intermediate network device for forwarding messages within a computer network in which a plurality of logical virtual local area net-works (VLANs) are defined each having one or more members, the intermediate network device comprising:
a topology switch engine configured to associate each logical VLAN with a set of physical VLANs each having its own identifier, and to designate one physical VLAN from the respective set for each logical VLAN;
means for establishing a loop-free topology within the computer network for each physical VLAN;
a configuration entity in communicating relationship with the topology switch engine, the configuration entity configured to associate members of a first logical VLAN with the identifier of the designated physical VLAN for the first logical VLAN; and
a link state detection engine in communicating relationship with the topology switch engine, the link state detection engine configured to detect message transmission and reception failures in the computer network,
whereby, in response to the detection of a failure preventing the transmission of messages for the first logical VLAN, the topology switch engine selects a back-up physical VLAN for the first logical VLAN and directs the configuration entity to switch the association of the first logical VLAN from the designated physical VLAN to the back-up physical VLAN.
15. An apparatus comprising:
a topology state machine engine operable to associate a logical virtual local area network (VLAN) coupling one or more nodes in a computer network with a plurality of physical VLANs coupling the one or more nodes;
a spanning tree entity operable to establish a different loop-free topology within the computer network for each physical VLAN;
a topology switch engine operable to designate a first physical VLAN and its respective loop-free topology from the plurality of physical VLANs for use in forwarding packets associated with the logical VLAN.
16. The apparatus of claim 15 further comprising:
a link state detection engine operable to detect a failure in the loop-free topology of the first physical VLAN;
wherein the topology switch engine is further operable to switch the logical VLAN from the first physical VLAN to a second physical VLAN in response to the failure.
17. The apparatus of claim 16 wherein the loop-free topology of the second physical VLAN includes a link in a blocked state that is in an active state in the loop-free topology of the first physical VLAN.
18. The apparatus of claim 15 wherein, for each link of a particular set of links in the computer network, there is at least one physical VLAN with a loop-free topology having the link in a blocked state.
19. The apparatus of claim 15 wherein the topology switch engine is further operable to switch the logical VLAN from using the first physical VLAN to using the second physical VLAN in response to receiving a notification message that includes an indication of the logical VLAN and at least the second physical VLAN.
20. The apparatus of claim 15 further comprising:
a separate filtering database for each physical VLAN, each filtering database operable to store address information of nodes in the computer network.
21. A method comprising:
associating a logical virtual local area network (VLAN) coupling one or more nodes in a computer network with a plurality of physical VLANs coupling the one or more nodes;
establishing a different loop-free topology within the computer network for each physical VLAN;
designating a first physical VLAN and its respective loop-free topology from the plurality of physical VLANs for the logical VLAN
using the first physical VLAN in forwarding packets associated with the logical VLAN.
22. The method of claim 21 further comprising:
detecting a failure in the loop-free topology of the first physical VLAN;
switching the logical VLAN from using the first physical VLAN to using a second physical VLAN, in response to the failure.
23. The method of claim 22 wherein the loop-free topology of the second physical VLAN includes a link in a blocked state that is in an active state in the loop-free topology of the first physical VLAN.
24. The method of claim 21 wherein, for each link of a particular set of links in the computer network, there is at least one physical VLAN with a loop-free topology having the link in a blocked state.
US10/752,341 1999-11-30 2004-01-06 Fast convergence with topology switching Expired - Fee Related US7428237B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/752,341 US7428237B1 (en) 1999-11-30 2004-01-06 Fast convergence with topology switching

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/452,344 US6678241B1 (en) 1999-11-30 1999-11-30 Fast convergence with topology switching
US10/752,341 US7428237B1 (en) 1999-11-30 2004-01-06 Fast convergence with topology switching

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/452,344 Continuation US6678241B1 (en) 1999-11-30 1999-11-30 Fast convergence with topology switching

Publications (1)

Publication Number Publication Date
US7428237B1 true US7428237B1 (en) 2008-09-23

Family

ID=29780592

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/452,344 Expired - Lifetime US6678241B1 (en) 1999-11-30 1999-11-30 Fast convergence with topology switching
US10/752,341 Expired - Fee Related US7428237B1 (en) 1999-11-30 2004-01-06 Fast convergence with topology switching

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/452,344 Expired - Lifetime US6678241B1 (en) 1999-11-30 1999-11-30 Fast convergence with topology switching

Country Status (1)

Country Link
US (2) US6678241B1 (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040017816A1 (en) * 2002-06-04 2004-01-29 Prashanth Ishwar Managing traffic in a multiport network node using logical ports
US20050141567A1 (en) * 2003-12-29 2005-06-30 Abed Jaber Extending Ethernet-over-SONET to provide point-to-multipoint service
US20050259597A1 (en) * 2000-10-17 2005-11-24 Benedetto Marco D Multiple instance spanning tree protocol
US20060209895A1 (en) * 2005-03-15 2006-09-21 Fujitsu Limited Network system, layer 3 communication device, layer 2 communication device, and route selection method
US20070064628A1 (en) * 2005-09-16 2007-03-22 Tallet Francois E System and method for generating symmetrical spanning trees
US20070179948A1 (en) * 2006-01-13 2007-08-02 Jennings Raymond B Iii Method and apparatus for disseminating new content notifications in peer-to-peer networks
US20070230457A1 (en) * 2006-03-29 2007-10-04 Fujitsu Limited Authentication VLAN management apparatus
US20070255733A1 (en) * 2006-04-26 2007-11-01 Cisco Technology, Inc. (A California Corporation) Method and system for performing simplified troubleshooting procedures to isolate connectivity problems
US20070274234A1 (en) * 2006-05-26 2007-11-29 Fujitsu Limited Network management method
US20080159174A1 (en) * 2002-08-22 2008-07-03 Nec Corporation Network system, spanning tree configuration method, spanning tree configuration node, and spanning tree configuration program
US7594028B1 (en) * 2000-04-28 2009-09-22 International Business Machines Corporation Counting of GVRP protocol data units within a network bridge
US20090268737A1 (en) * 2008-04-24 2009-10-29 James Ryan Giles Method and Apparatus for VLAN-Based Selective Path Routing
US20100054157A1 (en) * 2007-01-19 2010-03-04 Farkas Janos Method And Apparatus For Network Tree Management
US8751647B1 (en) * 2001-06-30 2014-06-10 Extreme Networks Method and apparatus for network login authorization
US20140215027A1 (en) * 2013-01-25 2014-07-31 Dell Products L.P. System and method for determining the configuration of switches in virtual link trunking environments
US20140269781A1 (en) * 2011-02-15 2014-09-18 General Electric Company Method of time synchronization of free running nodes in an avionics network
US8873431B1 (en) * 2010-04-08 2014-10-28 Adtran, Inc. Communications system and method for maintaining topology in a VLAN environment
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
US20150295816A1 (en) * 2014-04-11 2015-10-15 Entuity Limited Executing loops
US9531598B2 (en) 2013-04-19 2016-12-27 Entuity Limited Querying a traffic forwarding table
US9544217B2 (en) 2013-04-19 2017-01-10 Entuity Limited Identification of paths in a network of mixed routing/switching devices
US9559909B2 (en) 2013-04-19 2017-01-31 Entuity Limited Identifying an egress port of a device
US10616049B2 (en) 2013-01-25 2020-04-07 Dell Products, L.P. System and method for determining the configuration of switches in virtual link trunking environments

Families Citing this family (94)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6678241B1 (en) * 1999-11-30 2004-01-13 Cisc Technology, Inc. Fast convergence with topology switching
US7545755B2 (en) * 2000-03-03 2009-06-09 Adtran Inc. Routing switch detecting change in session identifier before reconfiguring routing table
US7916723B2 (en) * 2000-03-03 2011-03-29 Adtran, Inc. Automatic network topology identification by nodes in the network
JP3664935B2 (en) * 2000-03-17 2005-06-29 アンリツ株式会社 Bridge routing method using spanning tree protocol and bridge with spanning tree protocol
US6757242B1 (en) * 2000-03-30 2004-06-29 Intel Corporation System and multi-thread method to manage a fault tolerant computer switching cluster using a spanning tree
US6963575B1 (en) * 2000-06-07 2005-11-08 Yipes Enterprise Services, Inc. Enhanced data switching/routing for multi-regional IP over fiber network
US6987740B1 (en) * 2000-09-11 2006-01-17 Cisco Technology, Inc. STP root guard
US7133929B1 (en) * 2000-10-24 2006-11-07 Intel Corporation System and method for providing detailed path information to clients
US6888792B2 (en) * 2000-12-07 2005-05-03 Intel Corporation Technique to provide automatic failover for channel-based communications
GB2372400B (en) * 2001-02-19 2003-05-28 3Com Corp Network management apparatus and method for determining the topology of a network
US7145866B1 (en) * 2001-03-01 2006-12-05 Emc Corporation Virtual network devices
US8051212B2 (en) * 2001-04-11 2011-11-01 Mellanox Technologies Ltd. Network interface adapter with shared data send resources
US7170851B1 (en) * 2001-07-26 2007-01-30 Ciena Corporation Systems and methods for automatic topology provisioning for SONET networks
US7145878B2 (en) * 2001-07-27 2006-12-05 Corrigent Systems Ltd. Avoiding overlapping segments in transparent LAN services on ring-based networks
US6992988B2 (en) * 2001-08-20 2006-01-31 Sun Microsystems, Inc. System and method for deadlock-free routing on arbitrary network topologies
US7020145B1 (en) * 2001-09-24 2006-03-28 Hewlett-Packard Development Company, L.P. Network topology manager
US7152113B2 (en) * 2001-10-19 2006-12-19 Sun Microsystems, Inc. Efficient system and method of node and link insertion for deadlock-free routing on arbitrary topologies
US6766482B1 (en) * 2001-10-31 2004-07-20 Extreme Networks Ethernet automatic protection switching
US7657619B1 (en) 2001-11-13 2010-02-02 Extreme Networks, Inc. Method and system for maintaining a loop-free topology across multiple spanning trees in a virtual local area network
US7283478B2 (en) * 2001-11-28 2007-10-16 Corrigent Systems Ltd. Traffic engineering in bi-directional ring networks
US7096251B2 (en) * 2002-01-23 2006-08-22 Sun Microsystems, Inc. Calculation of layered routes in a distributed manner
US7200117B2 (en) * 2002-01-31 2007-04-03 Sun Microsystems, Inc. Method of optimizing network capacity and fault tolerance in deadlock-free routing
CA2420151C (en) * 2002-03-01 2006-05-09 Nippon Telegraph And Telephone Corporation Hitless switching system and transmission apparatus
US7680031B1 (en) * 2002-04-26 2010-03-16 Redback Networks Inc. Method and apparatus for load balancing and protecting data traffic in an optical ring
US20040042416A1 (en) * 2002-08-27 2004-03-04 Ngo Chuong Ngoc Virtual Local Area Network auto-discovery methods
US7453888B2 (en) * 2002-08-27 2008-11-18 Alcatel Lucent Stackable virtual local area network provisioning in bridged networks
US20040044754A1 (en) * 2002-08-27 2004-03-04 Virdy Macmohana Singh Virtual local area network provisioning in bridged networks
US8005918B2 (en) * 2002-11-12 2011-08-23 Rateze Remote Mgmt. L.L.C. Data storage devices having IP capable partitions
EP1561159A4 (en) 2002-11-12 2007-08-29 Zetera Corp Electrical devices with improved communication
IL155449A (en) * 2003-04-15 2008-06-05 Eci Telecom Ltd Technology for improving stp protocols in ethernet networks supporting vlans
US7355965B2 (en) * 2003-05-06 2008-04-08 Overture Networks, Inc. Apparatus and method for rapid detection of unidirectional breaks in a network ring
US7339887B2 (en) * 2003-05-06 2008-03-04 Overture Networks, Inc. Multipoint protected switching ring
WO2004102853A2 (en) 2003-05-06 2004-11-25 Overture Networks, Inc. Protected switching ring
US7336605B2 (en) 2003-05-13 2008-02-26 Corrigent Systems, Inc. Bandwidth allocation for link aggregation
US7839843B2 (en) * 2003-09-18 2010-11-23 Cisco Technology, Inc. Distributed forwarding in virtual network devices
US20050086385A1 (en) * 2003-10-20 2005-04-21 Gordon Rouleau Passive connection backup
US8526427B1 (en) 2003-10-21 2013-09-03 Cisco Technology, Inc. Port-based loadsharing for a satellite switch
EP1545070A1 (en) * 2003-12-18 2005-06-22 Alcatel Network with spanning tree for guiding information
US8990430B2 (en) * 2004-02-19 2015-03-24 Cisco Technology, Inc. Interface bundles in virtual network devices
US8208370B1 (en) 2004-03-31 2012-06-26 Cisco Technology, Inc. Method and system for fast link failover
US7889733B2 (en) * 2004-04-28 2011-02-15 Cisco Technology, Inc. Intelligent adjunct network device
US7418000B2 (en) * 2004-06-03 2008-08-26 Corrigent Systems Ltd. Automated weight calculation for packet networks
US7436836B2 (en) * 2004-06-30 2008-10-14 Cisco Technology, Inc. Method and apparatus for detecting support for a protocol defining supplemental headers
US7808983B2 (en) * 2004-07-08 2010-10-05 Cisco Technology, Inc. Network device architecture for centralized packet processing
US8730976B2 (en) * 2004-08-17 2014-05-20 Cisco Technology, Inc. System and method for preventing erroneous link aggregation due to component relocation
US7330431B2 (en) * 2004-09-03 2008-02-12 Corrigent Systems Ltd. Multipoint to multipoint communication over ring topologies
US7573832B2 (en) * 2004-11-05 2009-08-11 Cisco Technology, Inc. Method and apparatus for conveying link state information in a network
US7974223B2 (en) * 2004-11-19 2011-07-05 Corrigent Systems Ltd. Virtual private LAN service over ring networks
JP2006254341A (en) * 2005-03-14 2006-09-21 Fujitsu Ltd Bridge device in spanning tree protocol network and control packet processing method
US8260932B2 (en) 2005-04-27 2012-09-04 International Business Machines Corporation Using broadcast domains to manage virtual local area networks
US20060245354A1 (en) * 2005-04-28 2006-11-02 International Business Machines Corporation Method and apparatus for deploying and instantiating multiple instances of applications in automated data centers using application deployment template
US7620981B2 (en) 2005-05-26 2009-11-17 Charles William Frank Virtual devices and virtual bus tunnels, modules and methods
US7606178B2 (en) * 2005-05-31 2009-10-20 Cisco Technology, Inc. Multiple wireless spanning tree protocol for use in a wireless mesh network
US7653011B2 (en) 2005-05-31 2010-01-26 Cisco Technology, Inc. Spanning tree protocol for wireless networks
US8819092B2 (en) 2005-08-16 2014-08-26 Rateze Remote Mgmt. L.L.C. Disaggregated resources and access methods
US9270532B2 (en) 2005-10-06 2016-02-23 Rateze Remote Mgmt. L.L.C. Resource command messages and methods
US7821981B2 (en) * 2005-12-27 2010-10-26 Cisco Technology, Inc. Satellite switch communication over a network
US7889655B2 (en) * 2006-01-17 2011-02-15 Cisco Technology, Inc. Techniques for detecting loop-free paths that cross routing information boundaries
US7983150B2 (en) 2006-01-18 2011-07-19 Corrigent Systems Ltd. VPLS failure protection in ring networks
US7804832B2 (en) * 2006-02-13 2010-09-28 Cisco Technology, Inc. Method and system for simplified network wide traffic and/or flow monitoring in a data network
US7808931B2 (en) * 2006-03-02 2010-10-05 Corrigent Systems Ltd. High capacity ring communication network
US8543718B2 (en) * 2006-03-02 2013-09-24 Cisco Technology, Inc. Technique for efficiently and dynamically maintaining bidirectional forwarding detection on a bundle of links
US8886831B2 (en) * 2006-04-05 2014-11-11 Cisco Technology, Inc. System and methodology for fast link failover based on remote upstream failures
US7593400B2 (en) * 2006-05-19 2009-09-22 Corrigent Systems Ltd. MAC address learning in a distributed bridge
US7760668B1 (en) 2006-06-20 2010-07-20 Force 10 Networks, Inc. Self-reconfiguring spanning tree
US7660303B2 (en) 2006-08-22 2010-02-09 Corrigent Systems Ltd. Point-to-multipoint functionality in a bridged network
US7609672B2 (en) * 2006-08-29 2009-10-27 Cisco Technology, Inc. Method and apparatus for automatic sub-division of areas that flood routing information
US7899005B2 (en) * 2006-09-12 2011-03-01 Cisco Technology, Inc. Method and apparatus for passing routing information among mobile routers
US7660234B2 (en) * 2006-09-22 2010-02-09 Corrigent Systems Ltd. Fault-tolerant medium access control (MAC) address assignment in network elements
US8009591B2 (en) * 2006-11-30 2011-08-30 Cisco Technology, Inc. Automatic overlapping areas that flood routing information
US8111684B2 (en) * 2007-03-30 2012-02-07 Cisco Technology, Inc. Path shortening in a wireless mesh network
JP5092546B2 (en) * 2007-05-30 2012-12-05 日本電気株式会社 RELAY DEVICE, NETWORK, AND FRAME RELAY METHOD USED FOR THEM
US8488444B2 (en) * 2007-07-03 2013-07-16 Cisco Technology, Inc. Fast remote failure notification
US7936732B2 (en) * 2007-09-27 2011-05-03 Cisco Technology, Inc. Selecting aggregation nodes in a network
EP2206325A4 (en) * 2007-10-12 2013-09-04 Nortel Networks Ltd Multi-point and rooted multi-point protection switching
US8300523B2 (en) * 2008-07-28 2012-10-30 Cisco Technology, Inc. Multi-chasis ethernet link aggregation
US20100189116A1 (en) * 2009-01-23 2010-07-29 Fujitsu Network Communications, Inc. Routing A Packet Flow In A VLAN
CA2803413A1 (en) * 2010-06-22 2011-12-29 Siemens Aktiengesellschaft Wind park network system
US8462664B2 (en) * 2010-10-06 2013-06-11 Cisco Technology, Inc. Identification of dual plane topologies
US20140258771A1 (en) 2013-03-06 2014-09-11 Fortinet, Inc. High-availability cluster architecture and protocol
US11018935B1 (en) * 2013-05-10 2021-05-25 Marvell Asia Pte Ltd Network traffic quality-based dynamic path change
US10313155B2 (en) 2013-07-11 2019-06-04 Cisco Technology, Inc. Centralized management of authoritative edge devices
GB2524749B (en) * 2014-03-31 2018-12-19 Metaswitch Networks Ltd Spanning tree protocol
US9553788B1 (en) * 2014-06-23 2017-01-24 Amazon Technologies, Inc. Monitoring an interconnection network
US10841360B2 (en) 2014-12-08 2020-11-17 Umbra Technologies Ltd. System and method for content retrieval from remote network regions
WO2016110785A1 (en) 2015-01-06 2016-07-14 Umbra Technologies Ltd. System and method for neutral application programming interface
CN107409079B (en) 2015-01-28 2021-05-07 安博科技有限公司 System and method for global virtual network
US10574482B2 (en) 2015-04-07 2020-02-25 Umbra Technologies Ltd. Multi-perimeter firewall in the cloud
JP2018517372A (en) * 2015-06-11 2018-06-28 アンブラ テクノロジーズ リミテッドUmbra Technologies Ltd. Method and system for integration of multiple protocols in a network tapestry
EP4167547A1 (en) 2015-12-11 2023-04-19 Umbra Technologies Ltd. System and method for information slingshot over a network tapestry and granularity of a tick
EP3449617B1 (en) 2016-04-26 2021-08-18 Umbra Technologies Ltd. Network slinghop via tapestry slingshot
US10680891B2 (en) * 2018-02-28 2020-06-09 Red Hat, Inc. Networking visualizations that update data model and deploy visualization
US11418403B2 (en) 2020-07-21 2022-08-16 Cisco Technology, Inc. Controller driven designated forwarder election in EVPN networks for optimized load distribution
GB2603126B (en) * 2021-01-22 2023-03-01 Canon Kk Method for processing a frame

Citations (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4811337A (en) 1988-01-15 1989-03-07 Vitalink Communications Corporation Distributed load sharing
US4922486A (en) 1988-03-31 1990-05-01 American Telephone And Telegraph Company User to network interface protocol for packet communications networks
US5018137A (en) 1988-06-27 1991-05-21 Digital Equipment Corporation Transparent load sharing for parallel networks
US5115433A (en) 1989-07-18 1992-05-19 Metricom, Inc. Method and system for routing packets in a packet communication network
US5138615A (en) 1989-06-22 1992-08-11 Digital Equipment Corporation Reconfiguration system and method for high-speed mesh connected local area network
US5150360A (en) 1990-03-07 1992-09-22 Digital Equipment Corporation Utilization of redundant links in bridged networks
US5233604A (en) 1992-04-28 1993-08-03 International Business Machines Corporation Methods and apparatus for optimum path selection in packet transmission networks
US5265092A (en) 1992-03-18 1993-11-23 Digital Equipment Corporation Synchronization mechanism for link state packet routing
US5280480A (en) 1991-02-21 1994-01-18 International Business Machines Corporation Source routing transparent bridge
US5329527A (en) 1990-08-27 1994-07-12 Mitsubishi Denki Kabushiki Kaisha Inter-local area network connecting system
US5357508A (en) 1992-04-27 1994-10-18 International Business Machines Corporation Connectionless ATM network support using partial connections
US5394402A (en) 1993-06-17 1995-02-28 Ascom Timeplex Trading Ag Hub for segmented virtual local area network with shared media access
US5420862A (en) 1991-06-14 1995-05-30 Digital Equipment Corporation Router using remote address resolution to enable bridge like data forwarding
US5444702A (en) 1992-09-14 1995-08-22 Network Equipment Technologies, Inc. Virtual network using asynchronous transfer mode
US5490139A (en) 1994-09-28 1996-02-06 International Business Machines Corporation Mobility enabling access point architecture for wireless attachment to source routing networks
US5491690A (en) 1993-07-30 1996-02-13 International Business Machines Corporation Method and apparatus to speed up the path selection in a packet switching network
US5570359A (en) 1992-02-21 1996-10-29 Bull S.A. OSI transport relay system between a network in connected mode and a network in non-connected mode
US5577033A (en) 1991-09-20 1996-11-19 Microcom Systems, Inc. Local area network transmission emulator
US5581552A (en) 1995-05-23 1996-12-03 At&T Multimedia server
US5590118A (en) 1994-08-23 1996-12-31 Alcatel N.V. Method for rerouting a data stream
US5600638A (en) 1993-12-22 1997-02-04 International Business Machines Corporation Method and system for improving the processing time of the path selection in a high speed packet switching network
US5600644A (en) 1995-03-10 1997-02-04 At&T Method and apparatus for interconnecting LANs
US5606669A (en) 1994-05-25 1997-02-25 International Business Machines Corporation System for managing topology of a network in spanning tree data structure by maintaining link table and parent table in each network node
US5636217A (en) 1995-04-28 1997-06-03 Lucent Technologies Inc. Method for connecting roaming stations in a source routed bridged local area network
US5636216A (en) 1994-04-08 1997-06-03 Metricom, Inc. Method for translating internet protocol addresses to other distributed network addressing schemes
US5649108A (en) 1993-11-30 1997-07-15 Nec Corporation Combined progressive and source routing control for connection-oriented communications networks
US5687167A (en) 1994-11-24 1997-11-11 International Business Machines Corporation Method for preempting connections in high speed packet switching networks
US5699347A (en) 1995-11-17 1997-12-16 Bay Networks, Inc. Method and apparatus for routing packets in networks having connection-oriented subnetworks
US5732072A (en) 1994-08-31 1998-03-24 Siemens Aktiengesellschaft Method for adaptive routing in a communication network
US5740171A (en) 1996-03-28 1998-04-14 Cisco Systems, Inc. Address translation mechanism for a high-performance network switch
US5742604A (en) 1996-03-28 1998-04-21 Cisco Systems, Inc. Interswitch link mechanism for connecting high-performance network switches
US5761435A (en) 1994-03-17 1998-06-02 Hitachi, Ltd. Multiprocessor bridge having storage for spanning tree operation mode information indicating whether each port of the bridge is operable under spanning tree protocol
US5764636A (en) 1996-03-28 1998-06-09 Cisco Technology, Inc. Color blocking logic mechanism for a high-performance network switch
US5790808A (en) 1995-07-06 1998-08-04 3 Com Active topology maintenance in reconfiguring bridged local area networks with state transition with forgetting interval
US5805593A (en) 1995-09-26 1998-09-08 At&T Corp Routing method for setting up a service between an origination node and a destination node in a connection-communications network
US5838660A (en) 1996-11-14 1998-11-17 Mci Communications Corporation Dynamic restoration process
US5838663A (en) 1995-07-24 1998-11-17 Lucent Technologies Inc. Method for admission control and routing by allocating network resources in network nodes
US5854899A (en) 1996-05-09 1998-12-29 Bay Networks, Inc. Method and apparatus for managing virtual circuits and routing packets in a network/subnetwork environment
US5878232A (en) 1996-12-27 1999-03-02 Compaq Computer Corporation Dynamic reconfiguration of network device's virtual LANs using the root identifiers and root ports determined by a spanning tree procedure
US6032194A (en) 1997-12-24 2000-02-29 Cisco Technology, Inc. Method and apparatus for rapidly reconfiguring computer networks
US6188694B1 (en) * 1997-12-23 2001-02-13 Cisco Technology, Inc. Shared spanning tree protocol
US6202114B1 (en) 1997-12-31 2001-03-13 Cisco Technology, Inc. Spanning tree with fast link-failure convergence
US6356551B1 (en) 1997-02-14 2002-03-12 Advanced Micro Devices, Inc. Method and network switch having dual forwarding models with a virtual lan overlay
US6373826B1 (en) 1998-12-15 2002-04-16 Nortel Networks Limited Spanning tree algorithm
US6560236B1 (en) 1993-06-23 2003-05-06 Enterasys Networks, Inc. Virtual LANs
US6678241B1 (en) * 1999-11-30 2004-01-13 Cisc Technology, Inc. Fast convergence with topology switching

Patent Citations (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4811337A (en) 1988-01-15 1989-03-07 Vitalink Communications Corporation Distributed load sharing
US4922486A (en) 1988-03-31 1990-05-01 American Telephone And Telegraph Company User to network interface protocol for packet communications networks
US5018137A (en) 1988-06-27 1991-05-21 Digital Equipment Corporation Transparent load sharing for parallel networks
US5138615A (en) 1989-06-22 1992-08-11 Digital Equipment Corporation Reconfiguration system and method for high-speed mesh connected local area network
US5115433A (en) 1989-07-18 1992-05-19 Metricom, Inc. Method and system for routing packets in a packet communication network
US5150360A (en) 1990-03-07 1992-09-22 Digital Equipment Corporation Utilization of redundant links in bridged networks
US5329527A (en) 1990-08-27 1994-07-12 Mitsubishi Denki Kabushiki Kaisha Inter-local area network connecting system
US5280480A (en) 1991-02-21 1994-01-18 International Business Machines Corporation Source routing transparent bridge
US5420862A (en) 1991-06-14 1995-05-30 Digital Equipment Corporation Router using remote address resolution to enable bridge like data forwarding
US5577033A (en) 1991-09-20 1996-11-19 Microcom Systems, Inc. Local area network transmission emulator
US5570359A (en) 1992-02-21 1996-10-29 Bull S.A. OSI transport relay system between a network in connected mode and a network in non-connected mode
US5265092A (en) 1992-03-18 1993-11-23 Digital Equipment Corporation Synchronization mechanism for link state packet routing
US5357508A (en) 1992-04-27 1994-10-18 International Business Machines Corporation Connectionless ATM network support using partial connections
US5233604A (en) 1992-04-28 1993-08-03 International Business Machines Corporation Methods and apparatus for optimum path selection in packet transmission networks
US5444702A (en) 1992-09-14 1995-08-22 Network Equipment Technologies, Inc. Virtual network using asynchronous transfer mode
US5394402A (en) 1993-06-17 1995-02-28 Ascom Timeplex Trading Ag Hub for segmented virtual local area network with shared media access
US6560236B1 (en) 1993-06-23 2003-05-06 Enterasys Networks, Inc. Virtual LANs
US5491690A (en) 1993-07-30 1996-02-13 International Business Machines Corporation Method and apparatus to speed up the path selection in a packet switching network
US5649108A (en) 1993-11-30 1997-07-15 Nec Corporation Combined progressive and source routing control for connection-oriented communications networks
US5600638A (en) 1993-12-22 1997-02-04 International Business Machines Corporation Method and system for improving the processing time of the path selection in a high speed packet switching network
US5761435A (en) 1994-03-17 1998-06-02 Hitachi, Ltd. Multiprocessor bridge having storage for spanning tree operation mode information indicating whether each port of the bridge is operable under spanning tree protocol
US5636216A (en) 1994-04-08 1997-06-03 Metricom, Inc. Method for translating internet protocol addresses to other distributed network addressing schemes
US5606669A (en) 1994-05-25 1997-02-25 International Business Machines Corporation System for managing topology of a network in spanning tree data structure by maintaining link table and parent table in each network node
US5590118A (en) 1994-08-23 1996-12-31 Alcatel N.V. Method for rerouting a data stream
US5732072A (en) 1994-08-31 1998-03-24 Siemens Aktiengesellschaft Method for adaptive routing in a communication network
US5490139A (en) 1994-09-28 1996-02-06 International Business Machines Corporation Mobility enabling access point architecture for wireless attachment to source routing networks
US5687167A (en) 1994-11-24 1997-11-11 International Business Machines Corporation Method for preempting connections in high speed packet switching networks
US5600644A (en) 1995-03-10 1997-02-04 At&T Method and apparatus for interconnecting LANs
US5636217A (en) 1995-04-28 1997-06-03 Lucent Technologies Inc. Method for connecting roaming stations in a source routed bridged local area network
US5581552A (en) 1995-05-23 1996-12-03 At&T Multimedia server
US5790808A (en) 1995-07-06 1998-08-04 3 Com Active topology maintenance in reconfiguring bridged local area networks with state transition with forgetting interval
US5838663A (en) 1995-07-24 1998-11-17 Lucent Technologies Inc. Method for admission control and routing by allocating network resources in network nodes
US5805593A (en) 1995-09-26 1998-09-08 At&T Corp Routing method for setting up a service between an origination node and a destination node in a connection-communications network
US5699347A (en) 1995-11-17 1997-12-16 Bay Networks, Inc. Method and apparatus for routing packets in networks having connection-oriented subnetworks
US5740171A (en) 1996-03-28 1998-04-14 Cisco Systems, Inc. Address translation mechanism for a high-performance network switch
US5764636A (en) 1996-03-28 1998-06-09 Cisco Technology, Inc. Color blocking logic mechanism for a high-performance network switch
US5742604A (en) 1996-03-28 1998-04-21 Cisco Systems, Inc. Interswitch link mechanism for connecting high-performance network switches
US5854899A (en) 1996-05-09 1998-12-29 Bay Networks, Inc. Method and apparatus for managing virtual circuits and routing packets in a network/subnetwork environment
US5838660A (en) 1996-11-14 1998-11-17 Mci Communications Corporation Dynamic restoration process
US5878232A (en) 1996-12-27 1999-03-02 Compaq Computer Corporation Dynamic reconfiguration of network device's virtual LANs using the root identifiers and root ports determined by a spanning tree procedure
US6356551B1 (en) 1997-02-14 2002-03-12 Advanced Micro Devices, Inc. Method and network switch having dual forwarding models with a virtual lan overlay
US6188694B1 (en) * 1997-12-23 2001-02-13 Cisco Technology, Inc. Shared spanning tree protocol
US6032194A (en) 1997-12-24 2000-02-29 Cisco Technology, Inc. Method and apparatus for rapidly reconfiguring computer networks
US6202114B1 (en) 1997-12-31 2001-03-13 Cisco Technology, Inc. Spanning tree with fast link-failure convergence
US6219739B1 (en) 1997-12-31 2001-04-17 Cisco Technology, Inc Spanning tree with fast link-failure convergence
US6373826B1 (en) 1998-12-15 2002-04-16 Nortel Networks Limited Spanning tree algorithm
US6678241B1 (en) * 1999-11-30 2004-01-13 Cisc Technology, Inc. Fast convergence with topology switching

Non-Patent Citations (12)

* Cited by examiner, † Cited by third party
Title
B. Yener, et al., "Fault-Tolerant Convergence Routing", Copyright 1994, IEEE.
Configuring VTP, VLANs, VLAN Trunks and VMPS, Cisco Systems Inc., Published Jun. 9, 1998, pp. 1-45.
D. Delaney and M. Seaman, "Single or Multiple Filtering Databases", May 8, 1997, pp. 1-8.
IBM Technical Disclosure Bulletin, V27, #10, Oct. 1994, "Addressing Source Routing in an ATM Emulated LAN", pp. 75-80.
IBM Technical Disclosure Bulleting, V39, #8, Aug. 1996, "Method for Improving Network Availability with Redundant Network Servers", pp. 195-196.
IEEE P802.1d Draft Standard for Local Area Networks MAC (Media Access Control) Bridges: Technical and Editorial Corrections, Copyright 1997 IEEE, pp. 1-10, 85-122 and 151-158.
J. Hart, "Extending the IEEE 802.1 MAC Bridge Standard to Remote Bridges", IEEE Network, Jan. 1998, vol. 2, No. 1, pp. 10-15.
LucentTechnologies Inc. 's Initial Disclosure of Prior Art Under Civil Local Rule 16-7, U.S. District Court for the Northern District of California, (PVT)ENE, Nov. 18, 1998, pp. 2-7.
M. Seaman, "High Availability Spanning Tree", Rev. 1.1, Oct. 26, 1998, pp. 1-15.
R. Perlman, "Interconnections: Bridges and Routers", Copyright 1992 by Addison-Wesley Publishing Company, Inc., pp. 54-64.
S. Horowitz, "Dual-Layer Spanning Tree", A Spanning Tree Proposal for IEEE 802.1Q, May 14, 1997, pp. 1-4.
U.S. Appl. No. 09/208,175, Mahajan et al.

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7594028B1 (en) * 2000-04-28 2009-09-22 International Business Machines Corporation Counting of GVRP protocol data units within a network bridge
US20050259597A1 (en) * 2000-10-17 2005-11-24 Benedetto Marco D Multiple instance spanning tree protocol
US8165043B2 (en) * 2000-10-17 2012-04-24 Cisco Technology, Inc. Multiple instance spanning tree protocol
US8751647B1 (en) * 2001-06-30 2014-06-10 Extreme Networks Method and apparatus for network login authorization
US7519056B2 (en) * 2002-06-04 2009-04-14 Alcatel-Lucent Usa Inc. Managing traffic in a multiport network node using logical ports
US20040017816A1 (en) * 2002-06-04 2004-01-29 Prashanth Ishwar Managing traffic in a multiport network node using logical ports
US7894374B2 (en) 2002-08-22 2011-02-22 Nec Corporation Network system, spanning tree configuration method, spanning tree configuration node, and spanning tree configuration program
US7855981B2 (en) * 2002-08-22 2010-12-21 Nec Corporation Network system, spanning tree configuration method, spanning tree configuration node, and spanning tree configuration program
US20080159174A1 (en) * 2002-08-22 2008-07-03 Nec Corporation Network system, spanning tree configuration method, spanning tree configuration node, and spanning tree configuration program
US20050141567A1 (en) * 2003-12-29 2005-06-30 Abed Jaber Extending Ethernet-over-SONET to provide point-to-multipoint service
US7983190B2 (en) * 2005-03-15 2011-07-19 Fujitsu Limited Network system, layer 3 communication device, layer 2 communication device, and route selection method
US20060209895A1 (en) * 2005-03-15 2006-09-21 Fujitsu Limited Network system, layer 3 communication device, layer 2 communication device, and route selection method
US7646733B2 (en) * 2005-09-16 2010-01-12 Cisco Technology, Inc. System and method for generating symmetrical spanning trees
US8175009B2 (en) * 2005-09-16 2012-05-08 Cisco Technology, Inc. System and method for generating symmetrical spanning trees
US20100085899A1 (en) * 2005-09-16 2010-04-08 Cisco Technology, Inc. System and method for generating symmetrical spanning trees
US20070064628A1 (en) * 2005-09-16 2007-03-22 Tallet Francois E System and method for generating symmetrical spanning trees
US20070179948A1 (en) * 2006-01-13 2007-08-02 Jennings Raymond B Iii Method and apparatus for disseminating new content notifications in peer-to-peer networks
US7836016B2 (en) * 2006-01-13 2010-11-16 International Business Machines Corporation Method and apparatus for disseminating new content notifications in peer-to-peer networks
US20070230457A1 (en) * 2006-03-29 2007-10-04 Fujitsu Limited Authentication VLAN management apparatus
US20070255733A1 (en) * 2006-04-26 2007-11-01 Cisco Technology, Inc. (A California Corporation) Method and system for performing simplified troubleshooting procedures to isolate connectivity problems
US7774447B2 (en) * 2006-04-26 2010-08-10 Cisco Technology, Inc. Performing simplified troubleshooting procedures to isolate connectivity problems
US20070274234A1 (en) * 2006-05-26 2007-11-29 Fujitsu Limited Network management method
US8155030B2 (en) * 2007-01-19 2012-04-10 Teleaktiebolaget L M Ericsson (Publ) Method and apparatus for network tree management
US20100054157A1 (en) * 2007-01-19 2010-03-04 Farkas Janos Method And Apparatus For Network Tree Management
US20120170489A1 (en) * 2007-01-19 2012-07-05 Farkas Janos Method And Apparatus For Network Tree Management
US8467317B2 (en) * 2007-01-19 2013-06-18 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for network tree management
US8396053B2 (en) * 2008-04-24 2013-03-12 International Business Machines Corporation Method and apparatus for VLAN-based selective path routing
US20090268737A1 (en) * 2008-04-24 2009-10-29 James Ryan Giles Method and Apparatus for VLAN-Based Selective Path Routing
US8873431B1 (en) * 2010-04-08 2014-10-28 Adtran, Inc. Communications system and method for maintaining topology in a VLAN environment
US9001849B2 (en) * 2011-02-15 2015-04-07 General Electric Company Method of time synchronization of free running nodes in an avionics network
US20140269781A1 (en) * 2011-02-15 2014-09-18 General Electric Company Method of time synchronization of free running nodes in an avionics network
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
US9137041B2 (en) 2012-10-25 2015-09-15 International Business Machines Corporation Method for network communication by a computer system using at least two communication protocols
US20140215027A1 (en) * 2013-01-25 2014-07-31 Dell Products L.P. System and method for determining the configuration of switches in virtual link trunking environments
US9407500B2 (en) * 2013-01-25 2016-08-02 Dell Products L.P. System and method for determining the configuration of switches in virtual link trunking environments
US9509561B2 (en) 2013-01-25 2016-11-29 Dell Products L.P. System and method for determining the configuration of switches in virtual link trunking environments
US10616049B2 (en) 2013-01-25 2020-04-07 Dell Products, L.P. System and method for determining the configuration of switches in virtual link trunking environments
US11336512B2 (en) 2013-01-25 2022-05-17 Dell Products L.P. System and method for determining the configuration of switches in virtual link trunking environments
US9531598B2 (en) 2013-04-19 2016-12-27 Entuity Limited Querying a traffic forwarding table
US9544217B2 (en) 2013-04-19 2017-01-10 Entuity Limited Identification of paths in a network of mixed routing/switching devices
US9559909B2 (en) 2013-04-19 2017-01-31 Entuity Limited Identifying an egress port of a device
US20150295816A1 (en) * 2014-04-11 2015-10-15 Entuity Limited Executing loops
US9537760B2 (en) * 2014-04-11 2017-01-03 Entuity Limited Executing loops

Also Published As

Publication number Publication date
US6678241B1 (en) 2004-01-13

Similar Documents

Publication Publication Date Title
US7428237B1 (en) Fast convergence with topology switching
US6388995B1 (en) Method and apparatus for rapidly reconfiguring computers networks executing the spanning tree algorithm
US7848264B1 (en) Method and apparatus for rapidly reconfiguring computer networks
US7606177B1 (en) Value-added features for the spanning tree protocol
US7558878B2 (en) Optimal sync for rapid spanning tree protocol
US6813250B1 (en) Shared spanning tree protocol
US8345699B2 (en) System and method for enabling a remote instance of a loop avoidance protocol
US7286491B1 (en) Virtual local area network membership registration protocol for multiple spanning tree network environments
US7480258B1 (en) Cross stack rapid transition protocol
US8175009B2 (en) System and method for generating symmetrical spanning trees
US8817666B2 (en) System and method for multiple spanning tree protocol domains in a virtual local area network
US6801506B1 (en) Method and apparatus for providing fast spanning tree re-starts
US7061875B1 (en) Spanning tree loop guard
US6628661B1 (en) Spanning tree recovery in computer networks
EP2047637B1 (en) A technique for sharing a physical port among a plurality of virtual bridges on a switch in a computer network
AU2003286511B2 (en) Modified spanning tree protocol for metropolitan area network
US7835306B2 (en) Translating MST instances between ports of a bridge in a computer network
US8565123B2 (en) System and method for running a multiple spanning tree protocol with a very large number of domains
EP4125243A1 (en) Hash-based multi-homing

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20200923