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!
Anyone did the exam last few days?
Anything on digitaltut?
Hi guys, it looks like the number of questions for ROUTE on this site is smaller than the number of questions for SWITCH on a sister website (I am a premium member). Are all of the questions on this site? For example, there a not that many questions on BGP here, and so on…
@Uhu
You can use GNS3 provided lab configs from this site.
Hi guys I pass the exam 913/1000. Premium user
Config labs:
ospfv3 virtual-link
EIGRP Evaluation Simulator
OSPF Simulator
D&D:
Authorization, Authentication, Accouting
AAA authorization
I got some new questions maybe some are here and I didn’t see them:
Question 1:
hostname R1
!
ip vrf Yellow
rd 100:1
!
interface Serial0/0
ip vrf forwarding Yellow
ip address 209.165.202.129 255.255.255.224
!
router eigrp 100
address-family ipv4 vrf Yellow
network 209.165.202.129 0.0.0.0
no auto-summary
hostname R2
!
ip vrf Yellow
rd 100:1
!
interface Serial0/0
ip vrf forwarding Yellow
ip address 209.165.202.130 255.255.255.224
!
router eigrp 100
address-family ipv4 vrf Yellow
network 209.165.202.130 0.0.0.0
no auto-summary
Refer to the exhibit. A network engineer is unable to make VRF Lite EIGRP adjacency work. There is nothing wrong with communication between R1 and R2. What command will eliminate the issue when executed on both routers?
A. (config)#ip multicast-routing
B. (config-router-af)#autonomous-system 100
C. (config-vrf)#route-target both 100:1
D. (config-router-af)#network 209.165.202.128 0.0.0.31
Question 2:
Which two EIGRP packet types are transmitted unreliably? (choose two)
A. Updates
B. Requests
C. Queries
D. Replies
E. Hellos
Question 3:
Which two protocols are affected when MPP is enabled on a device? (choose two)
A. HTTPS
B. FTP
C. OSPF
D. VTP
E. BGP
Question 4:
The OSPF database of a router shows LSA types 1, 2, 7 and a type 3 default route only. Which type of area is this router connected to?
A. NSSA totally stub
B. totally stubby area
C. NSSA
D. stub area
Question 5:
When using VLSM, which command must be in the EIGRP configuration for neighbor adjacency to work correctly?
A. shutdown
B. no auto-summary
C. no shutdown
D. ip summary
Question 6:
Router(config)# ip route vrf BLUE 0.0.0.0 0.0.0.0 10.0.1.1
Router(config)# ip route vrf RED 0.0.0.0 0.0.0.0 10.0.2.1
Refer to the exhibit. After configuring the routes, the network engineer executes the show ip route command. What is the expected result?
A. Gateway of last resort is 10.0.2.1 to network 0.0.0.0
10.0.0.0/24 is subnetted, 1 subnet
C 10.0.2.0 is directly connected, FastEthernet0/0
S” 0.0.0.0/0 [1/0] via 10.0.2.1
B. Gateway of last resort is not set
C. Gateway of last resort is 10.0.2.1 to network 0.0.0.0
10.0.0.0/24 is subnetted, 2 subnets
C 10.0.2.0 is directly connected, FastEthernet0/0
C 10.0.1.0 is directly connected, FastEthernet0/1
S” 0.0.0.0/0 [1/0] via 10.0.2.1 [1/0] via 10.0.1.1
D. Gateway of last resort is 10.0.1.1 to network 0.0.0.0
10.0.0.0/24 is subnetted, 1 subnet
C 10.0.1.0 is directly connected, FastEthernet0/1
S” 0.0.0.0/0 [1/0] via 10.0.1.1
Question 7:
Which three protocols are supported with EVN? (choose three.)
A. RIP
B. IS-IS
C. OSPF
D. EIGRP
E. BFD
F. BGP
Question 8:
R1
ip prefix-list ccnp1 seq 5 permit 10.1.48.0/24 le 24
ip prefix-list ccnp2 seq 5 permit 10.1.80.0/24 le 32
ip prefix-list ccnp3 seq 5 permit 10.1.64.0/24 le 24
route-map ospf-to-eigrp permit 10
match ip address prefix-list ccnp1
set tag 10
route-map ospf-to-eigrp permit 20
match ip address prefix-list ccnp2
set tag 20
route-map ospf-to-eigrp permit 20
match ip address prefix-list ccnp3
set tag 30
Refer to the exhibit. How will R1 handle the route to the network 10.1.60.0/24?
A. R1 sets a tag of 10.
B. R1 fails to tag the route.
C. R1 sets a tag of 30.
D. R1 sets a tag of 20.
Question 9:
A network engineer is working on an IPv6 scenario and must ensure that addresses are restricted from being advertised in a public routing space. Which type of IPv6 address meets this requeriment?
A. link-local
B. global
C. multicast
D. site-local
E. unique-local
Question 10:
Which description of IOS route maps is true?
A. A route map name is not case-sensitive. When the log keyword is used, it is not supported by policy-based routing, and a route map with no match statement will match all traffic.
B. A route map name is case-sensitive. When the log keyword is used, it is not supported by policy-based routing, and a route map with no match statement will match no traffic.
C. A route map name is case-sensitive. When the log keyword is used, it is supported by policy-based routing, and a route map with no match statement will match all traffic.
D. A route map name is case-sensitive. When the log keyword is used, it is not supported by policy-based routing, and a route map with no match statement will match all traffic.
A network engineer is unable to make VRF Lite EIGRP adjacency work. There is nothing wrong with communication between R1 and R2.
What command will eliminate the issue when executed on both routers?
B. (config-router-af)#autonomous-system 100
————————————————
R1#sh run | sec router eigrp
router eigrp 100
auto-summary
!
address-family ipv4 vrf test
network 10.10.10.0 0.0.0.255
no auto-summary
autonomous-system 100 – !since you are on/using address family mode you will need to specift the AS inside it (think of it same as VRF)
exit-address-family
R2#sh run | sec router eigrp
router eigrp 100
auto-summary
!
address-family ipv4 vrf test
network 10.10.10.0 0.0.0.255
no auto-summary
autonomous-system 100 – !since you are on/using address family mode you will need to specift the AS inside it (think of it same as VRF)
exit-address-family
R2#
————————————————
Question 2:
Which two EIGRP packet types are transmitted unreliably? (choose two)
B. Requests
E. Hellos
Question 3:
Which two protocols are affected when MPP is enabled on a device? (choose two)
A. HTTPS
B. FTP
***These management protocols are also the only protocols affected when MPP is enabled.
SSH, v1 and v2
SNMP, all versions
Telnet
TFTP
HTTP
HTTPS
Question 4:
The OSPF database of a router shows LSA types 1, 2, 7 and a type 3 default route only. Which type of area is this router connected to?
A. NSSA totally stub – incorrect wording must be Totally NSSA
Question 5:
When using VLSM, which command must be in the EIGRP configuration for neighbor adjacency to work correctly?
B. no auto-summary
Question 6:
Router(config)# ip route vrf BLUE 0.0.0.0 0.0.0.0 10.0.1.1
Router(config)# ip route vrf RED 0.0.0.0 0.0.0.0 10.0.2.1
Refer to the exhibit. After configuring the routes, the network engineer executes the show ip route command. What is the expected result?
B. Gateway of last resort is not set – it says show ip route only, if want to see routing table for each vrf you need to add vrf “name” in show ip route e.i show ip route vrf BLUE or RED
Question 7:
Which three protocols are supported with EVN? (choose three.)
C. OSPF
D. EIGRP
F. BGP – please take note that Route replication is not supported with BGP but BGP is still supported its just has restriction
Question 8:
R1
ip prefix-list ccnp1 seq 5 permit 10.1.48.0/24 le 24
ip prefix-list ccnp2 seq 5 permit 10.1.80.0/24 le 32
ip prefix-list ccnp3 seq 5 permit 10.1.64.0/24 le 24
route-map ospf-to-eigrp permit 10
match ip address prefix-list ccnp1
set tag 10
route-map ospf-to-eigrp permit 20
match ip address prefix-list ccnp2
set tag 20
route-map ospf-to-eigrp permit 20
match ip address prefix-list ccnp3
set tag 30
Refer to the exhibit. How will R1 handle the route to the network 10.1.60.0/24?
A. R1 sets a tag of 10 – the “less than or equal (le)” is only for subnet mask it will not affect the network
Question 9:
A network engineer is working on an IPv6 scenario and must ensure that addresses are restricted from being advertised in a public routing space. Which type of IPv6 address meets this requeriment?
B. global
Question 10:
Which description of IOS route maps is true?
D. A route map name is case-sensitive. When the log keyword is used, it is not supported by policy-based routing, and a route map with no match statement will match all traffic.
Sir Joel Wong – RIP
Hi Guys. I have a question about the Eigrp Sim. Why do you need to run thr #Sh ip eigrp 1 topology on router 1 within the sim. I understand I can get feasible distance and advertised distance for routers listed, but why run the command from router 1?
Thanks Chris
are the composite quizzes included in the exam? thanks.
**Malwares/spywares from scammer!!!!
=== REPLACE WWW BY . to AND GET DUMPS === …Is a scam!
Copy and paste this every time you see it.
Hi guys, Please answer who knows. it looks like the number of questions for ROUTE on this site is smaller than the number of questions for SWITCH on a sister website (I am a premium member). Are all of the questions on this site? For example, there a not that many questions on BGP here, and so on…
Can anyone share the latest dumps please, where and how
Anyone has information of the NHRP drag and drop?
It is incompleted question
ip nhrp shortcut – configured on the spoke which is responsible to rewrite the CEF entry after
getting the redirect message from hub
+ ip nhrp network-id – (?)
+ ip nhrp map – (?)
+ ip redirects – are disabled by default on a tunnel interface
+ ip nhrp responder – Specifies which interface the Next Hop Server uses for the NHRP responder IP
address
+ ip nhrp nhs – Statically configures a Next Hop Server
Is the answer correct?
ip nhrp shortcut -Enables NHRP shortcut switching on the interface
ip nhrp network-id -are disabled by default on a tunnel interface
ip nhrp map – designates router x as the Next-hop server
ip redirects – configured on the spoke which is responsible to rewrite the CEF entry after getting the redirect message from hub
ip nhrp responder – Specifies which interface the Next Hop Server uses for the NHRP responder IP address
ip nhrp nhs Statically configures a Next Hop Server
s. I have a question about the Eigrp Sim. Why do you need to run thr #Sh ip eigrp 1 topology on router 1 within the sim. I understand I can get feasible distance and advertised distance for routers listed, but why run the command from router 1.
Which three characteristics are shared by subinterfaces and associated EVNs? (Choose three)
A. IP address
B. routing table
C. forwarding table
D. access control lists
E. NetFlow configuration
Do you know the answer?
Help me!!!
What is the purpose of the route-target command?
A. It extends the IP address to identify which VRF instance it belongs to.
B. It enables multicast distribution for VRF-Lite setups to enhance IGP routing protocol capabilities. C. It manages the import and export of routes between two or more VRF instances.
D. It enables multicast distribution for VRF-Lite setups to enhance EGP routing protocol capabilities.
???
Oscar, Which three characteristics are shared by subinterfaces and associated EVNs? (Choose three): A. IP address, B. routing table and C. forwarding table.
D. access control lists and E. NetFlow configuration are not supported on an EVN Trunk
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/evn/configuration/xe-3s/evn-xe-3s-book/evn-overview.html
2 days later i will take exam. Do u have any advice to pass?
Passed Route(300-101) & finally CCNP certified.
Thank lot digitaltut
All questions came from this site
Same LAB-EIGRP evaluation,ospf virtual and ospf sim
Ospf sim-different process ID and network
im gonna seat for exam in the next few days and i dont have have paypal account to buy the premium. i’m scared i may not pass with the NEW_ROUTE_OCT.pdf i hv , anyone who can help me please send me an email cert40551 @ gmail . com
@ Cisco321 , please
eigrpospf08 @ gmail . com
have a question about the Eigrp Sim. Why do you need to run thr #Sh ip eigrp 1 topology on router 1 within the sim. Why not routerv2 or router 3.I understand I can get feasible distance and advertised distance for routers listed, but why run the command from router 1.
Cheers Chris
cisco 321. thanks bro can you send me pass and user please my exam towmmorw
(gadorashaker)(@)(gmail)(.com)
Valid and Stable ROUTE dump available at low cost. Less than 100 Questions 100% valid dump
Kindly contact us on cciehomer @ gmail.com
Homer.
I am a bit confuse with the question shown below. It seem to be the same question yet answer is different.
A network engineer is enabling RIPng on a new customer link. Under which configuration mode is RIPng enabled?
A. global
B. interface
C. IPv6
Ans is B
Customer enabled new link to partner using RIPng, how and where is RIPng configured?
A. router mode
B. interface mode
C. global – (config)#ipv6 router rip “RIPNG”
Ans is C
D. router
Hello,
Regarding to the labs is OSPF SIM http://www.digitaltut.com/route-ospf-sim
ipv6 ospf virtual link http://www.digitaltut.com/route-ipv6-ospf-virtual-link-sim
Which one is IPV6 Sim? I have premium but dont it
@cisco321 Do you recall the IP and OSPF process ?
**Malwares/spywares from scammer!!!!
DO NOT OPEN THAT WEBSITE !!
=== REPLACE WWW BY . to AND GET DUMPS === …This is a scam!
Copy and paste this message every time you see it.
Hello
I failed the exam yesterday.
Some security, IPV6, DHVPV6 Rapid commit.
I was really surprise since i was not sure for only 10 questions max, and pratice more then 10 times all sims. I know the answers for all sims, responses were pretty same.
Question about the exam?
For sims with questions, do we need to do something else after answered all questions and click next.
Same for the ones we need to do configuration, After completed the config on devices, we just need click next?
Please let me know, I would like to retake the exam next week.
I need help, I just made the payment for the subscription but it is not active yet. Who can I contact?
Hi guys, Can anyone tell me if you have to calculate subnetting, or the masks remain the same in labs and questions ?.Thanks
@Ichi then why did u fail? Did u take new quizzes?
Hello Nim
As per result I lost points in security questions. I got around 7xx
high level, I got around 10 questions which I hesitate new question for me.
IPV6 filtering, DHCLv6
I am questioning if during sim, after I configured devices or answered questions, I miss a step before click next to get points?
Hi!
Passed the 300-101 exam recently!
Labs:
OSPF Eval
PBR
OSPF EIGRP REDIST
D&D:
AAA, Frame Relay, NAT64, NAT-PT, IP SLA, PPP, SNMP.
Mainly learned the
~~P~~
~~L~~
300-101 dumps (894q), still valid for passing!!!
Good luck!
Took exam on Feb 7th – like others were saying, about 70-80% of the questions are from the Premium site. Must study and understand all concepts, this includes:
– New Updated Questions 5 & 6
– ALL of the individual topics (located on the site map to the right [ie. OSPF Questions 1-4, EIGRP Questions, EVN & VRF Questions, etc)
Labs were the same – I had:
– OSPF Sim (IP addresses were changed, and names of routers changed, but everything else was the same)
– EIGRP Evaluation Sim
– IPv6 OSPF Virtual Sim
There were new questions (maybe about 10 I’ve never seen before). From what I recall, a couple of them included:
On what IPv6 address is the OSPFv3 Type 8 LSA advertised on?
– Anycast
– Multicast
– Local-link
(Confident that Local-Link scope was the answer)
There was a drag and drop on Frame Relay which essentially had you configuring Frame Relay on an interface. Just know how to do this (read through the tutorial on 9Tut).
Tips for this exam would be to go through the material in here, and if there are any concepts you don’t understand, read them up and ensure that you teach yourself the concepts. This will allow you to get those 8-10 new questions that might seem like curveballs.
I am a bit confuse with the question shown below. It seem to be the same question yet answer is different.
A network engineer is enabling RIPng on a new customer link. Under which configuration mode is RIPngy6enabled?
A. global
B. interface
C. IPv6
Ans is B
Customer enabled new link to partner using RIPng, how and where is RIPng configured?
A. router mode
B. interface mode
C. global – (config)#ipv6 router rip “RIPNG”
Ans is C
D. router..
Hi guys! do you know the answer?
By default, which type of IPv6 address is used to build the EUI-64 bit format?
A. unique-local address
B. IPv4-compatible IPv6 address
C. link-local address
D. aggregatable-local address
**Malwares/spywares from scammer!!!!
DO NOT OPEN THAT WEBSITE !!
=== REPLACE WWW BY . to AND GET DUMPS === …This is a scam!
Copy and paste this message every time you see it.
@Oscar, it should be C. link-local address
Which configuration is applied to a device so that it blocks outbound web traffic on Saturdays and Sundays between the hours of 1:00 AM and 11:59 PM?
A. time-range SATSUN absolute Saturday Sunday 1:00 to 23:59 access-list 102 deny tcp any any eq 80 time-range SATSUN access-list 102 deny tcp any any eq 443 time-range SATSUN interface Vlan303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 in
B. time-range SATSUN periodic Saturday Sunday 1:00 to 23:59 access-list 102 deny tcp any any eq 80 time-range SATSUN access-list 102 deny tcp any any eq 443 time-range SATSUN interface VLAN303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 in
C. time-range SATSUN periodic Saturday Sunday 1:00 to 11:59 access-list 102 deny tcp any any eq 80 time-range SATSUN access-list 102 deny tcp any any eq 443 time-range SATSUN interface Vlan303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 in
D. time-range SATSUN periodic Saturday Sunday 1:00 to 23:59 access-list 102 deny udp any any eq 80 time-range SATSUN access-list 102 deny tcp any any eq 443 time-range SATSUN interface Vlan303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 out
Answer:B
Guys don’t be confused by the “outbound” statement, option D could seem correct but it has UDP and that doesn’t make it right.
…It has to be “periodic”.
…It has to be from “1:00 to 23:59”
…and, it has to “deny tcp”
For you to know, here in in 9tut, “Access lists” section, option D is not showing.
ohhh and, it has to be “access-group 102 IN”
I did not score 1000 because of this one! :)
Passed exam 8xx. Premium still valid. Got few new questions. Dont really remember .
Question statements twisted as usual. If you have an understanding , wont be difficult to pass.
In Eigrp Eval sim on R1 sh ip eigrp top command was not working , while working on other routers.
Otherwise all OK. Thanks Digitaltut.
Which configuration mode is RIPng enabled
– globally enable IPv6 using the ipv6 unicast-routing command in global configuration mode
– and enable IPv6 on any interfaces on which IPv6 RIP is to be enabled.
@Dex
What you mean be below:
“In Eigrp Eval sim on R1 sh ip eigrp top command was not working”
Which command did you use?
sh ip eigrp 1 topology?
What is the purpose of the route-target command?
A. It extends the IP address to identify which VRF instance it belongs to.
B. It enables multicast distribution for VRF-Lite setups to enhance IGP routing protocol capabilities. C. It manages the import and export of routes between two or more VRF instances.
D. It enables multicast distribution for VRF-Lite setups to enhance EGP routing protocol capabilities.
Answer is C
Hi
Please anyone can share me 894 q please
subnet8 AT GMAIL DOT COM
guys, I see a lot of comments saying ospf sim, which ospf sim do you mean?
I noticed there are several ospf sims on this site.
please help
I’m going to take the exam in few hours, I will post back which question I got.
@Which lasb
I think is this https://www.digitaltut.com/route-ospf-sim
but i dont know which one is IPV6 Lab they talked, the other is OSPF IPV6 VIRTUAL SIM Please let me know wich labs you have in the exam
good luck!
Hi guys, could anyone tell me if it’s necessary do subnetting in a paper during the exam, or the masks remain the same as they appear in exercises and labs ?. thanks
hi guys, can someone confirm me that labs actually are
OSFP
OSFP IPV6 VIRTUAL-LINK
EIGRP EVAL ?
Rgds