Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

List the commands used during your eigrp troubleshooting process

07/10/2021 Client: muhammad11 Deadline: 2 Day

Writing King2

SEE ATTACHMENTS

Interface names may vary among network device types. The interface names shown in the topology image are consistent with those found in the lab activity document. Use the IOS show interface and show controllers commands to determine the actual interface names for the devices used in the lab pod.

When you have completed the activities, answer the questions that are within the individual labs in a Word Document. Within your submission, include your completed Lab Assignment Report. Save and name your file, "CIS204_U2_LabAssignment_LastName.docx".

You must complete the activities in the following order:

Lab 7.1.4.8: Configuring OSFPv2 Advanced Features
Configuring OSFPv2 Advanced Features
Lab 4.2.2.5: Configuring Basic EIGRP for IPV4
Configuring Basic EIGRP for IPV4
Lab 5.1.5.5: Configuring Advanced EIGRP for IPv4 Features
Configuring Advanced EIGRP for IPv4 Features
Lab 5.2.3.7: Troubleshooting Advanced EIGRP
Troubleshooting Advanced EIGRP
Lab 7.2.3.4: Troubleshooting Advanced Single-Area OSPFv2
Troubleshooting Advanced Single-Area OSPFv2

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9

Lab – Troubleshooting Advanced EIGRP

Topology

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 9

Addressing Table

Device Interface IP Address Subnet Mask Default Gateway

R1 G0/0 192.168.1.1 255.255.255.0 N/A

Lo1 172.16.11.1 255.255.255.0 N/A

Lo2 172.16.12.1 255.255.255.0 N/A

Lo3 172.16.13.1 255.255.255.0 N/A

Lo4 172.16.14.1 255.255.255.0 N/A

S0/0/0 (DCE) 192.168.12.1 255.255.255.252 N/A

S0/0/1 192.168.13.1 255.255.255.252 N/A

R2 G0/0 192.168.2.1 255.255.255.0 N/A

Lo0 209.165.200.225 255.255.255.252 N/A

S0/0/0 192.168.12.2 255.255.255.252 N/A

S0/0/1 (DCE) 192.168.23.1 255.255.255.252 N/A

R3 G0/0 192.168.3.1 255.255.255.0 N/A

Lo3 172.16.33.1 255.255.255.0 N/A

Lo4 172.16.34.1 255.255.255.0 N/A

Lo5 172.16.35.1 255.255.255.0 N/A

Lo6 172.16.36.1 255.255.255.0 N/A

S0/0/0 (DCE) 192.168.13.2 255.255.255.252 N/A

S0/0/1 192.168.23.2 255.255.255.252 N/A

PC-A NIC 192.168.1.3 255.255.255.0 192.168.1.1

PC-B NIC 192.168.2.3 255.255.255.0 192.168.2.1

PC-C NIC 192.168.3.3 255.255.255.0 192.168.3.1

Objectives

Part 1: Build the Network and Load Device Configurations

Part 2: Troubleshoot EIGRP

Background / Scenario

The Enhanced Interior Gateway Routing Protocol (EIGRP) has advanced features to allow changes related to summarization, default route propagation, bandwidth utilization, metrics, and security.

In this lab, you will troubleshoot a network that is running EIGRP. Advanced EIGRP features have been implemented, but the network is now experiencing problems. You are tasked with finding and correcting the network issues.

Note: The routers used with CCNA hands-on labs are Cisco 1941 Integrated Services Routers (ISRs) with Cisco IOS, Release 15.2(4)M3 (universalk9 image). Other routers and Cisco IOS versions can be used. Depending on the model and Cisco IOS version, the commands available and output produced might vary

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 9

from what is shown in the labs. Refer to the Router Interface Summary Table at the end of this lab for the correct interface identifiers.

Note: Ensure that the routers have been erased and have no startup configurations. If you are unsure, contact your instructor.

Required Resources

 3 Routers (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or comparable)

 3 PCs (Windows 7, Vista, or XP with terminal emulation program, such as Tera Term)

 Console cables to configure the Cisco IOS devices via the console ports

 Ethernet cables as shown in the topology

Part 1: Build the Network and Load Device Configurations

Step 1: Cable the network as shown in the topology.

Step 2: Configure PC hosts.

Step 3: Load router configurations.

Load the following configurations into the appropriate router. All routers have the same passwords. The privileged EXEC password is class, and cisco is the console and vty password.

Router R1 Configuration:

conf t

hostname R1

enable secret class

no ip domain lookup

key chain EIGRP-KEYS

key 1

key-string cisco123

line con 0

password cisco

login

logging synchronous

line vty 0 4

password cisco

login

banner motd @

Unauthorized Access is Prohibited! @

interface lo1

description Connection to Branch 11

ip add 172.16.11.1 255.255.255.0

interface lo2

description Connection to Branch 12

ip add 172.16.12.1 255.255.255.0

interface lo3

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 9

description Connection to Branch 13

ip add 172.16.13.1 255.255.255.0

interface lo4

description Connection to Branch 14

ip add 172.16.14.1 255.255.255.0

interface g0/0

description R1 LAN Connection

ip add 192.168.1.1 255.255.255.0

no shutdown

interface s0/0/0

description Serial Link to R2

clock rate 128000

ip add 192.168.12.1 255.255.255.252

ip authentication mode eigrp 1 md5

ip authentication key-chain eigrp 1 EIGRP-KEYS

ip hello-interval eigrp 1 30

ip hold-time eigrp 1 90

ip bandwidth-percent eigrp 1 40

no shutdown

interface s0/0/1

description Serial Link to R3

bandwidth 128

ip add 192.168.13.1 255.255.255.252

ip authentication mode eigrp 1 md5

ip authentication key-chain eigrp 1 EIGRP-KEYS

ip bandwidth-percent eigrp 1 40

no shutdown

router eigrp 1

router-id 1.1.1.1

network 192.168.1.0 0.0.0.255

network 192.168.12.0 0.0.0.3

network 192.168.13.0 0.0.0.3

network 172.16.0.0 0.0.255.255

passive-interface g0/0

auto-summary

end

Router R2 Configuration:

conf t

hostname R2

enable secret class

no ip domain lookup

key chain EIGRP-KEYS

key 1

key-string Cisco123

line con 0

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 9

password cisco

login

logging synchronous

line vty 0 4

password cisco

login

banner motd @

Unauthorized Access is Prohibited! @

interface g0/0

description R2 LAN Connection

ip add 192.168.2.1 255.255.255.0

no shutdown

interface s0/0/0

description Serial Link to R1

bandwidth 128

ip add 192.168.12.2 255.255.255.252

ip authentication mode eigrp 1 md5

ip authentication key-chain eigrp 1 EIGRP-KEYS

ip bandwidth-percent eigrp 1 40

ip hello-interval eigrp 1 30

ip hold-time eigrp 1 90

no shutdown

interface s0/0/1

description Serial Link to R3

bandwidth 128

ip add 192.168.23.1 255.255.255.252

ip authentication mode eigrp 1 md5

ip bandwidth-percent eigrp 1 40

ip hello-interval eigrp 1 30

ip hold-time eigrp 1 90

no shutdown

interface lo0

ip add 209.165.200.225 255.255.255.252

description Connection to ISP

router eigrp 1

router-id 2.2.2.2

network 192.168.2.0 0.0.0.255

network 192.168.12.0 0.0.0.3

network 192.168.23.0 0.0.0.3

passive-interface g0/0

ip route 0.0.0.0 0.0.0.0 lo0

end

Router R3 Configuration:

conf t

hostname R3

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 9

enable secret class

no ip domain lookup

key chain EIGRP-KEYS

key 1

key-string Cisco123

line con 0

password cisco

login

logging synchronous

line vty 0 4

password cisco

login

banner motd @

Unauthorized Access is Prohibited! @

interface lo3

description Connection to Branch 33

ip add 172.16.33.1 255.255.255.0

interface lo4

description Connection to Branch 34

ip add 172.16.34.1 255.255.255.0

interface lo5

description Connection to Branch 35

ip add 172.16.35.1 255.255.255.0

interface lo6

description Connection to Branch 36

ip add 172.16.36.1 255.255.255.0

interface g0/0

description R3 LAN Connection

ip add 192.168.3.1 255.255.255.0

no shutdown

interface s0/0/0

description Serial Link to R1

ip add 192.168.13.2 255.255.255.252

ip authentication mode eigrp 1 md5

ip authentication key-chain eigrp 1 EIGRP-KEYS

ip hello-interval eigrp 1 30

ip hold-time eigrp 1 90

clock rate 128000

bandwidth 128

no shutdown

interface s0/0/1

description Serial Link to R2

bandwidth 128

ip add 192.168.23.2 255.255.255.252

ip authentication mode eigrp 1 md5

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 9

ip authentication key-chain eigrp 1 eigrp-keys

! ip bandwidth-percent eigrp 1 40

ip hello-interval eigrp 1 30

ip hold-time eigrp 1 90

no shutdown

router eigrp 1

router-id 3.3.3.3

network 192.168.3.0 0.0.0.255

network 192.168.13.0 0.0.0.3

network 192.168.23.0 0.0.0.3

network 172.16.0.0 0.0.255.255

passive-interface g0/0

auto-summary

end

Step 4: Verify end-to-end connectivity.

Note: It may be necessary to disable the PC firewall to ping between PCs.

Step 5: Save the configuration on all routers.

Part 2: Troubleshoot EIGRP

In Part 2, verify that all routers have established neighbor adjacencies, and that all network routes are available.

Additional EIGRP Requirements:

 All serial interface clock rates should be set at 128 Kb/s and a matching bandwidth setting should be

available to allow EIGRP cost metrics to be calculated correctly.

 Manual route summarization of the branch networks, simulated by using Loopback interfaces on R1 and

R3, should be utilized. The automatic summarization feature of EIGRP should not be used.

 EIGRP should redistribute the static default route to the Internet. This is simulated by using Loopback

interface 0 on R2.

 EIGRP should be configured to use no more than 40 percent of the available bandwidth on the serial

interfaces.

 EIGRP Hello/Hold timer intervals should be set to 30/90 on all serial interfaces.

 All serial interfaces should be configured with MD5 authentication, using key chain EIGRP-KEYS, with a

key-string of Cisco123.

List the commands used during your EIGRP troubleshooting process:

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 9

List the changes made to resolve the EIGRP issues. If no problems were found on the device, then respond with “no problems were found”.

R1 Router:

R2 Router:

R3 Router:

Reflection

1. How can the auto-summary command create routing issues in EIGRP?

2. What advantages are provided by manually summarizing the branch routes (loopback interfaces on R1 and R3) in this network?

3. Why would you want to change the EIGRP Hello and Hold time intervals on an interface?

Lab – Troubleshooting Advanced EIGRP

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 9

Router Interface Summary Table

Router Interface Summary

Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2

1800 Fast Ethernet 0/0 (F0/0)

Fast Ethernet 0/1 (F0/1)

Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)

1900 Gigabit Ethernet 0/0 (G0/0)

Gigabit Ethernet 0/1 (G0/1)

Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)

2801 Fast Ethernet 0/0 (F0/0)

Fast Ethernet 0/1 (F0/1)

Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)

2811 Fast Ethernet 0/0 (F0/0)

Fast Ethernet 0/1 (F0/1)

Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)

2900 Gigabit Ethernet 0/0 (G0/0)

Gigabit Ethernet 0/1 (G0/1)

Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)

Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many interfaces the router has. There is no way to effectively list all the combinations of configurations for each router class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device. The table does not include any other type of interface, even though a specific router may contain one. An example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be used in Cisco IOS commands to represent the interface.

TextField1:

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Math Guru
Smart Accountants
Top Writing Guru
Homework Guru
Best Coursework Help
Top Academic Tutor
Writer Writer Name Offer Chat
Math Guru

ONLINE

Math Guru

I have read and understood all your initial requirements, and I am very professional in this task.

$41 Chat With Writer
Smart Accountants

ONLINE

Smart Accountants

I have read your project details. I can do this within your deadline.

$37 Chat With Writer
Top Writing Guru

ONLINE

Top Writing Guru

Give me a chance, i will do this with my best efforts

$38 Chat With Writer
Homework Guru

ONLINE

Homework Guru

I will cover all the points which you have mentioned in your project details.

$41 Chat With Writer
Best Coursework Help

ONLINE

Best Coursework Help

I will cover all the points which you have mentioned in your project details.

$21 Chat With Writer
Top Academic Tutor

ONLINE

Top Academic Tutor

Hello, I an ranked top 10 freelancers in academic and contents writing. I can write and updated your personal statement with great quality and free of plagiarism

$35 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Societal marketing concept of nike - Where does the thesis statement go in the introduction - Moonee valley transfer station opening hours - 414 n bradley st mckinney tx 75069 - Introduction to cisco networking pdf - Iec 61000 3 13 - Anxiety Assessment Tools - Six foot track mandatory gear - Essay Science - Data analytics simulation strategic decision making chegg - Rmit easycite - Musyokiones - Are slime molds heterotrophic or autotrophic - Open source accounting software mac - What are computer ethics definition - How to make your own totem pole - 6.20 warm up: online shopping cart (java) - Www swingers openmarriagesnatural legalizepolygamy org - Abigail adams urges husband to remember the ladies - 115 van winkle san anselmo - Bigfoot bbq restaurant & catering flagstaff az - Objets de la classe - Pharmacological and parenteral therapies ati - Boy at the window poem analysis - San andreas fault palmdale road cut - Hrp substrate western blot - Discussion - Gods and goddesses of ancient greece family tree - Clinical significance vs statistical significance in nursing research - Chapter 6 time value of money - 6 month training program - Is 7mm appendix normal - Challenges to implementing enterprise blockchain applications, - The treadmill of consumption james roberts summary - Paige turner tax return - Maxim street family medical practice - Econ - Life magazine 1956 ideal modern woman - Punchline algebra book b 18.4 answers - Eaton sts 16 price - Briar u series pdf - Structural formula of isopropyl chloride - Discriminate between an instinctive view of imprinting and an associative learning - 275 lion street sawyers valley - All uml diagrams for hotel management system pdf - Herman miller c2 climate control review - Google project oxygen do managers matter - Characteristics of sedimentary rocks - Multicultural education in a pluralistic society chapter 1 - Journal need completing - Service management process ppt - Homework 4.8 - Pumpkin acidic or alkaline - Michael pollan unhappy meals summary - Radioactive metal crossword clue - Are weep holes required in rendered walls - Humn 8660 - What is a literary form - Society of vascular technology - Deckers outdoor corporation investor relations - What is the variable expense ratio - Calculate number of vacancies per cubic meter - Finance Paper - Social blade will tennyson - Collection 5 Reading Stations - Charge account validation python - Carrefour case study international business - Barack obama nobel peace prize acceptance speech - Staffing process class 12 - Differential analysis the key to decision making - The outsiders characters physical descriptions - Australian and new zealand standard method of measurement 2018 pdf - I ve got a brand new combine harvester chords - The induction coil works on the principle of - Cic case study stage 3 - Assignment - ZAPS LAB ASSIGNMENT - My virtual child paper 1 - What does parq stand for in pe - BI A - News article - They say i say chapter 4 - Soap note for nausea and vomiting - Essay- 2pages with intro, body of paragraphs and conclusion - When mcdonald’s originally began to expand globally, its global product strategy was - Week 4 - Assignment 1: Evaluate the Business Models of Four Large Internet Corporations - Nova absolute zero worksheet answers part 2 - Lab report friction on inclined plane - Barriers in career planning process - Information technology - Week 8 assignment - What is the dink method - Casio calculator fx 82au plus - Cephalocaudal principle of development - Informative essay on michael jordan - What funeral service practice made refrigerated caskets obsolete - Hku economics and finance syllabus - Bond order in resonance structures - Winterbottom v wright 1842 - Pangea cut out activity