[CCNAv6 S3] 7.1.3.4 Packet Tracer - Propagating a Default Route in EIGRP for IPv4 and IPv6



Packet Tracer – Propagating a Default Route in EIGRP for IPv4 and IPv6
Addressing Table


Objectives

Part 1: Propagate an IPv4 Default Route

Part 2: Propagate an IPv6 Default Route

Part 3: Verify Connectivity to Outside Hosts

Scenario

In this activity, you will configure and propagate a default route in EIGRP for IPv4 and IPv6 networks. EIGRP is already configured. However, you are required to configure an IPv4 and an IPv6 default route. Then, you will configure the EIGRP routing process to propagate the default route to downstream EIGRP neighbors. Finally, you will verify the default routes by pinging hosts outside the EIGRP routing domain.

Part 1:     Propagate a Default Route in EIGRP for IPv4
Step 1:     Verify EIGRP configuration on each IPv4 enabled router.

Display the routing table of each IPv4 enabled router and verify that all IPv4 routes are visible.

Step 2:     Configure an IPv4 default route.

Configure a directly connected IPv4 default route on IPv4-Edge.

Step 3:     Propagate the default route in EIGRP.

Configure the EIGRP routing process to propagate the default route.

Step 4:     Verify IPv4 default route is propagating.

Display the routing tables for Branch-1 and Branch-2 to verify the default route is now installed.

Part 2:     Propagate a Default Route in EIGRP for IPv6
Step 1:     Verify EIGRP configuration on each IPv6 enabled router.

Display the routing table of each IPv6 enabled router and verify that all IPv6 routes are visible.

Step 2:     Configure an IPv6 default route.

Configure a directly connected IPv6 default route on IPv6-Edge.

Step 3:     Propagate the default route in EIGRP.

Configure the EIGRP routing process to propagate the default route.

Step 4:     Verify IPv6 default route is propagating.

Display the routing tables for Branch-3 and Branch-4 to verify the default route is now installed.

Part 3:     Verify Connectivity to Outside Hosts
·         PC1 and PC2 should now be able to ping IPv4 Outside Host.
·         PC3 and PC4 should now be able to ping IPv6 Outside Host.




Configuration IPv4-Edge:

enable
configure terminal
router eigrp 1
 redistribute static
 exit
ip route 0.0.0.0 0.0.0.0 s0/1/0
end
write memory
!

Configuration IPv6-Edge

enable
configure terminal
ipv6 router eigrp 1
 redistribute static
 exit
ipv6 route ::/0 s0/1/0
end
write memory
!

END !~!


Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 8.3.1.2 Packet Tracer - Skills Integration Challenge

[CCNAv6 S3] 7.2.3.5 Packet Tracer - Troubleshooting EIGRP for IPv4