Just another CCIE

CCIE #20728

Solution to Lab Challenge EIGRP

A bit late cause it took me more time then I thought it would but here we go with the first solution “guide”.

Please take into consideration that there are most of the time different ways to solve a task and some I did even not think about. I gonna show you the solutions I had in mind. If you think you got another or even better solution to a task, please feel free to comment about it or send me an e-mail.

lab_challenge_eigrp

Update 31.12.2008: I found an error in the configuration which did not allow R1 to ping R2’s Interfaces and vice versa, this is solved now by adding an additional frame-relay map statement on both interfaces. The configurations are now updated accordingly.

Read more »

November 20, 2008 Posted by pashtuk | Lab Challenge Solutions | , , , | 3 Comments

Lab Challenges

Hi all
Based on the “very popular” (15 participants) Lab Challenge poll I gonna create an all in one (except IS-IS :) ) routing challenge and also a switching lab. Maybe later on an OSPF and a RIPv2. But first Im working on posting the solutions to the other two labs here. The solution for the EIGRP lab should be up in the next few days.

Best regards

Michel

November 11, 2008 Posted by pashtuk | Misc | | No Comments Yet

HSRP Pitfall

Ah well during my changes to our VPN deployment I got into a nice pitfall with HSRP. To define our default router, we use HSRP Tracking which works quite fine but on one location I accidentally forgot to change the tracking onto the new VPN tunnel while I deleted the old one. Not that bad since the traffic took the second path we have. So I went onto the router to change the tracking and well here we go.

Basically the configuration was like this:

R6#sh run int fa 0/0
!
interface FastEthernet0/0
 ip address 116.1.1.1 255.255.255.0
 duplex auto
 speed auto
 standby 1 track Tunnel10 25
 standby 1 ip 116.1.1.3
 standby 1 priority 120

Read more »

November 4, 2008 Posted by pashtuk | Routing | , , , | 2 Comments