Home > Ticket 1 – OSPF Authentication

Ticket 1 – OSPF Authentication

March 29th, 2011 in TSHOOT Go to comments

1.Client is unable to ping R1’s serial interface from the client.

Problem was disable authentification on R1, check where authentication is not given under router ospf of R1. (use ipv4 Layer 3)

Configuration on R1 was:

interface Serial0/0/0/0.12 point-to-point
ip address 10.1.1.1 255.255.255.252
ip nat inside
ip ospf message-digest-key 1 md5 TSHOOT
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 12
default-information originate always

Configuration on R2 was:
interface Serial0/0/0/0.12 point-to-point
ip address 10.1.1.2 255.255.255.252
ip ospf authentication message-digest
ip ospf message-digest-key 1 md5 TSHOOT
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 12

Answer: on R1 need command in router mode
area 12 authentication message-digest

Ans1) R1
Ans2) OSPF
Ans3) ip ospf authentication message-digest command must be given on s0/0/0/0.12

Comments (395) Comments
Comment pages
1 2 3 38
  1. seven
    October 21st, 2011

    Hi Guys,
    on 28th i want to register for my Tshoot exam.
    I read somewhere in this website, that during checking for configuration, if you answer all the questions correctly in a TT, but forgot to minimize the windows of virtual router, it may fail you, kindly confirm whether it’s rite or wrong?
    i am preparing from some article, build my own topology , worked on cisco online demo and p4s, 50q and ofcourse i come here to wish people all the best and read their experiences.

    Thanks to those who are fair to help others

    Thanks in advance for any other help.

    wish me the best of luck… may Allah Shower his mercy on all of you!
    thanks

  2. networktut
    October 21st, 2011

    @seven: It is not correct. You will not lose points if not minimize the windows.

  3. Kris
    October 25th, 2011

    Dears, if i press on a ticket how will i know which topology the fault is in, as i’ve tried the cisco demo and the fault is generated to all topologies. your quick answer is highly appreciated, and thanks for this helpful site.

  4. Homer
    October 25th, 2011

    Kris,

    If the question states IPV6 ……..guess what its IPV6 top….If you get a 169 ip address on the client then its going to be layer 2 and for instances when you get an IP @ for the client its the IPV4 Top…Just passed mine today ..piece of cake..

  5. Kris
    October 26th, 2011

    Even if i didn’t get u, except for the clear ipv6, congrats & wish me luck 2morrow

  6. seven
    October 27th, 2011

    @networktut, thanks for your reply!

    Hey Kris, if you passed, get back to me, to wish me luck
    too!!

  7. Rain
    October 27th, 2011

    Passed today with a score of 986. I’m CCNP now…

  8. Kris
    October 27th, 2011

    seven wishing u the best luck dude, i’ve passed with 941 bcz i studied pass4sure & the multiple q r changed 100% !!..
    @networktut, i’ve seen a comment on a topic swearing on muslims, i hope u delete it.. & the biggest cheaters r indians !! some egyptions & pakistani too, however this thing has nth 2 do with islam & also ur website.

  9. Ark
    October 27th, 2011

    Has the exam changed, im writting tomorow…pls reply asap

  10. Kris
    October 27th, 2011

    Ark, the multiple questions are changed ( SAME QUESTIONS BUT DIFFERENT ANSWERS ).. for the tickets, 2day i had 13 while last week i had 12.. and one of it i couldnt answer maybe changed maybe not.. still u need 2 kno wt ur doing 2 pass.. wishing u a good luck

  11. SewaR
    October 29th, 2011

    Hey Eveybody…please let me know if the tickets still valid and whterh the same MCQ n DnD are all the same ??????? I mma runnning my test tomorrow !

  12. Bala
    October 30th, 2011

    Guys, passed TSHOOT on 29th OCT, thanks to networktut. Still dumps are valid. There were no Drag & drop Q’s, got 4 to 5 MCQ’s & 13 TT’s, no EIGRP wrong AS TT.

  13. Bala
    October 30th, 2011

    And about OSPF authentication TT.

    Check whether the command ‘ ip ospf authentication message-digest’ enabled for the whole area. If yes, no need for that command on specific interface. But I am sure, if the TT is with regards to OSPF authentication issue, then the authentication type will be there on specific interfaces rather then for whole area, keep in mind.

  14. SewaR
    October 30th, 2011

    Thank you so much bala :)

  15. Bryan
    October 31st, 2011

    Just Pass my TSHOOT. Thanks networkTUT. Below is my strategic for TSHOOT Tickets

    Open CLT1 – do Ipconfig

    1. no IP address or receive 169.xx.xx.xx (4 Tickets here)
    ASW1 – Access VLAN, Trunking, Port Security
    R4 – DHCP excluded

    2. Search unique questions
    R2 – IPv6 (check the question with showing the IPv6 address and this is the only question showing the IPv6 question)
    DSW1 – HSRP (sh run – you can see the tracking command there and it is the only question have the tracking command)

    3. receive IP address (10.2.1.3), can’t ping 10.1.2.254 (Gateway) from CLT1
    DSW1 – VLAN ACL

    4. receive IP address (10.2.1.3), can’t ping 10.1.1.2 (R2 to R1 interface) from CLT 1
    R4 – Passive interface, EIGRP AS no., Redistribution (wrong route map name)

    5. receive IP address (10.2.1.3), can’t ping 10.1.1.1 (R1 interface) from CLT 1
    R1 – OSPF Authentication

    6. receive IP address (10.2.1.3), can ping 10.1.1.1 (R1 interface) from CLT 1
    R1 – NAT (sh ip bgp summary – can see peering, sh run – no VLAN 10)
    R1 – BGP (sh ip bgp summary – no peering establish, sh run – wrong neighbor address)
    R1 – ACL (sh ip bgp summary – no peering establish, sh run – no permit the 209.65.200.224 0.0.0.3)

  16. CJS
    November 2nd, 2011

    Hi

    There’s a little bug within the ticket-description:

    Answer: on R1 need command in router mode
    area 12 authentication message-digest

    Ans1) R1
    Ans2) OSPF
    Ans3) ip ospf authentication message-digest command must be given on s0/0/0/0.12

    The bug is within the two lines beginning with “Answer: on R1 need..”

    It should say:

    “Answer: on R1 need command in interface mode
    ip ospf authentication message-digest”

    Afaik, “area 12 authentication message-digest” says “authentication within the whole area”.

    cheers
    cjs

  17. Donald
    November 6th, 2011

    Are there any social site like 9tut for CCNP Security?

  18. Dos
    November 15th, 2011

    Hi, passed today, my score is 1000, 3 DD and 13 TT

  19. Lamiaa
    November 15th, 2011

    hi Dos

    my exam will be today after 3 hours.
    i just study networktut and Cisco.BrainDump.642-832.v2011-04-21.by.w1zard.53q.vce only
    is it enough to pass the exam
    please reply ASAP :)

  20. Dos
    November 15th, 2011

    it is enough!

  21. Dos
    November 15th, 2011

    good luck ! ip ospf authentication message-digest command must be given on s0/0/0/0.12 THIS IS CORRECT ANSWER !

  22. Dos
    November 15th, 2011

    There is no @Answer: on R1 need command in router mode
    area 12 authentication message-digest
    @

  23. Lamiaa
    November 15th, 2011

    thnx Dos

  24. Lamiaa
    November 16th, 2011

    :(( i failed the exam with 780 ???????????????????

    i will tray a gain next month

  25. Lamiaa
    November 17th, 2011

    my exam 3 MS and 7 TT old and 6 TT new :((

  26. Siva Pondy
    November 18th, 2011

    I am Planing write the exam so pls tell me any new question ???

  27. Anonymous
    November 18th, 2011

    Hi fellow tut readers…I am a little confused about the TT for OSPF. The TT on this site seems to indicate that the issue with OSPF authentication is because under the interface authentication has not been set. However, I thought the authentication was done under the routing configuration and the password set under the interface…please advise…thanks

  28. Anonymous
    November 19th, 2011

    You can also authenticate OSPF under an interface…could be a later version of IOS.

  29. prad
    November 19th, 2011

    Hi everyone
    I am planning to write t-shoot exam in dec 1st week.
    can any one please send the latest dumps to my email address prasadchwdry@gamil.com
    Thanks in advance……

  30. TAGZ
    November 22nd, 2011

    I am also planning to take tshoot exam 3rd week of December, can anyone please send the latest dumps. Here is my email tagsfernando@yahoo.com.ph.

    Thanks

  31. GOod lUK
    November 22nd, 2011

    hi evryone….

    can any one update abut the tshoot exam …..any body passed it in current

  32. Davis
    November 24th, 2011

    I confuse in this exam… can some one help to me?

    Configuration on R1 was:

    interface Serial0/0/0/0.12 point-to-point
    ip address 10.1.1.1 255.255.255.252
    ip nat inside
    ip ospf message-digest-key 1 md5 TSHOOT
    !
    router ospf 1
    log-adjacency-changes
    network 10.1.1.0 0.0.0.3 area 12
    default-information originate always

    Configuration on R2 was:
    interface Serial0/0/0/0.12 point-to-point
    ip address 10.1.1.2 255.255.255.252
    ip ospf authentication message-digest
    ip ospf message-digest-key 1 md5 TSHOOT
    !
    router ospf 1
    log-adjacency-changes
    network 10.1.1.0 0.0.0.3 area 12

    Answer: on R1 need command in router mode
    area 12 authentication message-digest

    Is the above show run configuration will show in the question together? or the show run configuration we have to read through the question and show run in the devices my own to start troubleshoot the problem?

    Please help!!! :)

  33. Bilal Al-Masri
    November 27th, 2011

    Today, I have passed TSHOOT with full mark Alhamdulleah (thanks for GOD). All the dumps are valid.

    13 TT (EIGRP AS ticket is not in the exam).

    All 13 TT is the same.

  34. Lamiaa
    November 28th, 2011

    hi Bilal Al-Masri
    i failed my exam with 780 :( and i am trying to get the exam another time next week

  35. sami
    November 29th, 2011

    Hi every one I faild today .. I get 766
    2 new TT and all new MCQ and DDq

  36. Net-Freak
    November 30th, 2011

    @ sami,
    Can you throw some light on the new TTs and MCQs and DDs that you encountered

  37. Pijush
    November 30th, 2011

    Hi sami ,
    Please explain something about the new TT,MCQ & DDs .
    my mail ID mr.pijush4sp@gmail.com

  38. MR.SMITH
    November 30th, 2011

    hiiii every one i heard that there are new TTs is that true ?

  39. Phunk
    December 3rd, 2011

    Hello guys, i have a friend who wrote the exam last week and he got almost the full mark and all the tickets were almost the same, am still preparing and hopefully i will make myself ready within a week. what with this new TT guys? am almost ready to inter the exam :( please let me know if there are any update,,, thank you all

  40. Anonymous
    December 4th, 2011

    I am planning to write my TSHOOT exam 2nd week of December.Can any one provide me the latest Dupms ?

  41. Anonymous
    December 4th, 2011

    Karthikeyan Nadar ..I am planning to write my TSHOOT exam 2nd week of December.Can any one provide me the latest Dupms ?

  42. FID
    December 4th, 2011

    I am planning to take TSHOOT exam within few days .. SAMI cud u tell us what are the new TTs ….

  43. FID
    December 4th, 2011

    does anyone know about new TTs, MCQs and DDs???

  44. Anonymous
    December 4th, 2011

    hiii every one passed today there was a 2 TT ,,, i couldn’t know what and where is the problem .. any way i passed with 813 but all the others was the same .. thanxx GOD …
    in the new TT .. i checked by ipconfig the ip was right i both … ic heked R1,R4 , DSW1 , R2 and R3 …. i didnt konw what it is …..

  45. EO
    December 5th, 2011

    Are Dumps still Valid for December ? Planning to right the exam next week. Also please for folks that have written the exams, do the TTs all have the same generic questions with different issues or are questions different with each issue

  46. AHOM
    December 5th, 2011

    Dears any new one pass the exam ???????

  47. Hisham
    December 5th, 2011

    hiii every one …. Just passed the exam with 945
    all TT’s still almost valied .. thnaxx GOD ( i got all of them expect the As of Eigrp)
    but my friend didnt passed .. he sayed that there is a ne TTs .. i asked him . but he didnt recognized what is the problem…. he sayed in one of TTs he ping to router 1 ,2,3,4 and ASW1 and DSW1 … all ping failed … he checked the ip of host by ipconfig command … and the ip was right .. he also told me that he checked the DSW1 and checked if track number was wrong (HSRP) (“of course the HSRP has no relationship to the failure of the ping”) also he said that no problem with the vlan acess map any way he was so sad so confused ….. i hope this was helpful ………… … BTW the Abort button in the exam is very good idea from Cisco u can abort the ticket and come to it later “”"” this tool amazing and u can come back to and it will not been change”"”"

  48. Hisham
    December 5th, 2011

    the strange thing is that he explain to the all 13 TT .. but he failed and i passed “the luck plays a big part” … i think he was soooo fair and confused from the exam … any way thanxx GOD …
    ( i get 2 MCQ almost the same ) and 1 DD almost almost the same ….
    thanxxx GOD :) and thanxx to my friend who explain to me the TTs well but im really really sad for Him :(

  49. Chris topher White
    December 7th, 2011

    Any news about A defector’s mystical disappearance?

  50. Conder
    December 9th, 2011

    anyone please share his/her exam experience as I got an exam this month…

  51. Reader
    December 15th, 2011

    1. NO IP ADDRESS ON PCs
    (i) PC1 and PC2 cannot ping each other
    (ii) sh run int f1/0/1 on ASW
    (iii) Port Seccurity on f1/0/1
    (iv) Remove static MAC address and do a shut and no shu

    2.NO IP ADDRESS ON PCs
    (i) PC1 and PC2 can ping each other
    (ii) sh vlan brief on ASW
    (iii) f1/0/1 and f1/0/2 are both in vlan 1
    (iv) Place interfaces in vlan 10

    3. NO IP ADDRESS ON PCS
    (i)PC1 and PC2 can ping each other
    (ii) sh int trunk on ASW
    (iii)Portchannel/trunk does not allow vlan 10 (and 200)
    (iv) Issue switchport trunk allowed vlan 10,200 on po12 and po23

    4. PCs GETs IP ADDRESS
    (i)PCs can ping each other
    (ii) Cannot ping DSW nor FTP nor webserver
    (iii) sh run on DSW1 will dsplay a VLAn Access Map
    (iv) Delete Vlan filter list

    5. DSW1 DOES NOT BECOME HSRP ACTIVE ROUTER
    (i) sh run on DSW1 (and DSW2)
    (ii) The coonfigs on DSW1 is tracking the wrong route
    (iii) change standby 10 track 1 to standby 10 track 10

    6.PCs can ping R4′s f0/0 int but not s0/0/0/0.34 int
    (i) sh run on DSW1 and R4 (and DSW2)
    (ii) Compare configs and you will see AS 10 in DSW1 and DSW2 while AS 1 in R4
    (iii) Change AS 1 to AS 10 in R4

    7.PCs can ping R4′s f0/0 int but not s0/0/0/0.34 int
    (i) sh run on R4
    (iii) Route map name does not match route-map name associated with the redistribute command
    (iii) Change route-map name in redistribute command to be the same as route-map name

    8. PCs can ping R4′s f0/0 int but not s0/0/0/0.34 int
    \(i) sh ip eigrp nei on DSW1 and R4, no neighborship formed
    (i) sh run on R4
    (iii) Passive-interface default command under the EIGRP command on R4
    (iv) Remove passive interface default

    9. PCs cannot get Ip address
    (i) Check ASW1 and DSW to be sure all is well
    (ii) sh run on R4, the DHCP server
    (iii) DHCP excluded address is wrong. It shows 10.2.1.1 – 10.2.1.253
    (iv)Delete ip dhcp excluded address 10.2.1.1 – 10.2.1.253 and replace it
    with 10.2.1.1 – 10.2.1.2

    10. PCS cannot ping R1′s serial(10.1.1.1) int which is facing R2′s serial int
    (i)sh run on R1 and R2
    (ii)Compare both configs, R1 does not have ip ospf authentication message-digest command under

    the s0/0/0/0.12 interface
    (iii)Put the ip ospf authentication message-digest command under the s0/0/0/0.12 interface of

    R1

    11. PCs, other devices and R1 cannot ping webserver
    (i) sh ip bgp nei or sh ip bgp sum. No neighborship is formed
    (ii) sh run on R1
    (iii) The remote IP address for the BGP neighbor is wrong, given as 209.56.200.226
    (iv) On R1 change the address for the BGP neighbor to 209.65.200.226

    12.Pcs, other devices and R1 cannot ping webserver
    (i) sh run on R1 and check the config
    (ii) ACL denies 10.1.0.0 and 10.2.0.0/16 network. Ignore this. There is a permite host

    209.65.200.241 but R1 cant reach this address which is the webserver
    (iii) Add the permit 209.65.200.224 0.0.0.3, the subnet that is the next hop to the webserver,

    on the ACL on R1

    13.Pcs cannot ping the webserver but all other devices can
    (i) On R1 issue the sh run command
    (ii) The NAT ACL permits only the 10.1.0.0 network where all other device resides. There is no

    permit statement for the 10.2.0.0 network where the PCs resides
    (iii) Add the ppermit 10.2.0.0in the NAT ACL

    14. DSW1 and R4 cannot ping R2′s IPv6 loopback interface or R2′s IPV6 address
    (i)From DSW1 ping all the transit IPV6 interfaces, that is R3 and then R2
    (ii) It timed out on the IPv6 serial interface on R2 which faces R3
    (iii) Issue sh run on both R3 and R2 and compare their configs
    (iv) R2′s serial IPV6 interface is not in ipv6 ospf area 0
    (v) Under R2′s serial interface issu the ipv6 ospf 6 area 0 command

    15. New Ticket: R1′s ipv6loopback interface cannot ping DSW2′s ipv6 loopback interface
    (i)This is the same question as in 14 but perceived from R2
    (ii) Using the IPV6 layer3 topology and from DW2 ping the IPV6 interfaces of DSW!, R4, R3, R2

    untill you ping an IPV6 interface where the replies timed
    (v) For my scenario, the serial interface of R2 which faces R3 timed out, so R2 is the fault

    device
    (v) Issue the sh run command on both R2 and R3 and you will find out that ipv6 ospf area 0

    interface command is missing on R2

    NOTE:
    (i)In my scenario, I had 13 tickets. The 13th ticket had no problem at all, I could ping from

    any of the PCs or devices up to the webserver.
    (ii) You do not need to answer this question because the top right hand corner of my screen

    showed me that I have 12 tickets in all instead of 13. I left the 13th ticket.The 23th ticket

    was used as a survey
    (iii) Infact I got some survey questions after my test
    (iv) I PASSED
    THANK GOD!!!
    MY ADVICE
    (i) You really need to know how to troubleshoot because even after the test and you passed you

    will be able to troubleshoot any comples network even the CCIE R & S troble ticket!
    (ii) Please use the TSHOOT DEMO to practice

    http://www.cisco.com/web/learning/le3/le2/le37/le10/tshoot_demo.html
    (iii) Not all show commands are supported by the simulator even for the real test. Practice all

    the show, trace route and related commands to know which one are supported

  52. Reader
    December 15th, 2011

    Thank you networtut. All dumps are valid…

  53. andalufe
    December 19th, 2011

    hi im planning to present this exam, somebody has the code registration from networktut and Cisco.BrainDump.642-832.v2011-04-21.by.w1zard.53q.vce.
    thanks

  54. Ali Raza
    December 19th, 2011

    I am planing to start my preparation plz guide me

  55. Faizal
    December 19th, 2011

    Dear friends,
    Is the Same topology came in all exams……….

  56. Dave
    December 20th, 2011

    Hi Everyone,

    Can you pls help me, is this Ticket using the ipv4 Layer 3 Topology?

    Thx a lot for the help.
    Dave

  57. Conder
    December 21st, 2011

    I failed to day scoring 780 (just 10 mark short)….I found two tickets where PC1 ipconfig shows 169.X.X.X…..i was unable to ping DSW1…..on both tickets sh run on ASW1 shows “switchport mode access” under Fa 1/0/1 and Fa 1/0/2…no vlan assigned to the interfaces….i am totally confused here….cause one ticket should be for vlan access and another for trunk…….anyone appeared the exam recently could u please reply….

  58. nagat
    December 21st, 2011

    hi all
    my exam after 1 week and it is a second time to this exam, is this site and Cisco.BrainDump.642-832.v2011-04-21.by.w1zard.53q,, enough to pass the exam …. please help me :(

  59. Aleemuddin
    December 22nd, 2011

    I have schedule my exam on 25th Dec can anyone have latest dumps.please share to my email address aleemyousuf@gmail.com.
    Thanks for your great support and cooperation

  60. nana
    December 24th, 2011

    some body please post a link for latest dumps.

  61. Belal
    December 28th, 2011

    Is these TTs are still valid with the same scenario because i am planning to tshoot with in 2 or 3 days? I would appreciate your replies

  62. amar
    December 28th, 2011

    TTs are still valid, everything from this site is what you are going to see on the exam.
    use them as a guide, what I did on this is ping the server,router doing the nat, etc. pretty easy test if you know what you are doing.

  63. Aleemuddin
    December 29th, 2011

    Alhumdullilah I have passed my exam with score 945. Thanks to Allah and network tut.

  64. slmwhd
    December 30th, 2011

    @Aleemuddin, Congrats dear
    would you like to share your preparation strategies for this exam? I have passed my Route and Switch but I am really confused to attempt this Exam.

  65. CISCO_ALL_TIME
    January 6th, 2012

    Salam Mr Aleemuddin bhi,,can you provide me the dumps you have studied for Tshoot,

    or Can you give me some kind suggestions to PASS it

  66. NKS
    January 7th, 2012

    @Rain……I have cleared Route…pls tell me if http://www.certprepare.com/ is enough for the switch or anything else is needed ?

  67. Belal
    January 8th, 2012

    Passed my TShoot Exam on 5th January, 2012 with 1000/1000, Allhamdulilah. “Networktut” and my brother Sohaib Fouzi helped me to prepare this exam, thanks for both of you.
    All TTs are still valid and same as mentioned under “networktut”. I got multiple choices and 13 TTs. Except EIGRP AS all TTs came. In All TTS Client1 will have valid IPs (except 4 TTs of 169.x.x.x).
    I did my complete exam using only “ipconfig”, “ping” and “show run” commands and never felt to use any other command. One thing is very important that you should have complete understandings of TTs other wise you will not able to understand 2 or 3 TTs because Cisco made very minor changes in mulitple choices or in configuration. The IP scheme between R4, DSW1 and DSW2 is 10.1.4.x.

    When i entered in LAB, before starting my exam i wrote the below lines on the provided sheet and then it became very easy to solve the TTs. To solve the TTs i followed the following scheme and order: (remember “ipconfig” and “ping” always in Client1 for all TTs)

    ->> If it is 169.x.x.x there are 4-TTs

    1.ASW1 – port security (show-run ASW1 if 1/0/1 and 1/0/2 are in Vlan10, apply sh int for both)
    2.ASW1 – access vlan 10 (show-run and check ASW1 if 1/0/1 and 1/0/2 are in Vlan1, if they are… stop!)
    3.ASW1 – switch-to-switch (show-run ASW1)
    4.R4 – DHCP excluded (show-run R4)
    ——————————————————————-

    ->> If client got IP address then 2 options:

    -First, if client1 can ping 10.1.1.1 not to server 209.65.200.241 (3TT) ALL IN R1
    1.R1 – NAT (10.2.0.0) (show-run R1)(sh ip BGP summary)
    2.R1 – BGP (56-65) (show-run R1)(sh ip BGP summary)
    3.R1 – ACL (show-run R1)(sh ip BGP summary)

    -Second , Client can’t ping 10.1.1.1 but it can ping to 10.1.1.2) then: (1TT)
    4-R1 – OSPF authentication (show-run R1 + R2)

    -Thirdly, if client1 cannot ping 10.1.1.1, then (4 TTs)
    1. DSW1(ASW1) – vlan access map(vlan acl port) *** this one cannot ping even gateway (Check vlan-filter command, which contain vlan access-map, this contain access-list no., now check access-list no. It can drop the packet for PC conntected to ASW1.)
    2. R4 – Route redistribution: (show-run R4)(EIGRP->OSPF is created and EIGRP-TO-OSPF is used)
    3. R4 – EIGRP Passive Interface: passive interface (show-run R4)(sh IP protocols )
    4-R4-EIGRP AS: AS number of EIGRP is different is used To verify – show IP protocols.
    ——————————————————————-

    ->> Finally, there are 2 distinct TTs,
    - HSRP on DSW1: Check DSW1 Use track 10 instead of track 1 (show run) and this is the only question you will see tracking.
    - OSPF IPv6 on R2: On serial interface use area 0, not area 12 (show run), you will recognize this TT by reading ticket because it is the only TT which says about IPv6.

    Note: The above scheme i copied from one comment under “networktut”, i dont remember the name. Sory to mention under my comments but it was just to help others. Please feel free for any query, my email address belal_fouzi@yahoo.com

  68. duanlc
    January 9th, 2012

    Hi all,
    I have passed my exam today with score 1000/1000. My exam have 13 TTs, all is the same with networktut, except not have EIGRP AS number TT on the exam. Thansks networktut

  69. CCNPis
    January 10th, 2012

    Passed today with a score of 1000. 3 MCQ and 13 TT except EIGRP AS. I am thankful to all of those with the useful comments and networktut. Back to CCNA for Voice and Security now. All the best to all.

  70. Aftab
    January 11th, 2012

    Hi All, I have passed the exam today scoring 931. All TTs are valid on this site. Use the strategy what Brother Belal Said on the previous note….Also make sure to choose ASW1 (if DSW1 does not give right answer) for VLAN Filter ticket.

  71. OHAM
    January 16th, 2012

    Dears any body have new update for exam ??

  72. Daffy
    January 19th, 2012

    Passed yesterday (18th) with 931. All tickets valid but be careful as configs are not always as shown in dumps. Still the same answers but you need to study and understand the config to identify which ticket you are working on. I failed last week on first attempt because I expected configs to be exactly as shown on dumps and panicked when they were different. Good luck.

  73. RATHEESHNAIR,KERALA
    January 21st, 2012

    First time I was fail the exam, I pass the exam today (21-01-2012), the 13 ticket are same from network tut. If unsure of anything abort the ticket and compare config with another tkt. 100% on TTs but I must have missed a 3 multiple choice question or something. This site is more than enough. But you might want to give it a try. I am thankful to all of those with the useful comments ,renjith,Nidhin,renjansir&networktut. Once again Thanks networktut &all the best to all

  74. Faizi
    January 21st, 2012

    @ All

    i have passed my route and switching… but i m afraiding of attemting t-shooting please guide me what should i do…

    i m not even understanding the problems

    :(

    please help me

    faisal.safdar@live.com

  75. Gomura
    January 22nd, 2012

    @Fazi,

    Watch cisco demo and soloution in the youtube.
    the following link explains how to solve tickets questions. Good luck!

    http://www.youtube.com/watch?v=AaAemLD-pvY

  76. OHAM
    January 22nd, 2012

    i passed last Friday all tickets are valid

  77. Faizi
    January 24th, 2012

    Dear brother i have seen that videos but i m still not clear how to solve these TT that are give here

  78. Help !!!
    January 25th, 2012

    Hi,

    Anybody know is the 13 TT on this website still valid ? Also Anyone has the latest dumps and is it compulsory to practice TT in a simulator software ? I’m trying to download the packet tracer but can’t find the exact link ? Can anybody send me the software please as I’m planning to take the exam within 1/2 weeks to kkk278@hotmail.co.uk ? Or is it ok to just memorise the 13 TT answer and verify it in the exam ?

  79. Help !!!
    January 27th, 2012

    Hi I don’t quite understand the Layer 2/3 topology parts (ASW1/2 & DSW1/2 with the port channel), it looks so confuse. Can somebody help me please and thanks ? kkk278@hotmail.co.uk

  80. Asking for help
    January 28th, 2012

    Hello everyone!! My Tshoot exam would be after two weeks does anyone have the latest dumps?
    my email is asemsun@yahoo.com
    Thanks in advanced.

    PLEASE HELP!!!

  81. SYNT
    January 29th, 2012

    I will exam today. hopefully i will got CCNP reading This site all the time

  82. AWAIS“
    January 31st, 2012

    HI friends, i have one question. actually i am bit confused..

    Whether there will be any Statement in the Tickets or not. When i go to any Ticket here.. There is one Statement at the top Describing the problem
    (whether this statement will be in the exam or not??)

    How can i recognize that this is OSPF ticket or EIGRP or PORT SECURITY or any one… As for each one there are different answers….

    Thanks

  83. J
    February 1st, 2012

    Awais, if you wanna become ccnp, you should know a way to find out… that’s what TSHOOt is about.

  84. Anonymous
    February 2nd, 2012

    passed my tshoot exam with 925/1000, thanx networt tut

  85. Anonymous
    February 2nd, 2012

    Please can any one let me know..what would be the right solution for the cisco demo items for tshoot..and can I get dumps for this exam?
    my email id is prishamehndiratta@gmail.com

  86. Help !!!
    February 2nd, 2012

    Hey Anonymous, here is the link for the cisco demo answers and hope it helps !
    http://www.youtube.com/watch?v=AaAemLD-pvY&feature=related

  87. sube
    February 6th, 2012

    Can anyone please send me the latest dump? I would be much appreciated. My e-mail is 123.sube@gmail.com Thank you.

  88. Cornel
    February 8th, 2012

    I will be taking my TSHOOT next week can anyone give me any advise on areas to be mindful?

  89. ludjak
    February 9th, 2012

    “Cornel”, i advise you to learn and understand tickets on this site really well, and be ready to see some mistakes on your exam.
    For instance i had problem with one of the ticket which included vlan filtering on the DSW1, so i was going to answer the ticket by clicking the DSW1 as a problematic device, and then when i wanted to click technology and solution (removing the vlan filter named test1),there was not such option. Then i accidentaly click ASW1 as a problematic device and there i found the right anwers although the ASW1 wasn t a problem.
    I had the problem with Ospf authentication i found between R1 and R2 and again i haven t found the answer at all.
    There was also some new implemetation on topology such as RIPng between DSW and R1 named RIP_Zona, and GRE tunnel between R4 and R3.
    IP addressing remained the same.
    Good luck

  90. jassi
    February 20th, 2012

    got passed …. thanx networktut.com

  91. Jhon
    February 20th, 2012

    I have a question regarding the official exam of Tshoot…can we go back to the previous question when we are taking an actual exam. I mean if we are on ticket 1 and ticket is based on 3 questions and i click miss the question 1 and go to question 2 so is it possible that i can come to previous question which i missed…? Please answer this question thanks

  92. Jhon
    February 20th, 2012

    I have a question regarding the official exam of Tshoot…can we go back to the previous question when we are taking an actual exam. I mean if we are on ticket 1 and ticket is based on 3 questions and i click miss the question 1 and go to question 2 so is it possible that i can come to previous question which i missed…? Please answer this question thanks

  93. Laila
    February 20th, 2012

    Hi Friends,

    Please send me latest dumps for Tshoot..

    I will take this exam next week

    email id = lolo_cu84@hotmail.com

    Thanks alot :) (K)

  94. angel80
    February 21st, 2012

    Hi Friends,
    this website is very good.

    Please, can you send me latest dumps for tshoot?

    My email is: angel_devil_80@hotmail.it

    Thanks

  95. Dev
    February 21st, 2012

    Many thanks to Networktut. I passed TSHOOT exam. All tickets were same as given in this website. 13 tickets were asked (no “EIGRP AS” ticket). 1 drag and drop question and 2 multiple choice questions (all questions appear in networktut.com)

    Remember to use “ipconfig”, “ping”, “show run” in all tickets and “show ip interface brief”, “show ip eigrp neighbors”, “show ip bgp summary” in some tickets.

    Study the topology and understand the tickets. I followed the strategy suggested by Belal on 08 January 2012.. Thank you Belal.

Comment pages
1 2 3 38
Add a Comment