Share your TSHOOT v2.0 Experience
Note: The last day to take this TSHOOT 300-135 exam is February 23, 2020. After this day you have to take new Enterprise exams to get new CCNP Enterprise certification. If you want to find out more about the new exams please visit here. |
This article is devoted for candidates who took the TSHOOT exam to share their experience. Please tell us what are your materials, the way you learned, your feeling and experience after taking the TSHOOT v2.0 exam… But please DO NOT share any information about the detail of the exam or your personal information, your score, exam date and location, your email…
Your posts are warmly welcome!
Exam’s Structure:
+ Some Multiple choice & drag drop questions
+ 2 Simlets
+ 15 lab-sim Questions with the same network topology (15 troubleshooting tickets or you can call it one “big” question). Each lab-sim is called a ticket and you can solve them in any order you like.
Topics of the lab-sims:
1- IPv6
2- OSPF
3- OSPFv3
4- Frame Relay
5- GRE
6- EtherChannel
7- RIPng
8- EIGRP
9- Redistribution
10- NTP
11- NAT
12- BGP
13- HSRP
14- STP
15- DHCP
The problems are rather simple. For example wrong IP assignment, disable or enable a command, authentication…
In each tickets you will have to answer three types of questions:
+ Which device causes problem
+ Which technology is used
+ How to fix it
When you press Done to finish each case, you can’t go back.
A demo of the TSHOOT Exam can be found at: http://www.cisco.com/web/learning/le3/le2/le37/le10/tshoot_demo.html
Note:
+ In the new TSHOOTv2, you cannnot use the “Abort” button anymore. Therefore you cannot check the configuration of another ticket before completing the current ticket.
+ We have gathered many questions about TSHOOT exam and posted them at TSHOOT FAQs & Tips, surely you will find useful information about the TSHOOT exam there!
Below are the topologies of the real TSHOOT exam, you are allowed to study these topologies before taking the exam. It surely saves you some invaluable time when sitting in the exam room (Thanks rrg for sharing this).
IPv4 Layer 3 Topology
IPv6 Layer 3 Topology
Layer 2-3 Topology
You can download the SAM strategy here (specially thanks to SAM who created this strategy):
https://www.networktut.com/download/TSHOOT_PING-plan-SAM.pdf
the site response time has improved for me I hope you guys found the issues.Thank you networktut
Where can I find the NULLZERO strategy???
Thanks in advance.
@dotcom I have some valid dumps. Write me to petrapmp 2020 gmail
Passed with a great score, everything is valid on the Primium membership. Make sure you go over all the tickets even the one that are crossed out.
@Networktut – The site is be running VERY slow, it is very difficult to practice any ticket
is there any way we can download the lap and work offline ?
I Passed today 9XX/1000. All from networktut premium member – thank you team.
Thanks for comments guys!
► MCQ> Nov
HSRP Sim
► BGP Sim – don need to write, copy run start > just check “sh run and sh ip bgp” after you have type the config.
► Tickets:
Ticket 7 – Port Security
Ticket 13 – DHCP Helper-address
Ticket 3 – BGP Neighbor
Ticket 4 – NAT ACL
Ticket 1 – OSPF Authentication
Ticket 11 – Redistribution Route-map > enter ‘redistribute ospf 1 route-map OSPF_to_EIGRP’
Ticket 14 – EIGRP Passive Interface
Ticket 6 – VLAN filter
Ticket 17 – Switchport Encapsulation
IPv6:
Ticket 12 – IPv6 OSPF
Ticket 15 – IPv6 GRE Tunnel
==========================================
SAM and Nullzero are a good method for tshoot.
Good luck.
Passes with 1000. November questions still valid.
I got 10 tickets +BGP sim+HSRP + 2 Drah and Drop (IP phone and GRE) + 10 questions (networktut november). I used Premim account for practicing the tickets and SIM. You don’t know the type of ticket, as before, if it is a ipv6 or ipv4 ticket. If you can ping R1, than try to ping the webserver… if you can ping the webserver you have the HSRP or IPV6 ticket.
You need a strategy, SAM or NULLZERO are fine. I had my own strategy.
BUY A PREMIUM ACCOUNT!!!
Thanks networktut!
424 002 111 (remember these numbers))
Write them out like below, the numbers on the left are IPv4 tickets, on the right IPv6 tickets:
4, ASW1 ->PEPA
2, DSW1 ->DV
4, R1 ->BANO
0, R2 1 ->O
0, R3 1 ->G
2, R4 1 ->RPR
R1 Tickets
Bgp
Acl
Nat
Ospf auth.
BANO
R4 Tickets
Route-Map
Passive-Interface
RP
ASW1 Tickets
Port Security
Encapsulation on Fa1/0/1-2
Port channel Vlan 10 missing
Access port in VL 1
PEPA
DSW1 Tickets
DHCP Helper
Vlan Filter
DV
IPv6
Ospf
GRE
RIPng Redistribution
OGR
ipv6 ticket or not??? -> just ping the ipv4 webserver address
IPV6 Trick
Run -> sh ipv6 ospf nei on R2&R3
IF R2 neigh + R3 neigh = 2 THAN go to R2
IF R2 neigh + R3 neigh = 3 THAN go to R3
IF R2 neigh + R3 neigh = 4 THAN go to R4
2.1 R1 TICKETS
**Case I –>>Ping 10.1.1.1 = OK go to R1 -> Configuration Problem on R1
2.1.1 BGP peer ip addr is wrong (chenage the peer ip)
=> show run | s bgp (chek ip address)
2.1.2 ACL on R1-> ISP link (edge_security -> permit the ISP BGP Net)
=> sh run interface s0/0/1
2.1.3 NAT misconfigurations tickets
Case A: NAT on R1-R2 link is worng (ip nat outside ip nat inside)
=> sh run (check R1R2 link)
Case B: NAT on R1 -ISP link is wrong (ip nat inside ip nat outside)
=> sh run (check R1 ISP link)
**Case II –>>Ping 10.1.1.2 = OK go to R1 ->Connection problem between R1 and R2
2.1.4 OSPF auth (check the link R1->R2 – add auth mess-dgst)
=> sh run (on R1 and R2, check R1R2 link)
2.2 R4 TICKETS
–>> Ping 10.2.1.1 = OK go to R4
***On R4 –>> run sh ip eigrp nei
=> IF DSW1&DSW2 shows as neighbors THAN Route-map ticket (A or B)
=> IF NO neighbors THAN Passive interface ticket
2.2.1 Route-Map Ticket
Case A: in EIGRP 10 chenge “OSPF->EIGRP” into “OSPF_to_EIGRP
=> sh run | s eigrp & sh run ***there is NO route-map “OSPF->EIGRP”
Case B: in route-map “OSPF->EIGRP” change deny 20 permit 20
=> sh run ***”permit 20″ means that OSPF routs are redistributed in EIGRP
2.2.2 Passive interface (set “no passive-interface” on fa0/0 and fa0/1)
=> sh run | s eigrp -> passive-interface default
2.3 DSW1 & ASW1 TICKETS
–>>Ping to 10.2.1.1 = FAIL go to DSW1
First Check DSW1 (sh run | i helper / sh run | i filter) => the helper address must be the same of R4 Lo1; no Vlan Filter should be configured –> IF all are OK
–> THAN Check ASW1 (sh…int trunk, vl br, int staus, run fa1/0/1-2)
I. DSW1 Tickets
2.3.1 DHCP helper address (ip helper address change 10.2.21.129 10.1.21.129)
=> sh run | i helper *** check R4 Lo1 IP
2.3.2 VLAN Filter must be removed
=> sh run | i filter
*** Must Scroll DOWN!!!! -> remove…. (if vlan filter exist) *select DSW1->VLAN ACL/Port ACL
II. ASW1 Tickets
ON ASW1 –>> run these commands ===>
1. sh vl br (check if fa1/0/1-2 is in vl 10)
2. sh int tr (check that ONLY PO13&23 are tanking vl 10)
3. sh int status (check if the fa1/0/1 is in err-disable)
***ON DSW1 –>> IF sh run | i filter => no output AND sh run | i helper => helper adress = R4-Lo1 THAN
2.3.3 Port Security (no switchport port-security & shut no shut)
=> sh int status & sh run int fa1/0/1
2.3.4 Encapsulation on Fa1/0/1-2
==> sh vl br, sh int tr (fa1/01-2 vl1-4096) => sh run int fa1/0/1
***be careful what you choose ->switchport mode access, no switchport trunk encap dot1q)
2.3.5 Port Channel 13/23 -> missing vl 10 (add vl 10,200 on PO13/23 & no sh on fa1/0/1)
==>> sh int tr & sh run int po 13 ***sh ip int br (fa1/0/1 is admin down)
2.3.6 Access port in vl1
=> sh vl br & sh run int fa1/0/1
*** be careful what you choose ->switchport aceess vl 10
2.4 IPv6 Tickets
2.4.1 R2-> OSPF ticket-> Check link to R3 -> missing OSPF process (set on S0/0/0.23 “ipv6 ospf 6 area 0) => sh run -> Check S0/0/0.23 configuration
2.4.2 R3-> GRE ticket-> Check Tunnel34 interface (remove “tunnel mode ipv6”) => sh run -> Check Tunnel 34 interface
2.4.3 R4-> RIPng Redistribute in OSPF V6 (run “redistribute rip RIP_Zone include connected” command under OSFP v6 process) => sh run ->Check OSFP V6 process
Hi Guys,
i passed my CCNP exam today with full 1000 marks. Networktut you are beauty.
All questions from 13th November are valid.
Thanks to the premier membership. it really helped me to practice labs and questions with simulators. i will definitely recommend premier membership.
EXam summary is as follows
Total 24 Questions
2 simlets that HSRP and BGP
10 MCQs from 13th November
12 Labs
All labs are valid.
Thanks again networktut. :-)
PER ANON Most people appear to fail on NAT, port-sec and DHCP, there are different variations of the ticket, the NULLZERO strategy worked flawlessly for me.
THank you for being a good tech and telling the truth here since only a few day left. OK I finally have one person who is BYW credible from previous posts
I guess I was not stating it correctly when I said different Versions What I should have said I guess? as if someone has 0 deduction skills and proper English is””” there are different variations of the ticket,”””. PER ANON these 2 variations are in tickets port-sec and DHCP BTW explained by “TO” perfectly last 5-6 pages of test here. Go find it
I am trying to help u guys I took it a few weeks ago and ran into these Variations no one wants to spend 300. fa NOTT–anyway I am Maria and I have been exulted from any false claims.
ANON u got the same test variation that I did , on that port-sec question answers were in BOLD right lol yeah I Know
see even though I saw that f0/1 was down I didn’t pick it why? bc of this site. I don’t want others making the same mistake its only 2 maybe 3 tickets this affects everything else here is perfect besides DHCP-Ip helper- port-sec-just take time on those two – as far as NAT my question came straight from here— see now NAT all of a sudden is coming up funki with different test takers
1000 point club do u confirm-deny or otherwise on these comments remember u r not hurting me u hurting some poor kid who really doesn’t have 300.
BTW AWS is taking over everything if u are young adult to middle aged I would go on the AWS path from here –
Get actual CCNP exam questions and 20% discount off here is link https://www.dumpssure.com/cisco-questions-answers.html
Can someone share premium membership with me for just 2-3 days?
I can’t pay bc my country blocks paypal services. I can share your cost by paying crypto (eth or xrp)
Thanks in advance for your understanding and help
muqlot at hotmail dot com
and for those still not convinced ask yourself this question if u were Cisco, or anyone with an IQ of 6, would you have only one (1) test for this huge-nationwide -world wide cisco exam? that means all the questions and answers will be the same for 3 years besides the MCQ’s, which everyone knows MCQ’s change. the 1000 clubbers know this they r just being dicks about it or more than likely they don’t know as they melt in the interview chair
Quit being a jerk. The tickets are all in Premium, and they are the same and correct. The methodology is in SAM and NULLZERO. The people who miss the questions are doing something wrong and not following the right methodology. You have to check the port to see that it is err-disabled, or you will make the wrong choice.
did you get any dnd in the exam
Hello, i wonder there are only nov mcqs im the exam? Or did you have any other mcqs as well?
Pls remember do click in DONE and then do click in new questions
Mcq nov 19
Bgp hsrp
Ticket
Yes, I think there were two DnD questions. They are all available for practice in Premium.
Yes, they are only the November MCQs on the exam. No worries about the old ones.
Passes today with 1000/1000
All exam questions are valid here.
BGP, HSRP, and Tickets.
Maria, you’re either the dumbest moron who ever lived or a troll that doesn’t know when to stop. What part of TEN TICKETS OUT OF A POOL OF FIFTEEN isn’t clear? The tickets are the SAME for everyone worldwide, simply put you don’t get them ALL 15 AT ONCE, you get 10 random tickets out of the total pool of available tickets. It has been known for YEARS how the exam works and now you come here trying to lecture everyone and confusing the heck out of test takers with your nonsense. Stop this.
Are all the MCQ relevant, or is it only the ones from Nov
I’m totally agree with @Burik.
Btw , still nobody shared with me a premium account just for 2 or 3 days, I won’t change your f.cking password , damn the country blocked those f.cking payment services not me.
I’m willing to share your cost with cryptocurrency if you want. I’m not escaping to pay a few dollars. can someone pls understand this crab situation pls?
Nowadays nobody wants to do a f.cking favor , what the heck is this…
if someone wants to do, muqlot at hotmail dot com
thanks
@Cunbgpret. Please specify what you meant to say with all MCQ? Only November MCQ or even the old MCQ? Thank you!
@Anonymous. Use a VPN and process the payment. NetworkTut is up, running and still available thanks to all those who have payed the membership.By the way, I don’t provide it because I don’t have it, but even though I don’t ask for it.
@MCV, thanks for the idea , but it doesn’t work. Because my credit card recorded on my country and the country isn’t on the paypal list. If it was working I didn’t ask it
at least you tried an advice, thanks
@Anonymous. Try sending an email to support AT networktut DOT com and see if they have another way of payment that you could use.
@MCV , In the past this question was asked many times, I tagged them asked via forum. I sent email too,
If you check “find out more” section you will see that people has been trying to find alternative methods but there isn’t.
No offense, but it is tough for someone to give out an account with their name all over it to a stranger. That stranger could be Cisco, and giving out the account with their name on it would nullify their CCNP.
You can pay through Paypal or through your credit card on Paypal website (which is very safe).