Ticket 3 – BGP Neighbor
Problem: Client 1 is able to ping 209.65.200.226 but can’t ping the Web Server 209.65.200.241.
Configuration on R1:
router bgp 65001
no synchronization
bgp log-neighbor-changes
network 209.65.200.224 mask 255.255.255.252
neighbor 209.56.200.226 remote-as 65002
no auto-summary
check bgp neighborship. **** show ip bgp sum****
The neighbor’s address in the neighbor command is wrong under router BGP. (use ipv4 Layer 3)
Answer: need change on router mode on R1 neighbor 209.65.200.226
Ans1) R1
Ans2) BGP
Ans3) delete the wrong neighbor statement and enter the correct neighbor address in the neighbor command (change “neighbor 209.56.200.226 remote-as 65002″ to “neighbor 209.65.200.226 remote-as 65002″)
Correction in problem statement:-
In the above ticket R1 and all others are able to ping 209.65.200.226 but not the Web Server only. This is because R1 is directly connected to 209.65.200.226 and BGP is not required in order to ping directly connected network and as soon as R1 knows about 209.65.200.224 network all other devices are also able to ping 209.65.200.226, since they are coming to R1 for any unknown route, because of default route propagate through R1′s OSPF (using ‘default-information originate always’ command). However Web Server is not accessible until BGP configured properly between R1 and ISP(209.65.200.226) because only then R1 will receive the information about Web Server’s network.
Following are the symptoms of above ticket:-
1- No one is able to ping Web Server.
2- Client 1 and all others can ping upto 209.65.200.226.
3- ‘sh ip route BGP’, you will not see any BGP route.
4- ‘sh ip bgp neighbor’ on R1, you will not see any active BGP neighbor.
Yo Network Tut, can you advise for this question? This guy seems to be disagreeing with you only to say the same thing letter in his statement. Please clarify. Thanks
sorry …in above ticket ..i think the number in command :router bgp 65001 must be same
#router bgp 65001
#neighbor 209.65.200.226 remote-as 65001
Yeah even i feel the same. BGP AS for neighbor should be 65001 rather than 65002.
@99Toot
What exactly is your point by the way? Read the post carefully u’ll understand the point. If not clearly tell what exactly makes you confuse.
@2ofy_cisco @kanchankjha
You have to write remote AS number in neighbor command to create a neighbor relationship in BGP (as command itself states too i.e remote AS). In THOOT topology the remote AS is 65002, so same is correct.
thanks Naveed..
All,
why the second answer is BGP , what is the question for this ?
Is traceroute command is enable in client?
@GSA
no the traceroute is not enable on all of client..
so you need to make ping hop by hop to eleminate the problem.
@Raba @GSA
The command ‘tracert’ can be used on clients, its a client (windows) version of ‘traceroute’. However, I wouldn’t advice to rely on this only in TSHOOT exam, use ‘ping’ to cross check.
Naveed,
please i want to know how (Client 1 and all others can ping upto 209.65.200.226)?
i think client1 and others will be ping up to 10.1.1.1 of R1, and to let the ping success to 109.65.200.224/30 should be BGP configured correct.
except that if R1 informs the others ,that he has default rout to 226.if yes, how this come?
thank u ,
Naveed, it is ok, i think i got it, thank u.
Dear Friend All, I just want assk u somthing about T-shoot exam and Please if anyone can Help me about it . Im going to take nexam tomorrow at 1:00 PM , and I just want know somthing , Do I need to configuration in all Ticked or there are Only answer where I need only to choice answers and to find them with show commands , Or I need to Configuration and to find the problem
please tell me Anyone plsssss
Alfred,,,, u cant enter configuration mode, u have just to know the problem by doing ping and show command;
sho run
sh int — sh vlan — sh ip route — and at client :ipconfig and ping
hope it helps u,
to those who passed the exam congrats and i am really confused cuz on cisco site they said there are 35-40 questions in the exam and all who passed they took about 12 tt, 3-4 mcq, and 1-2 DnD so here is where i get confused this all together not more than 20 q ,,is there another lab or just this one big topology for TT
so plz some one post about this and which dump is valid and the link for it
thank u so much guys this site is very helpful
@mml its because you are a think twat who doesnt deserve to be ccnp. stupid question from a dumb ass
take it with all this god willing shit , half you lot are cheating Muslims.. read the Koran brother and you will see that the profit said ” at the point of stealing, cheating the Muslim is no longer a believer”
you have just become a infidel for the sake of a cert. well done
Dear tut,
Im using this site for first time..
and only thing i see z : Problem/confg/answer.
Where is the network diagram?
How r the ppl gettin wat ur saying?
COrrect me plz!
@CCIE interested people
This is an open invitation for the serious people about CCIE. You are advised to send an email to the below mentioned address for enrolling your willingness. We’ll be utilizing the concept of 1+1 = 11 by putting our minds together to study/practice the right thing. Here it doesn’t require a mention for a CCIE candidate but let me clear one thing, ‘THERE IS NO SHORTCUT TO CCIE’, so any body looking for shortcuts, please accept my advance excuse. However, we’ll try to do our best to find out the fastest way and most effective material of practice/study.
Kindly, enroll your willingness at following email address. Also if you have any question, send to the same address.
ask_ccie@yahoo.com
@networktut
I wish you could have a managed discussion forum for CCIE as you have for CCNP
thanks alot naveed bhai…u are a life saver… :)
makes me want to drink alchoholic beverages
hi guys somebody help i am tr to do the demo but there is only 4 tt qu and all releated to l3 topology plz help is there more or just this is it
and how i know this q releated to which topology my cordial thanks to u guys
hi guys, is the bgp configuration reported above the exat conf. on the exam? i think it miss some statements to make it work with the exam topology, doesn t it?
@ lucio it is shown BGP configuration of R1 which is correct. I tested with GNS3 it is working very well…
R1 config:
!
router bgp 65001
no synchronization
bgp log-neighbor-changes
network 209.65.200.224 mask 255.255.255.252
neighbor 209.65.200.226 remote-as 65002
no auto-summary
!
ISP config:
!
router bgp 65002
no synchronization
bgp log-neighbor-changes
network 209.65.200.224 mask 255.255.255.252
network 209.65.200.240 mask 255.255.255.248
neighbor 209.65.200.225 remote-as 65001
no auto-summary
!
And I think in exam we don’t have control our ISP server as cloud is shown in the diagram. I configured for practice purpose.
@matrix i tried as well this exact configuration on gns3 but if i don t redistribute ospf into bgp and vice versa no one but R1 can reach the web server. wonder if i m doing something wrong somewhere else… what could possibly be?
@ cisco guru
chootya, lund dharya, madarchod, randi ke bacche, bhadwe ki aulaad kahin ja ke aur apni maa chuda… yahan aake apni ma ko randi mat banayiu… madarchod.
@ lucio,
I think you are either missing the NAT configuration on R1 or you didn’t put route on R1 which is default-information originate always under router ospf 1 which will make Router R1 as default gateway for all below routers.
R1 config:
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 1.1.1.1 0.0.0.0 area 12
network 10.1.1.0 0.0.0.3 area 12
default-information originate always
!
ip nat inside source list 10 interface Serial1/1 overload
access-list 10 permit 10.2.1.0 0.0.0.255
access-list 10 permit 10.2.2.0 0.0.0.255
access-list 10 permit 10.2.4.0 0.0.0.255
access-list 10 permit 10.1.4.0 0.0.0.255
access-list 10 permit 10.1.1.0 0.0.0.255
access-list 10 permit 192.168.1.0 0.0.0.255
!
and ip nat inside under s0/0/0.12 and ip nat outside under s1/0
Let me know if it works for you.
@matrix yes now it works fine. i was missing def-inf originate always
i can finally sleep now. thanks a lot mate
Hi guys,
In exam i found this configuration
router bgp 65001
no synchronization
bgp log-neighbor-changes
network 209.65.200.224 mask 255.255.255.252
no auto-summary
I dodn’t find like this,
neighbor 209.56.200.225 remote-as 65002
So what will be problem in this config
@Kumar
It means that the neighbor command is missing which is required to take BGP routes from ISP
@matrix
even if you will not configure NAT on the R1, it will still work because NAT is only needed to translate the private ip addresses into public IP, but in LAB environment it will work..
Yea correct in LAB environment it will work.
Just a question, the Client 1 is not able to obtain the IP address automatically until the problem solved. Is this behavior correct?
I am confusing about this as what I think it should able to get IP from R4.
Please helps.
I passed Tshoot and now I am CCNP,ALL questions are still the same no change.
@Kumar: If you don’t see the command “neighbor 209.56.200.225 remote-as 65002″, it means in R1, there’s not this command. And certainly, R1 cannot establish connection between it and BGP 65002.
default-information originate always | WHY DO WE USE AND WHAT IS THE REASON/PURPOSE OF THIS COMMAND
@king:Omer: The command default-information originate always, will be used in OSPF routing. When you want to advertise a default route in to OSPF domain, ASBR will do that. If in ASBR has already a default-route, you can use this command without always, but if in ASBR there’s not any default-route, you have to add the key word always, to force ASBR inject a default route into OSPF domain.
Hi everyone! I’m going to take the exam next week. Guys please let me know if there is anything changed or updated.
Are these questions still valid?
Please help me……!
Thank you
I did the exam yesterday and got 1000……………..!
Thanks for everybody here supporting me for this achievement.
All the questions in the exam are the things appear here. Nothing has been changed.
But i would like to give an important advice for the people who wish to take the exam soon.
Please read the comments in following link by Geno and Lisa. Those instructions were really
helpful to me…!
http://www.networktut.com/tshoot-ticket-1
Hi is the fault condityion on this ticket correct or has it changed
Dear All;
just passed Tshoot,& um CCNP.Got 1000 ;i ve got the following:
4 MCQ
NO Drag & Drop.
12 TT (1 new TT,the old TT with wrong ip 209.56.200.241 has been removed)all other TT are VALID.
Thanks Networktut for charing knowledge.
Dear AhMAAAAADD,
Could you tell us what the new TT is?
Thanks.
Hi Guys.. can anyone please update about the new question which is replacing this question?
hii . i ve just pass my tshoot today and cisco DID NOT remove bgp neighbor TT its still valid
Has anyone seen the TSHOOT 642-832 Dump for Testinside? It has not Trouble tickets questions. Something is really wrong there…
The 642-832 TSHOOT Topology made available by cisco on the PDF is not the same as their online Topology demo. Could someone please confirm the actually topology used in the real exam?
Can anybody give me an example of exactly how the TT Questions are asked i the exam?
Does the CCNP 642-832 TSHOOT exam ROUTERS and SWITCHES resetS themselves, or do we have logout of all DEVICES after every Trouble Ticket?
How does the routers refreshes themselves between trouble tickets
Hello everybody, I did the test today with 930/1000 – there is a tt of bgp and drag drop a question that is not available on the site that went into my exam, the rest are equal.
Thank you!
Congrats Felcor! How long do we have for the exam? Taking my exam in June…
felcor post the drag and drop and the bgp ticket
hey guys i passed my tshoot exam today,i got 972/1000 ……….
i got 2 drag and drops,2 mcq with 13 tickets.1 drag and drop is not there in the dump……….,bgp tickets is valid,i did not got eigrp ticket,rest other tickets r same as on networktut.com, if u want to pass tshoot exam,refer to networktut.com,u will find all the tickets which r valid…..thank u felcor……….u gave me confidence for giving exam………..thanks ………
can anyone please send me latest p4s of ccnp tshoot i have to give exam asap my email address is gul.mahmood@ymail.com
I have completed my CCNP certification today by passing my last exam TSHOOP.
The exam itself was kind of straight forward with almost all of the TT well know
as state on this site. I had 2 DD, 2 MCQ & 13 TT
One of the issues with this TSHOOP exam is that you have to constantly move windows around whiles you are trying to keep your concentration. I was also working on small screen. (Frustrating)
TIP
Have a strategy with your PING command
Make sure you properly exit all devices after each ticket.
Abort and move to the next TT if you can’t find the problem. (You can always come back)
I think cisco should have offered a PRINT OUT OF THE TOPOLOGY to all candidates on exam day and collect them afterwards. Anyway! I have a good dump. Interested? Drop me a line donald.bart-williams@stjohns.surrey.sch.uk
I am now going to be focus on ASA5510 firewall
To all you CCNP Candidates on this forum including SWITCH & ROUTE, Good Luck and have a nice summer. It has been fun
What is with these guys that feel it is necessary to post the same remarks on every TT!! ONCE IS PLENTY thank you.
You’re just a grumpy old dud!
correct! hey mr BIG_Bird. The more info the better
I have exam in 22/5/2011and I very worry to this exam
Hi Guys !
after complete 1 ticket , can i ping test to server ?
You’re really missing the point?
I am writing the exam in a week. My question is do we get these tickets in the form of multiple choice questions or do we have to configure it.
hey guys!! can somebody please tell me about the t-shoot tickets!! i mean do we have to correct them by entering the right configuration commands or is it in multiple choice just like the rest of the questions???
Hello Guys,
Need CBT Nuggets TSHOOT .Pls call if anybody has got it. Happy to share Route and Switch study and P4S Q&A plus all Sims for route and switch. Routes in GNS3 and Switch in Packet Tracer.
Thanks
email:kripa.jyoti@gmail.com
Guy.. Any changes in the current update????? if any1 of u got updated dumps. plz update me on shariq2009@live.com
Guys, how do we get the questions?
Like written here? Or in a story like ” susi and mofi are connected to fa0/1 of DSW1, They can reach to each other but cant reach web server.
WHAT IS THE PROBEL<?
All my Dears, friend and brother.I have a problum my TSHOOT Paper exam date 5-July-2011
If anyone have Updat Pass4Sure, and Dumps. so plz send to my E-mail.
k_afridi1@hotmail.com
kgul@etisalat.ae
Dear good friends, i have my tshoot exam in less than 2wks from now 24/06/2011, if any one has the latest and most reliable dumps please help me send it to my email adress
c_remixkind@yahoo.com
thanks.
Thanks a lot guys for the tricks and Networktut.com I have given the Tshoot today and got 958.
here is what I followed:
condition I) if you are getting 169.xx.xx.xx IP:
ASW1 1) Acess Vlan (check sh vlan brief int fa1/0/1-2 sud be in vlan 10)
2) Port_security (check on sh run int f1/0/1-2 no switchport port-security & no switchport port-security mac-address 000.000.0001 and shut no shut)
3) switchport trunk allowed vlan (on int po13-po23 switchport trunk allowed vlan none & switchport trunk allowed vlan 10,200 )
R4 4) DHCP (no ip dhcp exclude-address 10.2.1.1-10.2.1.253 & ip dhcp exclude-address 10.2.1.1-10.2.1.2)
Condition II) if you can ping 10.1.1.1 but not websever:
R1 1)BGP Neighbour (show run bgp 65001: no neighbour 209.56.200.241 remote as 65002 and neighbour 209.65.200.241 remote as 65002)
2)NAT_ACL (show run ip access-list : ip access-ist standered nat_pol >permit the ip 10.2.0.0 0.0.0.255)
3)ACL (Show run ip access-list : access-list 30 permit host 209.65.200.224 0.0.0.3)
if you can ping 10.1.1.2 but not 10.1.1.1:
4)OSPF_Authentication (show int s0/0/0/0.12 : add ip ospf authentication messafe-digest)
Condition III) if you can not ping fa0/0(10.1.4.5) or s0/0/0/0.34(10.1.1.10) on R4:
R4 1) EIGRP_AS no. (show run eigrp: no eigrp as 1 & eigrp as 10)
2) EIGRP_passive interface (show run eigrp: no passive interface default)
3) EIGRP_route redistrubution(show run eigrp: change the command route_map eigrp_to_ospf to EIGRP->OSPF)
Condition IV)if you can not ping DSW1 (10.2.1.1) or FTP server(10.2.2.254) or HSRP mention:
DSW1 1)VLAN_Filetr (show run: remove vlan filter test1 10)
2)HSRP_track (show run vlan 10: no standby 10 track 1 decrement 60 & standby 10 track 10 devrement 60)
Condition V)if you see ipv6 and ospfv3 on question:
R2 1) show run int s0/0/0/0.23 (add ipv6 ospf 6 area 0)
Thanks a lot guys for the tricks and Networktut.com I have given the Tshoot today and got 958.
here is what I followed:
condition I) if you are getting 169.xx.xx.xx IP:
ASW1 1) Acess Vlan (check sh vlan brief int fa1/0/1-2 sud be in vlan 10)
2) Port_security (check on sh run int f1/0/1-2 no switchport port-security & no switchport port-security mac-address 000.000.0001 and shut no shut)
3) switchport trunk allowed vlan (on int po13-po23 switchport trunk allowed vlan none & switchport trunk allowed vlan 10,200 )
R4 4) DHCP (no ip dhcp exclude-address 10.2.1.1-10.2.1.253 & ip dhcp exclude-address 10.2.1.1-10.2.1.2)
Condition II) if you can ping 10.1.1.1 but not websever:
R1 1)BGP Neighbour (show run bgp 65001: no neighbour 209.56.200.241 remote as 65002 and neighbour 209.65.200.241 remote as 65002)
2)NAT_ACL (show run ip access-list : ip access-ist standered nat_pol >permit the ip 10.2.0.0 0.0.0.255)
3)ACL (Show run ip access-list : access-list 30 permit host 209.65.200.224 0.0.0.3)
if you can ping 10.1.1.2 but not 10.1.1.1:
4)OSPF_Authentication (show int s0/0/0/0.12 : add ip ospf authentication messafe-digest)
Condition III) if you can not ping fa0/0(10.1.4.5) or s0/0/0/0.34(10.1.1.10) on R4:
R4 1) EIGRP_AS no. (show run eigrp: no eigrp as 1 & eigrp as 10)
2) EIGRP_passive interface (show run eigrp: no passive interface default)
3) EIGRP_route redistrubution(show run eigrp: change the command route_map eigrp_to_ospf to EIGRP->OSPF)
Condition IV)if you can not ping DSW1 (10.2.1.1) or FTP server(10.2.2.254) or HSRP mention:
DSW1 1)VLAN_Filetr (show run: remove vlan filter test1 10)
2)HSRP_track (show run vlan 10: no standby 10 track 1 decrement 60 & standby 10 track 10 devrement 60)
Condition V)if you see ipv6 and ospfv3 on question:
R2 1) show run int s0/0/0/0.23 (add ipv6 ospf 6 area 0)
passed t.shoot today with 965.. no drag drop question. everything is same. but just got confuse in passive interface question.
Guy, just a question:
In the exam, will be shown in question something like this:
Problem: Client 1 is able to ping 209.65.200.226 but can’t ping the Web Server 209.65.200.241.
Or we have to figure out what´s the problem using ping commands, traceroute etc.?
@Matrix, @lucio
Does the ISP config also include OSPF configuration?
Hi,
I passed TSHOOT on Jul 02 2011, Score is 1000/1000.
networktut is valid. Please study wiht networktut. and visit the link
http://www.cisco.com/web/learning/le3/le2/le37/le10/tshoot_demo.html
This demo has some tickets ant these are like the real exam topology, it will give advice to you from real exam. You will have an idea how are tickets. Try it please.
Visit to link http://www.examcollection.com/642-832.html
and
Cisco BrainDump 642-832 v2011-04-21 by w1zard 53q.vce dump. This is valid.
Thanks
any update about TTs’ statements being the same?
IS THIS TT ARE VALID OR NOT M
please help me…the ticket of bgb was in my exam but there is a very strange matter..all three questions and their answers repeated for all 13 tickets and so i want to ask about all other topics..why only bgp in the exam..the answers of each three Qs for all 13 tickets are the same..is this logical?..I know nature of Qs and the topologies. i mean that in each ticket under a Q like how to fix it …i found answers of each ticket are the same
@ Ahmed
Please visit the link http://www.cisco.com/web/learning/le3/le2/le37/le10/tshoot_demo.html
This is Cisco Demo, like the real exam. Demo has only 4 tickets, real exam has about 13 tickets.
Demo will give to you some advicess how is tickets on real exam.
Many tickets have same question because problem is “Client doesn’t reach web server. What is solution” but tickets have different problem points. Please check the cisco demo.
Thanks
i want to complete TSHOOT exam day after tomorrow, are the questions are same and any new questions ? please guide me
Dear friends, I am going to sit for TShoot xam. I already solve all of the TTs. If any more information there plz friends help me by providing those.
pass today
100% still valid ‘
no thing new..all the tickets & Q from networktut
thanks networktut
Guys can someone tell if we can use debug commands in exam..
@robinhood
no, you can’t use them, check the comments
Hi ,
Brothers Please tell me Which dumps are valid in this two :
1). 642-832 pass4sure 51q. gb16
2). 642-832 ( TSHOOT ) Actultest.
hello;
i failed my tshoot today with 711, was really confused, and i need a week to regain some strenght and go back against tshoot.
Can somebody send me the dumps ” actualtest or pass4sure” i really need them.
Why i failed, because i just run out of time, thinking about the good answer.
Please send me the dumps or any useful material
rach_bona@yahoo.fr
Hello,
I failed the tshoot two days ago, and like like lightspeed that was confusing for me I answered the same as in networktut and the Pass4sure the latest update. regarding this question when I checked R1 config the neighbour IP address is already correct even though I answered “delete the wrong neighbor statement and enter the correct neighbor address in the neighbor command (change “neighbor 209.56.200.226 remote-as 65002″ to “neighbor 209.65.200.226 remote-as 65002″)
I am sure that this is a wrong answer, can any one help to explain if there is new updates regarding the exam.
Please send me the dumps on : merkev727@hotmail.com
thank you.
hi,
i would like to verfy if the question here is still valid.
dear i have a query tht whether ‘ | ‘ mean sec or inc or excl commands r working with run or not like sh run | sec ospf
please advice
Please send me latest update for tshoot dump
basool@msn.com
@cisco_path
the filtering commands such as using | section etc.. can’t be used in the exam
Passed yesterday wt 912…preparing for switch next week…dumps still valid but u must knw wat u r doin cuz all d questions look the same…It made me nervous for about 20 mins…Good luck
Are there any social site like 9tut for CCNP Security?
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.
Alhumdullilah I have passed my exam with score 945. Thanks to Allah and network tut.
I’m going to take the exam on Jan 17th. :-)
Passed my TShoot Exam on 5th January, 2012 with 1000/1000, Allhamdulilah.
“Networktut” website 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 to use “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
A big congratulations to everyone who just passed THOOT paper, if possible please share the Dump of TSHOOT to this mail please and thanks a lot ! kkk278@hotmail.co.uk also if you have any packet tracer software 5.3+ pls send me one and really appreciated ! (Urgent)
Can anyone please send me the latest dump? I would be much appreciated. My e-mail is 123.sube@gmail.com Thank you.
Passed Yesterday. This site was really helpful. Every of the tickets here made it easier to Troubleshoot in the real exam. Thanks to everyone.
Wish everyone best of luck – the exam is not difficult if you know what you are looking for.