In this session, we wanna take a look at some commands we can use when troubleshooting Named EIGRP that’s a newer approach to configuring EIGRP

The same underlying issues are essentially the same for named EIGRP as they were for EIGRP, for IPv4 and EIGRP for IPv6, we have some additional verification commands that i want to share with you in this topic, first let’s review some of basics of Named EIGRP and let’s understand why we might want to use in a first place, think about it with IPv4 it could be fairly easy to setup in EIGRP configuration we could say  Router eigrp given an AS Number and then say  Network 0.0.0.0 And suddenly all of our interfaces that are administratively up they all participating now in this EIGRP process that was easy however, things start to get more complicated when we adding something for IPv6  We give some command under Interface Configuration Mode  Maybe we need to go into EIGRP for IPv4 Configuration Mode  If want to tweak any parameter for EIGRP for IPv6, we gonna go into that Configuration Mode www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

We got all these Different Configuration Modes we bouncing back and forth between and that can give bit of complexity but the great news is Named EIGRP lets us consolidate all of this under one Configuration Mode. With Named EIGRP we take the function that we would normally have to configure under Interface Configuration Mode, EIGRP for IPv4 Configuration Mode, EIGRP for IPv6 Configuration Mode and we consolidate them together in what’s called EIGRP Virtual Instance

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

This EIGRP Virtual Instance is made up of One Configuration Mode and under this one Hierarchical Configuration Mode we can do everything we need to do, instead of going into lots of different Configuration Modes under this Virtual Instance, we can define an EIGRP Address-Family

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

We might create an Address-Family for IPv4 and we can create another AddressFamily for IPv6 and its under Address-family Configuration Mode, we gonna setup the more general EIGRP parameter like our Router ID, we can say whether or not Router is in EIGRP Stub Router

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

Something else we can do from Address-Family Configuration Mode is enter an “Address-Family-Interface Configuration Mode” and as just a couple of examples things we can do here, we could set up an interface being a passive interface, we could set up EIGRP Timers here as well

There is also an “Address-Family-Topology Configuration Mode” here we give commands that has a Direct impact on router EIGRP topology Table, it’s here we could setup things like the Variance option where we could load-balance across Paths that have unequal metric

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

For example, let’s say that we have got two different ways to get to destination network one way has a metric of 1 million another way has a metric of 1.5 million, well normally we just gonna go with the best Route, i am gonna go with the Lowest Feasible Distance however, if we set our Variance to let’s say suddenly we can use that other Route, here is a way that calculation done we take the variance which is an integer we said 2 in this example, we could say 2 times the Feasible Distance we said that was 1 million so, 2 times 1 million is 2 million, by doing that we have now set the range of acceptable values, we are saying that if the metric is anywhere in the range of 1 million to 2 million, we can load balance across it and we said that alternate path had a metric of 1.5 million, Great news we can use that by setting the Variance and something else we can configure under “AddressFamily-Topology Configuration Mode” is Redistribution maybe we got a couple of Routing Protocols running on Router and we want those Routing Protocols to exchange to Route information And now the we reviewed some of the Theory of Named EIGRP, let’s take a look at topology.

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

Here in this topology on Picture, i have got all my Routers configured with Named EIGRP and when it comes to troubleshooting the same basic set of issues that we talked about last session dealing with neighborship and Routing issue, those some underlying causes still apply here as well but i want to do a separate session on Named EIGRP to show you some new Show Commands that we can use with this brand-new type of Configuration First let’s take a look at our Named EIGRP Configuration, let’s do a  R2#show run | section router eigrp

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

And here you see, we defining this EIGRP Virtual Instance and i have got couple of Address-family, One for IPv4, One for IPv6 and i have set thigs up like Variance of 2 for IPv4 and i given a network statement of 0.0.0.0 to make all of my UP/UP interfaces participate in the IPv4 EIGRP Routing Process There is not really much to configure for IPv6 you just give the One Command address-family ipv6 unicast autonomous System 2 And suddenly your interfaces that are UP/UP have an IPv6 address there participating in the Process but i want to show you some new commands, first remember the Command that  R2#show ip protocols That we could use with IPv4 and  R2#show ipv6 protocols We could use with IPv6, there is a similar command we have here is  R2#show eigrp protocols

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

And notice, the output from this command gives us information about IPv4 and the IPv6 Process and we got information like K Values those have to match between our neighbors, Variance of 2 set here for IPv4 something that missing those specifically for IPv6 when we did a  #show ipv6 protocols

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

We got a list of interfaces that were participating in EIGRP for IPv6, we don’t get that here and the output of  R2#show eigrp protocols And that reason many people prefer to go with older command however, there is a way to see what interfaces participating in this IPv6 Routing Process, we could say  R2#show eigrp address-family ipv6 interfaces  R2#show eigrp address-family ipv4 interfaces

We could see what interfaces are participating and i can get additional information by adding the “detail” keyword to end of this command  R2#show eigrp address-family ipv4 interfaces detail

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

This is gonna show us things like “Hold Time and the Hello Time” by the way the Timers do not necessarily have to match between EIGRP speaking neighbors, with OSPF that’s something that does have to match between our neighbor’s timers have to match and its good practice Timers to match with EIGRP, you can form a neighborship with different Timers with EIGRP, something to keep in mind we also see the Split-Horizon enabled

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

Do you remember what split-horizon does? Split-horizon says, “if i learn a Route coming into an interface i am not going to advertise that very same Route out of that interface” “if somebody tells me their Resume why? would i tell their Resume back to them that doesn’t make sense” however, if we were in a Point-toMultipoint network maybe like a Frame-relay network where we got a Hub and Spoke topology, it’s possible that we might need turns this off so Route advertisement coming in from one of our Spoke Routers gets advertised back out of same interface to go to another Spoke Router and just like we can look at the interface Table that eigrp maintains we can look at the neighbors Table and Topology Table  R2#show eigrp address-family ipv4 neighbors

And we can see what IPv4 neighbors we have, we can do the same thing with IPv6  R2#show eigrp address-family ipv6 neighbors

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

We can take a look first for IPv6  R2#show eigrp address-family ipv6 topology

Those are the network known to EIGRP and we can do the same thing for IPv4

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

That’s the look at few new commands that we can use to get information from our Routers that’s configured for Named EIGRP but please keep in mind, the older commands that we saw on Prior topic there gonna work to if we prefer to do those.

www.ccnaccnplinux.com®

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes www.cisconotes.com®

TroubleShooting Named EIGRP.pdf

All rights reserved. ©Best Cisco CCNA CCNP and Linux PDF Notes. www.ccnaccnplinux.com® www.cisconotes.com®. This EIGRP Virtual Instance is made up ...

2MB Sizes 2 Downloads 126 Views

Recommend Documents

Schutt Helmet Troubleshooting Guide
model or you may need to try a different Schutt helmet model alto- gether. Make sure ... faceguard has a double-wire (DW) style; DW designs have a narrower.

Troubleshooting Guide - HigherEd_HomeroomPlatform.pdf ...
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Troubleshooting ...

Troubleshooting OCOM Logins.pdf
firstname.lastname as your username, and. Lastname+BadgeID for your password. Please email. [email protected]. No. Still doesn't work? That worked! Troubleshooting Steps for. OCOM Login Accounts. Student / Alumni Staff /Faculty. Start Here. Page 1 of

GoGuardian Troubleshooting Guide.pdf
Sign in. Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect ...

Troubleshooting OCOM Logins.pdf
OCOM Login Accounts. Student / Alumni Staff /Faculty. Start Here. Page 1. Troubleshooting OCOM Logins.pdf. Troubleshooting OCOM Logins.pdf. Open. Extract.

Wonderland-Troubleshooting-Guide.pdf
If you can log in to Wonderland, but the world crashes immediately or the graphics don't look. correct, the first thing to try is updating your graphics card driver. How you do this is specific to each. Page 3 of 18. Wonderland-Troubleshooting-Guide.

Calibrachoa plant named 'DANOA60'
Aug 21, 2012 - (75) Inventor: Gavriel Danziger, Moshav Mishmar. Primary Examiner * June HWu. Hashiva (IL). Assistant Examiner * Louanne KrawcZewicZ ...

Phlox plant named 'Duephocher'
Dec 29, 2010 - ee app lea Ion e or Comp e e Seam 15 Dry. _. Primary Examiner .... Developing and fully expanded leaves, loWer surface: Close to 143C ...

Salvia plant named 'Balyricsil'
Jul 25, 2011 - breeding program was the development of Salvia cultivars having distinctive ?ower coloration with a mounded growth habit. The new Salvia cultivar is the result of .... General descriptioniQuantity of leaves per branch: Approximately 8.

Hydrangea plant named 'RENHY'
Jun 28, 2007 - Upov Rom GTITM Computer Database, GTI Jouve. Ambrolse Pare' .... except Where general color terms of ordinary dictionary sig ni?cance are ...

Nectarine tree named 'CAKEREDAL'
Jan 29, 2013 - No damages Were caused by ascer tained temperatures as loW as —120 degrees Celsius. The tree Was also very resistant to frosty springtime.

Apple tree named 'Candy'
(57). ABSTRACT. A new and distinct apple tree is disclosed. 'Candy,' a limb. (21) Appl. No.: 11/400,782 sport of 'Aztec,' is notable for its distinctive fruit, which. _.

Plum tree named 'Suplumfortyone'
Jan 19, 2010 - Fruit use: Fresh market. 0 Fruit shipping and keeping quality: Good, holds ... Width of Stalk End: Medium; approximately 3 mm. Angle of Stalk ...

Avocado tree named 'Maluma'
Oct 28, 2008 - *Grooves and ridges. Bark color.%ireyed-green 194B. Trunk lenticels.4Color greyed-green 194A, siZe 3 mm by 6 mm, density 150 per 100 cm2 ...

Apricot tree named 'ASFCOT0404'
Mar 9, 2009 - (12) United States Plant Patent (10) Patent N0.: US PP21,138 P3 ... life after harvesting, in order to facilitate long-distance ship ping. Our ?nal ...

Scaevola plant named 'Bonsca7200'
Aug 7, 2012 - ee app lcanon e or Comp ete Seam story'. (75) Inventor: Andrew .... Time to develop roots, summeniAbout three weeks at. 20° C. to 25° C.

Apple tree named 'Jugala'
'Jugala' is a Gala-type apple characterized by its early harvest. 3 date as compared to other known Gala varieties. (51) Int. Cl. A01H 5/00. (2006.01). 5 Drawing ...

Geranium plant named Peggy
Feb 25, 1979 - Plant 6,020. [11] Patent Number: ' Primary Examiner-Robert E. Bagwill. Kirmann. [45] Date of Patent: Sep. 22, 1987. '[54] GERANIUM-PLANT NAMED PEGGY. Attorney, Agent, or Firm—Schwartz, Jeffery, Schwaab,. M k, Bl th 1 & E. ;[75] Inven