Home > EIGRP OSPF Redistribution Sim

EIGRP OSPF Redistribution Sim

February 26th, 2012 in LabSim Go to comments

Question: (Hope someone will contribute the detailed requirement of this sim!)

Some information I have gathered so far:

R2 is an ASBR for EIGRP 100 and OSPF AREA 24

R3 is an ASBR for EIGRP 100 and OSPF AREA 34

[note: so there are TWO separate areas on TWO separate ASBRS

thus you need to do redistribution on R2 and R3

R1 is ONLY in EIGRP 100, and is THE ONLY router you can ping from. R4 has a loopback interface that must be pinged from R1.

R4 is running OSPF and has redundant link to EIGRP network over R3 router.

Notice: You should make a ping from R1 to 172.16.100.1 network to make sure everything is working correctly.

OSPF_EIGRP_Redistribution.jpg

Answer and Explanation:

Thanks to POONAM who send us the topology and configuration. He got 100% on EIGRP-OSPF lab so this solution is perfect! Please say thank to him and others who contribute this lab-sim!

SOLUTION from POONAM

First we need to find out 5 parameters (Bandwidth, Delay, Reliability, Load, MTU) of the s0/0/0 interface (the interface of R2 connected to R4) for redistribution :

R2#show interface s0/0/0

Write down these 5 parameters, notice that we have to divide the Delay by 10 because its metric unit is tens of microsecond. For example, we get Bandwidth=1544 Kbit, Delay=20000 us, Reliability=255, Load=1, MTU=1500 bytes then we would redistribute as follows:

R2#config terminal

R2(config)# router ospf 1

R2(config-router)# redistribute eigrp 100 metric-type 1 subnets

R2(config-router)#exit

R2(config-router)#router eigrp 100

R2(config-router)#redistribute ospf 1 metric 1544 2000 255 1 1500

(Notice: In fact, these parameters are just used for reference and we can use other parameters with no problem. Also, a candidate said that the simulator didn’t accept the Bandwidth of 1544; in that case, we can use a lower value, like 128.

If the delay is 20000us then we need to divide it by 10, that is 20000 / 10 = 2000)

For R3 we use the show interface fa0/0 to get 5 parameters too

R3#show interface fa0/0

For example we get Bandwidth=10000 Kbit, Delay=1000 us, Reliability=255, Load=1, MTU=1500 bytes

R3#config terminal

R3(config)#router ospf 1

R3(config-router)#redistribute eigrp 100 metric-type 1 subnets

R3(config)#exit

R3(config-router)#router eigrp 100

R3(config-router)#redistribute ospf 1 metric 10000 100 255 1 1500

Finally you should try to “show ip route” to see the 172.16.100.1 network (the network behind R4) in the routing table of R1 and make a ping from R1 to this network.

Maybe the “copy running-config startup-config” command will not work in this lab so don’t worry, just skip it.

WISH U A VERY BEST GUYS………..

GO ROCK…

Other lab-sims on this site:

EIGRP Stub Sim

OSPF Sim

IPv6 OSPF Virtual Link Sim

EIGRP Simlet

Policy Based Routing Sim

Comments
Comment pages
1 ... 7 8 9 10 11 12 26
  1. Nasir
    December 1st, 2011

    Can some body send me latest GNS3 files for the ROUTE labs, please?

    nasslincs@yahoo.com

  2. Shikima
    December 1st, 2011

    You can check my post in shared your experience, I put them there!

  3. rajthemisterious
    December 3rd, 2011

    Passed the CCNP Route exam yesterday with 906…… Wondering, why the hell doesnt anyone ever comment about the TIMING of the exam. i had 150 mins for the exam !!! (though took only 35 mins to complete the whole exam….feeling proud of it…) had 4 sims …total 50 Questions…..exam is damn easy………

    anyways….off to SWITCH exam preparation now…….any one preparing for it, kindly guide me about the SIMLUATION Software for it. planning to give it on 22nd December……

    Dumps from NONENTITY and DIGITALTUT.COM helped THE MOST……THANKS TO THEM

  4. sjonesy8
    December 5th, 2011

    I’ve entered the redist commands on R2 and R3, but for some reason I’m not getting any IA OSPF routes on R1..The only routes that I see are the C and the D for the 192.168.2.0 network…Any ideas of what could possibly be going on? BTW, I entered the commands exactly as they are above on R2 and R3…Nothing else was changed. Thanks guys!

  5. nomad0430
    December 6th, 2011

    Good morning….can anyone paste a link where I can download a .vce file / dump for CCNP exam.
    Thank you very much in advance.

  6. nomad0430
    December 6th, 2011

    The latest and valid dumps.Thanks

  7. SANTOO
    December 6th, 2011

    Today, I passed CCNP Route, with 988. Just missed one Question.
    Exam Question was almost from Dump Cisco.Pass4sure.

    Thanx to “DigitalTut” for Simulation… all 5 simulations was exactly similar in the exam….

    Now, I am preparing for Switch. Can anyone Provide me the latest “Pass4sure Dump” vce file.

  8. sjonesy8
    December 6th, 2011

    @Santoo I’m working on the OSPF-EIGRP redistribution sim…I’ve entered the redist commands both ways for OSPF and EIGRP, but I’m not able to see the 172.16.100.0 subnet on router 1. I’m not able to ping or trace route to that network. After I enter 2 way distribution commands on R2 and R2, the only routes that I’m seeing on R1 are:
    C 192.168.1.0/24 is directly connected, Serial0/0
    D 192.168.2.0/24 [90/2681856] via 192.168.1.2, 00:26:34, Serial0/0

    Any ideas of what why the 172 subnet isn’t being redist into R1?

  9. sjonesy8
    December 6th, 2011

    ok guys. I was working with a bad GNS 3 lab. I downloaded a new set of labs and the configuration worked perfectly. I’m seeing my external EIGRP routes on R1. When I perform a traceroute, the route that I’m taking to ping 172.16.100.1 is R1->R2->R3 Is this what you guys are seeing on the actual test? I notice in the test gns3 lab that R2 BW is 1544 and R3 is 10000…

  10. emeka
    December 6th, 2011

    Can some body send me latest GNS3 files for the ROUTE labs, please.

    emeka062004@yahoo.co.uk

  11. Wolf
    December 8th, 2011

    Wrote ROUTE today…sim in exam…exactly as is.

  12. tony
    December 10th, 2011

    passed my ccnp route with 953 yesterday. thanks to digitaltut. sim is the same but watch out the IP address and other parameters may be changed a little. the scenerio is the same.

  13. Venk
    December 12th, 2011

    Hi all,

    Just a small info, in the above solution it should be router ospf 24 and 34 respectively ???

  14. makiali
    December 12th, 2011

    hello,

    to my mind, it should be configured in ospf 24 and 34 not with ospf 1…

  15. Thijn
    December 13th, 2011

    Hi, i got a small remark, now i dont know if this generates extra points.
    Is the prefix 172.16.100.0/24 in Area0? If not then this solution is not redundant.
    As R4 S0/0 goes down, the prefix 172.16.100.0/24 is not advertised into AS100, making the redistribution less effective.
    If the prefix is not in Area0, it might be an idea to move it into or advertise it on Area0.
    That way the Type3 LSA will be advertises by the R4 ABR
    I got an exam on Thursday.. i hope i’ll pass.. will update after the exam.

  16. Anon
    December 13th, 2011

    @ Venk

    Yes, don’t take it to literal, but try to understand what is done/the theory behind it. The solution does indeed not match the drawing.

  17. Venk
    December 14th, 2011

    Hi Anon,

    no issues, understand the theory. just wanted to confirm :)

  18. MTB
    December 14th, 2011

    hey guys,

    one of the requirements of this lab is to prefer the shortest path with the greatest bandwidth from R1 to the network cloud. In the actual exam, all links are FE except for the links between R2 and R4 which is a serial and has a bandwidth of 1544K.

  19. There’s_no_place_like_127.0.0.1
    December 14th, 2011

    Hummm…. Ive been thinking about this particular lab. And only from what has been described here, I think all that is required is mutual redistribution with EIGRP (+seed metric) and OSPF (+ metric…type 1 to accumulate cost of the links).

    Looking at p346 of the CCNP official cert guide (wendell Odom) and my course notes, there is no routing loops due to the admin distances (EIGRP 90 int 170 ext) so you dont need to faff about with admin distances of either protocol. Also either protocol will always select the best link, FE (smaller cost for OSPF and the smallest metric for EIGRP – TBC in topology databases).

    I’ve got my exam next week so will update. Whats going to be screwy is the EIGRP bandwidth parameter…….rem its tens of microseconds, so if its microseconds divide it by 10 (i think).

    Googd luck yo!

  20. There’s_no_place_like_127.0.0.1
    December 14th, 2011

    oh, dont be too reliant on details about the question on this site (not that im not grateful – thanks chaps), but it always helps to read the material and sim labs up in GNS3 or summat similar if you havent got the equipment.

  21. There’s_no_place_like_127.0.0.1
    December 14th, 2011

    im sure i put a comment about this lab and its been removed….

  22. Kumarasamy
    December 15th, 2011

    Hi SANTOO,

    Can you please send me latest CCNP 642-902 valid dump to kumarasamy321@gmail.com

    Thanks in Advance,
    K.Kumarasamy

  23. quintin10206
    December 15th, 2011

    Guys, im about to take route exam this coming tuesday, 12/20..to those who just took the exam, may i know if there are questions about ADSL tech?may i know if P4sure Rev 7 still valid?and if the labs on digitaltut still the same concept with the latest exam?thanks

  24. bruno
    December 16th, 2011

    watch examcollection com for latest questions. noentity or liam pools are good. nothing new so far. sims are same with little changes on ips or interfaces.

  25. bruno
    December 16th, 2011

    yes there was one of the dsl questions from the questiondumps.
    about ppoe, whats that for… well what do you think what it is for? :-) easy

  26. umair
    December 17th, 2011

    please send me the latest ccnp route exam dums..

  27. umair
    December 17th, 2011

    Can you please send me latest CCNP 642-902 valid dump to mumair.net@gmail.com

    Thanks in Advance,

  28. AdikL0z
    December 17th, 2011

    I took my exam yesterday… passed my exam…trololololol….same lab simulations….7 new questions from dumps…. o.O …. ty digitaltut and the person who has provided test lab sims…. ty all :D :D

  29. aigner
    December 19th, 2011

    guys, some says telnet to R4 from R1 didn’t worked..may i know who had taken that exam and make telnet worked..and they said copy run start is not working?,,any comments please..

  30. Sambit
    December 19th, 2011

    can any body please provide the exact total configuration of eigrp -ospf redistribute.

  31. Jacky
    December 19th, 2011

    Just wanted to take a few minutes to say Thanks to all of you guys who posted comments on this great Web Site.
    I cleared my exam Saturday, 12/16, with 1000 points.
    For those wondering about the Sims, yes, they are the same, but once again, as many did before me, please UNDERSTAND THE CONCEPTS rather than remembering the answers.

    “Copy run start” is not configured on the SIM, so do not worry about it.

    Again, Thanks to all. Next stop : SWITCH.

  32. aigner
    December 19th, 2011

    @jackey, may i know if telnet worked on your LAB exam?

  33. satya
    December 19th, 2011

    Hi frnds……………….
    these simulations are still valid and i had did my exam on 15th dec
    but only ip addresses are changed,thaz it

  34. Jacky
    December 19th, 2011

    @ Aigner.

    No, it did not. (did i even try it ????).
    I do remember seeing the R4 Subnets in the routing table of R1 as external routes. Plus a Traceroute on R1 clearly showed me I was going throught the Correct path (Through R3). So i had no doubts about my answer.

    hope that helps

  35. ugly_betty’s_braces
    December 19th, 2011

    Hummm. Either im on crack or Cisco are developing their sims not to produce correct outputs in responce to ‘any’ correct configurations.

    I passed this exam, thanks Digi-tut. And I did my homework (I suggest you do too). So the exact sim came up, and I found that when you redistributed EIGRP into OSPF as external type-1 routes, they were displayed as External type-2 on Router R4. No word of a lie!!!

    Also configured redistribution with the metric values according to the parameters used from the interfaces (R2-R4 and R3-R4). So you would have thought that the desirable path between R1 to R4 would have gone through R3 not R2 (taking the metric of both paths into account).

    Did a traceroute from R1…guess which path it went through, R2 to R4! Am I missing something? I personally dont think that you need to change the default admin distance of either routing protocol ( I agree with theres no place like 127.0.0.1). Or do anything funky like use distribute lists or route-maps to filter routes.

    I’m not claiming to be right and cisco to be wrong because that would be a bit crazy!

    I had a similar crappy experience with the switch exam sim on etherchannel.

  36. ugly_betty’s_braces
    December 19th, 2011

    Actually, the address you ping is an address in the cloud, not the loopback (in my sim anyways).

  37. Sambit
    December 20th, 2011

    @ugly_betty’s_braces

    please can u defined the exact configuration.

  38. king ahmed
    December 20th, 2011

    i passed routing exam yesterday and this question is exactly

  39. Shahid
    December 21st, 2011

    Asalam King Ahmed, Congras brother for passing Route Papaer,from which Dumps did u passed? & one more question I want to ask that the in simbulation exact the given IP is coming??waiting for ur reply…Take care…

  40. Shahid
    December 21st, 2011

    My email =shahidhussain786@hotmail.com

  41. Shahid
    December 21st, 2011

    One more question is that if
    Copy run start” is not working then how the lab is being saved?????????????????

  42. Shahid
    December 21st, 2011

    Asalam King Ahmed, Congras brother for passing Route Papaer,from which Dumps did u passed? & one more question I want to ask that the in simbulation exact the given IP is coming??My email =shahidhussain786@hotmail.com
    One more question is that if
    Copy run start” is not working then how the lab is being saved?????????????????
    waiting for ur reply…Take care…

  43. Aigner
    December 21st, 2011

    passed the Route exam with 953 score..last dec 20..pass for sure Rev 7 is valid..but multiple choices were reshuffled.. the labs are OSPF stub, Redistribution, PBR, and IPV6 virtual link..only the given changed but concept s are the same with labs on digitaltut..encountered new 4 questions on the multiple choice..

  44. zzzzzzzzzzzzzzzzzzzzzzz
    December 21st, 2011

    Are OSPF hotspot and eigrp simlet which are mentioned in this site asked or the exam…………..?

  45. Maria
    December 23rd, 2011

    @Aigner

    Where did you get pass for sure Rev 7 can you share it with me? my add is maria.sophia79@yahoo.com. I will really appreciate it. Thank you.

  46. Shahid
    December 24th, 2011

    I also need pass4sure exams, please provide me in this email shahidhussain786@hotmail.com

  47. Mony
    December 24th, 2011

    Here is the link of the GNS labs (i tried This lab “Redistribution and it is awesome ”

    http://www.4shared.com/file/MNxMccev/GNS3_642-902_Test_Sims.html

    Good luck

  48. Mony
    December 24th, 2011

    I Kew from my friend passed the exam 3 weeks ago that all the links are fast ethernet exceot the link between R2 and R4 is Serial.It is required to choose the best path (i.e:least BW) so you have to pass through R1-> R2 -> R3

    So under Eigrp add the below command as shown on R2:
    R2(config)#router Eigrp100
    R2(Config-Router)#distance eigrp 90 105

    you will get the below result:

    R2#show ip route

    172.16.0.0/32 is subnetted, 1 subnets
    D EX 172.16.100.1 [105/2195456] via 192.168.2.1, 00:06:49, Serial0/2
    D EX 192.168.4.0/24 [105/2195456] via 192.168.2.1, 00:06:49, Serial0/2
    C 192.168.1.0/24 is directly connected, Serial0/1
    C 192.168.2.0/24 is directly connected, Serial0/2
    C 192.168.3.0/24 is directly connected, Serial0/0

    Good luck for all of us isA :)

  49. Faisal
    December 24th, 2011

    @kumara sammy
    check your mail

  50. Faisal
    December 24th, 2011

    @umair
    check your mail

  51. Faisal
    December 24th, 2011

    @maria
    check your mail

  52. Faisal
    December 24th, 2011

    @@shahid
    check the mail

  53. Ratan
    December 25th, 2011

    Can any one tell me the above similater ans i think they are using ospf 1 in place of ospf 34 and 24 !!! it should be ospf 34 and 24 !!! plz reply

  54. Samiul Haque Suman
    December 25th, 2011

    I want to seat for CCNP routing exam by 31 dec. any 1 can help me for leatest dump. and i want to know “Copy Run Start” will working on exam SIM or not ?

  55. Annamalai
    December 26th, 2011

    Hi Frnds
    I’m going to take my CCNP ROUTE exam on 29th Dec.
    please can anyone provide me the latest dumps
    Thank you :)

  56. Harindra K
    December 26th, 2011

    Can anybody send latest CCNP switch dups???????
    My add harindra.kolagani@gmail.com

  57. sanju
    December 26th, 2011

    hi friends i am going to take my ccnp routing exam…on 10 jan .

    please can anyone provide me the latest dumps
    Thank you :)my email id is (sandy1989rock@gmail.com )…

  58. Annamalai
    December 26th, 2011

    My Email Id: annamalaipon@gmail.com
    Please Provide me the latest dumps.
    Thank you

  59. Faisal
    December 26th, 2011

    please send me the latest dumps of routing
    faisal.safdar@live.com

  60. bayrty
    December 26th, 2011

    The http://compmovie.com/ BEST MOVIES.

  61. Sanju
    December 27th, 2011

    can anyone please send me the latest dumps of ROUTE.I am planning to face on 3rd jan.
    sanjubr85@yahoo.co.in

  62. BLIKVI
    December 27th, 2011

    Hi All.

    I am going in January for passing the exam. Can you share me your latest dumps ? Please, it;s very important for me. blikvi@gmail.com

    Thank you in advance

  63. falak
    December 27th, 2011

    can any body guide me when to use distance 90 105 command and when to not use it in this lab im really confused plzzz guide me m having my exam tommoorow plzzz ne body m waiting for your reply here…

  64. Salem
    December 28th, 2011

    Dear Falak,

    When in exam asked ” used the best path” then you can used the distance eigrp 90 105 in (R2 Eigrp 100)only.

  65. ME
    December 29th, 2011

    hi all
    i will give exam tomorrow is who passed the exam and got 100% in labs please share me your command and your experience i am write.

  66. VED
    December 29th, 2011

    Hi All

    I passed the exam today !!! Many of You know Me Last time When I passed The CCNA exam I remember All the Question and i send to you all also and its very helpfull to U all !!! Dont Worry Friends this time Also I remember All the Question !!! In exam I got 50 question

    Out of that three are Similator
    2 drag and drop

    Friends Any one Want the Question Please Update the Mail Id Or Send the Mail to the mail id : dononearth0@gmail.com ( as u know )

    Better U send the Mail So that I can Quick reply to You All

    Help other God will help You !!!

    Ur Friend Ved Prakash INDIA

  67. Zafer
    December 30th, 2011

    Zafer December 30th, 2011 Today i pass with 100% score ( 1000)
    I got four LABs , Saving cammand is not working in three Labs, so i was very upset , so do not worry go to next, but you have to chack saving cammand in all labs, most of qusetion came from this site but
    4 new qusetion that i review before this site for all new qusetion, So please chech all site.
    http://bestitshop.blogspot.com/2011/12/latest-question-ccnp-642-902-route-2012.html

  68. Faisal
    December 30th, 2011

    @VED
    here is my email id
    faisal.safdar@live.com

  69. sahil
    December 31st, 2011

    hi zafar,
    congratulation yaar, zafar please update those command which you have use in real exam because you got 100 % so it is very usful for us thanks.

  70. kefm
    January 1st, 2012

    i got 3 new Question form this site. Bit pass with 965.

    http://bestitshop.blogspot.com/2011/12/latest-question-ccnp-642-902-route-2012.html

  71. ahmer
    January 2nd, 2012

    i got 976 prepared from nonentity dumps they are still valid only 5 questions were out of dumps which i got wrong lolzzzzzzz

    bst of luck guys all labs from there and got all the ping verified but copu run start was not being able to impemented moving to switch meet ya there………

  72. Shahid
    January 2nd, 2012

    Hi All,
    I have uploaded this latest dumps of q322 hope it comes from here..
    http://www.4shared.com/office/J1iP8WU_/642-902.html

  73. BLIKVI
    January 3rd, 2012

    Friends, how many hotspots are in the exam ? and could anyone share it ?

    Thank you in advance

  74. maxboy
    January 4th, 2012

    Visit the following link to download the GNS IOS Images

    http://www.techfindings.com/where-can-i-download-the-ios-for-gns3-t10.html

  75. Khijir@huawei
    January 4th, 2012

    Hi … Shahid,
    what was score?
    How many questions from EIGRP?

  76. s s s
    January 5th, 2012

    THANK YOU SHAHID to share me latest dump, i passed yesterday i used dumps nonentity.338q.vce or actual test v 6.2 all questions from those dumps those are 100% valid and sims are from digitultut.com same sims only ip address and are change,4 sims ( Eigpr and ospf redistribute / ospf stub / ipv6 virtual-link / pbr ) and read question carefully.
    latest dumps actual test v 6.2 link http://www.4shared.com/office/J1iP8WU_/642-902.html .

  77. Ahmed
    January 6th, 2012

    Is the ” #distance eigrp 90 105 ” command mandatory to use in the redistribution lab on the exam?

  78. Ahmed
    January 6th, 2012

    Nevermind :) it is mandatory when the links are faeth

  79. Anonymous
    January 7th, 2012

    I Passed the CCNP Route exam yesterday with 941, i got 5 labs and only one drag and drop.
    same labs,ip addresses are changed and 3or4 new questions

  80. Siddig
    January 7th, 2012

    I passed Route exam today in bangalore India…
    I got 976…
    the labs:
    Policy Based Routing – OSPF – IPv6 OSPF virtual link – EIGRP OSPF Redistribution
    the changes in IP and Area ID …
    the (#copy run start) command is working just in OSPF lab …
    Thank for God
    and digitaltut …

    and good luck for all ..

  81. Jeffsen
    January 7th, 2012

    Dear Ahmed and all , It is correct to used distance eigrp 90 105, I pass yesterday with 1000 , so it prove. but please check the real question here.

    http://bestitshop.blogspot.com/2012/01/ccnp-route-642-902-latest-question-7.html

  82. Ahmed
    January 7th, 2012

    Congrats on the passes!
    And thanks Jeffsen

  83. xpman
    January 8th, 2012

    The router R2 has two routes for external network 172.16.100.0:
    1. From eigrp process 100
    2. From ospf process 1
    So, router R2 must decide which process it will choose from? Router R2 will choose based on a lower administrative distance:
    OSPF process has administrative distance of 110 for ext route 172.16.100.0
    EIGRP process has administrative distance of 170 for ext route 172.16.100.0
    So, router R2 will choose OSPF process. Which means any traffic to 172.16.100.0 network will travel through R2->R4 directly.
    Now let us say we want to force the router to choose EIGRP route. Then we decrease the administrative distance from 170 to 109 (any value smaller than 110). How do we do it ?
    R2(config)#router eigrp 100
    R2(config-router)##distance eigrp 90 109

    The Link between R2-> R3 and R3->R4 is Ethernet, not serial and the question asked that the traffic should take the best path based on cost hence need to insert distance eigrp 90 109 on R2.

  84. Ahmed
    January 8th, 2012

    @xpman thanks for the good tutorial.

  85. parvez
    January 9th, 2012

    @xpman ..thanks for that explanation

    Just want to add one more thing to it..

    “decrease the administrative distance from 170 to <=110"

  86. yatish
    January 9th, 2012

    can you give me dumb for ccnp route ?
    My email add is yramtohuL@hotmail.com
    please
    thnx you

  87. yatish
    January 9th, 2012

    yramtohul@hotmail.com correct please

  88. Mohamed Khalifa
    January 9th, 2012

    I need to know why we are doing dual redistribution on the two routers R2,R3 ?
    I need to have an explanation about wht is the exact requirements in this SIM…..

    thanks

  89. g-shock
    January 12th, 2012

    not sure why this LAB has still old LAB image.

    this is the new image in the actual lab:

    http://img207.imageshack.us/img207/8070/eigrpospfredistribution.jpg

  90. g-shock
    January 12th, 2012

    not sure why this LAB has still old LAB image.

    this is the new image in the actual lab:

    http://img341.imageshack.us/img341/8070/eigrpospfredistribution.jpg

  91. Aretu
    January 12th, 2012
  92. ME
    January 12th, 2012

    @g-shock tjanks for the update.

    Anybody remember the requirement, or is the same as the previous commentators said that the route of R1 – R2 – R3 -R4 should be used. Anyway from the image that is the best Route.

  93. Anonymous
    January 13th, 2012

    it is very difficult to understand this configrution but very intresting

  94. Anonymous
    January 15th, 2012

    took the exam, req exactly the same!

  95. anonymous1
    January 16th, 2012

    Two questions:
    Why you redistribute ospf in eigrp with specifc metric ? “redistribute ospf 1 metric 1 1 1 1 1″ works just fine.
    Why you specify metric-type 1 in “redistribute eigrp 100 metric-type 1 subnets”? Default metric-type 2 is fine as well.

  96. Anonymous
    January 18th, 2012

    Hello Friends,

    I just started to study the ROUTE test after taking almost two years off from passing the CCNA. I am planning to take the ROUTE test in two months. Are the Sims, Drag and Drop, Questions, and everything else on this site still valid for the ROUTE test?

    Thank you all!

  97. Ptit
    January 18th, 2012

    Please download the IOS here

  98. Lauro
    January 18th, 2012

    those who already took the exam, please tell me how many issues digitaltut on the test?

    sorry for the spelling, I’m from Brazil and do not speak English.

  99. Anonymous
    January 19th, 2012

    i passed today Alhamdolellah , i got this lab and ipv6 ospfv3 , pbr

    i this lab he ask about shortest path with best metric

    so just add

    distance eigrp 90 105 under router eigrp 100 on R2 only
    and the remian is the same here

    thanks all guys many thanks digitaltut

Comment pages
1 ... 7 8 9 10 11 12 26
  1. No trackbacks yet.
Add a Comment