exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 458 discussion

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

An engineer is configuring router R1 with an IPv6 static route for prefix 2019:C15C:0CAF:E001::/64. The next hop must be 2019:C15C:0CAF:E002::1. The route must be reachable via the R1 Gigabit 0/0 interface. Which command configures the designated route?

  • A. R1(config-if)#ip route 2019:C15C:0CAF:E001::/64 GigabitEthernet 0/0
  • B. R1(config)#ip route 2019:C15C:0CAF:E001::/64 GigabitEthernet 0/0
  • C. R1(config-if)#ipv6 route 2019:C15C:0CAF:E001::/64 2019:C15C:0CAF:E002::1
  • D. R1(config)#ipv6 route 2019:C15C:0CAF:E001::/64 2019:C15C:0CAF:E002::1
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Swiz005
Highly Voted 2 years, 1 month ago
Selected Answer: D
C is incorrect because the command is entered in the interface R1(config-if). The default route must be entered in the glocal config. Making D the correct answer.
upvoted 20 times
...
omle2
Most Recent 7 months, 1 week ago
The correct answer is not an option. you must specify the following R1(config)#ipv6 route 2019:C15C:0CAF:E001::/64 GigabitEthernet 0/0 2019:C15C:0CAF:E002::1
upvoted 1 times
...
adrianspa
8 months, 3 weeks ago
Tested in Packet Tracer, you can not create a route from the config-if menu, therefore D is correct
upvoted 1 times
...
[Removed]
1 year, 1 month ago
Selected Answer: D
D is correct a static route with ipv6 should be configured in global configuration mode.
upvoted 2 times
...
elgato69
1 year, 2 months ago
The part about the interface is entirely misdirection. The primary focus is on the next hop, sending all traffic for that prefix out of G0/0 does not ensure the next hop will be 2019:C15C:0CAF:E002::1
upvoted 2 times
...
BigDread
1 year, 4 months ago
I think they put the G0/0 interface in there to throw people off. I was taught the command is Ipv6 route destination ( 2019:C15C:0CAF:E001) prefix length ( /64) next-hop (2019:C15C:0CAF:E002::1), so yea D is correct
upvoted 1 times
...
Philipli308
1 year, 8 months ago
C must be wrong, cause who tell you the R1(config-if) must be the interface G0/0?
upvoted 1 times
...
Shanku97
1 year, 8 months ago
WHY NOT B, IT'S CONFIRUED IN GLOBAL CONFIG MODE, IT USED DESTINATION IP AND EXIT INTEREFACE . PLEASE EXPLAIN SOMEONE
upvoted 1 times
ananinamia
1 year, 8 months ago
where are the source and dest?
upvoted 1 times
...
ryanyuan828
1 year, 6 months ago
'ip route' is incorrect.
upvoted 2 times
PriyankaKudachi
1 year, 4 months ago
Thanks for this...I just missed "ipv6"
upvoted 1 times
...
...
...
BettoAtzeni
1 year, 9 months ago
ChatGPT: Here's how you would configure the IPv6 static route in global configuration mode: Enter global configuration mode: R1# configure terminal Add the IPv6 static route using the ipv6 route command: R1(config)# ipv6 route 2019:C15C:0CAF:E001::/64 2019:C15C:0CAF:E002::1 Gigabit0/0 Exit configuration mode and save the configuration: R1(config)# end R1# write memory This will add the specified IPv6 static route to the routing table, and the router will forward packets for the destination prefix 2019:C15C:0CAF:E001::/64 to the next hop address 2019:C15C:0CAF:E002::1 via the Gigabit0/0 interface.
upvoted 1 times
BettoAtzeni
1 year, 9 months ago
In Packet Tracer, as with most Cisco routers, the ipv6 route command should be configured in global configuration mode. This command is used to add an IPv6 static route in the routing table of the router, so it should be applied in the global context to affect the entire router's behavior.
upvoted 1 times
...
...
paolino555
1 year, 9 months ago
Selected Answer: C
it says "The route must be reachable via the R1 Gigabit 0/0 interface."
upvoted 1 times
...
mda2h
1 year, 10 months ago
Selected Answer: D
the ipv6 instead of ip got me good with this one
upvoted 1 times
...
Olebogeng_G
1 year, 11 months ago
Admin please input your explanation for this question. I'm finally smashing Routing but questions like these will put us off.
upvoted 1 times
...
loco_desk
2 years, 1 month ago
Selected Answer: C
It's an ipv6 address and the Answer says this : "The route must be reachable via the R1 Gigabit 0/0 interface." Then then you need to ingres the comand on G0/0 interface or in global config but adding G0/0 . C is correct.
upvoted 3 times
...
ukguy
2 years, 4 months ago
bcz next hop address is global unicast address not link local address
upvoted 1 times
...
EEGentle
2 years, 6 months ago
shouldn't be R1(config)#ipv6 route 2019:C15C:0CAF:E001::/64 g0/1 2019:C15C:0CAF:E002::1 ?
upvoted 3 times
daddydagoth
2 years, 2 months ago
A fully specified route would be better, considering the formatting of the question but I suppose the one we were given is the next best, especially considering that the rest of the asnwers are blatantly wrong.
upvoted 1 times
...
...
r0m
2 years, 6 months ago
why not C?
upvoted 1 times
Customexit
2 years, 6 months ago
Because C shows the command being entered on an interface (config-if).
upvoted 6 times
Peter_panda
2 years, 1 month ago
C is also valid. Global configuration mode commands (ipv6 route) can be given in interface configuration mode (but not the other way around). I doubt that at the exam they will ask us to choose between exactly these correct options, probably the question here is defective.
upvoted 1 times
...
loco_desk
2 years, 1 month ago
The Answer says this "The route must be reachable via the R1 Gigabit 0/0 interface." Then then you need to ingres the comand on G0/0 interface. C is correct.
upvoted 1 times
soRwatches
2 years, 1 month ago
nope, static route must be configure in global configuration mode. Answer is D which is definietly reachable by G0/0 interface.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago