Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Welcome to the TechnoWorldInc! Community!
Recent Updates
[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[March 12, 2025, 03:05:30 PM]

[March 12, 2025, 03:05:30 PM]

[March 12, 2025, 03:05:30 PM]

[March 12, 2025, 03:05:30 PM]

[January 03, 2025, 03:29:12 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Certification Zone
 Cisco CCNP Certification BSCI 642-901 Exam Training: The EIGRP Adjacency
Pages: [1]   Go Down
  Print  
Author Topic: Cisco CCNP Certification BSCI 642-901 Exam Training: The EIGRP Adjacency  (Read 1405 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email


EIGRP is an important part of real-world networking as well as being a major topic on the 642-901 CCNP BSCI exam. As with any networking topic, before you try to master intermediate and advanced skills, you must master the fundamentals. It doesn’t get any more fundamental than the EIGRP adjacency process – and it doesn’t get any more important, because without that adjacency, we don’t have an EIGRP deployment!

In today’s CCNP tutorial, we’ll work with R1 and R2, two Cisco routers communicating over a serial interface. EIGRP is already running on R2’s serial interface, but was just enabled on R1’s serial interface. The EIGRP adjacency process begins with R1 sending an EIGRP Hello packet to the multicast address 224.0.0.10 in an attempt to find potential neighbors.

R2 will receive this Hello packet and respond with a Hello packet as well as an EIGRP Update packet. This packet will contain all the EIGRP routes R2 knows of, as long as the rule of split horizon is not violated. (Split horizon dictates that a route cannot be advertised out the same interface that has received an advertisement for that same route.)

Oddly enough, the EIGRP Update packet transmitted by R2 will be a unicast packet, not a multicast. EIGRP Update packets are generally multicast to 224.0.0.10, but during the first exchange of routes with a new neighbor, the Update packet is unicast.

In response, R1 will send an EIGRP ACK, short for acknowledgement. That lets R2 know that R1 received the EIGRP routes. R1 will also send an unicast Update packet to R2, which R2 will acknowledge.

A major difference between EIGRP and OSPF adjacencies is that EIGRP speakers do not have to agree on hello and dead times, where an OSPF adjacency will never form between routers using different hello and dead times. However, EIGRP speakers must agree on the Autonomous System (AS) number as well as the metric weight values. We have an adjacency between R1 and R2, but what happens to that adjacency if the metric weights are changed on R2?

R2(config)#router eigrp 100

R2(config-router)#metric weights 0 1 1 1 1 1

R2#show ip eigrp neighbor

IP-EIGRP neighbors for process 100

R2# (Nothing to see here!)

The adjacency is torn down! If we changed the metric weights on R1 or removed that last configuration from R2, the adjacency would come back up. You should have a very good reason to change the EIGRP metric weights in the first place, but if you do change them on one EIGRP speaker in an AS, you better do so on all the other speakers in the AS as well. And if you do so, verify them with show ip eigrp neighbor!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 200 free certification exam tutorials, including CCNA certification training articles. His exclusive CCNA study guide is also available!

Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, “How To Pass The CCNA”, is also available, and you can attend an in-person or online Cisco CCNA training boot camp with The Bryant Advantage!

Article Source: http://EzineArticles.com/?expert=Chris_Bryant

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.28 seconds with 24 queries.