WO2005006682A2 - Technique for notifying eigrp neighbors when destroying adjacencies in a computer network - Google Patents

Technique for notifying eigrp neighbors when destroying adjacencies in a computer network Download PDF

Info

Publication number
WO2005006682A2
WO2005006682A2 PCT/US2004/004615 US2004004615W WO2005006682A2 WO 2005006682 A2 WO2005006682 A2 WO 2005006682A2 US 2004004615 W US2004004615 W US 2004004615W WO 2005006682 A2 WO2005006682 A2 WO 2005006682A2
Authority
WO
WIPO (PCT)
Prior art keywords
goodbye
neighbor
router
neighbors
attribute
Prior art date
Application number
PCT/US2004/004615
Other languages
French (fr)
Other versions
WO2005006682A3 (en
Inventor
Thuan Van Tran
Donnie V. Savage
Donald Slice
Original Assignee
Cisco Technologies, 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 Technologies, Inc. filed Critical Cisco Technologies, Inc.
Priority to AU2004300837A priority Critical patent/AU2004300837B2/en
Priority to CA002521501A priority patent/CA2521501C/en
Priority to EP04711860.9A priority patent/EP1634411B1/en
Publication of WO2005006682A2 publication Critical patent/WO2005006682A2/en
Publication of WO2005006682A3 publication Critical patent/WO2005006682A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/026Details of "hello" or keep-alive messages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/033Topology update or discovery by updating distance vector protocols

Definitions

  • This invention relates generally to computer networks, and more particularly, to destruction of adjacencies between neighboring routers of a computer network.
  • a computer network is a geographically distributed collection of interconnected communication links and sub-networks (subnets) for transporting data between nodes, such as computers.
  • Many types of computer networks are available, with the types ranging from local area networks (LANs) to wide area networks (WANs).
  • LAN local area networks
  • WAN wide area networks
  • a LAN is an example of a subnet that provides relatively short distance communication among the interconnected nodes, whereas a WAN enables long distance communication over links provided by public or private telecommunications facilities.
  • the nodes typically communicate by exchanging discrete frames or packets of data according to predefined protocols.
  • a protocol consists of a set of rules defining how the nodes interact with each other.
  • Computer networks may be further interconnected by an intermediate node, called a router, to extend the effective "size" of each network. Since management of a large system of interconnect computer networks can prove burdensome, smaller groups of computer networks may be maintained as routing domains or autonomous systems.
  • the networks within an autonomous system are typically coupled together by conventional intradomain routers. These routers manage communication among local networks within their domains and communicate with each other using an intradomain routing (or an interior gateway) protocol.
  • An example of such a protocol is the En- hanced Interior Gateway Routing Protocol (EIGRP) described in Cisco TCP/IP Routing Professional Reference, 2nd Addition, Chapter 4, pgs.
  • EIGRP En- hanced Interior Gateway Routing Protocol
  • the EIGRP protocol is a hybrid of distance vector and link state routing protocol technologies.
  • a distance vector protocol computes a best path to a destination using distance ("cost" or hop count) and vector (the next hop) information.
  • the distance information is represented as a composite of available bandwidth, delay, load utilization and link reliability information that allows "fine tuning" of link characteristics to achieve optimal (or best) paths.
  • an EIGRP router Unlike most link state protocols that maintain information or "state" of the entire network topology, an EIGRP router only maintains state pertaining to reachable neighboring routers.
  • neighboring routers are two routers that have interfaces to a common network, wherein an interface is a connection between a router and one of its attached networks.
  • the state of each neighbor is stored in a neighbor data structure of the EIGRP router.
  • An adjacency is a relationship formed between selected neighbors for the purpose of exchanging routing information and abstracting the network topology.
  • One or more router adjacencies may be established over an interface. Adjacencies are generally established, maintained and destroyed through the use of a conventional Hello protocol. Broadly stated, the Hello protocol ensures that communication between neighbors is bi-directional by periodically sending Hello packets out all router interfaces. Two routers become neighbors when they see each other's Hello packets over the common network.
  • the EIGRP protocol includes a Neighbor Discovery process that routers use to dynamically learn of other routers on their directly attached networks. Routers also use this process to discover when their neighbors become unreachable or inoperative.
  • the Neighbor Discovery process is achieved with low overhead by periodically sending small Hello packets at a rate called the "Hellolnterval".
  • the "HoldTime" is the amount of time, i.e., a multiple of the Hellolnterval, that an EIGRP router will consider a neighbor alive without receiving a Hello packet. As long as the Hello packets are received from a neighbor within the HoldTime, the EIGRP router determines that the neighbor is alive and functioning; this, in turn, allows both neighbors to exchange (and update) routing information to thereby reach routing convergence.
  • the router assumes that the neighbor no longer exists and "tears down" (destroys) the adjacency with the neighbor. Often, it is desirable for a router to unilaterally decide to destroy an adjacency with its neighbor. In the case of a routing protocol that can maintain adjacencies over point-to-point interface connections, there may be electrical characteristics of the physical connection that disappear when the router "goes away" so that the neighbor can quickly detect that the router is gone. However, there are some point-to-point connection networks that do not provide electrical notification when a neighboring router disappears.
  • another conventional method of detecting neighbor (also referred to as "peer") loss and, subsequently, destroying an adjacency is "time-based" through the absence of communication with the neighbor for a predetermined period of time.
  • peer also referred to as "peer”
  • the present invention overcomes the disadvantages of the prior art by providing a technique for efficiently notifying EIGRP neighbors when destroying adjacencies in a computer network.
  • a novel goodbye notification packet is provided that enables an EIGRP router to inform one or more of its neighbors of its intention to destroy their existing adjacencies.
  • the goodbye notification packet comprises an EIGRP packet header with variable-length fields embodied as an appended goodbye attribute.
  • the appended goodbye attribute is illustratively tagged ac- cording to a TLN encoding format that defines a new type (T) field called "a goodbye" having a predetermined type that distinguishes it from a conventional EIGRP Hello packet.
  • the neighbor Upon discovering its peer ID, the neighbor is instructed to destroy the adjacency with the router, i.e., the source of the goodbye notification packet.
  • An advantage of the invention is the ability of the goodbye notification packet to operate in both a reliable and an unreliable environment. That is, the goodbye notifi- cation packet may function as a reliable message when notifying a neighbor on a point- to-point connection (in a reliable environment) to go away. In addition, the goodbye notification packet may function as an unreliable message in an unreliable environment (shared network media) that notifies a subset of neighbors (through the list of peer IDs) to go away.
  • This aspect of the invention enables scaling of goodbye notification packet, as a single packet can include a list of peer IDs, wherein the list can include one to as many as a maximum number of peer IDs. Only those routers identified by peer IDs proceed to destroy their adjacencies with the source of the goodbye packet.
  • the goodbye packet can further function as a reliable message in an unreliable environment by identifying a single peer ID in the value field of the appended attribute, as well as an unreliable message across an entire shared media subnet.
  • FIG. 1 is a schematic block diagram of a computer network comprising a plurality of autonomous systems including intermediate nodes, such as intradomain routers;
  • Fig. 2 is a schematic block diagram of a router that may be advantageously used with the present invention;
  • Fig. 3 is a schematic block diagram of a conventional protocol stack, such as the Internet communications protocol stack;
  • Fig. 4 is a schematic block diagram depicting the format of a Hello packet;
  • Fig. 5 is a schematic block diagram of an EIGRP router having adjacencies with its neighbors;
  • Fig. 6 is a schematic block diagram of an EIGRP routing protocol process that may be advantageously used with the present invention;
  • Fig. 7 is a schematic block diagram of a goodbye notification packet according to the present invention; and
  • FIG. 8 is a flowchart illustrating a sequence of steps when using the goodbye notification packet according to the present invention.
  • DETAILED DESCRIPTION OF AN ILLUSTRATIVE EMBODIMENT Fig. 1 is a schematic block diagram of a computer network 100 comprising a plurality of routing domains or autonomous systems interconnected by intermediate nodes, such as conventional interdomain routers 120 and intradomain routers 200.
  • the interdomain routers 120 interconnect various autonomous systems (AS 1-4 ), whereas the intradomain routers 200 manage communication media and nodes within their respective AS domains.
  • the communication media include shared medium networks 104, such as local area network (LAN) subnetworks, point-to-point links 102 and non- broadcast multi-access (NBMA) clouds such as frame relay or asynchronous transfer node networks.
  • LAN local area network
  • NBMA non- broadcast multi-access
  • Fig. 2 is a schematic block diagram of an intradomain router 200.
  • An example of the router 200 that may be illustratively used with the present invention is the 7200 series router available from Cisco Systems, Inc.
  • the router 200 implements a modular and scalable architecture that facilitates use of the router as an edge device for enterprises and service providers.
  • the router comprises a network processing engine 210 coupled to a plurality of port adapters 220.
  • Each port adapter 220 supports most WAN and LAN technologies and, to that end, comprises circuitry that connects the router to communication media of the network 100.
  • the network processing engine 210 is a processor-based system comprising functionality incorporated within a typical router. That is, the engine comprises a processor 212 (and cache 218) coupled to a system memory 214 via a system controller 216.
  • the memory 214 may comprise dynamic random access memory (DRAM) and/or synchronous DRAM (SDRAM) storage locations addressable by the processor 212 for storing software programs and data structures, such as tables, packets, etc.
  • DRAM dynamic random access memory
  • SDRAM synchronous DRAM
  • a network operating system 250 functionally organizes the router by, inter alia, invoking network op- erations in support of software processes executing on the router. It will be apparent to those skilled in the art that other memory means, including various computer readable media, may be used for storing and executing program instructions pertaining to the operation of the router.
  • a key function of the router is determining the next node to which a packet is sent; in order to accomplish such "routing" the routers cooperate to determine optimal ("best") paths through the computer network 100.
  • the routing function is preferably performed by a network (internetwork) layer of a protocol stack that, in the illustrative embodiment, is associated with the network operating system 250 of each router. Fig.
  • IP Internet protocol
  • IP Internet protocol
  • TCP Transmission Control Protocol
  • IP Transmission Control Protocol
  • An intradomain protocol may be used to perform intradomain routing (for the Internetwork layer) within each AS of the computer network 100.
  • EIGRP Enhanced Interior Gateway Routing Protocol
  • the EIGRP routing protocol is well known and described in detail in the aforementioned Cisco TCP/IP Routing Professional Reference, 2nd Addition and Enhanced Interior Gateway Routing Protocol materials.
  • the EIGRP protocol is a platform independent protocol comprising a hybrid of distance vector and link state routing protocol technologies.
  • a router configured to run the EIGRP protocol computes a best path to a destination using distance ("cost" or hop count) information represented as a composite of available bandwidth, delay, load utilization and link reliability information that allows "fine tuning" of link characteristics to achieve optimal (or best) paths.
  • the EIGRP router also maintains state pertaining to reachable neighboring routers (or "neighbors") in a neighbor data structure.
  • the reachable neighbors e.g., other intradomain routers 200 within AS 2j of Fig.
  • Fig. 4 is a schematic block diagram depicting the format of a Hello packet 400 comprising an EIGRP packet header 410 and Hello-specific variable-length fields 450.
  • EIGRP packets may be encapsulated within various network layer protocols, such as IPX (Novell networks) and DDP (AppleTalk networks); however, in the illustrative embodiment described herein, the EIGRP packets are encapsulated as IP packets (TCP/IP networks).
  • Each EIGRP packet such as a Hello packet, has a fixed 20-byte EIGRP header 410.
  • the header contains information needed to determine whether the packet should be accepted for further processing.
  • the Hello packet is an EIGRP type 5 packet that is periodically sent over interfaces of the router to establish and maintain neighbor adjacencies. All routers connected to a common network must agree on certain parameters, such as the HoldTime, included in the Hello packet.
  • the EIGRP packet header 410 includes a version field 412 containing the EIGRP version number, an opcode field 414 containing the type of EIGRP packet and a checksum field 416 that contains a checksum (e.g., standard one's complement of the one's complement sum) for the entire contents of the packet.
  • the header 410 also includes a flags field 418 having a content that defines special handling of the packet and a sequence number field 420 that contains a unique sequence number with respect to a sending router.
  • An ack number field 422 contains an acknowledgement number with respect to a receiver of the packet and an AS number field 424 contains an autonomous system number of the sending system.
  • Each EIGRP packet may contain a variable number of fields, each of which is tagged in accordance with a type (T), length (L) and value (V) encoding format. These tagged fields allow for newer versions of software to add capabilities and coexist with old versions of software in the same configuration. Fields that are tagged, but that are not recognizable by certain routers can be skipped.
  • the Hello-specific variable fields 450 of the EIGRP Hello packet are tagged according to the TLV encod- ing format.
  • the Hello-specific variable-length fields 450 include a type field 460 that is structured as a protocol identifier (ID) sub-field 462 containing ID assignments for various supported network layer protocols and a type code sub-field 464.
  • the type code for the Hello packet 400 is illustratively a parameter type (e.g., 0x0001) TLV used to convey EIGRP metric K- values as well as the HoldTime value.
  • the content of length field 470 illustratively specifies the length (in bytes) of the type, length and value fields, while the value field 480 contains the K-values 482 and the HoldTime value 484.
  • the HoldTime is the amount of time (in seconds) that a receiving router should consider the sending neighbor valid.
  • a valid neighbor is a router that is able to forward packets and participate in the EIGRP protocol.
  • the router Upon considering a neighbor valid, the router stores all routing information advertised by the neighbor.
  • Fig. 5 is a schematic block diagram of an EIGRP router 500 having adjacencies 502a,b with its neighbors 540a,b over a multi-access interface 512a and a point-to-point interface 512b of the router.
  • the multi-access interface 512a comprises the electrical, mechanical and signaling circuitry that connects the router to shared media, such as an Ethernet network
  • the point-to-point interface 512b comprises the circuitry that connects the router to a point-to-point network connection.
  • the router 500 is illustratively an embodiment of router 200 (Fig. 2) and is configured to execute an EIGRP routing protocol process 600 that uses the encapsulation services of its respective sup- porting network layer 520, e.g., the DDP network layer 522, the IP network layer 524 and/or the IPX network layer 526.
  • the EIGRP process 600 is a component of the network operating system 250, such as the IOS® software available from Cisco Systems, Inc. Fig.
  • the EIGRP process is illustratively embodied as an EIGRP protocol engine 650 that is responsible for providing general functions for various protocol dependent modules, along with providing • reliable transport service, route computations and, notably, neighbor discovery and failure detection.
  • EIGRP protocol engine 650 that is responsible for providing general functions for various protocol dependent modules, along with providing • reliable transport service, route computations and, notably, neighbor discovery and failure detection.
  • protocol dependent client module 610 for each supported network layer 520.
  • an IP-EIGRP client module 610a executes and advertises TCP/IP related routing information for the IP network layer 524.
  • the protocol dependent modules 610 provide network layer specific functions and are responsible for understanding protocol specific packet formats, as well as interfacing with their respective routing tables 620.
  • the EIGRP protocol engine 650 comprises a number of components, including a Reliable Transport 612, a Route Server Processor 614, a Diffusing Update Algorithm (DUAL) Finite State Machine (FSM) 615, a Client Interface 616 and a Neighbor Discovery process 618.
  • the Reliable Transport 612 is responsible for guaranteed, ordered delivery of EIGRP packets to all neighbors.
  • the DUAL FSM 615 embodies a decision process for all route computations through execution of a DUAL algorithm used to ob- tain loop-freedom throughout the route computations.
  • the DUAL FSM is responsible for maintaining topology tables 640 that are populated by the protocol dependent modules 610. Each protocol dependent module 610 has a topology table 640 that stores routing information for destinations.
  • the contents of the table 640 are used to determine information that is advertised and inserted into the protocol-specific routing tables 620.
  • the Neighbor Discovery process 618 is the process used by the EIGRP router 500 to dynamically learn of other routers (neighbors 540) on its directly attached networks. The router 500 also uses process 618 to discover when its neighbors become unreachable or inoperative. The information or state of each adjacent neighbor 540 is stored in a neighbor table 630 maintained by each protocol dependent module 610. When newly discovered neighbors 540 are learned, the address and interface of the neighbor is recorded in the neighbor table 630.
  • the Neighbor Discovery process 618 is achieved with low overhead by periodically creating and sending small Hello packets 400 at a rate called the "Hellolnterval".
  • EIGRP router 500 When EIGRP router 500 is initialized, it starts sending the Hello packets, preferably multicast addressed. Each Hello packet 400 includes the EIGRP metric K-values 482 and a HoldTime value 484. Once the router 500 detects a new neighbor 540 from receipt of the Hello packet, it sends a reliable (INIT) EIGRP Update packet to the neighbor to initiate topology table exchanges with the new neighbor 540. Upon receiving the INIT update packet, the neighbor 540 detects its peer and proceeds with establishing the adjacency 502 with the EIGRP router 500. The "HoldTime" is the amount of time that an EIGRP router will consider a neighbor alive without receiving a Hello packet 400.
  • the Hellolnterval is preferably 5 seconds and the HoldTime is 15 seconds.
  • the EIGRP router determines that the neighbor is alive and functioning; this, in turn, allows both neighbors to exchange (and update) routing information to thereby reach routing convergence.
  • the router assumes that the neighbor no longer exists and "tears down" (destroys) the adjacency with the neighbor.
  • One method of detecting neighbor (peer) loss and, subsequently, destroying an adjacency is "time-based" through the absence of communication with the neighbor for a predetermined period of time. For example if Hello packets are not received from the neighbor 540 within the HoldTime, the EIGRP router 500 assumes that the neighbor no longer exists and “tears down" (destroys) the adjacency 502 with the neighbor. However, it is also undesirable to assume the delay/latency associated with waiting the entire predetermined time period, such as the HoldTime, to detect peer loss in order to destroy an existing adjacency.
  • a novel goodbye notification packet is provided that enables an EIGRP router, such as router 500, to inform one or more of its neighbors 540 of its intention to destroy their existing adjacencies 502.
  • Fig. 7 is a schematic block diagram of the goodbye notification packet 700 comprising an EIGRP packet header 710 with variable-length fields embodied as an appended goodbye attribute 750.
  • the goodbye attribute 750 is illustratively tagged according to a type (T), length (L) and value (N) encoding format.
  • the TLN encoding format is a generic way to communicate information between two systems or nodes, such as routers, where the information may not be entirely known to one router.
  • the TLN is used to identify a type (T) of information being conveyed, a length (L) of information to be conveyed and a value (N) of the actual infor- mation conveyed.
  • An advantage of a TLN-based communication system is that a router can skip over any type of information that it is not configured to "understand".
  • the router can skip an attribute (TLN) it doesn't understand, until it finds a TLN for which it is configured.
  • the length (L) parameter is implementation-specific and can denote the length from the beginning of the first field of the attribute to the end. However, the length generally denotes the length of the value (N) field and not the type field or length field.
  • the EIGRP packet header 710 is similar to the EIGRP packet header 410 (Fig.
  • a flags field 718 has a content that defines special handling of the packet and a sequence number field 720 contains a unique sequence number with respect to a sending router.
  • An ack number field 722 contains an acknowledgement number with respect to a receiver of the packet and an AS number field 724 contains an autonomous system number of the sending system.
  • the goodbye attribute 750 defines a new type (T) field 752 called "a goodbye" having a predetermined type (e.g., 0x0007) that distinguishes it from a conventional EIGRP Hello packet.
  • a value (N) field 756 contains a list of neighbor (peer) IDs, wherein each peer ID is a conventional identifier, such as an address, of a router. A neighbor whose peer ID appears on the peer ID list is instructed to initiate a "peer down" action to destroy its adjacency with the EIGRP router 500. The peer IDs of neighbors that will have their adjacencies destroyed are stored on, e.g., a queue of interface 512 in router 500.
  • the Neighbor Discovery process 618 examines the queue and constructs goodbye notification packets 700 using the peer IDs.
  • the list of peer IDs contained in each goodbye notification packet 700 can include one to as many as a maximum number of peer IDs. Multiple goodbye notification packets 700 may be used if there are more peer IDs than can be carried in field 756 of a single packet 700.
  • Destruction of an adjacency can be on an interface basis, such that EIGRP router 500 may destroy all neighbor adjacencies 502 on one interface, but none of the adjacencies on the other interfaces. However, it is possible to destroy only one adjacency on an interface, e.g., multi-access interface 512a, such as when changing a parameter between the router 500 and a neighbor 540a.
  • Fig. 8 is a flowchart illustrating a sequence of steps when using the goodbye notification packet according to the present invention.
  • the sequence starts at Step 800 and proceeds to Step 802 where a router, such as EIGRP router 500, sends the goodbye notification packet 700 to one or more neighbors 540.
  • a router such as EIGRP router 500
  • each neighbor 540 examines the TLN encoded contents of the appended goodbye attribute 750 in Step 804.
  • the neighbor examines the type field of the novel attribute to determine if it is configured to understand that type of information (Step 806).
  • the neighbor skips over the attribute in Step 808 and the sequence ends at Step 820.
  • the neighbor identifies the packet type as a goodbye notification packet in Step 810.
  • the neighbor then examines the value field of the attribute, searching for its peer ID within the list of peer IDs in Step 812. If the neighbor does not discover its peer ID (Step 814), the sequence ends at Step 820. Otherwise if it does discover its peer ID, the neighbor destroys the adjacency with the source of the goodbye notification packet (router 500) in Step 816 and the sequence ends at Step 820.
  • An advantage of the invention is the ability of the goodbye notification packet to operate in both a reliable and an unreliable environment.
  • the goodbye notification packet may function as a reliable message when notifying a neighbor on a point- to-point connection (in a reliable environment) to "go away", i.e., destroy its adjacency with the source of the packet (an EIGRP router).
  • the goodbye notification packet may function as an unreliable message in an unreliable environment (shared network media) that notifies a subset of neighbors (through the list of peer IDs) to destroy their adjacencies with the EIGRP router.
  • This aspect of the invention enables scaling of goodbye notification packet, as a single packet can include a list of peer IDs, wherein the list can include one to as many as a maximum number of peer IDs.
  • the goodbye packet can further function as a reliable message in an unreliable environment by identifying a single peer ID in the value field of the appended attribute, as well as an unreliable message across an entire shared media sub- net.
  • the novel goodbye notification technique such as, for example, when there is a one-way failure on a link between two neighbors. Here, one router detects the failure and removes the adjacency, while the other router still receives packets and maintains the adjacency. In the absence of the goodbye notification technique, the adjacency is eventually destroyed in both routers, but only because of retransmission timeouts or a stuck-in-active condition.
  • a new goodbye flag (e.g., goodbye_all_peers) is provided for the flags field 418 of EIGRP header 410.
  • the Neighbor Discovery process 618 stops sending goodbye notification packets 700 to individual neighbors (if any) and sends only one wildcard goodbye packet on the interface.
  • This embodiment of the invention provides backward compatibility and simplicity in processing. If a neighbor 540a running an older version of the EIGRP protocol receives the wildcard goodbye packet with the invalid K- values, it immediately tears down the adjacency with the router 500.
  • the wildcard goodbye packet is understood at the protocol dependent modules 610 rather than relying on protocol specific code to decipher a protocol specific wildcard address.

Abstract

A technique efficiently notifies EIGRP neighbors when destroying adjacencies in a computer network. A goodbye notification packet is provided that enables an EIGRP router to inform one or more of its neighbors of its intention to destroy their existing adjacencies. The goodbye notification packet comprises an EIGRP packet header with variable-length fields embodied as an appended goodbye attribute. The appended goodbye attribute is illustratively tagged according to a TLV encoding format that defines a new type (T) field called 'a goodbye' having a predetermined type that distinguishes it from a conventional EIGRP Hello packet. A value (V) field of infor­mation conveyed within the goodbye attribute contains a list of neighbor (peer) identi­fiers (IDs). The peer IDs on this list instruct those neighbor routers to 'go away' so that their adjacencies can be destroyed.

Description

TECHNIQUE FOR NOTIFYING EIGRP NEIGHBORS WHEN DESTROYING ADJACENCIES TN A COMPUTER NETWORK
FIELD OF THE INVENTION This invention relates generally to computer networks, and more particularly, to destruction of adjacencies between neighboring routers of a computer network.
BACKGROUND OF THE INVENTION A computer network is a geographically distributed collection of interconnected communication links and sub-networks (subnets) for transporting data between nodes, such as computers. Many types of computer networks are available, with the types ranging from local area networks (LANs) to wide area networks (WANs). A LAN is an example of a subnet that provides relatively short distance communication among the interconnected nodes, whereas a WAN enables long distance communication over links provided by public or private telecommunications facilities. The nodes typically communicate by exchanging discrete frames or packets of data according to predefined protocols. In this context, a protocol consists of a set of rules defining how the nodes interact with each other. Computer networks may be further interconnected by an intermediate node, called a router, to extend the effective "size" of each network. Since management of a large system of interconnect computer networks can prove burdensome, smaller groups of computer networks may be maintained as routing domains or autonomous systems. The networks within an autonomous system are typically coupled together by conventional intradomain routers. These routers manage communication among local networks within their domains and communicate with each other using an intradomain routing (or an interior gateway) protocol. An example of such a protocol is the En- hanced Interior Gateway Routing Protocol (EIGRP) described in Cisco TCP/IP Routing Professional Reference, 2nd Addition, Chapter 4, pgs. 104-108 (1999) and Enhanced Interior Gateway Routing Protocol, http://www.cisco.com/warp/public/103/eigrp- tochtml (1992-2003). The EIGRP protocol is a hybrid of distance vector and link state routing protocol technologies. A distance vector protocol computes a best path to a destination using distance ("cost" or hop count) and vector (the next hop) information. For EIGRP, the distance information is represented as a composite of available bandwidth, delay, load utilization and link reliability information that allows "fine tuning" of link characteristics to achieve optimal (or best) paths. Unlike most link state protocols that maintain information or "state" of the entire network topology, an EIGRP router only maintains state pertaining to reachable neighboring routers. As used herein, neighboring routers (or "neighbors") are two routers that have interfaces to a common network, wherein an interface is a connection between a router and one of its attached networks. The state of each neighbor is stored in a neighbor data structure of the EIGRP router. An adjacency is a relationship formed between selected neighbors for the purpose of exchanging routing information and abstracting the network topology. One or more router adjacencies may be established over an interface. Adjacencies are generally established, maintained and destroyed through the use of a conventional Hello protocol. Broadly stated, the Hello protocol ensures that communication between neighbors is bi-directional by periodically sending Hello packets out all router interfaces. Two routers become neighbors when they see each other's Hello packets over the common network. The EIGRP protocol includes a Neighbor Discovery process that routers use to dynamically learn of other routers on their directly attached networks. Routers also use this process to discover when their neighbors become unreachable or inoperative. The Neighbor Discovery process is achieved with low overhead by periodically sending small Hello packets at a rate called the "Hellolnterval". The "HoldTime" is the amount of time, i.e., a multiple of the Hellolnterval, that an EIGRP router will consider a neighbor alive without receiving a Hello packet. As long as the Hello packets are received from a neighbor within the HoldTime, the EIGRP router determines that the neighbor is alive and functioning; this, in turn, allows both neighbors to exchange (and update) routing information to thereby reach routing convergence. However, if the Hello packets are not received within the HoldTime, the router assumes that the neighbor no longer exists and "tears down" (destroys) the adjacency with the neighbor. Often, it is desirable for a router to unilaterally decide to destroy an adjacency with its neighbor. In the case of a routing protocol that can maintain adjacencies over point-to-point interface connections, there may be electrical characteristics of the physical connection that disappear when the router "goes away" so that the neighbor can quickly detect that the router is gone. However, there are some point-to-point connection networks that do not provide electrical notification when a neighboring router disappears. For a routing protocol that maintains adjacencies over multi-access interfaces, such as an Ethernet subnet interface, there are typically no electrical characteristics to inform the neighbors sharing that subnet that their neighboring router has disappeared. One way the router can inform the neighbors of its impending disappearance is to send an unreliable, "terminate" message over the multi-access interface indicating that the router is going away. Routing protocols that have unreliable (e.g., broadcast) capabilities can use this type of terminate mechanism to destroy adjacencies. Yet it is often undesirable to destroy all neighbor adjacencies using such an unreliable mechanism because there may be only a subset of adjacencies that needs terminating. As noted, another conventional method of detecting neighbor (also referred to as "peer") loss and, subsequently, destroying an adjacency is "time-based" through the absence of communication with the neighbor for a predetermined period of time. As with the case of the EIGRP protocol, it can be assumed that the nei ghbor no longer ex- ists after expiration of that time period. However, it is also undesi rable to assume the delay/latency associated with waiting the entire predetermined peri od of time, such as the HoldTime, to detect peer loss in order to destroy an existing adjacency. Rather, it is desirable to promptly notify neighbors of an intention to destroy adjacencies so that the adjacencies can be quickly removed, thereby "speeding-up" routing convergence and improving network stability.
SUMMARY OF THE INVENTION The present invention overcomes the disadvantages of the prior art by providing a technique for efficiently notifying EIGRP neighbors when destroying adjacencies in a computer network. According to the inventive technique, a novel goodbye notification packet is provided that enables an EIGRP router to inform one or more of its neighbors of its intention to destroy their existing adjacencies. The goodbye notification packet comprises an EIGRP packet header with variable-length fields embodied as an appended goodbye attribute. The appended goodbye attribute is illustratively tagged ac- cording to a TLN encoding format that defines a new type (T) field called "a goodbye" having a predetermined type that distinguishes it from a conventional EIGRP Hello packet. A value (N) field of information conveyed within the goodbye attribute contains a list of neighbor (or peer) identifiers (IDs). The peer IDs on this list instruct those neighboring routers to "go away" so that their adjacencies can be destroyed. Operationally, a router issues the goodbye notification packet to one or more neighbors. Upon receiving the goodbye notification packet, each neighbor examines the TLN encoded contents of the appended goodbye attribute. Specifically, the neighbor examines the type field of the novel attribute and, if it is configured to understand that type of information, identifies the packet as a goodbye notification packet. The neighbor then examines the value field of the attribute, searching for its peer ID within the list of peer IDs. Upon discovering its peer ID, the neighbor is instructed to destroy the adjacency with the router, i.e., the source of the goodbye notification packet. An advantage of the invention is the ability of the goodbye notification packet to operate in both a reliable and an unreliable environment. That is, the goodbye notifi- cation packet may function as a reliable message when notifying a neighbor on a point- to-point connection (in a reliable environment) to go away. In addition, the goodbye notification packet may function as an unreliable message in an unreliable environment (shared network media) that notifies a subset of neighbors (through the list of peer IDs) to go away. This aspect of the invention enables scaling of goodbye notification packet, as a single packet can include a list of peer IDs, wherein the list can include one to as many as a maximum number of peer IDs. Only those routers identified by peer IDs proceed to destroy their adjacencies with the source of the goodbye packet. The goodbye packet can further function as a reliable message in an unreliable environment by identifying a single peer ID in the value field of the appended attribute, as well as an unreliable message across an entire shared media subnet. BRIEF DESCRIPTION OF THE DRAWINGS The above and further advantages of the invention may be better understood by referring to the following description in conjunction with the accompanying drawings in which like reference numbers indicate identical or functionally similar elements: Fig. 1 is a schematic block diagram of a computer network comprising a plurality of autonomous systems including intermediate nodes, such as intradomain routers; Fig. 2 is a schematic block diagram of a router that may be advantageously used with the present invention; Fig. 3 is a schematic block diagram of a conventional protocol stack, such as the Internet communications protocol stack; Fig. 4 is a schematic block diagram depicting the format of a Hello packet; Fig. 5 is a schematic block diagram of an EIGRP router having adjacencies with its neighbors; Fig. 6 is a schematic block diagram of an EIGRP routing protocol process that may be advantageously used with the present invention; Fig. 7 is a schematic block diagram of a goodbye notification packet according to the present invention; and Fig. 8 is a flowchart illustrating a sequence of steps when using the goodbye notification packet according to the present invention. DETAILED DESCRIPTION OF AN ILLUSTRATIVE EMBODIMENT Fig. 1 is a schematic block diagram of a computer network 100 comprising a plurality of routing domains or autonomous systems interconnected by intermediate nodes, such as conventional interdomain routers 120 and intradomain routers 200. The interdomain routers 120 interconnect various autonomous systems (AS1-4), whereas the intradomain routers 200 manage communication media and nodes within their respective AS domains. The communication media include shared medium networks 104, such as local area network (LAN) subnetworks, point-to-point links 102 and non- broadcast multi-access (NBMA) clouds such as frame relay or asynchronous transfer node networks. Communication among the routers is typically effected by exchanging discrete protocol data units (PDU 150) or packets in accordance with predefined protocols, such as the Transmission Control Protocol/Internet Protocol (TCP/IP). It will be understood to those skilled in the art that other protocols, such as the Internet packet exchange (IPX) protocol, the Datagram Delivery Protocol (DDP) as well as other link state routing protocols, may be advantageously used with the present invention. Fig. 2 is a schematic block diagram of an intradomain router 200. An example of the router 200 that may be illustratively used with the present invention is the 7200 series router available from Cisco Systems, Inc. The router 200 implements a modular and scalable architecture that facilitates use of the router as an edge device for enterprises and service providers. To that end, the router comprises a network processing engine 210 coupled to a plurality of port adapters 220. Each port adapter 220 supports most WAN and LAN technologies and, to that end, comprises circuitry that connects the router to communication media of the network 100. The network processing engine 210 is a processor-based system comprising functionality incorporated within a typical router. That is, the engine comprises a processor 212 (and cache 218) coupled to a system memory 214 via a system controller 216. The memory 214 may comprise dynamic random access memory (DRAM) and/or synchronous DRAM (SDRAM) storage locations addressable by the processor 212 for storing software programs and data structures, such as tables, packets, etc. A network operating system 250, portions of which are typically resident in memory and executed by the processor, functionally organizes the router by, inter alia, invoking network op- erations in support of software processes executing on the router. It will be apparent to those skilled in the art that other memory means, including various computer readable media, may be used for storing and executing program instructions pertaining to the operation of the router. A key function of the router is determining the next node to which a packet is sent; in order to accomplish such "routing" the routers cooperate to determine optimal ("best") paths through the computer network 100. The routing function is preferably performed by a network (internetwork) layer of a protocol stack that, in the illustrative embodiment, is associated with the network operating system 250 of each router. Fig. 3 is a schematic block diagram of a conventional protocol stack, such as the Internet communications protocol stack 300. The architecture of the Internet protocol stack 300 is represented by four layers termed, in ascending interfacing order, the network inter- face layer 308, the internetwork layer 306, the transport layer 304 and the application layer 302. The lower network interface layer 308 is generally standardized and implemented in hardware and firmware, whereas the higher layers are typically implemented in the form of software. The primary internetwork layer protocol of the Internet architecture is the Internet protocol (IP). IP is primarily a connectionless protocol that provides internetwork routing, fragmentation and assembly of exchanged packets - generally referred to as "datagrams" in an Internet environment - and which relies on transport protocols for end-to-end reliability. An example of such a transport protocol is the Transmission Control Protocol (TCP) that is implemented by the transport layer 304 and provides connection-oriented services to the upper layer protocols of the Internet architecture. The term TCP/IP is commonly used to denote the Internet architecture. In particular, the internetwork layer 306 concerns the protocol and algorithms that the routers 200 utilize so that they can cooperate to calculate paths through the computer network 100. An intradomain protocol may be used to perform intradomain routing (for the Internetwork layer) within each AS of the computer network 100. An example of a protocol used to distribute routing information between neighboring routers belonging to a single AS is the Enhanced Interior Gateway Routing Protocol (EIGRP). The EIGRP routing protocol is well known and described in detail in the aforementioned Cisco TCP/IP Routing Professional Reference, 2nd Addition and Enhanced Interior Gateway Routing Protocol materials. The EIGRP protocol is a platform independent protocol comprising a hybrid of distance vector and link state routing protocol technologies. A router configured to run the EIGRP protocol computes a best path to a destination using distance ("cost" or hop count) information represented as a composite of available bandwidth, delay, load utilization and link reliability information that allows "fine tuning" of link characteristics to achieve optimal (or best) paths. The EIGRP router also maintains state pertaining to reachable neighboring routers (or "neighbors") in a neighbor data structure. The reachable neighbors (e.g., other intradomain routers 200 within AS2j of Fig. 1) are associ- ated with the EIGRP router through an adjacency relationship that enables the exchange of routing information between the neighbors. This adjacency relationship is established and maintained using Hello packets defined by the EIGRP routing protocol. Fig. 4 is a schematic block diagram depicting the format of a Hello packet 400 comprising an EIGRP packet header 410 and Hello-specific variable-length fields 450. EIGRP packets may be encapsulated within various network layer protocols, such as IPX (Novell networks) and DDP (AppleTalk networks); however, in the illustrative embodiment described herein, the EIGRP packets are encapsulated as IP packets (TCP/IP networks). Each EIGRP packet, such as a Hello packet, has a fixed 20-byte EIGRP header 410. The header contains information needed to determine whether the packet should be accepted for further processing. The Hello packet is an EIGRP type 5 packet that is periodically sent over interfaces of the router to establish and maintain neighbor adjacencies. All routers connected to a common network must agree on certain parameters, such as the HoldTime, included in the Hello packet. The EIGRP packet header 410 includes a version field 412 containing the EIGRP version number, an opcode field 414 containing the type of EIGRP packet and a checksum field 416 that contains a checksum (e.g., standard one's complement of the one's complement sum) for the entire contents of the packet. The header 410 also includes a flags field 418 having a content that defines special handling of the packet and a sequence number field 420 that contains a unique sequence number with respect to a sending router. An ack number field 422 contains an acknowledgement number with respect to a receiver of the packet and an AS number field 424 contains an autonomous system number of the sending system. Each EIGRP packet may contain a variable number of fields, each of which is tagged in accordance with a type (T), length (L) and value (V) encoding format. These tagged fields allow for newer versions of software to add capabilities and coexist with old versions of software in the same configuration. Fields that are tagged, but that are not recognizable by certain routers can be skipped. This encoding scheme also allows multiple network layer protocols to carry independent information. The Hello-specific variable fields 450 of the EIGRP Hello packet are tagged according to the TLV encod- ing format. The Hello-specific variable-length fields 450 include a type field 460 that is structured as a protocol identifier (ID) sub-field 462 containing ID assignments for various supported network layer protocols and a type code sub-field 464. The type code for the Hello packet 400 is illustratively a parameter type (e.g., 0x0001) TLV used to convey EIGRP metric K- values as well as the HoldTime value. The content of length field 470 illustratively specifies the length (in bytes) of the type, length and value fields, while the value field 480 contains the K-values 482 and the HoldTime value 484. Note that the HoldTime is the amount of time (in seconds) that a receiving router should consider the sending neighbor valid. A valid neighbor is a router that is able to forward packets and participate in the EIGRP protocol. Upon considering a neighbor valid, the router stores all routing information advertised by the neighbor. Fig. 5 is a schematic block diagram of an EIGRP router 500 having adjacencies 502a,b with its neighbors 540a,b over a multi-access interface 512a and a point-to-point interface 512b of the router. The multi-access interface 512a comprises the electrical, mechanical and signaling circuitry that connects the router to shared media, such as an Ethernet network, whereas the point-to-point interface 512b comprises the circuitry that connects the router to a point-to-point network connection. The router 500 is illustratively an embodiment of router 200 (Fig. 2) and is configured to execute an EIGRP routing protocol process 600 that uses the encapsulation services of its respective sup- porting network layer 520, e.g., the DDP network layer 522, the IP network layer 524 and/or the IPX network layer 526. The EIGRP process 600 is a component of the network operating system 250, such as the IOS® software available from Cisco Systems, Inc. Fig. 6 is a schematic block diagram of the EIGRP routing protocol process 600 that may be advantageously used with the present invention. The EIGRP process is illustratively embodied as an EIGRP protocol engine 650 that is responsible for providing general functions for various protocol dependent modules, along with providing reliable transport service, route computations and, notably, neighbor discovery and failure detection. For a multi-protocol implementation, there is a protocol dependent "client" module 610 for each supported network layer 520. For example, an IP-EIGRP client module 610a executes and advertises TCP/IP related routing information for the IP network layer 524. The protocol dependent modules 610 provide network layer specific functions and are responsible for understanding protocol specific packet formats, as well as interfacing with their respective routing tables 620. The EIGRP protocol engine 650 comprises a number of components, including a Reliable Transport 612, a Route Server Processor 614, a Diffusing Update Algorithm (DUAL) Finite State Machine (FSM) 615, a Client Interface 616 and a Neighbor Discovery process 618. The Reliable Transport 612 is responsible for guaranteed, ordered delivery of EIGRP packets to all neighbors. The DUAL FSM 615 embodies a decision process for all route computations through execution of a DUAL algorithm used to ob- tain loop-freedom throughout the route computations. The DUAL FSM is responsible for maintaining topology tables 640 that are populated by the protocol dependent modules 610. Each protocol dependent module 610 has a topology table 640 that stores routing information for destinations. The contents of the table 640 are used to determine information that is advertised and inserted into the protocol-specific routing tables 620. The Neighbor Discovery process 618 is the process used by the EIGRP router 500 to dynamically learn of other routers (neighbors 540) on its directly attached networks. The router 500 also uses process 618 to discover when its neighbors become unreachable or inoperative. The information or state of each adjacent neighbor 540 is stored in a neighbor table 630 maintained by each protocol dependent module 610. When newly discovered neighbors 540 are learned, the address and interface of the neighbor is recorded in the neighbor table 630. The Neighbor Discovery process 618 is achieved with low overhead by periodically creating and sending small Hello packets 400 at a rate called the "Hellolnterval". When EIGRP router 500 is initialized, it starts sending the Hello packets, preferably multicast addressed. Each Hello packet 400 includes the EIGRP metric K-values 482 and a HoldTime value 484. Once the router 500 detects a new neighbor 540 from receipt of the Hello packet, it sends a reliable (INIT) EIGRP Update packet to the neighbor to initiate topology table exchanges with the new neighbor 540. Upon receiving the INIT update packet, the neighbor 540 detects its peer and proceeds with establishing the adjacency 502 with the EIGRP router 500. The "HoldTime" is the amount of time that an EIGRP router will consider a neighbor alive without receiving a Hello packet 400. In the illustrative embodiment, the Hellolnterval is preferably 5 seconds and the HoldTime is 15 seconds. As long as the Hello packets are received from a neighbor within the HoldTime, the EIGRP router determines that the neighbor is alive and functioning; this, in turn, allows both neighbors to exchange (and update) routing information to thereby reach routing convergence. However, if the Hello packets are not received within the HoldTime, the router assumes that the neighbor no longer exists and "tears down" (destroys) the adjacency with the neighbor. Often, it is desirable for the EIGRP router 500 to unilaterally decide to destroy the adjacency 502 with its neighbor 540. One method of detecting neighbor (peer) loss and, subsequently, destroying an adjacency is "time-based" through the absence of communication with the neighbor for a predetermined period of time. For example if Hello packets are not received from the neighbor 540 within the HoldTime, the EIGRP router 500 assumes that the neighbor no longer exists and "tears down" (destroys) the adjacency 502 with the neighbor. However, it is also undesirable to assume the delay/latency associated with waiting the entire predetermined time period, such as the HoldTime, to detect peer loss in order to destroy an existing adjacency. Rather, it is desirable to promptly notify neighbors of an intention to destroy adjacencies so that the adjacencies can be quickly removed, thereby "speeding-up" routing convergence and improving network stability. The present invention relates to a technique for efficiently notifying EIGRP neighbors when destroying adjacencies in a computer network. According to the inventive technique, a novel goodbye notification packet is provided that enables an EIGRP router, such as router 500, to inform one or more of its neighbors 540 of its intention to destroy their existing adjacencies 502. Fig. 7 is a schematic block diagram of the goodbye notification packet 700 comprising an EIGRP packet header 710 with variable-length fields embodied as an appended goodbye attribute 750. The goodbye attribute 750 is illustratively tagged according to a type (T), length (L) and value (N) encoding format. The TLN encoding format is a generic way to communicate information between two systems or nodes, such as routers, where the information may not be entirely known to one router. The TLN is used to identify a type (T) of information being conveyed, a length (L) of information to be conveyed and a value (N) of the actual infor- mation conveyed. An advantage of a TLN-based communication system is that a router can skip over any type of information that it is not configured to "understand". That is, using the length (L) parameter, the router can skip an attribute (TLN) it doesn't understand, until it finds a TLN for which it is configured. The length (L) parameter is implementation-specific and can denote the length from the beginning of the first field of the attribute to the end. However, the length generally denotes the length of the value (N) field and not the type field or length field. The EIGRP packet header 710 is similar to the EIGRP packet header 410 (Fig. 4) and, thus, includes a version field 712 containing the EIGRP version number, an opcode field 714 containing the type of EIGRP packet and a checksum field 716 that contains a checksum (e.g., standard one's complement of the one's complement sum) for the entire contents of the packet. A flags field 718 has a content that defines special handling of the packet and a sequence number field 720 contains a unique sequence number with respect to a sending router. An ack number field 722 contains an acknowledgement number with respect to a receiver of the packet and an AS number field 724 contains an autonomous system number of the sending system. In addition, the goodbye attribute 750 defines a new type (T) field 752 called "a goodbye" having a predetermined type (e.g., 0x0007) that distinguishes it from a conventional EIGRP Hello packet. A value (N) field 756 contains a list of neighbor (peer) IDs, wherein each peer ID is a conventional identifier, such as an address, of a router. A neighbor whose peer ID appears on the peer ID list is instructed to initiate a "peer down" action to destroy its adjacency with the EIGRP router 500. The peer IDs of neighbors that will have their adjacencies destroyed are stored on, e.g., a queue of interface 512 in router 500. When scheduled to run, the Neighbor Discovery process 618 examines the queue and constructs goodbye notification packets 700 using the peer IDs. The list of peer IDs contained in each goodbye notification packet 700 can include one to as many as a maximum number of peer IDs. Multiple goodbye notification packets 700 may be used if there are more peer IDs than can be carried in field 756 of a single packet 700. Destruction of an adjacency can be on an interface basis, such that EIGRP router 500 may destroy all neighbor adjacencies 502 on one interface, but none of the adjacencies on the other interfaces. However, it is possible to destroy only one adjacency on an interface, e.g., multi-access interface 512a, such as when changing a parameter between the router 500 and a neighbor 540a. For example, the router might change authentication or some type of security information between a neighbor and itself. Here, the router wants to restart only that neighbor's relationship over with the new security information, while continuing to run different security information for the other neighbors. Fig. 8 is a flowchart illustrating a sequence of steps when using the goodbye notification packet according to the present invention. The sequence starts at Step 800 and proceeds to Step 802 where a router, such as EIGRP router 500, sends the goodbye notification packet 700 to one or more neighbors 540. Upon receiving the goodbye notification packet, each neighbor 540 examines the TLN encoded contents of the appended goodbye attribute 750 in Step 804. Specifically, the neighbor examines the type field of the novel attribute to determine if it is configured to understand that type of information (Step 806). If not, the neighbor skips over the attribute in Step 808 and the sequence ends at Step 820. However, if the neighbor is configured to understand the type of information, it identifies the packet type as a goodbye notification packet in Step 810. The neighbor then examines the value field of the attribute, searching for its peer ID within the list of peer IDs in Step 812. If the neighbor does not discover its peer ID (Step 814), the sequence ends at Step 820. Otherwise if it does discover its peer ID, the neighbor destroys the adjacency with the source of the goodbye notification packet (router 500) in Step 816 and the sequence ends at Step 820. An advantage of the invention is the ability of the goodbye notification packet to operate in both a reliable and an unreliable environment. That is, the goodbye notification packet may function as a reliable message when notifying a neighbor on a point- to-point connection (in a reliable environment) to "go away", i.e., destroy its adjacency with the source of the packet (an EIGRP router). In addition, the goodbye notification packet may function as an unreliable message in an unreliable environment (shared network media) that notifies a subset of neighbors (through the list of peer IDs) to destroy their adjacencies with the EIGRP router. This aspect of the invention enables scaling of goodbye notification packet, as a single packet can include a list of peer IDs, wherein the list can include one to as many as a maximum number of peer IDs. Only those routers identified by peer IDs proceed to destroy their adjacencies with the source of the goodbye packet. The goodbye packet can further function as a reliable message in an unreliable environment by identifying a single peer ID in the value field of the appended attribute, as well as an unreliable message across an entire shared media sub- net. There are various network situations that will benefit from the novel goodbye notification technique such as, for example, when there is a one-way failure on a link between two neighbors. Here, one router detects the failure and removes the adjacency, while the other router still receives packets and maintains the adjacency. In the absence of the goodbye notification technique, the adjacency is eventually destroyed in both routers, but only because of retransmission timeouts or a stuck-in-active condition. Another network situation involves failure of unreliable delivery service, leaving only reliable delivery as an option. When unreliable delivery fails, the adjacency between two routers is typically destroyed due to expiration of the HoldTime. How- ever, in the absence of the goodbye technique, EIGRP reliable traffic effectively resets the HoldTime that, in turn, maintains the adjacency. In addition, when a user reloads router 500 or removes the EIGRP routing protocol process 600, the goodbye notification packet(s) enable notification of all of the router's neighbors 540 so that they can quickly destroy their adjacencies with the router and discover alternate routes. Simi- larly, when an EIGRP configured interface is "shutdown", use of the goodbye technique enables fast and efficient notification to all neighbors. While there has been shown and described an illustrative embodiment for efficiently notifying EIGRP neighbors when destroying adjacencies in a computer network, it is to be understood that various other adaptations and modifications may be made within the spirit and scope of the present invention. For example, in an alternate embodiment, an EIGRP router 500 may employ the Hello packet 400 as a "wildcard goodbye packet" to destroy the adjacencies of all neighbors 540 coupled to an interface, such as multi-access interface 512a. Here, all K- values 482 contained in value field 480 of the Hello-specific variable-length fields 450 are set to invalid constants (e.g., 255). In addition, a new goodbye flag (e.g., goodbye_all_peers) is provided for the flags field 418 of EIGRP header 410. When the goodbye flag is set, the Neighbor Discovery process 618 stops sending goodbye notification packets 700 to individual neighbors (if any) and sends only one wildcard goodbye packet on the interface. This embodiment of the invention provides backward compatibility and simplicity in processing. If a neighbor 540a running an older version of the EIGRP protocol receives the wildcard goodbye packet with the invalid K- values, it immediately tears down the adjacency with the router 500. Moreover, the wildcard goodbye packet is understood at the protocol dependent modules 610 rather than relying on protocol specific code to decipher a protocol specific wildcard address. The foregoing description has been directed to specific embodiments of this in- vention. 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 instance, it is expressly contemplated that the teachings of this invention, including the various modules described herein, can be implemented as software, including a computer-readable medium having program instructions executing on a com- puter, hardware, firmware, or a combination thereof. In addition, it is understood that the data structures described herein can include additional information while remaining within the scope of the present invention. Furthermore, the inventive goodbye notification technique may apply to any protocol that maintains peering information (state), including non-routing protocols, such as wireless protocols running on wireless devices that have wireless connections between them. Accordingly this description is to be taken only by way of example and not to otherwise limit the scope of the invention. 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. What is claimed is:

Claims

1. A system configured to notify neighbors when destroying adjacencies in a computer network, the system comprising: a router adapted to generate a goodbye notification packet to inform one or more of the neighbors to destroy the adjacencies, the goodbye notification packet hav- ing a packet header with an appended goodbye attribute tagged according to an encod- ing format.
2. The system of Claim 1 wherein the goodbye attribute comprises: a goodbye type; and a list of neighbor (peer) identifiers (IDs), wherein each neighbor identified by a peer ID on the list destroys its adjacency with the router.
3. The system of Claim 2 wherein the router is an enhanced interior gateway routing protocol (EIGRP) router configured to run an EIGRP routing protocol process.
4. The system of Claim 3 wherein the EIGRP routing protocol process comprises a neighbor discovery process configured to construct the goodbye notification packet.
5. The system of Claim 2 wherein the router comprises: a multi-access interface with circuitry that connects the router to a shared media computer network; and a point-to-point interface with circuitry that connects the router to a point-to- point computer network connection.
6. The system of Claim 5 wherein the multi-access interface enables use of the good- bye notification packet as an unreliable message in an unreliable environment to notify a subset of neighbors to destroy their adjacencies with the router.
7. The system of Claim 6 wherein the subset of neighbors is notified through the list of peer IDs.
8. The system of Claim 5 wherein the point-to-point interface enables use of the good- bye notification packet as a reliable message in a reliable environment to notify a single neighbor to destroy its adjacency with the router.
9. The system of Claim 8 wherein the single neighbor is notified through the list of peer IDs.
10. A method for notifying neighbors when destroying adjacencies in a computer net- work, the method comprising the steps of: sending a goodbye notification packet from a router to one or more of the neighbors to inform the neighbors to destroy the adjacencies, the goodbye notification packet having a packet header with an appended goodbye attribute; examining the appended goodbye attribute at each neighbor; if the neighbor is configured to understand the goodbye attribute, searching a list of peer identifiers (IDs) contained in the goodbye attribute to determine if the peer ID of the neighbor is on the list; and if the peer ID of the neighbor is on the list, destroying the adjacency with the router.
11. The method of Claim 10 wherein the step of examining comprises the step of ex- amining a type of the goodbye attribute to determine if the neighbor is configured to understand that type of information.
12. The method of Claim 11 further comprising the step of, if the neighbor is not con- figured to understand the goodbye attribute, skipping over a value field of the goodbye attribute.
13. The method of Claim 12 wherein the neighbors are routers configured to run an Enhanced Interior Gateway Routing Protocol (EIGRP).
14. A system configured to notify neighbors when destroying adjacencies in a com- puter network, the system comprising: a router configured to run an enhanced interior gateway routing protocol (EIGRP) to generate a goodbye notification packet to inform one or more of the neigh- bors to destroy the adjacencies, the goodbye notification packet having a packet header with an appended goodbye attribute having a predetermined goodbye type and a list of neighbor (peer) identifiers (IDs), wherein each neighbor identified by a peer ID on the list destroys its adjacency with the router.
15. Apparatus adapted to notify neighbors when destroying adjacencies in a computer network, the apparatus comprising: means for sending a goodbye notification packet from a router to one or more of the neighbors to inform the neighbors to destroy the adjacencies, the goodbye notifica- tion packet having a packet header with an appended goodbye attribute; means for examining the appended goodbye attribute at each neighbor; if the neighbor is configured to understand the goodbye attribute, means for searching a list of peer identifiers (IDs) contained in the goodbye attribute to determine if the peer ID of the neighbor is on the list; and if the peer ID of the neighbor is on the list, means for destroying the adjacency with the router.
16. The apparatus of Claim 15 wherein the means for examining comprises means for examining a type of the goodbye attribute to determine if the neighbor is configured to understand that type of information.
17. The apparatus of Claim 16 further comprising, if the neighbor is not configured to understand the goodbye attribute, means for skipping over a value field of the goodbye attribute.
18. A computer readable medium containing executable program instructions for noti- fying neighbors when destroying adjacencies in a computer network, the executable program instructions comprising program instructions for: sending a goodbye notification packet from a router to one or more of the neighbors to inform the neighbors to destroy the adjacencies, the goodbye notification packet having a packet header with an appended goodbye attribute; examining the appended goodbye attribute at each neighbor; if the neighbor is configured to understand the goodbye attribute, searching a list of peer identifiers (IDs) contained in the goodbye attribute to determine if the peer ID of the neighbor is on the list; and if the peer ID of the neighbor is on the list, destroying the adjacency with the router.
19. The computer readable medium of Claim 18 wherein the program instruction for examining comprises one or more program instructions for examining a type of the goodbye attribute to determine if the neighbor is configured to understand that type of information.
20. The computer readable medium method of Claim 19 further comprising one or more program instructions for, if the neighbor is not configured to understand the goodbye attribute, skipping over a value field of the goodbye attribute.
PCT/US2004/004615 2003-06-19 2004-02-17 Technique for notifying eigrp neighbors when destroying adjacencies in a computer network WO2005006682A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
AU2004300837A AU2004300837B2 (en) 2003-06-19 2004-02-17 Technique for notifying EIGRP neighbors when destroying adjacencies in a computer network
CA002521501A CA2521501C (en) 2003-06-19 2004-02-17 Technique for notifying eigrp neighbors when destroying adjacencies in a computer network
EP04711860.9A EP1634411B1 (en) 2003-06-19 2004-02-17 Technique for notifying eigrp neighbors when destroying adjacencies in a computer network

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/465,129 2003-06-19
US10/465,129 US7388862B2 (en) 2003-06-19 2003-06-19 Technique for notifying EIGRP neighbors when destroying adjacencies in a computer network

Publications (2)

Publication Number Publication Date
WO2005006682A2 true WO2005006682A2 (en) 2005-01-20
WO2005006682A3 WO2005006682A3 (en) 2005-04-07

Family

ID=33517440

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/004615 WO2005006682A2 (en) 2003-06-19 2004-02-17 Technique for notifying eigrp neighbors when destroying adjacencies in a computer network

Country Status (6)

Country Link
US (1) US7388862B2 (en)
EP (1) EP1634411B1 (en)
CN (1) CN100484088C (en)
AU (1) AU2004300837B2 (en)
CA (1) CA2521501C (en)
WO (1) WO2005006682A2 (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9137033B2 (en) 2003-03-18 2015-09-15 Dynamic Network Services, Inc. Methods and systems for monitoring network routing
US7626948B1 (en) * 2003-09-12 2009-12-01 Cisco Technology, Inc. System and method for verifying the validity of a path in a network environment
US7720054B2 (en) * 2004-03-02 2010-05-18 Cisco Technology, Inc. Router configured for outputting update messages specifying a detected attribute change of a connected active path according to a prescribed routing protocol
US7924726B2 (en) * 2004-07-12 2011-04-12 Cisco Technology, Inc. Arrangement for preventing count-to-infinity in flooding distance vector routing protocols
WO2006081454A2 (en) 2005-01-26 2006-08-03 Internet Broadcasting Corporation Layered multicast and fair bandwidth allocation and packet prioritization
US7792045B1 (en) * 2005-08-25 2010-09-07 Emc Corporation Method and apparatus for configuration and analysis of internal network routing protocols
US7583672B2 (en) 2006-04-05 2009-09-01 Cisco Technology, Inc. Techniques to support asymmetrical static/dynamic adjacency in routers
US7512106B2 (en) * 2006-08-01 2009-03-31 Cisco Technology, Inc. Techniques for distributing routing information using multicasts
WO2008033424A2 (en) * 2006-09-12 2008-03-20 Foleeo, Inc. Hive-based peer-to-peer network
US20080080750A1 (en) * 2006-10-02 2008-04-03 Wison Technology Corp. Interactive wireless fingerprint recognition system
US20080175449A1 (en) * 2007-01-19 2008-07-24 Wison Technology Corp. Fingerprint-based network authentication method and system thereof
US7821970B2 (en) * 2007-09-26 2010-10-26 Cisco Technology, Inc. Protection of transit links in a network
US9319277B2 (en) * 2007-11-14 2016-04-19 At&T Intellectual Property I, L.P. Network router employing enhanced prefix limiting
CN101179444B (en) * 2007-12-11 2010-12-08 华为技术有限公司 Configuration take-effective method, configuration system and configuration gateway
US8644186B1 (en) 2008-10-03 2014-02-04 Cisco Technology, Inc. System and method for detecting loops for routing in a network environment
US8699368B2 (en) 2011-07-26 2014-04-15 Cisco Technology, Inc. Link reliability metrics in communication networks
US8831019B2 (en) * 2012-05-18 2014-09-09 Renesys Path reconstruction and interconnection modeling (PRIM)
US10439880B2 (en) * 2014-11-05 2019-10-08 Cisco Technology, Inc. Loop-free convergence in communication networks
CN104598626B (en) * 2015-02-04 2018-02-02 中国人民解放军总后勤部军事交通运输研究所 Data modularization storage method in automatic tag identification
CN111310893B (en) * 2016-08-05 2023-11-21 中科寒武纪科技股份有限公司 Device and method for executing neural network operation
CN109067781B (en) * 2018-09-18 2021-04-16 重庆金美通信有限责任公司 Method for improving EIGRP protocol message information capacity
US11516320B2 (en) * 2020-12-23 2022-11-29 Itron, Inc. Frame compatibility across network protocol versions

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6553412B1 (en) 1999-09-10 2003-04-22 Avantgo, Inc. System, method, and computer program product for web content aggregation and development, and web content delivery to clients

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2092134C (en) 1992-03-24 1998-07-21 Anthony J. Mazzola Distributed routing network element
US6038212A (en) 1996-12-13 2000-03-14 International Business Machines Corporation Method and system for optimizing the connection set up time in high speed communication networks for recovering from network failure
US5964841A (en) 1997-03-03 1999-10-12 Cisco Technology, Inc. Technique for handling forwarding transients with link state routing protocol
US6339595B1 (en) 1997-12-23 2002-01-15 Cisco Technology, Inc. Peer-model support for virtual private networks with potentially overlapping addresses
US6202114B1 (en) 1997-12-31 2001-03-13 Cisco Technology, Inc. Spanning tree with fast link-failure convergence
US6314105B1 (en) 1998-05-19 2001-11-06 Cisco Technology, Inc. Method and apparatus for creating and dismantling a transit path in a subnetwork
US6512768B1 (en) 1999-02-26 2003-01-28 Cisco Technology, Inc. Discovery and tag space identifiers in a tag distribution protocol (TDP)
US6392997B1 (en) 1999-03-16 2002-05-21 Cisco Technology, Inc. Technique for group-based routing update with limited per neighbor/adjacency customization
US6553423B1 (en) 1999-05-27 2003-04-22 Cisco Technology, Inc. Method and apparatus for dynamic exchange of capabilities between adjacent/neighboring networks nodes
JP3654158B2 (en) 2000-08-09 2005-06-02 日本電気株式会社 Packet transfer path control apparatus and packet transfer path control method used therefor
US7035202B2 (en) * 2001-03-16 2006-04-25 Juniper Networks, Inc. Network routing using link failure information
US7126921B2 (en) * 2001-05-14 2006-10-24 Tropic Networks Inc. Packet network providing fast distribution of node related information and a method therefor
US6590868B2 (en) 2001-06-02 2003-07-08 Redback Networks Inc. Method and apparatus for restart communication between network elements
US6931441B1 (en) * 2001-06-29 2005-08-16 Cisco Technology, Inc. Method and apparatus for managing a network using link state information
FR2831743B1 (en) * 2001-10-25 2004-01-30 Cit Alcatel IS-IS FAULT TOLERANT ROUTING SYSTEM AND CORRESPONDING METHOD

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6553412B1 (en) 1999-09-10 2003-04-22 Avantgo, Inc. System, method, and computer program product for web content aggregation and development, and web content delivery to clients

Also Published As

Publication number Publication date
AU2004300837A1 (en) 2005-01-20
EP1634411A2 (en) 2006-03-15
WO2005006682A3 (en) 2005-04-07
AU2004300837B2 (en) 2009-12-03
US7388862B2 (en) 2008-06-17
CA2521501A1 (en) 2005-01-20
CN1792064A (en) 2006-06-21
EP1634411B1 (en) 2013-05-01
CN100484088C (en) 2009-04-29
CA2521501C (en) 2009-12-15
US20040258002A1 (en) 2004-12-23

Similar Documents

Publication Publication Date Title
US7388862B2 (en) Technique for notifying EIGRP neighbors when destroying adjacencies in a computer network
US7065059B1 (en) Technique for restoring adjacencies in OSPF in a non-stop forwarding intermediate node of a computer network
US9300563B2 (en) Technique for efficiently and dynamically maintaining bidirectional forwarding detection on a bundle of links
US7801857B2 (en) Implicit routing in content based networks
CA2536497C (en) Distributed software architecture for implementing the border gateway protocol (bgp)
EP1723542B1 (en) Technique for graceful shutdown of a routing protocol in a network
US8953432B2 (en) Softrouter dynamic binding protocol
US6950427B1 (en) Technique for resynchronizing LSDB in OSPF after a software reload in a non-stop forwarding intermediate node of a computer network
EP1989836B1 (en) Technique for optimized routing of data streams on an ip backbone in a computer network
US10594592B1 (en) Controlling advertisements, such as Border Gateway Protocol (“BGP”) updates, of multiple paths for a given address prefix
US5805818A (en) System for acknowledging availability of neighbor node using data packet containing data that is ordinarily fowarded to neighbor node
WO2008031334A1 (en) Route updating method, system and router
US7639680B1 (en) Out of band data base synchronization for OSPF
US7633874B1 (en) Soft notification messaging for a routing protocol
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX
JP2004247871A (en) Data relay method, data relay apparatus, and data relay system using the apparatus

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

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

AL Designated countries for regional patents

Kind code of ref document: A2

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

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

Ref document number: 2521501

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 20048113057

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 2004711860

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2004300837

Country of ref document: AU

ENP Entry into the national phase

Ref document number: 2004300837

Country of ref document: AU

Date of ref document: 20040217

Kind code of ref document: A

WWP Wipo information: published in national office

Ref document number: 2004300837

Country of ref document: AU

WWP Wipo information: published in national office

Ref document number: 2004711860

Country of ref document: EP