easy
Single Answer
0

Which command would use the MAC address for the host portion of the IPv6 address on a router interface?

Answer Options

A

ip address eui-64 2001:db8:1234::/64

B

ip address 2001:db8:1234::/64 mac-address

C

ipv6 address 2001:db8:1234::/64 eui-64

D

ipv6 address 2001:db8:1234::/64 mac

Correct Answer: C

Explanation

The command to set an EUI-64 address for the host portion of the IPv6 address on an interface is ipv6 address 2001:db8:1234::/64 eui-64. The other commands use incorrect syntax or wrong address family (ip instead of ipv6).

cisco-ios
ipv6
eui-64
cli