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

Last Updated on April 24, 2018 by Admin

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

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 7 Exam Chapter 7 Exam Chapter 7 Exam Online Test
Next Chapter
Chapter 8 Exam Chapter 8 Exam Chapter 8 Exam Online Test
Lab Activities
7.1.2.4 Packet Tracer – Propagating a Default Route in EIGRP for IPv4 and IPv6
7.2.3.5 Packet Tracer – Troubleshooting EIGRP for IPv4
7.3.1.2 Packet Tracer – Skills Integration Challenge

Packet Tracer – Propagating a Default Route in EIGRP for IPv4 and IPv6 (Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.

Topology

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

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

Addressing Table

Device Interface IPv4 Address Subnet Mask
IPv6 Address/Prefix
IPv4-Edge S0/0/0 172.31.6.1 255.255.255.0
S0/0/1 172.31.7.1 255.255.255.0
S0/1/0 209.165.200.226 255.255.255.224
Branch-1 G0/0 172.31.8.1 255.255.255.0
S0/0/0 172.31.6.2 255.255.255.0
Branch-2 G0/0 172.31.9.1 255.255.255.0
S0/0/1 172.31.7.2 255.255.255.0
IPv6-Edge S0/0/0 2001:DB8:ACAD:7::1/64
S0/0/1 2001:DB8:ACAD:6::1/64
S0/1/0 2001:DB8:CAFE:ABCD::2/164
Branch-3 G0/0 2001:DB8:ACAD:8::1/64
S0/0/0 2001:DB8:ACAD:7::2/64
Branch-4 G0/0 2001:DB8:ACAD:9::1/64
S0/0/1 2001:DB8:ACAD:6:::2/64

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.

IPv4-Edge(config)# ip route 0.0.0.0 0.0.0.0 Serial0/1/0

Step 3: Propagate the default route in EIGRP.

Configure the EIGRP routing process to propagate the default route.

IPv4-Edge(config)# router eigrp 1
IPv4-Edge(config-router)# redistribute static

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.

Branch-1# show ip route
<output omitted>
D*EX 0.0.0.0/0 [170/7289856] via 172.31.6.1, 00:01:24, Serial0/0/0

 

Branch-2# show ip route
<output omitted>
D*EX 0.0.0.0/0 [170/7289856] via 172.31.7.1, 00:01:45, Serial0/0/1

 

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.

IPv6-Edge(config)# ipv6 route ::/0 Serial0/1/0

Step 3: Propagate the default route in EIGRP.

Configure the EIGRP routing process to propagate the default route.

IPv6-Edge(config)# ipv6 router eigrp 1
IPv6-Edge(config-rtr)# redistribute static

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.

Branch-3> en
Branch-3# show ipv6 route
<output omitted>
EX ::/0 [170/7289856]
via FE80::1, Serial0/0/0

 

Branch-4# show ipv6 route
<output omitted>
EX ::/0 [170/7289856]
via FE80::1, Serial0/0/1

 

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.

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 7 Exam Chapter 7 Exam Chapter 7 Exam Online Test
Next Chapter
Chapter 8 Exam Chapter 8 Exam Chapter 8 Exam Online Test
Lab Activities
7.1.2.4 Packet Tracer – Propagating a Default Route in EIGRP for IPv4 and IPv6
7.2.3.5 Packet Tracer – Troubleshooting EIGRP for IPv4
7.3.1.2 Packet Tracer – Skills Integration Challenge