exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 10 discussion

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

Which command automatically generates an IPv6 address from a specified IPv6 prefix and MAC address of an interface?

  • A. ipv6 address dhcp
  • B. ipv6 address 2001:DB8:5:112::/64 eui-64
  • C. ipv6 address autoconfig
  • D. ipv6 address 2001:DB8:5:112::2/64 link-local
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
Wissba
Highly Voted 5 years, 1 month ago
The needed is an IPv6 address generated from a specified prefix and not from a delegated one, so I think that B is the right answer
upvoted 54 times
Thodoris85
5 years ago
The simplest method is to enable stateless autoconfiguration on the interface. Enabling stateless autoconfiguration on the interface configures IPv6 addresses based on prefixes received in Router Advertisement messages. A link-local address, based on the Modified EUI-64 interface ID, is automatically generated for the interface when stateless autoconfiguration is enabled. To enable stateless autoconfiguration, enter the following command: hostname(config-if)# ipv6 address autoconfig
upvoted 17 times
iRodimusPrime
5 years ago
That's as may, but the question states automatically I.E. upon entering the command the address is added without the need for further information to be acquired first.
upvoted 6 times
...
...
JWMcInSC
5 years ago
EUI-64 (Extended Unique Identifier) is a method we can use to automatically configure IPv6 host addresses. An IPv6 device will use the MAC address of its interface to generate a unique 64-bit interface ID. However, a MAC address is 48 bit and the interface ID is 64 bit.
upvoted 10 times
matass_md
11 months, 1 week ago
yes , but the EUI64 ADDS FFFE in the middle and flips the 7th bit . That's why the MAC 48bit + 16bit from FFFE (1hex = 4bits) = 64 bits .
upvoted 2 times
...
...
Kawan_Ali
3 years, 5 months ago
I think its B because it says "specified IPv6 prefix"
upvoted 16 times
...
JoJoRa33it
3 years, 7 months ago
Implementing IPv6 Addressing on Routers ipv6 address address/prefix-length: Static configuration of a specific address ipv6 address prefix/prefix-length eui-64: Static configuration of a specific prefix and prefix length, with the router calculating the interface ID using EUI-64 rules ipv6 address dhcp: Dynamic learning on the address and prefix length using DHCP ipv6 address autoconfig: Dynamic learning of the prefix and prefix length, with the router calculating the interface ID using EUI-64 rules (SLAAC)
upvoted 26 times
...
...
khalid86
Highly Voted 4 years, 8 months ago
Answer is B
upvoted 10 times
...
RedYellow
Most Recent 3 days, 23 hours ago
Selected Answer: B
and MAC address of an interface Thus, the answer is B
upvoted 1 times
...
Jojo223
1 week, 1 day ago
Selected Answer: C
Its a simple question : Which command automatically generate ipv6 address. There is a one answer - C
upvoted 1 times
...
GGojo
1 week, 6 days ago
Selected Answer: B
Which command automatically generates an IPv6 address? if this is the question, answer would be C (ipv6 address autoconfig)
upvoted 1 times
...
anoboy237
1 month, 1 week ago
Selected Answer: A
anoboy is the latest website for streaming Nonton Anime with a fast-loading speed and optimized user interface. The website layout has made it effortless for viewers to browse their favorite anime. https://ano-boy.org/
upvoted 1 times
...
nkempeter
2 months, 2 weeks ago
Selected Answer: B
The EUI-64 (Extended Unique Identifier) method is used to automatically generate the interface identifier (last 64 bits of an IPv6 address) from the MAC address of the network interface. The command: bash Copy Edit ipv6 address 2001:DB8:5:112::/64 eui-64 Assigns an IPv6 address using the 2001:DB8:5:112::/64 prefix. The EUI-64 process takes the MAC address (48 bits), inserts FFFE in the middle, and flips the 7th bit to form the 64-bit interface identifier.
upvoted 1 times
...
TomGreen41
2 months, 3 weeks ago
Selected Answer: B
C: autoconfig without prefix D: it ste the connection as the determined address, has nothing to do with MAC
upvoted 1 times
...
g_mindset
8 months, 2 weeks ago
The answer is B: As per OCG, you can use the 2 methods to configure a stable ipv6 address using the ipv6 address command. 1. ipv6 address [full 128bit address] command statically configures your desired 128bit address. 2. ipv6 address [prefix::/64] EUI-64 command allows the engineer to configure the 64-bit ipv6 prefix for the interface and lets the router automatically generate a unique interface ID. This 2nd command answers the question because after you provide the 64bit prefix the router automatically generates the final part of the ipv6 address using the MAC address of the interface or a MAC address that you specify.
upvoted 1 times
g_mindset
2 years, 11 months ago
Also, take note that [ipv6 address autoconfig] is not an auto-generated ip address but rather a dynamically assigned ip address.
upvoted 2 times
...
...
Ciscoman021
8 months, 2 weeks ago
Selected Answer: B
The command "ipv6 address 2001:DB8:5:112::/64 eui-64" automatically generates an IPv6 address from a specified IPv6 prefix and MAC address of an interface using the EUI-64 method. The EUI-64 method uses the MAC address of the interface to create an interface identifier (IID) that is used to complete the IPv6 address. Option A ("ipv6 address dhcp") configures an interface to obtain an IPv6 address through DHCPv6. Option C ("ipv6 address autoconfig") configures an interface to automatically obtain an IPv6 address using Stateless Address Autoconfiguration (SLAAC). Option D ("ipv6 address 2001:DB8:5:112::2/64 link-local") configures an IPv6 link-local address on the interface.
upvoted 1 times
...
cr0minus
8 months, 2 weeks ago
You are correct that the "ipv6 address autoconfig" command enables automatic configuration of the IPv6 address using the SLAAC mechanism, which generates an IPv6 address based on the prefix information advertised by the router. So, in a sense, this command does generate an IPv6 address automatically. However, it is important to note that the IPv6 address generated using SLAAC is not based on the MAC address of the interface, unlike the IPv6 address generated using the "ipv6 address 2001:DB8:5:112::/64 eui-64" command. So, to answer your question, if the requirement is to generate an IPv6 address based on the MAC address of an interface, then the correct command would be "ipv6 address 2001:DB8:5:112::/64 eui-64". On the other hand, if the requirement is to enable automatic configuration of the IPv6 address using the router-advertised prefix information, then the correct command would be "ipv6 address autoconfig".
upvoted 6 times
JulesAZ
1 year, 5 months ago
This is where it clicked. Thanks for explaining in a way that matches my thinking.
upvoted 1 times
...
...
[Removed]
8 months, 2 weeks ago
Selected Answer: B
B is correct The command that automatically generates an IPv6 address from a specified IPv6 prefix and MAC address of an interface is the 'ipv6 address eui-64' command. This command uses the Extended Unique Identifier (EUI-64) format to convert the 48-bit MAC address to a 64-bit interface identifier, completing the full 128-bit IPv6 address. The output from 'ipv6 address eui-64' will be a unique, non-duplicable address for each interface. For example, if your IPv6 prefix is 2001:DB8::/64 and the MAC address is 00-14-22-01-23-45, the 'ipv6 address eui-64' command would generate the IPv6 address as: 2001:DB8::214:22FF:FE01:2345.
upvoted 1 times
[Removed]
1 year, 1 month ago
sorry, i think C is correct here.
upvoted 1 times
...
...
bymrdas
8 months, 2 weeks ago
Selected Answer: B
ipv6 address eui-64 Use ipv6 address eui-64 to configure an EUI-64 IPv6 address for an interface. Use undo ipv6 address eui-64 to remove the EUI-64 IPv6 address of the interface. Syntax ipv6 address { ipv6-address prefix-length | ipv6-address/prefix-length } eui-64 undo ipv6 address [ ipv6-address prefix-length | ipv6-address/prefix-length ] eui-64 Default No EUI-64 IPv6 address is configured for an interface.
upvoted 2 times
...
administrator
9 months ago
Selected Answer: B
EUI-64 (Extended Unique Identifier) is a method we can use to automatically configure IPv6 host addresses. An IPv6 device will use the MAC address of its interface to generate a unique 64-bit interface ID. However, a MAC address is 48 bit and the interface ID is 64 bit.
upvoted 1 times
...
7d040c6
10 months, 3 weeks ago
Selected Answer: B
Generated from a MAC address automatically... This does not refer to an IPv6 address provided by autoconfiguration, rather using EUI-64, so B is the answer
upvoted 2 times
7d040c6
10 months, 3 weeks ago
Having reviewed SLAAC, I see that SLAAC also generates the address based on the host's MAC address. With this question's wording, it seems that B or C could be correct.
upvoted 1 times
...
...
anoop4ever
11 months ago
Answer is B. The key is "specified prefix". SLAAC aka auto config dynamically learns prefix and specified prefix is with eui 64. Such a straight forward question that people are arguing on.
upvoted 2 times
...
scanossa
12 months ago
Selected Answer: B
I test it on a real router
upvoted 4 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 ...