Home > Share your ROUTE v2.0 Experience

Share your ROUTE v2.0 Experience

January 22nd, 2015 in ROUTE 300-101 Go to comments
Note: The last day to take this ROUTE 300-101 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.

The ROUTE 300-101 (ROUTE v2.0) exam has been used to replace the old ROUTE 642-902 exam so this article is devoted for candidates who took this exam sharing their experience.

Please tell with us what are your materials, the way you learned, your feeling and experience after taking the ROUTE 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…

Note: Posting email is not allowed in the comment section.

Your posts are warmly welcome!

Comments
Comment pages
1 210 211 212 213 214 391 1008
  1. JAJA
    September 19th, 2018

    @qasim, I suggest you follow this :)

    BorderRouter#conf t
    BorderRouter(config)#ip access-list extended 101
    BorderRouter(config-ext-nacl)#permit tcp any any eq 80

    BorderRouter(config)#route-map PBR permit 10
    BorderRouter(config-route-map)#match ip address 101
    BorderRouter(config-route-map)#set ip next-hop 10.1.101.1
    BorderRouter(config-route-map)#exit

    BorderRouter(config)#interface fastEthernet 0/0
    BorderRouter(config-if)#ip policy route-map PBR

    BorderRouter#debug ip policy

    Host_For_Testing#telnet 10.1.101.1 80
    Trying 10.1.101.1, 80 … Open –> You should get this message if port 80 is open

    –>This is what you will see on the borderrouter, notice the FIB policy match

    BorderRouter#
    *Mar 1 00:05:21.483: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, len 44, FIB policy match
    *Mar 1 00:05:21.487: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, g=10.1.101.1, len 44, FIB policy routed
    *Mar 1 00:05:21.607: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, len 40, FIB policy match
    *Mar 1 00:05:21.611: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, g=10.1.101.1, len 40, FIB policy routed

    BorderRouter#show route-map PBR
    route-map PBR, permit, sequence 10
    Match clauses:
    ip address (access-lists): 101
    Set clauses:
    ip next-hop 10.1.101.1
    Policy routing matches: 5 packets, 275 bytes

  2. LEBAH
    September 19th, 2018

    Successfully passed the Exam, 8xx. A few new questions (on EVN, Netflow, Drag & Drop).
    LAB : OSPF virtual-link, EIGRP stub, EIGRP OSPF Redistribution.
    Study TUT’s dump and LAB, you will likely pass.
    Thanks everyone here.

  3. ELO
    September 19th, 2018

    @nneettwwoorrkkiinnggg
    Hi. There is one mistake here:

    QUESTION 547
    what are the two correct statements about enable secret and enable password command
    A. the enable password command has a strong encryption algorithm than enable secret
    B. if both commands are missing from the global configuration, vty lines use the console password
    C. the enable secret command is backwards compatible with more versions of IOS
    D. the enable secret and enable password commands must be used together
    E. the enable secret command overrides enable password
    Correct Answer: CE
    Section: Networking – NEW Questions

    => B E
    https://www.cisco.com/c/en/us/td/docs/ios/12_2/security/command/reference/fsecur_r/srfpass.html

  4. Anonymous
    September 19th, 2018

    @qasim, I suggest you follow this :)

    BorderRouter#conf t
    BorderRouter(config)#ip access-list extended 101
    BorderRouter(config-ext-nacl)#permit tcp any any eq 80

    BorderRouter(config)#route-map PBR permit 10
    BorderRouter(config-route-map)#match ip address 101
    BorderRouter(config-route-map)#set ip next-hop 10.1.101.1
    BorderRouter(config-route-map)#exit

    BorderRouter(config)#interface fastEthernet 0/0
    BorderRouter(config-if)#ip policy route-map PBR

    BorderRouter#debug ip policy

    Host_For_Testing#telnet 10.1.101.1 80
    Trying 10.1.101.1, 80 … Open –> You should get this message if port 80 is open

    –>This is what you will see on the borderrouter, notice the FIB policy match

    BorderRouter#
    *Mar 1 00:05:21.483: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, len 44, FIB policy match
    *Mar 1 00:05:21.487: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, g=10.1.101.1, len 44, FIB policy routed
    *Mar 1 00:05:21.607: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, len 40, FIB policy match
    *Mar 1 00:05:21.611: IP: s=192.168.2.254 (FastEthernet0/0), d=10.1.101.1, g=10.1.101.1, len 40, FIB policy routed

    BorderRouter#show route-map PBR
    route-map PBR, permit, sequence 10
    Match clauses:
    ip address (access-lists): 101
    Set clauses:
    ip next-hop 10.1.101.1
    Policy routing matches: 5 packets, 275 bytes

  5. ch
    September 19th, 2018

    There is different answers in nneettwwoorrkking dumps . given answre and correct answer. please reply with correct.

    Q.1. When OSPF forming an adjancency in which state does the actual exchange of the information in the link state database occur.

    a. init
    b. exstart
    c. loading
    d. exchange

    Q.2. Which two statements about icmp unreachable messages are true.

    a. They are sent when a route to destination is missing from the routing table
    b. They include a portion of the original data so that the sources can identify the process that generated the message
    c. They are sent when destination address responds to an ARP request

    Q.3. Which two causes of latency are true

    a. Split horizon
    b. propagation delay
    c. under-utilization of the link

  6. qasim
    September 19th, 2018

    For PBR Lam.

    access-list 101 permit icmp any any echo

    is it right?

  7. Anonym
    September 19th, 2018

    qasim

    Just use LABs and SIMs which are on digitaltut guys.
    There is config: access-list 101 permit tcp any any eq www … etc …
    Two of my colleagues had CCNP Route exam last week, they learned everything from digitaltut and they passed exam

  8. Big O
    September 19th, 2018

    Guys –
    For those that took the route exam the second time, how similar was the second test to the first one? Was it completely different with different SIMs or did the second exam have the same SIMs with different questions peppered in there? Thanks

  9. ch
    September 19th, 2018

    There is different answers in nneettwwoorrkking dumps . given answre and correct answer. please reply with correct.

    Q.1. When OSPF forming an adjancency in which state does the actual exchange of the information in the link state database occur.

    a. init
    b. exstart
    c. loading
    d. exchange

    Q.2. Which two statements about icmp unreachable messages are true.

    a. They are sent when a route to destination is missing from the routing table
    b. They include a portion of the original data so that the sources can identify the process that generated the message
    c. They are sent when destination address responds to an ARP request

    Q.3. Which two causes of latency are true

    a. Split horizon
    b. propagation delay
    c. under-utilization of the link

  10. nneettwwoorrkkiinnggg
    September 19th, 2018

    @qasim
    Bro don’t need the pbr lab

  11. ch
    September 19th, 2018

    Answer above please???????????

  12. TestTime
    September 19th, 2018

    Agree with @faouji too many scammers on this site. Took 300-101 on 9/11 and failed. Too many questions not from this site or dumps. Study labs here and learn concepts but go to different site for dumps with CORRECT answers. Not giving you a site to go to cause I am no scammer but @faouji is right all the I passed w/ 8xx/ and the exact same format are all fake. They didnt take the test. I put on here when I failed there is a TON of NAT64, NPT64 and questions on specific commands. I maybe had 10 questions from this site everything else was a surprised. I failed by 40ish points

  13. Andy
    September 19th, 2018

    @Testime @faouji i dunno what’s wrong with you guys people who passed using dumps have nothing to prove but to help others of their exam experience. Anyways enjoy creating quarel (y)

  14. J
    September 19th, 2018

    @ch

    1 C
    2 A C
    3 A C

  15. Abi
    September 19th, 2018

    Hi, it works for me with the same below access-list,

    BorderRouter(config)#access-list 101 permit tcp any any eq www

    BorderRouter(config)#route-map pbr permit 10
    BorderRouter(config-route-map)#match ip address 101
    BorderRouter(config-route-map)#set ip next-hop 10.1.101.1
    BorderRouter(config-route-map)#exit

    BorderRouter(config)#interface FastEthernet0/0
    BorderRouter(config-if)#ip policy route-map pbr
    BorderRouter(config-if)#exit

    Host_For_Testing#telnet 10.1.101.1 80
    Trying 10.1.101.1, 80 … Open

    BorderRouter#sh route-map
    route-map pbr, permit, sequence 10
    Match clauses:
    ip address (access-lists): 101
    Set clauses:
    ip next-hop 10.1.101.1
    Policy routing matches: 3 packets, 166 bytes

  16. JayZ
    September 19th, 2018

    Hi,

    Has anyone taken the test today and passed? any updates please.

    Thanks

  17. CCNP-2017
    September 19th, 2018

    @TestTime (aka faouji)

    Study harder then! Both nat64 and npt are in all training videos I have watched, all OCG and also on the syllabus.

  18. Abi
    September 19th, 2018

    @TestTime & @faouji where did you take the exam?

  19. CCNP-2017
    September 19th, 2018

    @Ch

    Loading state – in this state actual routing information is exchanged. Routers exchange LSAs from LSR list.

    The ICMP Destination Unreachable message is sent by a router in response to a packet which it cannot forward because the destination (or next hop) is unreachable or a service is unavailable

    I would personally go for propagation delay over split horizon. In general, the fixed components are from propagation delays on the trunks within the network, and variable delays are from queuing delays clocking frames into and out of intermediate switches.

  20. javan
    September 19th, 2018

    I’m Taking the test tomorrow, anyone passed recently, would appreciate updates if 195Q is still valid ….

  21. Javan
    September 19th, 2018

    All,

    Whats all the scaremongering!!

    @faouji,

    What date and where did you take the test? what marks did you get??

    @LEBAH, when did you take the test and where? was your test mostly from the 195Q?

    @nneettwwoorrkkiinnggg, have you taken the test any comments?

    This site is suppose to help people advance… yes there are scammers and fake comments but surely there are genuine people too.

    If this wasn’t the case why would @nneettwwoorrkkiinnggg waste his own time replying and updating the files???

    Now I’m planning to take the test been through the 195Q’s…. any advice from someone who has taken the test in the last 24 hours??

    Thanks

  22. Big O
    September 20th, 2018

    I’m finding some discrepancies in the SPOTO 146 Test.
    Question 71
    A network engineer applies the command ip tcp adjust-mss <bytes" under the interface config mode. Wha is the result?

    Correct answer should be "The probability of dropped or segmented TCP packets is decreased" NOT "The optimum MTU value for the interface is set"

    Question 77
    Which technology is required on an EVN trunk interface?
    I believe the correct answer should be "802.1q" but SPOTO says "VRF-Lite"
    which one of these is correct?

    Question 91
    A network engineer is enabling RIPng on a new customer link. Under which config mode is RIPng enabled?
    I believe it should be under "Interface" mode, but the answer says "Global"
    which one is the correct answer here?

    Thanks in advance

  23. Anonymous
    September 20th, 2018

    Is there any dump like iphelper ccnp switch?

  24. J
    September 20th, 2018

    QUESTION 742
    What is the output of the following command:
    show ip vrf
    A. Show’s default RD values
    B. Displays IP routing table information associated with a VRF
    C. Show’s routing protocol information associated with a VRF.
    D. Displays the ARP table (static and dynamic entries) in the specified VRF
    Correct Answer: A

    I think this one is B, since its the default routes plus VRF

  25. Abi
    September 20th, 2018

    @Big O
    Spoto 146q have wrong answers so refer nneettwwoorrkkiinnggg dumps.

  26. EJAH!
    September 20th, 2018

    Hi @Abi

    Thanks its working

  27. sonu
    September 20th, 2018

    I think answer is C.

    A route map was configured and it was distributing OSPF external routes
    A. Distributing E1 only
    B. Distributing E1 and E2 using prefix list
    C. Distributing E1 and E2 using access list
    D. Distributing E2 routes

  28. sonu
    September 20th, 2018

    please help for this answer.

  29. sonu
    September 20th, 2018

    please help for this answer.

    Which two causes of latency are true? (Choose two)
    A. High bandwidth on a link
    B. Split horizon
    C. Propagation delay
    D. Serialization delay
    E. Under-utilizaion of a link

  30. sonu
    September 20th, 2018

    please help for this answer.

    Refer in the exhibit. A packet capture indicates that the router is not forwarding the DHCP packets that it
    receives on interface FastEthernet0/0. Which command needs to be entered in global configuration mode
    to resolve this issue?
    A. ip helper-address
    B. ip DHCP relay
    C. service DHCP
    D. ip forward-protocol

  31. CCNP-2017
    September 20th, 2018

    @Big O

    Question 77
    Which technology is required on an EVN trunk interface?
    I believe the correct answer should be “802.1q” but SPOTO says “VRF-Lite”
    which one of these is correct?

    Is 802.1q a technology?

  32. CCNP-2017
    September 20th, 2018

    @J

    QUESTION 742
    What is the output of the following command:
    show ip vrf
    A. Show’s default RD values
    B. Displays IP routing table information associated with a VRF
    C. Show’s routing protocol information associated with a VRF.
    D. Displays the ARP table (static and dynamic entries) in the specified VRF
    Correct Answer: A

    I think this one is B, since its the default routes plus VRF

    A….
    The show ip vrf command shows a summary of all VRFs present on the current router and their associated route-distinguishers and interface(s).

    Router1# show ip vrf
    Name Default RD Interfaces
    Customer_A 100:101 Loopback101
    Loopback111
    Customer_B 100:102 Loopback102

  33. Mİka
    September 20th, 2018

    Can you tell mee where is the premium member account slots?

  34. Kim20
    September 20th, 2018

    Give it a try, this is the title of the 14th update, I hope this can be effective.

  35. ccnpseeker
    September 20th, 2018

    can any one share nneettwwrrookkiinnggg latest 195q dumps below. my exam is on next week. are all questions still valid ? can anyone confirm.

  36. Pursuing-Route
    September 20th, 2018

    Can anyone confirm if the 195Q is valid, anyone passed recently.. looking to take exam early next week.

    Please confirm

    Any other tips from your experience.

  37. funghet
    September 20th, 2018

    @all

    no news about 195q. You can find it some page previous that, thanks to the user ” nneettwwrrookkiinnggg “

  38. ccnpseeker
    September 20th, 2018

    @funghet

    i went through all ten pages before and checked all files.but 195q pdf file notthere.

    if anyone has the document please share it again.is it valid now ?

  39. Ivan
    September 20th, 2018

    I pass the exam today. Thank you NETWOOOORKINGGGGG!

    all the exam questions are exactly the same like what is in the 198q dump that Networkinggggg shared with us. but the answers in the dump is not really correct, maybe only 80% of the questions been answered correctly.

    Good luck all

  40. Anonymous
    September 20th, 2018

    @Ivan

    What labs did you have?

  41. Ivan
    September 20th, 2018

    -EIGRP OSPF route distribution (the solution in here is not 100% correct, it does distribute the routes but i was not able to ping the test network on the other side)
    -OSPF-Virtual Link
    -OSPF – Areas (LSAs & Stub/Totally stub areas)

  42. Net
    September 20th, 2018

    @Ivan
    Congrats. What was your score?

  43. Mizo
    September 20th, 2018

    @Ivan

    you mean 195Q not 198Q, right?

  44. Ivan
    September 20th, 2018

    yes the 195Q.

  45. KNK
    September 20th, 2018

    Only 195Q ??
    I ‘m studying nearly 573 question, is it wasting time ?

  46. KNK
    September 20th, 2018

    IVAN
    Congrats bro.
    mstf29. bsm @ gmail . com
    can you give me your dump please

  47. Anonymous
    September 20th, 2018

    Who is inter exam at this three days i summary dump vaild cause i enter on 23september

  48. Big O
    September 20th, 2018

    @CCNP-2017
    You’re right. After reviewing the question again, the technology is VRF-Lite. Thanks!
    @Abi
    Is nneeettwoorrking dump the same as PassLeader?

  49. Mizo
    September 20th, 2018

    @ Anonymous

    i will enter the exam tomorrow

  50. HUSSEIN
    September 20th, 2018

    hi guys
    please can anyone share the 195q from netttworkking
    my exam on Saturday


  51. Note: Please do not open any suspicious links (especially short links and links that need to remove some words to open) in the comment section above as they are usually spams and may harm your computer.
Comment pages
1 210 211 212 213 214 391 1008
  1. No trackbacks yet.