Home > OSPF Hotspot

OSPF Hotspot

September 13th, 2011 in Hotspot Go to comments

Here you will find answers to OSPF Hotspot Questions

Question

The company and the company network have both been growing rapidly. Multiple adds, moves and changes have been applied to the network. Your boss has asked you to troubleshoot a recent OSPF synchronization problem that has arisen. There have been synchronization problems at separate locations in the OSPF area 0. There have been reported link failures during the rapid growth of the company network. You are required to resolve the OSPF problem. OSPF must be able to converge when the network changes.


OSPF_Hotspot.jpg

Refer to the information above to answer the following 4 questions:

Question 1
Examine the following excerpt from the “show ip ospf” command on D1:

Area BACKBONE (0)
Number of interfaces in the this area is 1
Area has no authentication
SPF algorithm last executed 00:00:31.280 ago
SPF algorithm executed 5 times
Area ranges are
Number of LSA 13. Checksum Sum 0x16F0FD
Number of opaque link LSA 0. Checksum Sum 0×000000
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0
Area 16
Number of interfaces in this area is 2
Area has message digest authentication
SPF algorithm last executed 00:00:34.928 ago
SPF algorithm executed 7 times
Area ranges are
Number of LSA 5. Checksum Sum 0x02FCD3
Number of opaque link LSA 0. Checksum Sum 0×000000
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0

Based on the information shown above, what is most likely causing the different missing routes throughout the network?

A. Area 16 is configured with authentication.
B. Area 16 has been configured to use the same interfaces as Area 0.
C. Area 0 and Area 32 have been configured with mismatched LSA numbers.
D. Area 16 has been configured as a total stub network
E. Area 16 has been configured as a stub network
F. Area 0 is discontiguous.
G. None of the above


Answer: F

Explanation

From the topology, we see D1 has 2 interfaces belong to Area 0, that are interfaces Fa0/1 & Fa0/2 but the output says there is only one interface in Area 0 (Number of interfaces in the this area is 1). Therefore we can deduce that a link in area 0 was down and area 0 is discontiguous.

Question 2

Which configuration command on D1 (with a similar command on D2) will provide an immediate solution to the missing route problem?

A. no area 16 stub
B. no area 16 authentication message-digest
C. area 16 virtual-link 8.187.175.82
D. area 16 virtual-link 172.16.4.2
E. no area 16 stub no-summary
F. network 172.16.0.0.0.0.255.255 area 16
G. None of the above


Answer: C

Explanation

To fix this problem immediately without changing the topology we need to create virtual link between D1 & D2. If you are still confused how to use the virtual link, check out the IPv6 OSPF Virtual Link Sim article.

Question 3

The log of d1 reports the following:

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
%LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down
%OSPF-5-ADJCHG: Process 1, Nbr 8.187.175.82/32 on FasstEthernet0/1 from FULL to DOWN,
Neighbor Down: Interface down or detached

This event was anticipated due to maintenance; however, it resulted in excessive lost routes. Which route should be the only one removed from the routing tables of the routers?

A. 8.187.175.82/32
B. 10.138.43.0/30
C. 10.206.180.0/30
D. 4.249.113.59/32
E. 10.201.0.0/30
F. None of the above


Answer: E

Explanation

From the log we learn that the link of Interface Fa0/1 has been down. This link belongs to network 10.201.0.0/30 so we just need to remove this route from the routing table.

Question 4

The R2 router has lost connectivity to R1. The following is R1′s current route table:

172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
O IA 172.16.230.0/24 [110/21] via 10.138.43.1, 00:00:03, FastEthernet0/0
O IA 172.16.209.0/24 [110/22] via 10.138.43.1, 00:00:03, FastEthernet0/0
O IA 172.16.1.0/30 [110/21] via 10.138.43.1, 00:00:03, FastEthernet0/0
10.0.0.0/30 is subnetted, 1 subnets
C 10.138.43.0 is directly connected, FastEthernet0/0

Which expected route is missing from R1′s route table based on the topology during the maintenance period?’

A. o 172.16.0.0 [110/2] via 10.138.43.1, 00:00:09, FastEthernet0/0
B. o IA 9.152.105.122 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
C. o IA 10.138.0.0 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
D. o IA 10.249.0.0 [110/2] via 10.138.43.1, 00:00:09, FastEthernet0/0
E. o IA 4.249.113.59 [110/2] via 10.138.43.1, 00:00:09, FastEthernet0/0
F. o 8.187.175.82 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
G. O 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
H. O IA 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0


Answer: G

Explanation

In the past, I used to choose answer F as the correct answer but the explanation from DOX3003 (commented on November 19th, 2010) seems to be correct:

“Which expected route is missing from R1′s route table based on the topology during the maintenance period?
X…….
X. O 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
X. O IA 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
X…….

You can see there are 2 options for the network between D2 and R2. One with “IA” and one without. O – OSPF, IA – OSPF inter area.
Before link failures between D1 and D2 the network 10.206.180.0/30 has been appearing as “intra area” network in R1′s routing table.
Because they were in the same Area 0.
So the correct answer should be
X. O 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0″”

Comments
Comment pages
1 2 166
  1. hana
    August 9th, 2011

    kindly , confirm if that exam is valid or chenged

  2. hana
    August 9th, 2011

    kindly , confirm if that exam is valid or changed
    my email is : syd_hn@yahoo.com

  3. buck
    August 29th, 2011

    are there no comments in here because this question is not on the exam anymore or what?

  4. suddhoshil
    August 31st, 2011

    i’ll give route exam on 15th of july plz send me the latest dumps on bozo.tiger@gmail.com

  5. Jo
    September 5th, 2011

    The answer for Question 4 is the loopback Interface of D2.

    During Maintenance period means they have catered that OSPF Area 0 will be dis contiguous hence one needs to assume that Virtual Link is created.

  6. digitaltut
    September 15th, 2011

    @all: I updated the answer of Question 4 based on DOX3003. Thanks for all!

  7. Assem
    September 21st, 2011

    looks like we have to areas called 0
    can we even have that in a design ?
    ty

  8. Assem
    September 21st, 2011

    looks like we have two areas called 0
    can we even have that in a design ?
    ty

  9. Farbod
    September 22nd, 2011

    @Assem: yes it possible. I didn’t know this tip but I configured it on GNS and I saw the result. another way is tunnel which we can use for solving this problem, anyway in this question our duty is memorizing the answer :D

  10. Blaze
    September 28th, 2011

    Guys is 642-902 exam updated recently?
    Thanks!

  11. Guru
    October 6th, 2011

    In the last question, why is the option: “F. o 8.187.175.82 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0″, not the correct one. I think both F and G are correct?.

  12. Dilip
    October 12th, 2011

    Dear all friends,
    Please send me Route link on my Id :dilippathak69@yahoo.com

  13. gillman
    October 13th, 2011

    @guru o 8.187.175.82 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0 is not an advertised route into the ospf procesds. this is configured to be used as the router-id. Please correct me if wrong….

  14. Amy
    October 17th, 2011

    hey guys i have an exam on 2nd NOV KINDLY tell me that is this exam still valid or it has been changed. and link to new exms if possible cheers…… my e-mail is amy_911@live.com.

  15. Deep
    October 23rd, 2011

    In question number 2nd is doubtful ,If the router/switch D1 already have one interface in area 0 why do we need virtual-link?I think the answer should be B

  16. confused
    October 31st, 2011

    Will this hotspot come out in exam? Seems like there are different opinion for the answer, who has the correct answer?

  17. leo
    November 1st, 2011

    i pass 965 scores yestoday, 4 labs:EIGRP OSPF Redistribution- Policy Based Routing -OSPF -IPv6 OSPF Virtual Link,no OSPF Hotspot question

  18. cliff
    November 2nd, 2011

    very good!

  19. Vlad0
    November 5th, 2011

    Q4 according to test-king (updated Nov4th) answer F is right. There is no even options
    given
    O 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
    O IA 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0

  20. Anonymous
    November 10th, 2011

    for q 2,i dont understand why we need virtual link here,when area 16 is directly connected to area 0.as per my understanding,we need virtual link when an area is not directly connected to area 0.please someone explain.thanks

  21. Sun1540
    November 12th, 2011

    I think answer F is correct because if link from R2 to R1 down means that D2 would not advertise the subnet 10.206.180.2/30 to anyother routers. So you are not expected to see them anyway on the router R1. So only missing subnet is the D2 loopback. Isnt it ?..

  22. Vlad)
    November 13th, 2011

    Could some one confirm if options below are present in the actual exam?

    O 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0
    O IA 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0

  23. Swati
    November 14th, 2011

    Hello…! Digitaltut,

    Have we no Tutorial like CCNA? If, you have pl.. tell me were I see link of this. It’s help to me claer.

    Thank you.

  24. Akshay
    November 17th, 2011

    Can some one confirm the answer for question 4 at present please

  25. Fire
    November 20th, 2011

    Can someone tell why in question #3 the answere is not option: C. 10.206.180.0/30, because we are losing that address from D1 routing table.

  26. simplicity
    November 27th, 2011

    I think the answer to question 1 is A (reason; area 16 has authention MD5)
    I think the answer to question 2 is B ( reason: authentication needs to be removed)

    Virtual link not needed because area 16 is directly connected to area..

  27. JS
    December 8th, 2011

    Hi Guys,

    Which three statements accurately describe the result of applying the exhibited route map? (Choose three.)

    router eigrp 1
    redistribute ospf 1 route-map ospf-to-eigrp
    default-metric 20000 2000 255 1 1500

    !— Output suppressed.

    !
    route-map ospf-to-eigrp deny 10
    match tag 6
    match route-type external type-2
    !
    route-map ospf-to-eigrp permit 20
    match ip address prefix-list pfx
    set metric 40000 1000 255 1 1500
    !
    route-map ospf-to-eigrp permit 30
    set tag 8
    !

    The ans given are:

    B. All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8.
    D. The map permits the redistribution of all type 1 external OSPF routes.
    F. The map prohibits the redistribution of all type 2 external OSPF routes with tag 6 set.

    Why is “E. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values?0000, 1000, 255, 1, and 1500.” – Not the Answer ? I know that
    the last route-map (30) will set all other routes that do not already match 10 or 20 with a tag of 8.

    But have a look at this –
    http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008047915d.shtml

    It says “E. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values?0000, 1000, 255, 1, and 1500.” is one of the answer.

    Correct me if i am wrong?

    Thx.

  28. COOL
    December 9th, 2011

    @JS

    The option E clearly shows the manipulation of the statement given here and that shown in the link that u have mentioned.

    In the link there is a comma and it says with five metric value

    But in the option it says match pfx list and metric value which is wrong because ur setting the metric value and not mactching it.

    its like they are playing with the words… :)

    SO option E is not correct.

    Hope this clears ur doubt

  29. JS
    December 9th, 2011

    Thank you, COOL for clarifying. Bugger me.
    I should have been more careful with the tricky wordings of the answers.
    Very tricky.

  30. fsfs
    January 1st, 2012

    kindly , confirm if that exam is valid or chenged
    i have exam

  31. soaga
    January 11th, 2012

    is this exam till valid tilldate

  32. Sudharshan
    January 13th, 2012

    I doubt the answer for q3. Won’t the route 10.201.0.0 appear as a connected route in the routing table,,, I think the answer should be 10.206.180.0…

  33. Sir CCNP
    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!

  34. sanjeev
    January 19th, 2012

    Please share latest dump at sanjeevkumargirdhar@gmail.com

  35. Lucid
    February 18th, 2012

    Please is this dump still valid? i’m to take exams in 2 weeks….i’ll highly appreciate if anyone can send me a link.

    Thanks

  36. Lucid
    February 18th, 2012

    Please send me the link at ax4ayula@yahoo.com

    Regards

  37. GM
    February 18th, 2012

    Q4:
    via is the next hop right ? Why is all routing on R1 pointing to its own interface address?

  38. Gabriel
    February 25th, 2012

    Hi guys,
    this is what I think we need virtual linik in question no2.

    You do have only 2 areas, but if you look closer you will see that if fa0/0 on D1 goes down than you will have no connection between 10.138.43.0/30 and 10.206.180.0/30. So there is no connection between two Area0 networks.

    To correct that you will create virtual link betwee two area 0 over area 16:
    Area 0 —- Area 16 —- Area 0.

    I hope this helps :)

  39. Romina
    March 1st, 2012

    I atalculy passed the Written the day after you took it. I agree that some of the questions were in the WTF realm, but I didn’t feel like any of the questions didn’t provide the information needed to answer it, it was just a little tough sometime figuring out what they were getting at.I do recommend the Boson MaxSim product, it was pretty good. And if you have a copy of the CCIE R&S Cert guide from odom, use the code provided to unlock the boson exam for that text. Those questions are *excellent*. They’re hard because almost all of them are choose all that apply’, and they don’t tell you how many apply, so you have to evaluate every single answer for whether or not it’s correct. This helped me greatly when it came to evaluating the questions the actual Written threw at me. Between the Odom book questions, and the Boson questions, I felt it was very representative of the actual exam, but only if you take the time to figure out why you missed the questions you missed.

  40. Alex
    March 16th, 2012

    Hi guys,

    I am going to write this paper in march end. Anyone please conform me if the dumps are still valid.

    Thanks

  41. haali
    March 21st, 2012

    anyone please send me latest dumps .. cwolf19@hotmail.com

  42. David
    March 29th, 2012

    am writing ccnp route next week. can someone please send the latest dump(pdf format please or any other format) to my email yenkataiwo@gmail.com

    thanks in advance

  43. pravin
    March 30th, 2012

    for Q 2)

    all ospf routers in an area must have the same LSDB. since D1 and d2 are connected (in area 0) they will not share their LSU with each other, thats the reason we need a virtual link.

  44. Ralph
    April 3rd, 2012

    Could anyone Plz send the latest dumps for 642-902 to me thanks. rtanner@elp.rr.com

  45. MeMeMe
    April 8th, 2012

    taking test in 5 minutes
    send all dumps now
    meet me at center and pls send
    take test for me
    holy on you!

  46. dez
    April 27th, 2012

    what i dont get is that the link in area 0 between D1 y D2 is treated like its not there , they shouldve meintioned that link was not going to be used again.

  47. xmk686
    May 27th, 2012

    Verified today on GNS3, question #4 ANSWER:

    G. O 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0

    IS CORRECT – with virtual-link in area 16 between D1 and D2 this route is marked as “O” in “sh ip route” output

  48. xmk686
    May 27th, 2012

    except next-hop IP address – it should be 10.138.43.2, D1′s Fa0/2 address

  49. Tanv
    June 13th, 2012

    Hi guyz,

    Can anyone tell me what D1/D2 are ?
    D1—to —D2 got two links one thru area 0 and one thru area 16 right !–the link thru area 16 got SAME ip address of 172.16.1.1/30 ( how that works–typo ?) on D1/D2′s interface F0/24. Even so, If that link between D1–to–D2 thru area 0 is down, dont we still have both the area connected thru ( R1–D1–area 16—D2—R2 ) area 16 !

    Please help me understand ! Thank you everone.

  50. Tanv
    June 13th, 2012

    Hi,

    Just to add to my last post on the link between D1—area 16—D2. If the picture is right and lets say its a technical mistake becoz of upgrade/maintance, then that link would be down as well ! And thats when area 0 and area 16 wud be seperated ( considering the the link thru 10 is already down as described earlier. If this is the true picture —why wud D1 have 2 interfaces in area 16 as per—”excerpt from the “show ip ospf” command on D1 “. I cud only see Fa0/10 active. Fa0/24 on D1 wud be down becoz of mismatch ip.

    And also

    “” The R2 router has lost connectivity to R1. The following is R1′s current route table:

    172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
    O IA 172.16.230.0/24 [110/21] via 10.138.43.1, 00:00:03, FastEthernet0/0
    O IA 172.16.209.0/24 [110/22] via 10.138.43.1, 00:00:03, FastEthernet0/0–>Where this come from!!.

    O IA 172.16.1.0/30 [110/21] via 10.138.43.1, 00:00:03, FastEthernet0/0—This network wud be down as per “IP Mismatch”( If the Picture is right ). Shudnt show up then!!
    10.0.0.0/30 is subnetted, 1 subnets
    C 10.138.43.0 is directly connected, FastEthernet0/0 “”

    I got stuck on this big time–so any insight wud be greatly appriciated. Once again thanks for amazing effort put into this site !

  51. jayman
    June 14th, 2012

    Preparing for route exam has anyone got the latest dump that I can practice please send to mohbah101@gmail.com
    Also can anyone please confirm whether this labsims are still valid…

    Thanks for everyone effort

    Long live 9tut!!!!!

  52. Brody99
    July 9th, 2012

    Can somebody please confirm one way or the other if this hotspot is still part of the exam? I’ve heard rumors on another site that it is NO LONGER PART OF THE EXAM. Again, can somebody confirm it is or is not part of the exam? Thanks.

  53. Ishmail
    July 13th, 2012

    i have booked for the 25 July. i hope to pass.

  54. Brody99
    July 13th, 2012

    Passed with a 970. This hotspot was not included in my exam.

  55. DumpsMania
    July 17th, 2012

    Do you want to pass your CCNA or CCNP exams in first attempt?

    Well we have 100% latest and proven fresh dumps for you.
    We gurantee your passing score and we can prove that we have the most current dumps with us

    Special Offer:-We will provide you with dumps updates for 3 months.

    Price :- 10$

    For more details, Please email us at dumpsmania@hotmail.com

  56. soccnp
    July 18th, 2012

    Brody pls which of the questions here were on your exam and is this site really helpful

  57. mrccnp
    July 18th, 2012

    dumpsmania, I bought these from you and I hardly got any questions from your dump today. I want my money back. Can you please get in touch with me at stop_spamming_me@youjackass.com

  58. tushar naik
    August 10th, 2012

    dear sir,

    kindly send me the lastest dump with lab list for ccnp route

    i have clear exam with .vce file which is send from you.

    next week i have exam for ccnp route

    tushar14029@gmail.com

    Tushar Naik

  59. rajneesh gupta
    August 18th, 2012

    preparing for ccnp route exam ,can anyone plz send me latest dumps on my id: rajneesh.gupta2911@gmail.com

  60. Inspiration
    August 20th, 2012

    hi please help me out …examcollection in not accessible any more if any one have that .VCE file from wheelman please send me …thanks a lot in advance.
    my ID is “Prasiji10oct@gmail.com”

  61. Antonella
    August 23rd, 2012

    Pls I need your help.I attempted 642-813 swtich exams yesterday;it was not easy!!!The dumps i read was not sufficient and most of the questions are not there!I failed the exams.Three sims came, aaadot1x, mls with eigrp and vtp with Intervlan .I did not have much problem with the simulation except that the command swi(config)# int range fa0/3-4did not work, so i hv to split the interface configuration one at a time and ado the channel-protocol lacp command.Then creating vlan in global configuration mode did not work i hv to go to vlan database mode to create my vlans.So, pls i need help to buy the recent dump for this exams

  62. Anonymous
    August 29th, 2012

    preparing for ccnp route exam ,can anyone plz send me latest dumps on my email:mrslcbrock@yahoo.com

  63. pamz
    August 30th, 2012

    Hi,
    can any one send the latest dump for ccnp route exam??
    pamodamadushan@gmail.com

    Thanks a lot

  64. Yoman
    September 27th, 2012

    Hi guys,

    I passed my route exam yesterday with 988 score. The labs are same as above, except please enter distance eigrp 90 105 on Router R2 in OSPF and EIGRP Redistribution lab so that route can pass through R>R2>R3>R4.

    Also note, there are three GRE questions .. which I was suprised to see..
    I honestly recommend you to go through the CBT nuggets, practise labs on GSN3.

    Do the digital tut labs, actual tests questions and wheel man dumps and give a shot at exam. Trust me you will be fine.

    For me I practised 2-4 hrs everyday for nearly two months and this helped me pass the exam.

    Good luck for all new exam takers

    Yoman

  65. Jaif
    October 2nd, 2012

    Can somebody send me latest Dumps of Route exam- PLeeeeeeeeeeeese
    jaif2248@gmail.com

  66. ALI
    October 6th, 2012

    @YOMAN .. Which cbt nuggets practice labs on gns3 are you suggesting?

  67. Basem
    October 28th, 2012

    Dears, i need latest Dump for Route Exam please
    any support to help me ……..

    basem_eng@yahoo.com

  68. Anonymous
    November 4th, 2012

    Dears.. how you doing , pls i really need your help in the house, im taking my route exam this week, i need a valid dumps to look through. pls if u have any dont hesitate of sharing. i really do need u guys help.. jideosundare@yahoo.com……. tanx

  69. Shamil
    December 6th, 2012

    Hi!
    Question 3
    Which route should be the only one removed from the routing tables of the routers?

    A. 8.187.175.82/32
    B. 10.138.43.0/30
    C. 10.206.180.0/30
    D. 4.249.113.59/32
    E. 10.201.0.0/30
    F. None of the above

    Answer is E, but now Area 0 is discont. and route 10.206.180.0/30 (C) also wil be removed from OSPF!

  70. Raj
    December 7th, 2012

    Shamik,

    D1 know the 10.206.180.0/30 via 2 way. Intra Area (Area0) & Inter Area (Area 16).

    Area 0 learned route lost due to maintenance. Second best choosed.

    Selection criteria.

    1.Intra Area
    2.Inter Area
    3.External E1
    4.External E2

  71. irfan
    December 8th, 2012

    Q 4 explanation have a confusing route

    X. O IA 10.206.180.0/30 [110/3] via 10.138.43.1, 00:00:09, FastEthernet0/0

    if we are discussing given topology , how it would be O IA at R1.
    R1 and R2 are in same area 0.

    If we don’t have any connectivity between D1 and D2 on area 0.
    f0/1 is down and no virtual links as well
    We wont receive any of 10.206.180.0 route.

    Although the best answer is G.

  72. Mumin
    December 11th, 2012

    As for Q4, the topology doesn’t state which area the loopback interfaces are in, so you can rule out E and F. There’s simply no way to tell from the topology whether they should be intra or inter-area routes. In fact, we don’t even have reason to believe that loopbacks on D1 and D2 are being advertised through OSPF; they could simply be router-ids.

    Since we can safely rule out A – D, that leaves us with G and H. Since 10.206.180.0/30 is in the same area as R1′s F0/0 interface, we know that it would be an intra-area route, so we can rule out H, thus leaving G as the only possible answer.

    Remember that all the question is asking is what route is missing from R1 based on the known topology. If everything were working (i.e., D1′s f0/1 interface were up), O 10.206.180.0/30 is the only route from the routing table missing.

  73. cracker
    December 17th, 2012

    I’m confused what the correct answer on these questions?!! there are many possibilities

  74. Dhina
    January 1st, 2013

    Hi please some one tell how many papers are there in CCNP..What is the exam fee..?

  75. digitaltut
    January 2nd, 2013

    @Dhina: Please read it here: http://www.digitaltut.com/route-faqs-tips

  76. Rafi
    January 23rd, 2013

    Q1, Why is A not correct ?
    The excerpt below.

    “Area 16
    Number of interfaces in this area is 2
    Area has message digest authentication”

  77. Jozef
    January 24th, 2013

    @Rafi,
    because the question is not “What the output states”, but “What is most likely causing the issue”.

  78. New_Student
    January 29th, 2013

    I am not clear on Q2. Why do we need a virtual link when the two areas are connected? R1 and R2 can still communicate and keep their updates thru 172.16.1.0 network. What am I missing here? Anyone, please clarify for me. Thank you.

  79. Hacker
    January 29th, 2013

    does this question still appear in the exams? Pliz those who have done the exams this month, answer back.

  80. Meikel
    February 4th, 2013

    @Mumin Q6
    Your explanation helps me to understand the meaning of the question. In my opinion the question is not clearly formulated.

  81. GNS
    February 5th, 2013

    None of the above were on my exam today.

  82. ld1000
    February 26th, 2013

    Hello guys, the information that is in the yellow boxes in each question are to be found inside the routers with console commands or find the info directly in a box in the question?

    thanks a lot

  83. Ghost from Germany
    April 4th, 2013

    Hi All,
    I took the exam last week with max score.
    Not this OSPF Hotspot, not EIGRP Simlet.
    The other 5 configuration labs are present in the exam and valid.
    Don’t worry if you can’t do a ‘copy run start’ in the real exam (type it and good).
    Ip addresses, names, areas and processes can change!
    Don’t type blind!!! Know the concept and the commands!!!
    And you are on the safe side.
    Thanks digitaltut, Boyi n Peter (All question from these only).

  84. Nil
    April 28th, 2013

    I hope the test wont be changed anytime soon as what happened with ccna

  85. last dump : )
    April 29th, 2013

    type : PDF
    Price :Free : )
    update date 15 MAR

    http://www.2shared.com/document/YWw6jX-r/642-902qa358.html

    and dont Forg8 5 labs
    1-OSPF EIGRP Redistribute Lab
    2-OSPF Sim
    3-IPv6 OSPF Virtual Link Sim
    4-EIGRP Simleter
    5-Policy Based Routing Sim
    for Lab

  86. Anonymous
    May 11th, 2013

    Yes it is an valid exam :)

  87. social bookmarks
    June 10th, 2013

    Eaal7Q Really enjoyed this post.Really thank you! Will read on… http://crork.com/

  88. nike pas cher
    June 14th, 2013

    I got what you intend, thankyou for posting .Woh I’m delighted to seek out this web site by means of google. ?°Do not be too timid and squeamish about your actions. All life is definitely an experiment.?± by Ralph Waldo Emerson. nike pas cher http://www.chaussureairmaxs.fr

  89. Abercrombie Fitch
    June 14th, 2013

    One particular of typically by far the most popular forms of sports entertainment, on the planet, is that of wrestling. Attracting the eye of millions of fans, professional wrestling can be a combination of successful selling and televised events. Abercrombie Fitch http://www.officielleabercrombie.fr

  90. Anonymous
    June 15th, 2013

    I completed ccnp routing with 982/1000 .I prepared exam only with the help of pass4sure .Which was really helpful .
    http://is.gd/j38oTJ

  91. Dinesh Kumar
    June 15th, 2013

    no question from this category.. I am passed 953 with CCNP routing. Dont use help and short cut command…. i loosed all the marks in lab only.

  92. fake oakLEy SungLaSSeS
    June 17th, 2013

    Hello dear, me and my mom are as well watch comic videos except after I done my homework fake oakLEy SungLaSSeS http://whoccdindia.com/discountinfo.html

  93. Knockoff Oakley Sunglasses
    June 17th, 2013

    I visited several blogs but the audio feature for audio songs present at this site is actually fabulous. Knockoff Oakley Sunglasses http://www.cholayil.com/knockoffoakley.aspx

  94. fAke oAkLeyS
    June 17th, 2013

    Hi, I read your blogs regularly. Your writing style is awesome, keep doing what you’re doing! fAke oAkLeyS http://www.musicbykem.com/foakleys.php

Comment pages
1 2 166
  1. No trackbacks yet.
Add a Comment