Ticket 9 – Switchport trunk
Client 1 is getting 169.x.x.x ip address.
Client 1 & 2 can ping each other but they are unable to ping DSW1 or FTP Server (Use L2/3 Diagram)
Configuration of ASW1
interface PortChannel13
switchport mode trunk
switchport trunk allowed vlan 1-9
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 1-9
!
interface FastEthernet1/0/1
switchport mode access
switchport access vlan 10
!
interface FastEthernet1/0/2
switchport mode access
switchport access vlan 10
Answer: on port channel 13, 23 disables all vlans and give switchport trunk allowed vlan 10,200
Ans1)ASW1
Ans2)Switch to switch connectivity
Ans3)int range portchannel13,portchannel23
switchport trunk allowed vlan none
switchport trunk allowed vlan 10,200
Symptoms of above ticket:-
1- Client 1 is getting 169.x.x.x ip address.
2- Clinet 1 can ping Client 2 and vice versa.
3- ‘sh interfaces trunk’ you will not see vlan 10 in PO13 and PO23 under allowed Vlans on trunk
I have a question… why does this issue happen??
PO1 has vlan 10 included so that should be enuf.. why does it require that both PO include vlan 10 for DHCP info to propagate?
In this TT, indeed both port channels have no vlan10 allowed.
Hi , is Client 1 is getting 169.x.x.x ip address or cant , bcz explanation by naveed says it does whereas networktut solution says it cant….
@naveed
why PO23 ( which is going to DSW2 ). why not PO13 (which is going to DSW1 )
@cisco_connect
Right, the more appropriate option is PO13 but it is not an option in the possible answers in exam. I think CISCO did this purposefully to make sure that candidate understands that the traffic flow can also follow the PO23 path, which is also an correct solution(but not 1st preference). They simply don’t want their exam to look simple and always try to add confusions where ever possible. They also did this in the edge_security TT.
I hope it is clear.
I think i’ve figured out why the answer is portchannel 23. I haven’t read the “share experience” thread so may be answer is already there. But anyways. I’ve just spent 1 hour in gns trying to figure it out. To understand it you have to look at the DHCP assignment from server perspective. it receives a unicast dhcp discover packet. in response it has to send 2 unicast ip packets back to requester (in our case 10.2.1.1) to successfully complete the dhcp lease. So here is the trick. remember that dsw2 has interface vlan 10 as well. so it advertises it via eigrp. on R4 both DSW1 and 2 appear to be with the same metric. So what eigrp does? that’s right – it load-shares between those two. so one packet would go to dsw1 while second (dhcp ack) would go to dsw2 (which has no route down to client). so client, not getting final ack message would never assign itself with offered ip address.
one hour.. damn…..
I think
po13 is Active, high priority and preempt,if it down they’ll take po23
po23 is Backup
I think
po13 is Active, high priority and preempt,if it down they’ll take po23
po23 is Backup
for that must be same command configure
remember that DHCP is a L2 broadcast. HSRP is used once the PC obtains default gateway from DHCP. So for DHCP both links are active.
you can try it in GNS. if you don’t assign vlan 10 to PO23 – your client won’t get ip address.
@ciscointruder
I get the same result as yours.
But I don’t understand it clearly.
how can the dhcp client get the ip address when its vlan 10 ( default router) is not allowed in wrong so naveed u r wrong
SHOOTED OUT MY TROUBLE>>>Took Exam yesterday. Score 879. Got 3 MCQ and 12 Tickets. All the tickets discussed above are valid. Lot of thanks to every one. But in exam i got bit confused between ticket 8 and ticket 9 (Switch port Vlan 10 and Switch port trunk). Both looks similar when trouble shooting real time.
I wasted my time without reading the HSRP question. Before exam i just fix in my mind, in all the question client cannot ping the server. So i start troubleshoot on that basis. Finally i read the question and the question clearly stated that DSW1 is not active.
So read the questions >> esp for HSRP and IPV6.
networktut you are the best>>>>>>
Thanks alot again.
my answer for ‘Switch trunk problem’. Was little bit surprised about allowed vlan none thing first. But there was no delete statement. But both po13 and po23 included. As per diagram vlan 20 does not traverse po13 and po23.
int range po13, po23
switchport trunk allowed vlan none
switchport trunk allowed vlan 10,200
int range po13, po23 switchport trunk allowed vlan none switchport trunk allowed vlan 10,200
this is true answer
There was 2 options given related to our answer
1) on int range po13, po23 switchport trunk allowed vlan 10,200
2) on int range po23 switchport trunk allowed vlan 10,200..
I choose second one.. but i think its wrong …… U must select first one if u find this options in your exam
Page updated:
Instead of:
Ans3)on port channel 23 give switchport trunk allowed vlan 10,200
we replaced with:
Ans3)int range portchannel13,portchannel23
switchport trunk allowed vlan none
switchport trunl allowed vlan 10,200
@networktut
There is no such command ‘int range portchannel…’ . ‘int range’ command can not be used for porthchannels. The correct answer as per available options in exam is as below:-
on interface PO23 give command ‘switchport trunk allowed vlans 10,200′
Why not on PO13, well because that is not an option in the exam, otherwise it is more preferable (since its a direct link between ASW1 & DSW1). PO23 is an alternative path, so our problem can also be solved by the above command.
@Naveed,
May be it is a new inclusion, but I searched for the command at cisco site http://www.cisco.com/en/US/docs/ios/12_2/interface/command/reference/irfinter.html#wp1052019 and the command port-channel is one of the options.
@ki
Quite right Ki, thanks for correction. So we can use the ‘int range’ command with POs as well. But as per exam perspective, this still requires confirmation weather it is an option in the exam or not. Until August it wasn’t there. Lets make an preference order of the possible correct solutions of above ticket, so that candidate can select which ever is available there.
1st Preference- Under ‘int range portchannel13, portchannel23′ enter ‘switchport trunk allowed vlan 10,200′
2nd Preference- Under ‘int portchannel13′ enter ‘switchport trunk allowed vlan 10,200′
3rd Preference- Under ‘int portchannel23′ enter ‘switchport trunk allowed vlan 10,200′
(portchannelXX and poXX can be used alternatively)
@Naveed
I took the exam in the end of Septemeber, I think they have changed the exam and the exams include in the answer “switchport trunk none” perhaps to reset earlier configs. Then the 10,200 has got defined.
I scored 1000/1000 today. You can pass this test easy with what is on this site but you have to understand the issues (things are different). Plus I had 10 TT from this site and 2 new ones. (An extra BGP issue and NTP master issues). The best hint I can give you is the abort button. If you can’t find the issue abort and go look at another ticket that works. The second hint I can give you is to spent time learning the topology (GNS3) so you can quickly get around. If you use ciscoguides.com flowchart make sure you fix the mistakes because it will miss guide you.
The DnD and MCQ are from here. I have 4 MCQ and 3 DnD
Now to Switch – Any suggestions would be helpful.
COngrats Nexttest, pls is it possible to return to a TT after you abort? or is it possible to leave one TT, go to another and then return later to that TT was left?
Have my exam on 18th Oct.
Can we execute “ping” and “ipconfig” command on Client1 and Client2 machine?
Sri
yes friend, from cliemts 1 and 2 you can use ping and ipconfig OK
@Naveed
You say that client will get ip 169.x.x.x but in the networktut and ciscoguides solution says that:
client can’t obtain ip address(169.x.x.x)
what we should consider?
@Noman
All of us are saying same thing, we supposed that a CCNP candidate already knows this basic feature, so all has mentioned in their convenient way. If clients are getting 169.x.x.x address it means they are not getting IP from DHCP, and this self assigned address is called APIPA address. Visit below link to know more about APIPA Address.
http://www.petri.co.il/whats_apipa.htm
SCORE 1000/100
ANSWER
int range portchannel13,portchannel23
switchport trunk allowed vlan none
switchport trunl allowed vlan 10,200
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
@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
@cisco guru………it seems you flunked this exam……try harder next time…….and plz stop being a moron…..
r2k – shame there isnt a ‘like’ button….
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
Why we need Vlan 200 ?
Why we need Vlan 200 on the PO 23 ?
Till now i don’t understand the use of Vlan 200 in the Topology ?
BR
Omar
@ naggi
The official demo topology is different from the exams actual topology, it is just a training of how to use and types of the questions
@ Omar
In this topology, vlan 200 is used as native vlan for trunk instead of default vlan 1. In the real implementation, it is used as one of the security feature as not to use default vlan 1.
I just added your blog site to my blogroll, I pray you would give some thought to doing the same.
@ matrix
Thanks too much explanation :)
Is it possible to return to a TT after you abort? or is it possible to leave one TT, go to another and then return later to that TT was left?
thnks….
@simple
read “share experience ” thread. U can get the ans of ur question there.
Hi,
In exam i found port -channels or configured correctly as 10,200 for 13,23
interface PortChannel13
switchport mode trunk
switchport trunk allowed vlan 1-9
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 1-9
so whats the problem
@kumar,
If vlan 10 & 200 are allowed in Po 12 & 23, ‘switchport trunk allowed vlan 1-10, 200′ should be used.
what is the effect of:
switchport trunk allowed vlan none?
Hi,
Just a litle precision : the command “switchport trunk allowed vlan 10,200″ doesn’t need to have the command “switchport trunk allowed vlan none”. All the Vlans previously allowed will be automatically replaced.
In, fact there is another option to allow specific new vlans on an a trunk :
“switchport trunk allowed vlan add 10,200″
I know that this infomation won’t help for this exam, but just for share…
Congratulations @networktut for this excellent website and to everibody who participe to these interesting comments.
@Marco,
Thank you for your sharing.
Thank you Naveed and other guys!
Hi all.
I’ve already fulfilled this lab on Packet Tracer, and I have some things want to share will all candidate
1) At the moment, DSW1 is still active HSRP, and DSW2 is standby HSRP, so we no need to add configuration on port-channel 23. In other hand, we only need to alter on interface port-channel 13 (this interface is connected to DSW1 from ASW1).
2) At the moment, client 1 and 2 cannot ping to FTP server, and this server belongs VLAN 20. So, if you want cient 1 and client are able to ping, we have to add vlan 20 in to vlan-list to be trunk.
3) So I think the correct answer are
a) DSW1
b) Switch connectivity
c) add the command switchport trunk allowed vlan 10,200,20
But I wonder, if in the real exam, we have both answers for C
add the command switchport trunk allowed vlan 10,200,20 on interface port-channel 13
and switchport trunk allowed vlan 10,200,20 on interface port-channel 13 and interface port-channel 23, so which answer is the best?
Hi guys, if anyone can help me as far as I can understand if there is problem mentioned for ping then only we have to use layer2 diagram or wat will be the scenerio.
Please help me
another question …
when i ping the interfaces … only one interface will not ping ? and the problem inside this device right ?
Could you please explain me, what’s the purpose of vlan 200 in the whole lab? Is it for some backup background connectivity between access and destribution switches or something like that?
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
Great blog here! Also your site loads up fast! What host are you using? Can I get your affiliate link to your host? I wish my website loaded up as fast as yours lol
Hi All…………
I AM GOING TO START MY STUDY IN TSHOOT, I read some comments but i was confuse MY QYESTION IS
during answering this 12 Ticketing ,, am I going to configure or just i have to choose
more explanation it is look like HOTSPOT OR LAB SIM TO OTHER EXAMS ????????????
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
thanks for this nice post 111213
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.
Pls suggest what is the new TT. I have to appear for the exam tomorrow
Interface range
http://www.cisco.com/en/US/docs/ios/12_2/interface/command/reference/irfinter.html
interface range port-channel xxxx is a valid command.
To execute commands on multiple subinterfaces at the same time, use the interface range command in global configuration command mode.
interface range {fastethernet interfacenumber – interfacenumber | gigabitethernet interfacenumber – interfacenumber | loopback number | tunnel number | port-channel number | vlan number | macro word}
I will take the couse next Wensday
Guys, Looking for a discussion on this.
Do you think that vlans, 10, 20 and 200 need adding in this ticket or just 10,200?
Hi Maz,
Problem is in ASW1 and only VLAN 10 and 200 are exist in ASW1, so no need to tag vlan 20.
Hi, I think your Answer is wrong.
Only doing the below will also resolve the TT, I have verified and this is also the Option :)
Please Reply
int portchannel23
switchport trunk allowed vlan none
switchport trunk allowed vlan 10,200
port channel 23 or port channel 13 ? do i want to allow in both ?
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?
“Client 1 is getting 169.x.x.x ip address” I got the this question 5 times in my tshoot exam, whatever the is configuration and solution provided in this tut, it didnt match, pls anybody help me out
@Uni Nagpur
As per the tkts, you shoud get 169.x.x.x 4 times not 5- maybe you got one new tkt- But did you get the other 4 right???
Can anybody give me an example of exactly how the TT Questions are asked i the exam?
@networktut
Please update, they have changed this ticket like below, I got it this way:
interface PortChannel13
switchport mode trunk
switchport trunk allowed vlan 20,200
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 20,200
!
The solution is same you have to replace vlan 20 by vlan 10
I got a new TT. which i think probably deals with the wrong ip address of dhcp server. Which makes the 5th wrong (APIPA) address assignment to the clients.
@cisco_crazy is there any changes on exam TT Expect the above one you have mentioned?
@vignesh
no more changes just try to get to the concepts, you might face changes in the syntax or names, you should know what the root cause is, and where to look for that fault. The exam is easy, All the best
Does the CCNP 642-832 TSHOOT exam ROUTERS and SWITCHES resetS themselves, or do we have logout of all DEVICES after every Trouble Ticket?
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!
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
@Networktut
PLease specify fa1/0/1 & fa1/0/2 clearly.
its getting confusing.
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
Hi all,
i have just completed exam TSHOOT. 1000/1000
4 MCQ & 13 TT,
13TT still valid in networktut,
Thanks all my friend
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
all my dears and brother . i would write my tshoot paper exam next week . please if anyone knows the update dumps send to me at my email jc_kambou@yahoo.fr bye
Client 1 is getting 169.x.x.x ip address.
Client 1 & 2 can ping each other but they are unable to ping DSW1 or FTP Server (Use L2/3 Diagram)
Configuration of ASW1
interface PortChannel13
switchport mode trunk
switchport trunk allowed vlan 20,200
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 20,200
Ans1)ASW1
Ans2)Switch to switch connectivity
Ans3)int range portchannel13
switchport trunk allowed vlan none
switchport trunk allowed vlan 10,200
I just passed Tomorrow, and i got Ticket Trunk absolutely like JAY
Hi
I passed ROUTE 2 years & 11 months before & passed SWITCH EXAM few days back. I recieved email that my CCNA expiry is extended for 3 more years after passing SWITCH.
Do I have only 1 month for TSHOOT to complete my CCNP or 3 years extended for CCNP also???
Please advice.
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
The command under port channels is changed:
from:
switchport trunk allowed vlan 1-9
to:
switchport trunk allowed vlan 20,200
however the answer remains same.
can any one give me the question & the full answer for this TT and the show commend
vlan 10 is the vlan for the clients thus it needs to be allowed since PO 13 and 23 are dediated for this vlan to pass.
vlan 200 is the Native VLAN in order for the switches to communicate.
So the answer should be allowed Vlan 10,200.
plz guys how to get the video of the rest of the ticket plzzzzzzzzzzzzzzzzzz thank u GOD bless u just give the link
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.
passed yesterday ……1000/1000
with this TT ITS
Ans1)ASW1
Ans2)Switch to switch connectivity
Ans3)int range portchannel13
switchport trunk allowed vlan none
switchport trunk allowed vlan 10,200
Alhumdullilah I have passed my exam with score 945. Thanks to Allah and network tut.
aleemyousuf@gmail.com
@deolu
Is it “int range portchannel13″ or int range portchannel13,portchannel23″ ??
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
Thanks! Cool photo!
Naveed Can You Pls Inform me that Any change has made to the Dumps or NetworTut is
still valid…bcz i m going for the exam in this week
pls Reply anyone who has the Idea
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)
Hi there!
If possible please share the Dump of TSHOOT to this mail please and thanks a lot ! Indy2004@inbox.com