exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 1338 discussion

Actual exam question from Cisco's 200-301
Question #: 1338
Topic #: 1
[All 200-301 Questions]

SIMULATION
-


Guidelines
-

This is a lab item in which tasks will be performed on virtual devices

• Refer to the Tasks tab to view the tasks for this lab item.
• Refer to the Topology tab to access the device console(s) and perform the tasks.
• Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
• All necessary preconfigurations have been applied.
• Do not change the enable password or hostname for any device.
• Save your configurations to NVRAM before moving to the next item.
• Click Next at the bottom of the screen to submit this lab and move to the next question.
• When Next is clicked the lab closes and cannot be reopened.


Topology
-




Tasks
-

All physical cabling is in place. Configurations should ensure that connectivity is established end-to-end.

1. Configure a route on R1 to ensure that R1 prefers R2 to reach the 2001:db8:41::/64
network
2. Configure a floating route on R1, and ensure that R1 uses R3 to reach the 2001 :db8:41::/64 network if the connection between R1 and R2 is down
3. Ping and traceroute should be working

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dasand
4 months, 4 weeks ago
Hi guys! If we only do what is requested on Task, I think it is more convenient. Task-1 R1(config)#ipv6 unicast-routing R1(config)#ipv6 route 2001:db8:41::/64 2001:db8:12::2 Task-2 R1(config)#ipv6 route 2001:db8:41::/64 2001:db8:13::3 2 Task-3 R1#ping 2001:db8:41::10 R1#tracert 2001:db8:41::10 R1#wr
upvoted 3 times
...
Essohjay
10 months, 3 weeks ago
R1# conf t R1(config)# ipv6 unicast-routing  R1(config)# ipv6 route 2001:db8:41::/64 2001:db8:12::2 R1(config)# ipv6 route 2001:db8:41::/64 2001:db8:13::3 2 R1(config)# ping 2001:db8:41::10 R1(config)# traceroute 2001:db8:41::10 R1(config)#exit  R1# write memory
upvoted 1 times
...
bymrdas
1 year, 1 month ago
But why don't you just do what is asked of you? This complicates the mind of those who are learning. This is very clear, comrades. R1(config)#ipv6 route 2001:db8:41::/64 2001:db8:12::2 R1(config)#ipv6 route 2001:db8:41::/64 2001:db8:13::3 2 R1#ping 2001:db8:41::10 R1#tracert 2001:db8:41::10
upvoted 4 times
...
hands
1 year, 2 months ago
R1 ipv6 route 2001:db8:41::/64 e0/0 ipv6 route 2001:db8:41::/64 e0/1 2 R4 ipv6 route 2001:db8:12::/64 e0/0 ipv6 route 2001:db8:13::/64 e0/1
upvoted 1 times
xplinty666
1 year, 1 month ago
It's ipv6, you can't put the interface
upvoted 1 times
turnernator1p
1 year, 1 month ago
You can put the interface. In fact you must use an interface in ipv6 if they are link-local next hops.
upvoted 1 times
Essohjay
10 months, 3 weeks ago
You cannot put ONLY the interface for ETHERNET ports on ipv6. It has to be fully specified (ie. Interface and next hop) Surely you must put the interface for link-local next hops, but if it's unique-local or global-unique next hop, you need not add the interface
upvoted 1 times
...
...
...
...
dorian81
1 year, 2 months ago
# TASK 1 R1(config)# ipv6 unicast-routing R1(config)# ipv6 route 2001:DB8:41::/64 2001:DB8:12::2 # TASK 2 R1(config)# ipv6 route 2001:DB8:41::/64 2001:DB8:13::3 2 # TASK 3 R2(config)# ipv6 unicast-routing R2(config)# ipv6 route 2001:DB8:41::/64 2001:DB8:23::3 R3(config)# ipv6 unicast-routing R3(config)# ipv6 route 2001:DB8:12::/64 2001:DB8:23::2 ALL# copy run start stay hard
upvoted 1 times
...
lmmujsi
1 year, 2 months ago
enable conf t ipv6 route 2001:DB8:41::/64 [R2's interface IPv6] ipv6 route 2001:DB8:41::/64 [R3's interface IPv6] 200 end copy run start ping 2001:DB8:41::10 traceroute 2001:DB8:41::10 Replace [R2's interface IPv6] and [R3's interface IPv6] with the actual addresses after verifying with show ipv6 interface brief on R1, R2, and R3. Save and test with ping and traceroute.
upvoted 2 times
...
lmmujsi
1 year, 2 months ago
Like with IPv4, it is possible to use an interface as the next hop. This will only work with point-to-point interfaces. YOU NEED TO USE AN IPV6 ADDRESS AS NEXT HOP. IT MUST BE FOUND ON THE OTHER ROUTER SIDE.
upvoted 1 times
...
d5c03de
1 year, 3 months ago
Task 1: R1(Config)#ipv6 unicast-routing R1(Config)#ipv6 address 2001:db8:41::/64 e0/0 Task 2: R1(Config)#ipv6 address 2001:db8:41::/64 e0/1 201 Write memory
upvoted 2 times
d5c03de
1 year, 2 months ago
"no shutdown"
upvoted 1 times
d5c03de
1 year, 2 months ago
"ipv6 route" not "ipv6 address"
upvoted 1 times
...
...
86a50a6
1 year, 2 months ago
you mean ipv6 route ....
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...