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!
@Your-buddy
what was your mark in the exam out of 1000
@swalmeh
Got you. thank! can you please explain to me besides going over the VCE file. how can i practice well for the Labs and the DND? can we speak in private?
Joe.
@joe 0.0.0.3 is the wildcard for ospf. The subnet mask for which you want to advertise the ospf process is /30 I.e. 255.255.255.252 therefore to get the whildcard subtract
255.255.255.255
–
255.255.255.252
_________________
0 . 0 . 0 . 3
@ccnp-soon
Do you mean the ospf process number or the area number
The ospf process number was ospf 1 in my case you need to check it first by issuing well known conmand show run configure.
The area numbers where how,ever area 24 for link b/w router 2 and 4. And 34 for the link b/w router 3 and 4. See the pattern? 24 router 2 to router 4.
Remember In my case link bw R2 and R3 was fastethernet I.e. bandwidth is 100mg and the link be R2 and 4 is serial I. e. 1544 kbps band with. And the question asked to use the most optimal link from R1 to R4 which is R1 =>R2=>R3=>R4 so when I was redistributing in R2 I had to add command : distance eigrp 90 100 which means to change the default eigrp external metric 170 to 100, which is effectively telling R2: if you want to get to R4 loopback , don’t use the ospf protocol (metric 110) but instead use eigrp external routes learned from router 3 whose metric you chabged 100 to.
Hope that helps
@swalmeh I got 890 I guess it was
@Your-buddy, thank you once again. Could you maybe list exactly what you did like in the previous LAB question you replied to:
Cause in the file from this site, it shows Area 24 and Area 34 in the topology. However the solution says to use ospf 1, unless I am getting confused.
R2#config terminal
R2(config)# router ospf 24
R2(config-router)# redistribute eigrp 100 metric-type 1 subnets
R2(config-router)#exit
R2(config-router)#router eigrp 100
R2(config-router)#redistribute ospf 24 metric 1544 2000 255 1 1500
and the same gets done on R3 except chaning the router ospf 34
Must there be anything else configured on perhaps R1 and R4
@CCNP_SOON
Can we please speak in private?
@ccnp first you don’t configure R4 or R1.
Secondly, I think you’re confusing the area number and the process number. However the area number is not a problem because you don’t configure area number.
All you need to know in this last is to check what the ospf process number and use that number when you’re doing you’re redistributing.
For example,
When you got the lab question, first issue show run config conmand on both R2 and R3. Write it down on a paper or remember the ospf and eigrp numbers. Also check the metrics (bandwith,delay,reliability,load,mtu) on the links to R4 by issuing show interface (interface number)
Then, go to router 2 and issue
Router ospf (ospf number you wrote down)
Redistribute eigrp(eigrp number you wrote down) metric-type 1 subnets
Then redistribute the eigrp
Router eigrp (eigrp number you wrote down)
Redistribute ospf (odor number you wrote down) metric 1544(which is bandwith) 20000(delay)255(reliability) 1(load) 1500 (mtu)
Distance eigrp (eigrp number you wrote down) 90 100
Note: only issue this command if the link bw R2 and R3 is Ethernet.
Then on R3 do the same.
Hope that helps
@Your-buddy, thanks for the explanation. Yeah I was confusing the area with process number. So then that is perfect Im ok with the rest.
Did anybody get the IPV6 Virtual-Link Sim or the EIGRP Stub in the exam?
@Your-Buddy can you confirm should we apply in R2 the distance eigrp 90 100 command if the link between R2 and R3 comes with Gig interface
and please onyone confirm what is the issue when I put traceroute 172.168.1.100(From R1) then it goes well R1=>R2=>R3=>R4 but when I down the interface S0/0 of R4 which is connected R4 to R2 for checking load balancing then I cant event ping the 172.16.1.100 nor traceroute to 172.16.1.100 please clear me should we check for load balancing too ????
Dear @all can anyone confirm should we apply in R2 the distance eigrp 90 100 command if the link between R2 and R3 comes with Gig interface
and please onyone confirm what is the issue when I put traceroute 172.168.1.100(From R1) then it goes well R1=>R2=>R3=>R4 but when I down the interface S0/0 of R4 which is connected R4 to R2 for checking load balancing then I cant event ping the 172.16.1.100 nor traceroute to 172.16.1.100 please clear me should we check for load balancing too ????
taking about OSPF and Eigrp Redistribution
@CCNP_SOON Do you really think you’re ready to take this test? Sorry my question bro.
here is the link for 480q shared by “it’s me v4” on page 193 few days back
VCEv4 link: https://drive.google.com/open?id=0BxQV8_fCv60eb1JNSVhYb2JxczQ
@John-Ahna
if the link between R2 and R3 Gig interface , the you should do the command
R2(conf-router)#distance eigrp 90 105
@swalmeh thanks for your response and what about redundancy when we I shutdown the interface S0/0 of R4 which is connected R4 to R2 for checking redundancy then I cant event ping the 172.16.1.100 nor traceroute to 172.16.1.100
Can anyone here talk with me in private or explain to me how i study for the labs and DND? i have the VCE file and i go over the questions.
Joe.
@johnahna if the question comes with a link b/w R2 and R3 as 1gig link yes you do configure the command distance 90 100 because still it’s a optimal link than the serial link b/w R2 and R4. Having said so I haven’t heard a question came in that form and mine certainly didn’t so usually it’s either serial or fastethernet.
Secondly, even though I don’t know why would shut down the link b/w R4 and R2 after you completed your confirmation. Still I wouldve thought if your path is R1=>R2=>R3=>R4, and you shut down link be R2 and R4, and you try and ping/tracert it, your ping/tcrt should be successful as that link is not being used.
@Martin, dunno are you ready? Or have you passed already?
@John-Ahna: In my exam, the link between R3 and R3 is FE. Thus, I implemented distance eigrp 90 105. Trust me. Just took my exam 2 days ago.
@Joe give me shout at yesabumail at gml cum
I will be taking my exam next week. Can anyone send me an update dumps for CCNP Route @ raymberzabal @ gmail . com
@RayRay
bro the link is there already. Kindly read comments.
failed with 640 yesterday :(
@Joe: can you send me practice labs if you have
email rah2001 at rediffmail dot com
@Your-buddy
At where?
@Your-buddy, not sure how familiar you are with the IPV6 Virtual Link Simulation, however, I am practicing using GNS3, after completing configuration, last part is:
R4(config)# ipv6 router ospf 1
R4(config-router)# no area 54 virtual-link 3.3.3.3
R4(config-router)# end
I am not able to ping R4 loopback if I carry out the above removing area 54 from this Router.
So if I do not complete this last step, I can ping the Loopback address. So I tried again removing Area 54, cant ping, added area 54 back, ping was successful.
Is this possibly maybe a bug in the GNS IOS version? Or should there be something else configured on R4?
@Your-buddy, also just to mention, without removing areas from #R4, I can already see R4’s loopback address in the routing table of R1 so does this mean the solution is solved and no further action needed even though some instructions say you need to remove AREA 54
is it enough if i go through pass leader 470 questions + new questions mentioned to pass the Route Exam ? planning to take exam coming saturday!!!! Reply is greatly appreciated……
Passed last week
Score 9XX
LABs:
OSPF Evaluation (questions 1,3,4 same as digitaltut lab), question 2 (R1: 10,40,40; R3: 30,120,120) so the answer is: R1-R3 Links needs the neighbor command for the adjency to stay up. You can use show ip ospf interface S0/0 or S0/1 to check the Timer intervals configured
EIGRP Evaluation (questions 1,2,3,4,5 same as digitaltut lab)
PBR: my ip address was 10.1.101.2. Didn.t use route-map pbr permit 20
EIGRP OSPF Redistribution: both R2 and R3 were configured with Fa0 so I added distance eigrp 90 105 under router eigrp xxx
OSPF Stub: my process ID was 10 and area 23, you can practice with the digitaltut lab and be careful reading the scenario
DnD and MCs on its me V5
Good Luck
@Supreme @all can you give me any vce files or some gns3 sim for the exam? Kindly mail me thank you {email not allowed}
bakalbote058 @gmail . com
Hello guys.
Could somebody help me with this valid dump? I need it urgently, because if I not pass this exam within 2-3 weeks – my company will lose partner status and I’ll be fired. If you can, send me please on email: ethereal-dev (at) inbox (dot) ru
I’ll be very appreciate.
is it enough if i go through pass leader 470 questions + new questions mentioned to pass the Route Exam ? planning to take exam coming saturday!!!! Reply is greatly appreciated……!!!!!!
HI ALL :)
I just pass my exam one hour ago 934/1000
all questions are from 470Q + new questions mentioned in this website .
no new question in the exam
DnD: AAA/ FRAME RELAY / LOOSE-STRICT/ IPv6 TRAFFIC FILTER
LABS: OSPG EVA/ EIGRP EVA/ PBR / OSPF EIGRP REDISTRIBYTION.
just be carful about the IPs and the areas as they changes . but the overall solution is the same.
notes:
* I did not apply the command ( route-map permit 20 )
* in EIGRP EVA one of the question was solved wrong in 470 . which is the advertise distance , so the solution you have to do ( show ip eigrp 1 topology ) and see the AD. in my case was the AD : 333056
this is the best time to take your exam.
anyone need an advise, I will be here .
hope my feedback helpful.
THX
one more thing .
the vec file procyber is 100% valid, so study it
@swalmeh, did you have the OSPF STUB Simulation? If so, was it also a /30 subnet?
In Redistribution, what was your Process number?
@swalmeh could you please update us with correct answers for below:
Question 1
When OSPF is forming an adjacency, in which state, the actual exchange of information in the link?
A. INIT
B. loading
C. exstart
D. exchange
Answer: C
———————
Question 2
If you configure one router in your network with the auto-cost reference-bandwidth 100 command, which effect on the data path is true?
A. The data path remains the same for all links
B. The data path changes for 10Mbps links only
C. The data path changes for all links
D. The data path changes for 10Gbps links only
Answer: A
——————–
Question 3
Other than a working EIGRP configuration, which option must be the same on all routers for EIGRP authentication key rollover to work correctly?
A. SMTP
B. SNMP
C. Passwords
D. Time
Answer: D
——————–
Which command prevents routers from sending routing updates through a router interface?
A. default-metric 0
B. distribute-list in
C. passive-interface
D. distribute-list out
Answer: C
———————–
Question 4
Consider this scenario. TCP traffic is blocked on port 547 between a DHCPv6 relay agent and a DHCPv6 server that is configured for prefix delegation.
Which two outcomes will result when the relay agent is rebooted? (Choose two)
A. Routers will not obtain DHCPv6 prefixes.
B. DHCPv6 clients will be unreachable.
C. Hosts will not obtain DHCPv6 addresses.
D. The DHCPv6 relay agent will resume distributing addresses.
E. DHCPv6 address conflicts will occur on downstream clients.
Answer: A C
————————-
Question 5
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
Answer: B
—————————-
Question 6
The enterprise network WAN link has been receiving several denial of service attacks from both IPv4 and IPv6 sources. Which three elements can you use
to identify an IPv6 packet via its header, in order to filter future attacks? (Choose three)
A. Traffic Class
B. Source address
C. Flow Label
D. Hop Limit
E. Destination Address
F. Fragment Offset
Answer: A C D
——————————
Question 7
Two limitations when use NPTv6 for IPV6 to IPV6 Address translation?
A. stateful address translation
B. a limit of 32 1-to-1 translations
C. lack of overloading functionality
D. identify all interfaceas NAT inside or outside
E. 1-to-1 prefix rewrite
F. mismatched prefix allocations
Answer: C F
————————————-
Question 8
What’s uRPF checking first when the packet enters the interface?
A. It checks the ingress access list
B. It checks the egress access list
C. Route available in FIB or it verifies a reverse patch via the FIB to the source
D. It verifies that the source has a valid CEF adjacency
Answer: A
————————————–
Question 9
Which three NTP operating modes must the trusted-key command be configured on for authentication to operate properly? (Choose three)
A. interface
B. client
C. peer
D. server
E. broadcast
Answer: B C E
—————————————-
Question 10
NPTv6 restrictions?
Possible answers:
– Virtual Routing and Forwarding (VRF)
– NAT64 on the same interface.
– Multicast and Firewall is not supported.
– Payload address or port translation is not supported.
– Syslog is not supported.
—————————————-
Question 11
Refer to exhibit. Which two reasons for IP SLA tracking failure are likely true? (Choose two)
R1(config)#ip sla 1
R1(config-ip-sla)#icmp-echo 172.20.20.2 source-interface FastEthernet0/0
R1(config-ip-sla-echo)#timeout 5000
R1(config-ip-sla-echo)#frequency 10
R1(config-ip-sla-echo)#threshold 500
R1(config)#ip sla schedule 1 start-time now life forever
R1(config)#track 10 ip sla 1 reachability
R1(config)#ip route 0.0.0.0 0.0.0.0 172.20.20.2 track 10
R1(config)#no ip route 0.0.0.0 0.0.0.0 172.20.20.2
R1(config)#ip route 0.0.0.0 0.0.0.0 172.30.30.2 5
A. The source-interface is configured incorrectly
B. The destination must be 172.30.30.2 for icmp-echo
C. A route back to the R1 LAN network is missing in R2
D. The default route has wrong next hop IP address
E. The threshold value is wrong
Answer: C E
@CCNP_TIRED
yes I had OSPF stub, sorry i forgot to mention that .
/30 subnet to use the suitable ip add like this
net 192.168.16.4 0.0.0.3 area 33
hope that make sense
@CCNP_TIRED
the process number in redistribution ( EIGRP 100) (OSPF 1)
When OSPF is forming an adjacency, in which state, the actual exchange of information in the link?
A. INIT
B. loading
C. exstart
D. exchange
Answer: C
*** for me the correct answer is B
———————
Question 2
If you configure one router in your network with the auto-cost reference-bandwidth 100 command, which effect on the data path is true?
A. The data path remains the same for all links
B. The data path changes for 10Mbps links only
C. The data path changes for all links
D. The data path changes for 10Gbps links only
Answer: A
——————–
Question 3
Other than a working EIGRP configuration, which option must be the same on all routers for EIGRP authentication key rollover to work correctly?
A. SMTP
B. SNMP
C. Passwords
D. Time
Answer: D
——————–
Which command prevents routers from sending routing updates through a router interface?
A. default-metric 0
B. distribute-list in
C. passive-interface
D. distribute-list out
Answer: C
———————–
Question 4
Consider this scenario. TCP traffic is blocked on port 547 between a DHCPv6 relay agent and a DHCPv6 server that is configured for prefix delegation.
Which two outcomes will result when the relay agent is rebooted? (Choose two)
A. Routers will not obtain DHCPv6 prefixes.
B. DHCPv6 clients will be unreachable.
C. Hosts will not obtain DHCPv6 addresses.
D. The DHCPv6 relay agent will resume distributing addresses.
E. DHCPv6 address conflicts will occur on downstream clients.
Answer: A C
————————-
Question 5
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
Answer: B
***the correct ans is A
—————————-
Question 6
The enterprise network WAN link has been receiving several denial of service attacks from both IPv4 and IPv6 sources. Which three elements can you use
to identify an IPv6 packet via its header, in order to filter future attacks? (Choose three)
A. Traffic Class
B. Source address
C. Flow Label
D. Hop Limit
E. Destination Address
F. Fragment Offset
Answer: A C D
——————————
Question 7
Two limitations when use NPTv6 for IPV6 to IPV6 Address translation?
A. stateful address translation
B. a limit of 32 1-to-1 translations
C. lack of overloading functionality
D. identify all interfaceas NAT inside or outside
E. 1-to-1 prefix rewrite
F. mismatched prefix allocations
Answer: C F
***the ans is C E
————————————-
Question 8
What’s uRPF checking first when the packet enters the interface?
A. It checks the ingress access list
B. It checks the egress access list
C. Route available in FIB or it verifies a reverse patch via the FIB to the source
D. It verifies that the source has a valid CEF adjacency
Answer: A
***the ans is C ( THIS QUETION WAS IN MY EXAM TODAY)
————————————–
Question 9
Which three NTP operating modes must the trusted-key command be configured on for authentication to operate properly? (Choose three)
A. interface
B. client
C. peer
D. server
E. broadcast
Answer: B C E
—————————————-
Question 10
NPTv6 restrictions?
Possible answers:
– Virtual Routing and Forwarding (VRF)
– NAT64 on the same interface.
– Multicast and Firewall is not supported.
– Payload address or port translation is not supported.
– Syslog is not supported.
—————————————-
Question 11
Refer to exhibit. Which two reasons for IP SLA tracking failure are likely true? (Choose two)
R1(config)#ip sla 1
R1(config-ip-sla)#icmp-echo 172.20.20.2 source-interface FastEthernet0/0
R1(config-ip-sla-echo)#timeout 5000
R1(config-ip-sla-echo)#frequency 10
R1(config-ip-sla-echo)#threshold 500
R1(config)#ip sla schedule 1 start-time now life forever
R1(config)#track 10 ip sla 1 reachability
R1(config)#ip route 0.0.0.0 0.0.0.0 172.20.20.2 track 10
R1(config)#no ip route 0.0.0.0 0.0.0.0 172.20.20.2
R1(config)#ip route 0.0.0.0 0.0.0.0 172.30.30.2 5
A. The source-interface is configured incorrectly
B. The destination must be 172.30.30.2 for icmp-echo
C. A route back to the R1 LAN network is missing in R2
D. The default route has wrong next hop IP address
E. The threshold value is wrong
Answer: C E
***the ans is A C
@swalmeh are you sure for below as ip helper-address configured in sub-interface mode not global configuration as mention in question ?? I am confused
Question 5
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
Answer: B
***the correct ans is A
@swalmeh please if you remember any new questions mention that
@Your-buddy
What’s your email?
Can anyone fix the file with the new information our friend wrote us?
@Khaled
yes i am sure about this question
i don’t see any new question in my exam . don’t panic
just study VCE updated by procyber and is garentee that your score will be 900 or more
just one question that is not mentioned in VCE and came in my exam today.
Configuration snippet that looks similar to this:
ip access-list 1 permit xx xx
ip nat inside source list 1 int fa0/0 overload
What is this an example of ?
A. static NAT
B. NAT64
C. PAT
D. dynamic NAT
E. NPTv6
Answer: C
——————- I’m sure the answer is C
I WILL POST SOME QUESTIONS THAT NEWLY ADD IN EXAM AND DISCUSSED HERE, also i had these question in my exam today
What from the following can cause an issue for URPF? (this could be single answer or multiple choice)
URPF
FAIL
Reasons why urpf may fail:
A. Assymetric routing
B. Cef not enabled
C. Urpf not applied to the traffic source
D. If it is used as ingress filtering
Answer: A
Configuration snippet that looks similar to this:
ip access-list 1 permit xx xx
ip nat inside source list 1 int fa0/0 overload
What is this an example of ?
A. static NAT
B. NAT64
C. PAT
D. dynamic NAT
E. NPTv6
Answer: C
Which two routers can do OSPF route summarization? (Choose Two)
A. ABR
B. ASBR
C. Summary router
D. internal router
E. Backbone router
Answer: A & B
What is supported radius server (choose two)
A) telnet
B) authentication
C) accounting
D) authorization
E) SSH
Answer: B & D
Which two commands do you need to implement on a router to support pppoe client ?
A. peer default ip address pool
B. mtu
C. bba-group pppoe
D. pppoe enable group
E. pppoe-client dialer-pool-number
Aswers: B and E
What does a Cisco router use as default username for CHAP authentication?
A. its own hostname
B. chap
C. cisco
D. ppp
Correct: A
Configuration snippet that looks similar to this:
ip access-list 1 permit xx xx
ip nat inside source list 1 int fa0/0 overload
What is this an example of ?
A. static NAT
B. something about the ACL
C. PAT
D. dynamic NAT
Answer: C
What is the NHRP role in DMVPN? (Choose 2)
A. obtains the next-hop to be used for routing
B. routes the packet through the tunnel
C. identifies the PIM-SM RP used to route the packet
D. can authenticate VPN endpoints
E. It requires each tunnel endpoint to have a unique network ID
Answers: A and D
all answer is correct just study it
@swalmeh for redistribute lap, you used distance EIGRP 90 105 ??
@swalmeh Thank you so much dear for sharing your experience tomorrow I have my exam too then will update all I hope I will also score 9XX !… :)
Can anyone send me the dumps please at
gaurav5714749 (at the rate)gmail (dot) com
please
Thanks
@swalmeh, when checking the metric for the Redistribution Lab and applying it, is the delay shown in USEC/MSEC and you must devide it by 10 or do you use the number as is. So if delay was 20 000 it becomes 2000 when configuring the route or you keep it at 20 000.
Hope this question make sense