Share your ROUTE v2.0 Experience
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!
@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
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.
@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
@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
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
For PBR Lam.
access-list 101 permit icmp any any echo
is it right?
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
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
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
@qasim
Bro don’t need the pbr lab
Answer above please???????????
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
@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)
@ch
1 C
2 A C
3 A C
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
Hi,
Has anyone taken the test today and passed? any updates please.
Thanks
@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.
@TestTime & @faouji where did you take the exam?
@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.
I’m Taking the test tomorrow, anyone passed recently, would appreciate updates if 195Q is still valid ….
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
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
Is there any dump like iphelper ccnp switch?
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
@Big O
Spoto 146q have wrong answers so refer nneettwwoorrkkiinnggg dumps.
Hi @Abi
Thanks its working
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
please help for this answer.
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
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
@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?
@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
Can you tell mee where is the premium member account slots?
Give it a try, this is the title of the 14th update, I hope this can be effective.
can any one share nneettwwrrookkiinnggg latest 195q dumps below. my exam is on next week. are all questions still valid ? can anyone confirm.
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.
@all
no news about 195q. You can find it some page previous that, thanks to the user ” nneettwwrrookkiinnggg “
@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 ?
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
@Ivan
What labs did you have?
-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)
@Ivan
Congrats. What was your score?
@Ivan
you mean 195Q not 198Q, right?
yes the 195Q.
Only 195Q ??
I ‘m studying nearly 573 question, is it wasting time ?
IVAN
Congrats bro.
mstf29. bsm @ gmail . com
can you give me your dump please
Who is inter exam at this three days i summary dump vaild cause i enter on 23september
@CCNP-2017
You’re right. After reviewing the question again, the technology is VRF-Lite. Thanks!
@Abi
Is nneeettwoorrking dump the same as PassLeader?
@ Anonymous
i will enter the exam tomorrow
hi guys
please can anyone share the 195q from netttworkking
my exam on Saturday