Packet Tracer - Ipv6 Neighbor Discovery: Step 2: Switch To Simulation Mode To Capture Events
Packet Tracer - Ipv6 Neighbor Discovery: Step 2: Switch To Simulation Mode To Capture Events
Packet Tracer - Ipv6 Neighbor Discovery: Step 2: Switch To Simulation Mode To Capture Events
b. Select the first NDP event at RTA. Why are there no Out Layers?
The IPv6 address does not match the router’s address so it drops the packet.
c. Click the next ICMPv6 event at PCA1.
Does PCA1 now have all of the necessary information to communicate with PCA2?
Yes, it now knows both the destination IPv6 address as well as the destination MAC
address of PCA2.
d. Click the last ICMPv6 event at PCA1. Notice this is the last communication listed.
e. Click the Reset Simulation button in the Simulation Panel. From the command prompt of
PCA1 repeat the ping to PCA2. (Hint: you should be able to press the up arrow to bring
the previous command back.)
f. Click the Capture Forward button 5 times to complete the ping process.
Reflection Questions
1. When does a device require the IPv6 Neighbor Discovery process?
When the destination MAC address is not known. This process is similar to ARP with IPv4.
2. How does a router help to minimize the amount of IPv6 Neighbor Discovery traffic on a network?
The router keeps neighbor tables so that it doesn’t need to initiate ND for every destination host.
3. How does IPv6 minimize the impact of the ND process on network hosts?
It uses a multicast address so that only a handful of addresses would be listening to the Neighbor
Discovery messages. IPv6 creates a specially crafted multicast destination MAC address which
includes a portion of the node address.
4. How does the Neighbor Discovery process differ when a destination host is on the same LAN and when it
is on a remote LAN?
When a destination host is on the same LAN segment only the device that matches the IPv6 address
responds and other devices drop the packet. When the device is remote the gateway device (usually a
router) provides the MAC address of the interface on the local interface for the destination MAC and
then searches for the MAC address on the remote network. The router will then place the responding
IPv6/MAC address pair in the IPv6 Neighbor table. (similar to an ARP table in IPv4)