exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 910 discussion

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



Refer to the exhibit. An IPv6 address must be obtained automatically on the LAN interface on R1. Which command must be implemented to accomplish the task?

  • A. ipv6 address autocontig
  • B. ipv6 address dhcp
  • C. ipv6 address fe80::/10
  • D. ipv6 address 2001:db8:d8d2:1008:4332:45:0570::/64
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Dutch012
Highly Voted 2 years, 2 months ago
Selected Answer: A
Just use ipv6 address autocontig guys, it's safer.
upvoted 14 times
[Removed]
1 year, 7 months ago
I think this is right
upvoted 1 times
...
[Removed]
1 year, 4 months ago
No; SLAAC relies on RA messages to function, but here we are configuring the IP address on a router interface, with no other routers on that interfaces network. From where will it receive the RA messages? Exactly; it won't. However, there is a DHCPv6 server on the network, and C and D are static configurations. So obviously, the answer must be B.
upvoted 9 times
magarsaaaddaamuu
10 months, 1 week ago
So as this brother said there is DHCPV6 server, but if there is DHCP server we have to use "IP address DHCP", option B, but if there is no DHCP server we use SLAAC. So the correct answer is I think "B"
upvoted 1 times
...
...
...
DavidCisco
Highly Voted 2 years, 1 month ago
Selected Answer: B
"ipv6 address autoconfig": The interface should only obtain its configuration using RAs and the stateless address autoconfiguration (SLAAC). With ipv6 address autoconfig, a router will not attempt to contact DHCPv6. "ipv6 address dhcp": DHCPv6 does not have an option to advertise a default gateway, and the default gateway still has to be discovered through RAs. It will depend on DHCPv6 to discover its address and prefix, and on RAs to discover its gateway. So if the DHCPv6 is in the same LAN that the R1 LAN interface is the best option. B is the best correct answer https://community.cisco.com/t5/ipv6/ipv6-address-autoconfig-vs-ipv6-address-dhcp/td-p/2710597
upvoted 11 times
...
JSMM
Most Recent 1 month ago
Selected Answer: B
If you have a DHCPv6 server in the LAN, I would use ipv6 address dhcp.
upvoted 1 times
...
Simrankoor
5 months, 3 weeks ago
Because there is A DHCP server so answer is B,
upvoted 1 times
...
Shaifalimittal02
8 months ago
Selected Answer: B
The ipv6 address dhcp command allows the router interface to obtain an IPv6 address automatically from a DHCPv6 server. Option A - ipv6 address autoconfig, would configure the router to use Stateless Address Autoconfiguration (SLAAC), not DHCPv6. Option C- refers to a link-local address prefix (fe80::/10), which is not used for obtaining a globally routable IPv6 address. Option D- is a manual static address assignment, not an automatic process.
upvoted 2 times
...
troisrivers
9 months ago
"autoconfig" not "autoconTig". B is correct.
upvoted 2 times
...
Saleem360
9 months, 4 weeks ago
Did anyone notice the spelling mistake in option-A. Autocon(t)ig instead of Autocon(f)ig
upvoted 1 times
...
[Removed]
1 year, 1 month ago
Selected Answer: B
B is correct
upvoted 2 times
...
Net_eng_pogi
1 year, 1 month ago
Its b. There is a DHCP SERVER. Auto config can be used if there is no DHCP serv
upvoted 2 times
...
TommyCisco
1 year, 2 months ago
Selected Answer: B
B and A might be correct, depending on the context. ¨A¨ doesn't need, a DHCP server cause it use SLAC; ¨B¨ requires a DHCP server. SW1 has a DHCP server connected to an interface.
upvoted 2 times
...
a67c04a
1 year, 3 months ago
Selected Answer: B
I go with B
upvoted 2 times
...
Techpro30
1 year, 8 months ago
I believe its B for the exam, although in reality, like Dutch said, its safer/better: There are a few reasons why you might not want to use DHCP for IPv6 addresses. DHCP is a stateful protocol, which means that it requires a DHCP server to maintain a database of IP addresses and their corresponding lease information. This can be a burden on the DHCP server, especially in large networks. DHCP is not as secure as SLAAC. When a device uses DHCP, it sends its MAC address to the DHCP server, which can be used to track the device. DHCP can be more complex to configure than SLAAC.
upvoted 3 times
...
TechLover
1 year, 10 months ago
B is correct
upvoted 2 times
...
[Removed]
1 year, 10 months ago
Selected Answer: B
it's says obtain, not auto generate. I go with B
upvoted 5 times
berpiy1028
1 year, 7 months ago
sry ,but no in PT, I enter ipv6 address ? autoconfig Obtain address using autoconfiguration dhcp Obtain a ipv6 address using dhcp
upvoted 1 times
...
...
gulu73
1 year, 11 months ago
Selected Answer: A
Configuring the Stateless DHCPv6 Client SUMMARY STEPS 1. enable 2. configure terminal 3. interface type number 4. ipv6 address autoconfig [default] 5. end https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/xe-16/dhcp-xe-16-book/ip6-dhcp-stateless-auto.html
upvoted 3 times
...
Friday_Night
1 year, 11 months ago
I wanted to answer with A but then I saw there is a DHCP server, it's like implicitly telling me to use it and I think this is a scenario based question... so I'll go for B (why use autoconfig if there is a DHCP server?)
upvoted 5 times
...
MassNastty1
1 year, 11 months ago
B. is not a valid command. This is from the cisco site: Configuring the Stateless DHCPv6 Client SUMMARY STEPS 1. enable 2. configure terminal 3. interface type number 4. ipv6 address autoconfig [default] 5. end Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/xe-16/dhcp-xe-16-book/ip6-dhcp-stateless-auto.html
upvoted 2 times
Vyncy
1 year, 11 months ago
It most certainly is valid command
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