Home > HSRP Hotspot

HSRP Hotspot

March 8th, 2012 in Hotspot Go to comments

Question:

HSRP_Hotspot

- DSW1( Distribute switch 1) is the primary device for Vlan 101, 102, 105
– DSW2 ( Distribute switch 2) is the primary device for Vlan 103 and 104


Question 1:


During routine maintenance, it became necessary to shutdown G1/0/1 on DSW1. All other interface were up. During this time, DSW1 remained the active device for Vlan 102′s HSRP group. You have determined that there is an issue with the decrement value in the track command in Vlan 102′s HSRP group. What need to be done to make the group function properly?

A. The DSW1′s decrement value should be configured with a value from 5 to 15
B. The DSW1′s decrement value should be configured with a value from 9 to 15
C. The DSW1′s decrement value should be configured with a value from 11 to 18
D. The DSW1′s decrement value should be configured with a value from 195 to less than 205
E. The DSW1′s decrement value should be configured with a value from 200 to less than 205
F. The DSW1′s decrement value should be greater than 190 and less 200


Answer: C

Explanation:

The question clearly stated that there was an issue with the decrement value in VLAN 102 so we should check VLAN 102 on both DSW1 and DSW2 switches first. Click on the PC Console1 and PC Console2 to access these switches then use the “show running-config” command on both switches

DSW1>enable
DSW1#show running-config

DSW2>enable
DSW2#show running-config

HSRP_show_run

As shown in the outputs, the DSW1′s priority is 200 and is higher than that of DSW2 so DSW1 becomes active switch for the group. Notice that the interface Gig1/0/1 on DSW1 is being tracked so when this interface goes down, HSRP automatically reduces the router’s priority by a configurable amount, in this case 5. Therefore the priority of DSW1 goes down from 200 to 195. But this value is still higher than that of DSW2 (190) so DSW1 remains the active switch for the group. To make DSW2 takes over this role, we have to configure DSW1′s decrement value with a value equal or greater than 11 so that its result is smaller than that of DSW2 (200 – 11 < 190). Therefore C is the correct answer.

Question 2:

During routine maintenance, G1/0/1 on DSW1 was shutdown. All other interface were up. DSW2 became the active HSRP device for Vlan101 as desired. However, after G1/0/1 on DSW1 was reactivated. DSW1 did not become the active HSRP device as desired. What need to be done to make the group for Vlan101 function properly?

A. Enable preempt on DSW1′s Vlan101 HSRP group
B. Disable preempt on DSW1′s Vlan101 HSRP group
C. Decrease DSW1′s priority value for Vlan101 HSRP group to a value that is less than priority value configured on DSW2′s HSRP group for Vlan101
D. Decrease the decrement in the track command for DSW1′s Vlan 101 HSRP group to a value less than the value in the track command for DSW2′s Vlan 101 HSRP group.


Answer: A

Explanation:

Continue to check VLAN 101 on both switches…

HSRP_show_run_2.jpg

We learned that DSW1 doesn’t have the “standby 1 preempt” command so it can’t take over the active role again even if its priority is the highest. So we need to enable this command on VLAN 101 of DSW1.

Question 3:

DSW2 has not become the active device for Vlan103′s HSRP group even though all interfaces are active. As related to Vlan103′s HSRP group. What can be done to make the group function properly?

A. On DSW1, disable preempt
B. On DSW1, decrease the priority value to a value less than 190 and greater than 150
C. On DSW2, increase the priority value to a value greater 241 and less than 249
D. On DSW2, increase the decrement value in the track command to a value greater than 10 and less than 50.


Answer: B or C

Explanation:

HSRP_vlan103

The reason DSW2 has not become the active switch for Vlan103 is because the priority value of DSW1 is higher than that of DSW2. In order to make DSW2 become the active switch, we need to increase DSW2′s priority (to higher than 200) or decrease DSW1′s priority (to lower than 190).

Question 4:

If G1/0/1 on DSW1 is shutdown, what will be the current priority value of the Vlan105′s group on DSW1?

A. 95
B. 100
C. 150
D. 200


Answer: A

Explanation:

Below is the output of VLAN 105:

HSRP_vlan105.jpg

If G1/0/1 on DSW1 is shutdown, its priority will decrease 55 so, its value will be 150 – 55 = 95

Question 5:

What is the configured priority value of the Vlan105′s group on DSW2 ?

A. 50
B. 100
C. 150
D. 200


Answer: B

Explanation:

Below is the output of VLAN 105 of DSW2:

HSRP_vlan105_DSW2.jpg

We don’t see the priority of DSW2 so it is using the default value (100).

Question 6:

During routine maintenance, it became necessary to shutdown G1/0/1 on DSW1 and DSW2. All other interface were up. During this time, DSW1 became the active device for Vlan104′s HSRP group. As related to Vlan104′s HSRP group, what can be done to make the group function properly?

A. On DSW1, disable preempt
B. On DSW2, decrease the priority value to a value less than 150
C. On DSW1, increase the decrement value in the track command to a value greater than 6
D. On DSW1, disable track command.


Answer: C

Explanation:

HSRP_vlan104

The question asks us how to keep the active role of DSW2. From the outputs, we learned that if both interfaces G1/0/1 of DSW1 and DSW2 are shutdown, the priority of DSW1 will be 150 – 1 = 149 and that of DSW2 will be 200 – 55 = 145 -> DSW1 will become the active switch.

The main point here is that we have to configure so in such a way that when both interfaces G1/0/1 of DSW1 and DSW2 are shutdown, the priority of DSW2 is still greater than that of DSW1. Therefore the priority value of DSW1 should be smaller than 145, or we have to configure the decrement value of DSW1 to a value greater than 6 ( 6 = 150 – 144) -> C is the correct answer.

Notice: To keep the active role of DSW2, we can disable “preempt” on DSW1 (answer A) so that it will not take over the active role when DSW1 is downed but it also means that VLAN 104 will not have active switch -> VLAN104 will fail.

Comments
Comment pages
1 2 30
  1. JJ
    August 25th, 2010

    Why is this called “Hotspot”?

  2. salar.ccnp
    August 29th, 2010

    that’s very good hotspot.

  3. heiko
    September 3rd, 2010

    can you insert the complete running-config somewhere at the top?

  4. Durrr
    September 3rd, 2010

    +1 Heiko
    Without the configs BEFORE the answers we cannot attempt this.

  5. Awei
    September 4th, 2010

    I suggest you add the configuration comment before the answers, because we cann’t work this out without runing config.

  6. Bob
    September 7th, 2010

    Hi,

    For question 3, the answer should be C.
    If both interfaces down, DSW1 is 190 while DSW2 is 191-199

    If the answer was B, DSW1 will be 140 to 179 while DSW2 will be 140.

  7. Ashraf
    September 7th, 2010

    @bob
    Why r u thinking of when both interface down while question says that all interface are active ?
    please explain…

  8. Remco
    September 9th, 2010

    @ Ashraf, Both B and C seems to be correct answers. but my experince with the ccna exams are that there is just one answers that is “the best”

    And IF both interfaces goes down, then anwers B is beter then C (i think)

  9. Ashraf
    September 13th, 2010

    @bob

    But when both interfaces goes down, than this group cannot function properly acording to the question !!!!!!!!!!!

  10. Bob
    September 14th, 2010

    The question is to make DSW2 the active device for vlan 103.
    What I meant was in the event that DSW1 or 2 went down and came back up.
    But C is the best answer. And I only replied once to this, so don’t get too agitated. Cheers.

  11. Gerry
    September 17th, 2010

    If the aim of the question is to make DSW2 active then both B&C are correct.
    But if we should assume that we want HSRP to work correctly and fail over to DSW1 when the gig link fails – then answer B is correct, because if we increase the priority on DSW2 to >241 & <249 (answer C), DSW2 priority will always be greater than 190 and they will never fail over…
    Answer B allows DSW2 to be active, and on failure allows DSW1 to become active.

  12. Anonymous
    September 18th, 2010

    If answer B
    if a both links goes down dsw1 priotity 140 and dsw2 priority 140, but ip of dsw2 highest and DSW2 will active router
    If answer C
    DSW1 priority 190, DSW2 priority 191 and DSW2 will active router.

    anybody now best answer?

  13. Anonymous
    September 21st, 2010

    For case B
    If DSW1 priority is 189 – 10 = 179
    DSW2 priority is 190 – 50 = 140 ->Both links are down DSW1 is Active

    For Case C
    DSW1 priority is 200 – 10 = 190
    DSW2 priority is 242 – 50 = 192 -> Both links down and DSW2 is Active

    I think C

  14. Aleki
    September 21st, 2010

    Notice in the Scenario this statement:
    – DSW2 ( Distribute switch 2) is the primary device for Vlan 103 and 104

    For Question 3, I agree w/ Bob:
    Question 3:
    DSW2 has not become the active device for Vlan103′s HSRP group even though all interfaces are active. As related to Vlan103′s HSRP group. What can be done to make the group function properly? (PROPERLY)

    If gig1/0/1 were to fail on DSW2, we would want DSW1 to take over as Master.
    Either B or C would work for this.
    However….
    If gig1/0/1 on DSW1 failed, we would want DSW2 to remain/take the role as Master (since it was primarily the master anyway).
    For this to work, answer C would have to be the correct answer.

    Original Priority:
    DSW1: 200
    DSW2: 190 (+51 = 241) <— DSW2 would correctly be Master normally.

    After DSW2 gi1/0/1 fails
    DSW1: 200
    DSW2: 140 (+51 = 191) <— DSW2 would become standby during failure.

    After DSW1 gi1/0/1 were to fail (hypothetically):
    DSW1: 190
    DSW2: 140 (+51 = 191) <— DSW2 would become Master now that "all things are equal"

  15. php Form
    October 5th, 2010

    last week our group held a similar talk on this topic and you point out something we haven’t covered yet, thanks.

    - Laura

  16. freta
    October 6th, 2010

    am looking next friday to take SWICHING exam can any one tell me the lab questions

  17. aprisma
    October 6th, 2010

    Hello, question 3 is wrong. There is only ONE soltion which is B. Why? Because you missing the most important part of the qestion.

    Scenario:

    Switch.com is a small IT corportation, with enterprise network (access, distribution and core) switches that provide LAN connectivity from users PCs to coprorate servers. The distribution switches are configured to use HSRP to provide a high avialability solution as follow:

    - DSW1 (Distribution Switch 1) is the primary device for VLAN 101, 102, 105
    - DSW2 (Distribution Switch 2) is the primary device for VLAN 103,104
    - A failure of GiagabitEthernet1/0/1 on the primary device should block the primary device from beeing the active device, UNLESS GIGABITETHERNET1/0/1 ON THE BACKUP DEVICE ALSO FAILED.

    This is very important. Because for question 3.

    When I would do C and raise the priority value greater to 241. Even if the line on DSW2 fails the priority of DSW2 would be 191. The priority of the DSW1 would be 190. So the switch would still have the active role if both switches have a line problem.

    hope it helps,
    good luck with your exams

  18. aprisma
    October 6th, 2010

    Maybe the admin can put the scenario to the drawing?

  19. matrix
    October 7th, 2010

    @ aprisma,

    C option seems correct. Setting priority of 241-249
    Because if gig1/0/1 on DSW2 fails , then DSW2 priority >> 191-199
    But still DSW1 priority is 200 so it will preempt the DSW2

    And if both int gig1/0/1 on DSW1 & DSW2 fails, DSW1 priority will become 190 and DSW2 priority will be 191-199.
    So we want that active router should be DSW2 in any case. So C is correct.

  20. aprisma
    October 9th, 2010

    @matrix
    You forget the scenario:
    If DSW1 G1/0/1 fails DSW2 should take over. If also the G1/0/1 on DSW2 fails DSW1 should take over again.

    So if DSW1 fails it has a priority of 190. If then also DSW2 fails it has a priority of 191-199. This is higher then DSW1. So DSW1 will NOT take over if both switches looses their G1/0/1 Interface.

    I have posted ths scenario above.
    cheers,

  21. aprisma
    October 9th, 2010

    @matrix
    Ok maybe you are right because
    - DSW2 (Distribution Switch 2) is the primary device for VLAN 103,104

    so in case that both are down DSW2 it should be the active device. The most difficult thing in that exam is understanding the text.
    thanx, cheers

  22. aparadekto
    October 26th, 2010

    Hey, I can’t view your site properly within Opera, I actually hope you look into fixing this.

  23. pgianpy
    November 8th, 2010

    I agree with aprisma and Bob.
    I sat last week for this exam (and didn’t pass) and had exactly this scenario.
    The missing part of the scenario (added by aprisma) is very important to sort out the right answers.
    My 5 cents…

  24. aerospace
    November 13th, 2010

    Finally, an issue that I am passionate about. I have looked for information of this caliber for the last several hours. Your site is greatly appreciated.

  25. david
    November 21st, 2010

    show me

  26. physical therapist
    November 22nd, 2010

    found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later

  27. JJ
    December 1st, 2010

    Why is this called a Hotspot??

  28. college grants
    December 2nd, 2010

    I think one of your advertisements caused my internet browser to resize, you might want to put that on your blacklist.

  29. boat gps
    December 22nd, 2010

    Top work always good to come across a really thoughtful site – I’ve bookmarked it.

  30. portable generators
    December 22nd, 2010

    I really enjoyed the post so I used my Digg account to digg it – should help you

  31. yoga sets
    December 26th, 2010

    Searched Google and ended up here – its good so I posted the link on my Facebook account !

  32. home theater projectors
    December 26th, 2010

    Searched Yahoo/Bing and ended up here – its good so I posted the link on my Facebook account !

  33. stxcolo
    December 28th, 2010

    for Q4 at my exam today (there was no option for 95 instead they have it 45)
    I wasted much of time on it to figure it out and I could not. Then I picked the 45 at the end.
    I got 100% on this topic so I would assume this 45 on my exam was mistakenly entered.
    The rest on this Lab is the same. So do not waste your time if you get encounter with the same issue.
    Good Luck

  34. gps vehicle tracking
    December 28th, 2010

    Just bookmarked this website with my jumptags account .. thanks

  35. landscape photography
    December 28th, 2010

    Searched Google and ended up here – its good so I posted the site on my Facebook account !

  36. home brew supplies
    December 28th, 2010

    Searched Google and landed up here – its good so I posted the site on my Facebook account !

  37. moha33
    December 28th, 2010

    hi MR stxcolo
    please tall us how was the exam? does these dumps still valid or not

  38. loom knitting
    December 28th, 2010

    Strong work always good to come across a really thoughtful website – I’ve bookmarked it.

  39. knitting for beginners
    December 28th, 2010

    Searched Google and landed up here – its good so I posted the link on my Facebook account !

  40. free knitting patterns
    December 28th, 2010

    Nothing better than Google finding us a good website related to what I was searching for.

  41. most economical cars
    December 28th, 2010

    Was looking for this – so I just tweeted your site on our account – thanks

  42. voip router
    December 29th, 2010

    Nothing better than Yahoo finding us a good site related to what I was looking for.

  43. stxcolo
    December 30th, 2010

    to moha33: yes they are valid but they have new questions though which I really can’t recall them. Good Luck. You should be okay with the exam.

  44. watch glee streaming
    December 31st, 2010

    Nothing better than Bing finding us a good site related to what I was looking for.

  45. watch the cape streaming
    December 31st, 2010

    I really enjoyed the post so I used my Digg account to digg it – should help you

  46. Eric
    January 6th, 2011

    thanks for you!

  47. DOX3003
    January 14th, 2011

    Hello, guys.
    I’ve passed today with score 901.
    I have had an error on the exam in this question:

    If G1/0/1 on DSW1 is shutdown, what will be the current priority value of the Vlan105′s group on DSW1?
    A. 45
    B. 100
    C. 150
    D. 200

    Instead of correct priority 95 I’ve got wrong 45.
    That’s why there wasn’t right answer.
    I’ve written on the Comments for the question on the exam about that.
    Please be careful on the exam and good luck.

  48. breast enlargement cream
    January 17th, 2011

    I will be sure to post a link to this website on my blog. I’m sure my subscribers will find this post really useful.

  49. Anon
    January 19th, 2011

    Just to confirm….

    Question 3. is C

    B can’t be correct b/c if both links are down, DSW2 still needs to be active. The only way that can happen is if its priority is 241-249

  50. Brian Wilson
    February 4th, 2011

    This blog is very well written, keep up the good work!

  51. Anonymous
    February 7th, 2011

    Q3:

    Why r some of you subtracting 10 from DSW1 priority? The question doesn’t have any value to decrement on DSW1. Should there be a 10?

  52. Life Plus
    February 8th, 2011

    I genuinely like your blog and i hope i will be able to make my mba web site looking like your.It is genuinely hard to get a hold on boog website especially if its mba.i am trying my best to make my visitor look good that i know good about mba and all related stuff. Thanks i love Hot mba.

  53. escort istanbul
    February 11th, 2011

    Ateşli ve eğlence de sınır tanımayan escort kızlarımız ile tanışmak için daha ne bekliyorsunuz.

  54. DagarDirka
    February 13th, 2011

    @ Anonymous
    We subtract 10 because it is the default value for tracking decrements. If no value is specified (like DS2), 10 will be the amount.

  55. Anonymous
    February 16th, 2011

    DOX3003 : can you pls tell what are all you studied for the exam ccnp

  56. Anonymous
    February 16th, 2011

    also can someone pls update the latest version of the exam.. and what dumps do we need to study

  57. Dogpound
    February 17th, 2011

    Looking for good and free sim software.

    Thanks in advance.
    please send the info to gmoney5125@yahoo.com

  58. B0yd
    February 28th, 2011

    For question 3. Answer is B.

    DSW1 priority: 200
    DSW2 priority: 190 – 50 = 140 (Decremented Value if Gig1/0/1 goes down)

    In the scenario that DSW2 should be the Active device for VLAN103. The answer “On DSW1, decrease the priority value to a value less than 190 and greater than 150″ is the best answer.

    DSW1: 151 – 189
    DSW2: 190 – 50 = 140 (-50 is the decrement Value if Gig1/0/1 goes down)

    This answer will ensure that DSW1 will only be the active active device for VLAN103 when Gig1/0/1 goes down. Making DSW2 the active at all time as long as Gig1/0/1 doesnt goes down.

  59. Abdul sherife m
    March 1st, 2011

    hai friends .idecided to erite switch exam on friday
    realsherifka@yahoo.co.in

  60. CMD
    March 3rd, 2011

    @stxcolo

    “”"for Q4 at my exam today (there was no option for 95 instead they have it 45)
    I wasted much of time on it to figure it out and I could not. Then I picked the 45 at the end.
    I got 100% on this topic so I would assume this 45 on my exam was mistakenly entered.
    The rest on this Lab is the same. So do not waste your time if you get encounter with the same issue.
    Good Luck”"”

    what you answer on 3 question?

  61. CMD
    March 3rd, 2011

    @B0yd
    “”"This answer will ensure that DSW1 will only be the active active device for VLAN103 when Gig1/0/1 goes down. Making DSW2 the active at all time as long as Gig1/0/1 doesnt goes down.”"”

    as i understand the same will be if we increase the sw2 priority, dsw2 will be active and when interface goes down priority will be (if we choose 245) 195 and the sw1 priority 200 (that will be active)
    if both int goes down dsw2 will be primary because sw1 priority will be 185
    (– DSW2 ( Distribute switch 2) is the primary device for Vlan 103 and 104) (dsw2 must be primary)
    p.s. sorry for my english :)

  62. CMD
    March 3rd, 2011

    p.s. i have scheduled exam on 16 march ;)

  63. hopeful
    March 25th, 2011

    re Q3. past exam takers who have had this question, please confirm whether its a radio button or mutli choice check boxes?? Knowing Cisco there is only one Cisco answer!

  64. Brian
    April 1st, 2011

    I just passed 642-813 today and got 978.

    The Q3 answer modify as follow:

    B. On DSW1, decrease the priority value to a value less than 190 and greater than 150
    C. On DSW2, increase the priority value to a value greater 200 and less than 209

    So, the correct answer should be B.

  65. Network123
    April 2nd, 2011

    Question 3:

    DSW2 has not become the active device for Vlan103′s HSRP group even though all interfaces are active. As related to Vlan103′s HSRP group. What can be done to make the group function properly?

    A. On DSW1, disable preempt
    B. On DSW1, decrease the priority value to a value less than 190 and greater than 150
    C. On DSW2, increase the priority value to a value greater 241 and less than 249
    D. On DSW2, increase the decrement value in the track command to a value greater than 10 and less than 50.

    Answer: B or C

    For this question, I understand either B or C is correct. But which will be more accurate?

  66. Network123
    April 2nd, 2011

    Question 6:

    During routine maintenance, it became necessary to shutdown G1/0/1 on DSW1 and DSW2. All other interface were up. During this time, DSW1 became the active device for Vlan104′s HSRP group. As related to Vlan104′s HSRP group, what can be done to make the group function properly?

    A. On DSW1, disable preempt
    B. On DSW2, decrease the priority value to a value less than 150
    C. On DSW1, increase the decrement value in the track command to a value greater than 6
    D. On DSW1, disable track command.

    Answer: C

    For this question, I understand that disabling DSW1 preempt will guarantee that DSW2 is active. Is that right?

  67. Kamran
    April 2nd, 2011

    Dear Brian,

    send me your Email address ?????? Because Im discause

  68. Kamran
    April 2nd, 2011

    Dear Brian,

    send me your Email address ?????? Because Im discause

    Sherazs_ali@yahoo.com

  69. Rocket89
    April 8th, 2011

    I passed 642-813 and this hot spot was given to me ( 6 questions ).also there were 3 labs in the exam (50Q). three drag and drop you should use pass4sure 497Q

  70. Kamran
    April 9th, 2011

    Rocket89,

    Dear Please send me your Email address because Im discoused

    Thanks,
    Immad

  71. butt
    April 17th, 2011

    hello rocket boy i am about to take my switching exam just in a few days so please tell me how did you solve your HOTSPOT question. Did you enter command on every question or just simply select the answers.
    Do tell me early please.

  72. Amir
    April 19th, 2011

    ازيكم ياجماعة عاملين ايه دلوقتى؟

  73. jevsbl
    April 27th, 2011

    Question 6:

    During routine maintenance, it became necessary to shutdown G1/0/1 on DSW1 and DSW2. All other interface were up. During this time, DSW1 became the active device for Vlan104′s HSRP group. As related to Vlan104′s HSRP group, what can be done to make the group function properly?

    A. On DSW1, disable preempt
    B. On DSW2, decrease the priority value to a value less than 150
    C. On DSW1, increase the decrement value in the track command to a value greater than 6
    D. On DSW1, disable track command.

    As for me answer A is also suitable.

  74. Anonymous
    April 28th, 2011

    is there any simulator to practice CCNP switch course?

  75. Sudeb
    May 2nd, 2011

    no

  76. friend
    May 4th, 2011

    @Anonymus

    u can practice the labs on packet tracer…

  77. Pirlouit
    May 4th, 2011

    Hello

    Are you agree with the question 250 of actual test (also present in pass4sure, p475):

    http://www.scribd.com/doc/49586828/250/QUESTION-NO-250

    For me C is not a correct answser because for group 2 (vip 192.168.1.2) catalist_A is the standby router. Am I wrong?

    Thank you.

  78. buy gold
    May 13th, 2011

    You have determined that there is an issue with the decrement value in the track command in Vlan 102s HSRP group. The DS1s decrement value should be configured with a value from 5 to 15B.

  79. Mostafa Hijazi
    May 14th, 2011

    Thanks for the explanation.

  80. cybermagnetik
    May 18th, 2011

    What a great web log. I spend hours on the net reading blogs, about tons of various subjects. I have to first of all give praise to whoever created your theme and second of all to you for writing what i can only describe as an fabulous article. I honestly believe there is a skill to writing articles that only very few posses and honestly you got it. The combining of demonstrative and upper-class content is by all odds super rare with the astronomic amount of blogs on the cyberspace.

  81. irshad
    June 2nd, 2011

    Hi All, just passed swithing exam with 850. I feel its not enough. Questions are from P4S and labs are aaa,lacp,eigrp (follow VIOS configuration docs which you will find in this website.I will post later the certain questions which has been slitly modifed than it looks in P4s. Greatful thanks to this perticular site Admins and all other Cisco engineers for their knldge share.

    Rgds
    Irshad

  82. Marty
    June 4th, 2011

    This question is in the exam.

  83. Kai
    June 16th, 2011

    Still valid as of today.

  84. VINIT
    June 17th, 2011

    lovely questions…….go for it……before clicking on answers dont forget to verify it……i gpt all answers correct….:-)

  85. E. Keith Owens
    June 21st, 2011

    To match the speed of VRRP you can change the hello timer to 1 second and the holddown timer to a value of 3. The default values for HSRP are hello 3 secs and holddown 10 secs.To really ramp up the speed of the failover you can define the timers in milliseconds!

  86. Gyula
    June 29th, 2011

    Question 3:
    I got 100% to this topic-> Answer C is the correct

    ps: I have not got any question related to Lightweight AP…

    Good Luck

  87. Bryan
    July 7th, 2011

    I got this 6 questions for my today exam. 100% exactly same like what are showing here.

  88. Yashar mammadov
    July 7th, 2011

    what is the correct order of packet cos priority? can anyone help me?

  89. Anonymous
    August 1st, 2011

    Hi i got this question in my exam today…i got 100% in this hotspot…only question 4 above was changed the priority was 100 & decrement was default…..rest were the same as above…thanx guys for helping….certprepare really helped me clear switching….

  90. nobuhle
    August 5th, 2011

    can any one help me with gns3 lab, i want to write my ccnp switch in this coming month, PLZ HELP!!! sthandiweg@webmail.co.za

  91. Asif
    August 7th, 2011

    can any body tell me, How much Question from voice or Wlan in Exam of switch.I takeover the exam in next week.

  92. $AkA
    August 18th, 2011

    2marrow i am going to play my role in ccnp online and with tell u Asif?

  93. VAIO Follower
    August 20th, 2011

    Please add complete configuration after Diagram so that for each question, we refer the diagram and check the answer. Configuration after answer is little confusing.

    Plz..

  94. buy provera online
    August 25th, 2011

    Really great article with very interesting information. You might want to follow up to this topic!?! 2012

  95. DBDUB
    August 27th, 2011

    Taking my switch soon

  96. aera
    August 27th, 2011

    guys i feel confortable with hsrp hotspot
    i think i have made a a step forward

  97. hooher tod
    September 4th, 2011

    Yes there should realize the reader to RSS my feed to RSS commentary, quite simply

  98. FMA
    September 7th, 2011

    Hi guys

    I`ll make my exam next week, i want to know how much(generally) of question about wireless and voice appers on the exam ?

    Already talked to some people and I was told not appear more than two questions from each topic, this is true?

    Thank you

  99. Sabu
    September 25th, 2011

    Are the hotspot options same as above or they can chnage the interface or priority or vlan number

  100. yemi
    October 6th, 2011

    pls can anyone help me a website where i can download switch dumps.

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