Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 337
An engineer is using a network sniffer to troubleshoot DHCPv6 between a router and hosts on the LAN with the following configuration: interface Ethernet0 ipv6 dhcp server DHCPSERVERPOOL rapid-commit
!
Which two DHCP messages will appear in the sniffer logs? (Choose two.)
Answer options
- A. reply
- B. request
- C. advertise
- D. Acknowledge
- E. solicit
- F. accept
Correct answer: A, E
Explanation
The correct answers are 'reply' and 'solicit' because when a client requests an address, it sends a solicit message, and the server responds with a reply. The other options like 'request', 'advertise', 'Acknowledge', and 'accept' are not part of the messages exchanged in this context for DHCPv6 rapid commit mode.