EIGRP - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: EIGRP



  
 Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
EIGRP is a distance vector routing protocol, with optimizations to minimize both the routing instability incurred after topology changes, as well as the use of bandwidth and processing power in the router.
Obviously, these constants must be set to the same value on all routers in an EIGRP system, or permanent routing loops will probably result.
This table actually contains only those routes which are considered not to potentially be part of routing loops (part of the DUAL algorithm); in EIGRP terminology, they are considered "Feasible Successors".
http://en.wikipedia.org/wiki/EIGRP   (435 words)

  
 IP Routing: Chapter 4: Enhanced Interior Gateway Routing Protocol (EIGRP)
EIGRP is a Cisco proprietary protocol; other router vendors do not support EIGRP.
Following the IP header is an EIGRP header.
EIGRP uses the Diffusing Update Algorithm (DUAL) for all route computations.
http://www.oreilly.com/catalog/iprouting/chapter/ch04.html   (6394 words)

  
 EIGRP Overview
Places you in Router EIGRP Config mode, the '200' is the Autonomous system (AS) number.
Enables EIGRP on all interfaces that are part of the Class A 10.0.0.0
Enhanced Interior Gateway Routing Protocol (EIGRP) -EIGRP is a Cisco® proprietary, hybrid (has feature of distance-vector and link-state protocols), interior gateway protocol (IGP) used by routers to exchange routing information.
http://www.boson.com/netsim/free/bsn/eigrp/eigrp_overview.htm   (277 words)

  
 Cisco - Enhanced Interior Gateway Routing Protocol
EIGRP does not propagate total cost information throughout the network; the vector metrics are propagated, and each router computes the cost and reported distance individually.
EIGRP uses the minimum bandwidth on the path to a destination network and the total delay to compute routing metrics.
EIGRP is an enhanced distance vector protocol, relying on the Diffused Update Algorithm (DUAL) to calculate the shortest path to a destination within a network.
http://www.cisco.com/warp/public/103/eigrp-toc.html   (9255 words)

  
 TechExams.Net - CCNP BSCI TechNote: EIGRP
Another useful feature of EIGRP is automatic route summarization, this summarizes subnets to the classful network boundary.
When an EIGRP router stops receiving hello packets from a neighbor for a configurable amount of time, it will consider the router as unreachable.
In contrary to IGRP, EIGRP is consider to be a hybrid routing protocol, because it has distance vector as well as link-state characteristics.
http://www.techexams.net/technotes/bsci/eigrp.shtml   (1535 words)

  
 EIGRP notes
EIGRP routes can be summarized manually or automatically at any bit boundary at the interface level;
Route summarization works in conjunction with the ip summary-address eigrp interface configuration command, in which additional summarization can be performed.
NOTE: with auto-summarization, the router will summarize each major network to the classfull boundary and should be switched off for VLSM and discontiguous network support with no auto-summary in the router eigrp procress.
http://www.kccommunications.com/htdocs/EIGRP%20summary.htm   (3122 words)

  
 EIGRP, ip routing, igrp
Although EIGRP automatically summarises on the network boundary, it can be configured to summarise on any bit boundary.
For example, if IGRP and EIGRP routers use the same AS number then by default routes are redistributed one to the other.
DUAL uses this concept of Feasible Successor, which is a router that has a least cost path to a network and therefore does not form part of a loop since the router will not choose a path that runs back through itself again.
http://www.rhyshaden.com/eigrp.htm   (3252 words)

  
 Configuring EIGRP between 2 Cisco Routers
As long as EIGRP is working between the two routers, you should the other router listed in the neighbor table.
Displays all entries in the routers EIGRP topology table.
This documents assumes a base knowledge of networking as well as having read Part 1 of the manual (What is EIGRP and why do I need it).
http://www.kelley.iu.edu/itlabs/2004_Lab_Manuals/group3_2nd8_2004/group3_lab1_part2.html   (777 words)

  
 Networking: BGP non-Advertisment Issue, Route redistribution with EIGRP or STATIC or BGP
Eigrp on the edge routers has redistribute static in the protocol configuration.
The Eigrp configuration also does yet have a network statement for this network on any of the routers.
The interior router that is actually connected to this network has a static route configured with EIGRP running and no redistribute commands.
http://www.experts-exchange.com/Networking/Q_21321869.html   (721 words)

  
 IP Routing
EIGRP avoids sending packets to down routers because it uses a neighbor discovery/recovery mechanism to dynamically learn about other routers on its directly attached network.
EIGRP has fast convergence time because DUAL avoids the time to perform diffusing computations routes to determine a new successor.
EIGRP can estimate an optimal retransmission interval because it keeps round-trip timers in the neighbor-table.
http://www.wilsonmar.com/1routing.htm   (3394 words)

  
 [No title]
These are routes distributed by EIGRP from Routers 2 and 3.
That is because EIGRP is typically described as “a distance vector protocol that acts like a link state protocol.&; EIGRP is the best of both types because it uses the diffusing update algorithm (DUAL).
Keep in mind, however, there are a few areas to consider before settling on EIGRP, as noted in a more recent article covering protocol selection.
http://techrepublic.com.com/5102-1035-1039414.html   (952 words)

  
 The TCP/IP Guide - Enhanced Interior Gateway Routing Protocol (EIGRP)
EIGRP is based on a new route calculation algorithm called the Diffusing Update Algorithm (DUAL), developed at a company called SRI International by Dr. J.
Compared to the original protocol, EIGRP is more of an evolution than a revolution.
DUAL differs from a typical distance-vector algorithm primarily in that it maintains more topology information about the internetwork than that used by protocols like RIP or IGRP.
http://www.tcpipguide.com/free/t_EnhancedInteriorGatewayRoutingProtocolEIGRP.htm   (539 words)

  
 Enhanced Interior Gateway Routing Protocol (EIGRP)
DUAL enables EIGRP routers to determine whether a path advertised by a neighbor is looped or loop-free, and allows a router running EIGRP to find alternate paths without waiting on updates from other routers.
Cisco Systems's EIGRP is one of the most feature-rich and robust routing protocols to ever be developed.
One of these protocols is the Diffusing update algorithm (DUAL) developed at SRI International by Dr. J.J. Garcia-Luna-Aceves.
http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/en_igrp.htm   (2081 words)

  
 Configuring EIGRP
Once you have configured EIGRP on all four of the routers in the AS and enabled the interfaces you will want to verify that your setup is indeed working.
The Autonomous System number for the EIGRP network is 1565.
You should use the network command for each of the networks that the router is connected to and is a part of the EIGRP network.
http://www.duke.edu/~yy7/ee156/eigrp.htm   (727 words)

  
 Cisco administration 101: What you need to know about EIGRP
EIGRP uses the Diffusing-Update Algorithm (DUAL) to perform look-free routing and calculate the shortest path.
Like OSPF, EIGRP uses autonomous system numbers to identify areas of the network that are under a single administrative domain.
To activate EIGRP on your router and enter its Configuration Mode, use the router eigrp command while in Global Configuration Mode.
http://techrepublic.com.com/5100-1035-5885607.html   (976 words)

  
 Networking Pipeline Infrastructure Packet Design Adds Cisco EIGRP Support To Network Analysis Tool
Since it is a distance-vector protocol (meaning that EIGRP routers do not carry full network topology information), it's technically difficult to monitor networks using EIGRP from a single point, Raice said.
Packet Design said that Router Explorer/EIGRP can also provide model numbers of the Cisco routers on a network, as well as which version of Cisco IOS each one is running.
According to Packet Design, its Route Explorer/EIGRP edition can discover all the EIGRP routers on a network, and then create a map of the network topology, and determine when and where changes occur, based on the EIGRP traffic.
http://www.networkingpipeline.com/infrastructure/18100007   (666 words)

  
 Exercise 1-1
Fred#show ip eigrp topology 1.0.0.5 255.255.255.255 IP-EIGRP topology entry for 1.0.0.5/32 State is Passive, Query origin flag is 1, 1 Successor(s), FD is
The IP address in the "from" field is the adjacent router's interface address.
To find out which router sent a specific entry in EIGRP topology table to Fred, refer to the "from" field in each entry (colored
http://www.zaplana.net/eigrp/ex_1_1.htm   (351 words)

  
 EIGRP for IP: Basic Operation and Configuration (The Addison-Wesley Networking Basics Series)
May be EIGRP's code is not finalized yet and there are many enhancements added after this book is published.
Most of other routing references do not have the same level on in-detail descriptions and protocol-specific information this book has.
Finally, as many networks are migrating from IGRP to EIGRP, I think the authors should designate section for the migration process
http://www.textkit.com/0_0201657732.html   (356 words)

  
 EIGRP Network Design Solutions: The Definitive Resource for EIGRP Design, Deployment, and Operation Reviews - Cookie ...
The book is fundamentally good for learning the basics of Eigrp but what I find lacking is real case study scenarios where actual diagnostic cases are captured, analyzed, solved, and presented.
An example would be like, how would a topology appear when a site has 4 equal (or a mix) serial and high-speed interfaces destined to 2 remote sites.
Java Store - EIGRP Network Design Solutions: The Definitive Resource for EIGRP Design, Deployment, and Operation Reviews
http://store.cookienest.com/reviews/eigrp-network-design-solutions-the-definitive-resource-for-eigrp-design-deployment-and-operation-id1578701651.php   (200 words)

  
 Packet Design Introduces First Route Analysis System for Cisco EIGRP Networks
Route Explorer/EIGRP Edition works by first discovering all EIGRP routers on the network and creating an end-to-end view of the topology.
This has not only increased the complexity of EIGRP problem diagnosis and troubleshooting, but also posed a huge obstacle to developing effective management tools.
But, unlike OSPF or IS-IS, EIGRP is a 'distance vector' protocol, which does not contain network-wide routing information.
http://www.enterprisenetworksandservers.com/monthly/art.php/560   (754 words)

  
 EIGRP
EIGRP is also a proprietary protocol developed by Cisco Systems.
Routers not involved in the topology change are not included in the updates to path computations.
Improved operating efficiency: The coding of the protocol is more efficient.
http://twig.lssu.edu/courses/spring00/cs221/day-twelve/sld018.htm   (87 words)

  
 Packet Design monitors EIGRP
The EIGRP features also enable network managers to validate root-cause analysis to verify the source of network events and capture router model and IOS version, providing important information on network assets.
While many Cisco customers run EIGRP on their nets (Packet Design estimates about 60% to 70% in the U.S.), the protocol doesn’t include as much Layer 3, or routing layer, information for network managers to analyze.
According to Cisco, EIGRP provides compatibility and seamless interoperation with IGRP routers.
http://www.nwfusion.com/newsletters/accel/2004/0301netop1.html   (1108 words)

  
 SecuriTeam.com ™ - 13 Remote Ethereal Buffer Overflows (BGP, EIGRP, IGAP, IRDA, ISUP, NetFlow, PGM, TCAP and UCP)
Because the defects affect different parts of the code base and were introduced at different dates within the last 3 years the following table gives a short overview of the exact CVS commit timestamps and the version number it first appeared in.
With the exception of 3 all discovered overflows allow arbitrary code execution by injecting carefully crafted packets to the sniffed wire or by convincing someone to load a malicious packet capture file into Ethereal.
When parsing a PGM packet with a carefully crafted NakList a possible integer underflow can result in a very small stack- overflow.
http://www.securiteam.com/unixfocus/5AP0O15CAO.html   (1216 words)

  
 Configurations
This page contains links to various router setup documents that allow you to reproduce scenarios or case studies described in EIGRP Network Design Solutions book in your own lab.
http://www.zaplana.net/eigrp/Config_index.htm   (29 words)

  
 Nanog 0212: Cisco IOS EIGRP Network DoS
The previous example will permit all EIGRP packet throughout the router
"Cisco IOS EIGRP Network DoS" posted on 2002-Dec-19.
flooding a Cisco router with spoofed EIGRP neighbor announcements,
http://www.irbs.net/internet/nanog/0212/0415.html   (714 words)

  
 EIGRP Answer
Enable EIGRP (AS# 100) on the Ethernet interface of both routers.
Enable EIGRP (AS# 100) on your Serial 0 of both routers.
This is a EIGRP is an introductory lab.
http://www.siliconuniv.com/ccna/arc/EIGRP/eigrp_solution_1.htm   (90 words)

  
 [No title]
Myrouter(config)# router EIGRP x (where x is AS Number)
Router eigrp autonomous–system–number must then define network network – network number.
If better path found only an update; if path down, then full check of alternates; if path not found, query neighbours to produce alternative.
http://jbreynolds.home.mindspring.com/ccda.htm   (4054 words)

  
 Configuring EIGRP
configure EIGRP and carry out optimization of the routing process.
A good understanding of networking terms, topologies, and the OSI reference model; familiarity with TCP/IP and configuring IP address schemes, including subnetting and variable-length subnet masking (VLSM); experience of operating and configuring Cisco routers for general use and configuring basic routing protocol implementations
recall how EIGRP Diffusing Update Algorithm (DUAL) automatically implements route selection.
http://content1.skillsoft.com/contentLIB4/cmCourseDesc/120068_ENG/summary.htm   (180 words)

  
 TCP / IP Protocols - AH ESP TLS BGP-4 EGP EIGRP GRE HSRP IGRP
The format of the EIGRP header is shown in the following illustration.
The same distance vector technology found in IGRP is also used in EIGRP, and the underlying distance information remains unchanged.
The convergence properties and the operating efficiency of this protocol have improved significantly.
http://www.protocols.com/pbook/tcpip5.htm   (2306 words)

  
 Firewall & EIGRP - sysadminforum
EIGRP learned routes out of all interfaces, but I may be wrong.
I would suggest that the best way to get round this is to summarize any
> EIGRP protocol that uses multicast on 224.0.0.10?
http://sysadminforums.com/t75708.html   (259 words)

  
 Enhanced Internal Gateway Routing Protocol (EIGRP)
Once all neighbors have replied the topology table entry for the destination returns to the pasive state and the router may then select a feasible successor.
Enable EIGRP routing and set the Autonomous System number.
EIGRP was designed to be interoperable with standard IGRP.
http://www.inetdaemon.com/tutorials/internet/ip/routing/eigrp/index.shtml   (669 words)

  
 CCNP Recertification
Furthermore, their path selection is based purely on finding the quickest path to a destination, where in the Internet, other factors come into play (ignoring the incredible difficulty of finding the "fastest" path).
In routing language, an entity is an Autonomous System, or...
It's an interesting problem, because the solution illustrates how EIGRP works....
http://ccnprecertification.com/atom.xml   (10563 words)

  
 LinuxQuestions.org - Regarding routing protocols - where Linux users come for help
EIGRP and OSPF, and if yes then that router would communicate with a non cisco router thru OSPF and a cisco router using EIGRP...
This is actually quite common and would make the Cisoc a "border router".
When using multiple routing protocols, the protocol with the lowest administrative cost is added to the routing table.
http://www.linuxquestions.org/questions/history/309535   (260 words)

  
 O'Reilly Network: Understanding Routing Protocols
The router examines its routing table and determines that the IP datagram’s next hop should be to the neighboring data center router, which advertises a route to segment
The Sprocket’s network is using Enhanced Interior Gateway Routing Protocol, EIGRP, for its network path algorithm.
The router tears off the layer 2 Ethernet frame and reads the destination address,
http://www.oreillynet.com/pub/a/network/2001/05/22/net_2nd_lang.html   (699 words)

  
 OSPF vs. EIGRP
OSPF and EIGRP network, and prefer EIGRP because IMHO it is easier to
(try, for example, EIGRP versus OSPF) will turn up several well
EIGRP versus OSPF has been hashed out in this newsgroup every couple
http://www.hardwareplug.com/sutra31221.htm   (1040 words)

  
 Tech-Recipes.com - Authenticate Cisco EIGRP routers
Now the routers should be verifying the MD5 hash of EIGRP packets, dropping any that do not pass the verification.
In the key configuration, the "infinite" keyword can be used to make non-expiring keys.
To help prevent unauthorized routing updates, EIGRP can be configured to authenticate peers.
http://www.tech-recipes.com/modules.php?name=Recipes&rx_id=407   (269 words)

  
 How to limit the EIGRP DUAL diffusion range in a large inter
One EIGRP feature that is useful in addressing query boundaries and sIA
So do the queries stop at the classful boundaries, at network summaries, or
Posted: Thu Jan 06, 2005 11:30 pm Post subject: Re: How to limit the EIGRP DUAL diffusion range in a large i
http://www.certfaq.com/bb/sutra63049.html   (641 words)

  
 Secunia - Advisories - Ethereal Multiple Vulnerabilities
This may allow execution of arbitrary code on a vulnerable system running Ethereal by sending a malicious packet or by tricking a user into opening a malicious packet trace file.
1) Stefan Esser has discovered thirteen boundary errors in the NetFlow, IGAP, EIGRP, PGM, IrDA, BGP, ISUP, and TCAP protocol dissectors, which can be exploited to cause buffer overflows.
Multiple vulnerabilities have been discovered in Ethereal, which can be exploited by malicious people to compromise a vulnerable system or cause a DoS (Denial-of-Service).
http://secunia.com/advisories/11185   (358 words)

  
 Enhanced Interior Gateway Routing Protocol (EIGRP) - Cisco Systems
EIGRP is an enhanced distance-vector protocol, relying on the Diffused Update Algorithm (DUAL) to calculate the shortest path to a network.
EIGRP maintains all of the advantages of distance-vector protocols, while avoiding the concurrent disadvantages.
Highly valued for its ease of deployment and fast convergence, EIGRP is commonly used in many large Enterprise networks.
http://www.cisco.com/en/US/products/ps6630/products_ios_protocol_option_home.html   (192 words)

  
 Cisco: Routers - Add GRE to existing IPSEC VPN for EIGRP?
Join your peers on the Internet's largest technical computer professional community.
Cisco: Routers - Add GRE to existing IPSEC VPN for EIGRP?
Can i simply add a bit of code like the following:
http://www.tek-tips.com/viewthread.cfm?qid=1122222&page=1   (427 words)

  
 EIGRP Jobs, Average Salary & Contractor Rates for Enhanced Interior Gateway Routing Protocol (EIGRP) Skills
This section looks at the demand for EIGRP knowledge and experience with a comparison to our Communications & Networking category.
Jobs citing EIGRP are compared to all those in the category of Communications & Networking.
This section compares the median salary and contractor rates quoted in job adverts citing EIGRP (A) against all those in the category of Communications & Networking (B) over the past 3 months.
http://www.itjobswatch.co.uk/skills_and_rates/eigrp.do   (345 words)

  
 Linux Kernel: Re: Are there around some eigrp Linux patches
You can tell a cisco router to export the tables to something
Re: Are there around some eigrp Linux patches
Firstly we dont put routing protocols in the kernel but in user space so its
http://lists.insecure.org/linux-kernel/2000/Oct/2762.html   (210 words)

  
 General Cisco talk - Variance command in eigrp
Depending on the switching it can be either process (per
EIGRP provides unequal load balancing with the use of the variance
To view this thread in it's original format and/or if you want to reply to this thread please [click here]
http://www.mcse.ms/archive123-2004-1-324937.html   (85 words)

  
 US-CERT Vulnerability Note VU#119876
Exploitation of these vulnerabilities could result in arbitrary code execution.
2) Deselect the EIGRP protocol dissector from the list
These vulnerabilities could allow a remote, unauthenticated attacker to execute arbitrary code.
http://www.kb.cert.org/vuls/id/119876   (188 words)

  
 [nsp] EIGRP looping problem but not SIA ?
[nsp] EIGRP looping problem but not SIA ?
Next message: [nsp] EIGRP looping problem but not SIA ?
http://puck.nether.net/pipermail/cisco-nsp/2003-December/007439.html   (181 words)

  
 Re: Converting from RIP to EIGRP - netware issue
Also I notice that even though the routers are
Is there some type of setting on the
Has anyone heard of netware routing being a problem
http://www.mailarchive.ca/lists/comp.dcom.sys.cisco/2003-11/2178.html   (246 words)

  
 RIP instead of OSPF or EIGRP
Since you only have 5 routers connected you do not need to configure the more complex protocols such as OSPF and EIGRP which usually utilizes a lot more CPU processing than RIP.
I would use RIP version 2 because RIP is very easy to configure and troubleshoot.
You should use version 2 of RIP because it supports VLSM.
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,,sid63_gci974833,00.html   (207 words)

  
 untitled
Using EIGRP with remote routers and tiered networks
To introduce and discuss the configuration, operation, and implementation of EIGRP
The learning path prepares students for examinations in the CCNP (Cisco Certified Network Professional), CCDP (Cisco Certified Design Professional), and CCIP (Cisco Certified Internet Professional) certification tracks.
http://www.eno.com/other/ciscobcsi2.html   (127 words)

  
 Search Results - Totaljobs.com
Currently the keyword combination you have chosen does not match any jobs on our site.
Your search on IT and Internet; Keywords: CISCO AND - AND ROUTING AND - AND BGP AND - AND OSPF AND - AND CCNA AND - AND CCNP AND - AND EIGRP AND - AND CONFIGURATION; returned 0 results.
To broaden your search, try entering fewer search criteria, or simply click on one of the links below:
http://www.totaljobs.com/Jobseeking/job17464797.html   (145 words)

  
 [No title]
Price Comparison of CISCO S4KL3E-12220EW= CATALYST 4500 IOS SUP4/5 ENHANCED L3 OSPF EIGRP IS-IS : (Click header to sort your listings.
CISCO S4KL3E-12220EW= CATALYST 4500 IOS SUP4/5 ENHANCED L3 OSPF EIGRP IS-IS at pricesaving.com, the web's NO.1 and best IT product search engine !!!
Find more results about CISCO S4KL3E-12220EW= CATALYST 4500 IOS SUP4/5 ENHANCED L3 OSPF EIGRP IS-IS at Pricingnetwork.com
http://price.pricesaving.com/productprice_id_245591_CISCO_S4KL3E12220EW_CATALYST45.htm   (128 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.