Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023
topology.png

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

Posted on April 21, 2018April 24, 2018 By Admin

Last Updated on April 24, 2018 by Admin

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

  • Recommend

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.
  • Recommend

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
Uncategorized

Post navigation

Previous Post: 6.4.3.4 Packet Tracer – Configuring Basic EIGRP with IPv6 Routing
Next Post: 7.2.3.5 Packet Tracer – Troubleshooting EIGRP for IPv4
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.