SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1076
Configuration of Residential Network using
Enhanced Interior Gateway Routing Protocol
Khin Aye Thu, Soe Soe Mon, Thida Soe
Lecturer, Faculty of Computer Systems and Technologies, University of Computer Studies, Hinthada, Myanmar
How to cite this paper: Khin Aye Thu |
Soe Soe Mon | Thida Soe "Configuration of
Residential Network using Enhanced
Interior Gateway Routing Protocol"
Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019, pp.1076-1080,
https://doi.org/10.31142/ijtsrd26581
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
A residential area is used in housing predominates, as opposed to industrial
and commercial areas. These include single-family housing, multi-family
residential, or mobile homes. Enhanced Interior Gateway Routing Protocol
(EIGRP) is a network protocol that is routers exchange information more
efficiently than other protocols. EIGRP is an advanced distance-vectorrouting
protocol used on a computer network for automating routing decisions and
configuration. EIGRP is used to share routes on a router with other routers
within the same autonomous system. Unlike other routing protocols, such as
RIP, EIGRP only sends incremental updates, reducing the workload on the
router and the amount of data that needs to be transmitted. EIGRP evolved
from Interior Gateway Routing Protocol (IGRP) and routers using EIGRP and
IGRP can interoperate for selecting a route with one protocol. Using EIGRP, a
router keeps a copy of it's neighbor's routing tables. If it can't find a route to a
destination in one of these tables, it queries its neighbors forarouteandquery
their neighbors until a route is found. When a routing table entry changes in
one of the routers, it notifies its neighbors of the change only.
KEYWORDS: EIGRP, IGRP
INTRODUCTION
A computer network is a groupofcomputersystems and connected togetherfor
the purpose of sharing resources. The types of networks have many kinds. A
router is a network device and layer threeof theOSIreferencemodel.Routing is
sent IP packets from one network to another network.
Cisco Packet Tracer is software allows users to simulate the
complete network by adding and connecting different
network devices. The configuration of Cisco routers used a
command-line interface.
ROUTING ALGORITHM
A routing algorithm is a set of step-by-step operations used
to direct Internet traffic efficiently. When a packet of data
leaves its source, there are many different paths it can take
to its destination. The routingalgorithmis usedtodetermine
mathematically the best path to take.
Different routing algorithms use different methods to
determine the best path. A distance-vector algorithm
calculates a graph of all available routes determines the cost
of traveling to each immediate neighbor. This information is
collected for every node to create a distance table used to
determine the best path from any one node to another.
ROUTING TABLE
For a network router to know where to send packets of data
it receives, it uses a routing table. The routing table contains
a list of specific routing destinations, and when the router
receives a packet of data, it references the routing table to
know where to send that data. The routing table may also
contain information on how far each destination is from the
router. In essence, a routing table is a map for the router.
A routing table does not contain a list of all possible
destinations. Rather, it contains a list of destinations. Each
router contains this list and when it received packets of data
it directs that packet to the next link or hops in the network
until it reaches its final destination. The routing table
contains a list of IP addresses, Gatewayaddresses, andother
information.
Table 1: Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
R1
G0/0 192.168.1.1 255.255.255.0 N/A
S0/0/0 (DCE) 10.1.1.1 255.255.255.252 N/A
S0/0/1 10.3.3.1 255.255.255.252 N/A
R2
G0/0 192.168.2.1 255.255.255.0 N/A
S0/0/0 10.1.1.2 255.255.255.252 N/A
S0/0/1 (DCE) 10.2.2.2 255.255.255.252 N/A
R3
G0/0 192.168.3.1 255.255.255.0 N/A
S0/0/0 10.3.3.2 255.255.255.252 N/A
S0/0/1 (DCE) 10.2.2.1 255.255.255.252 N/A
IJTSRD26581
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1077
PC-1 NIC 192.168.1.2 255.255.255.0 192.168.1.1
PC-2 NIC 192.168.1.3 255.255.255.0 192.168.1.1
PC-3 NIC 192.168.1.4 255.255.255.0 192.168.1.1
PC-4 NIC 192.168.2.2 255.255.255.0 192.168.2.1
PC-5 NIC 192.168.2.3 255.255.255.0 192.168.2.1
PC-6 NIC 192.168.2.4 255.255.255.0 192.168.2.1
PC-7 NIC 192.168.3.2 255.255.255.0 192.168.3.1
PC-8 NIC 192.168.3.3 255.255.255.0 192.168.3.1
PC-9 NIC 192.168.3.4 255.255.255.0 192.168.3.1
Figure1 Residential network created using cisco packet
tracer
Objectives
Part 1 : Build the Network and Configure Basic Device
Settings
Part 2 : Configure EIGRP Routing
Part 3 : Verify ERGIP Routing
Part 1 : Build the Network and Configure Basic Device
Settings
Step 1: Cable the network.
Step 2: Initialize and reload the routers.
Step 3: Configure basic settings for each router.
A. Disable DNS lookup.
B. Configure device name as shown in the topology.
C. Assign class as the privileged EXEC password.
D. Assign cisco as the console and cisco as vty passwords.
E. Configure a message of the day (MOTD) banner to warn
users that unauthorized access is prohibited.
F. Configure logging synchronous for the console line.
G. Configure the IP address listed in the Addressing Table
for all interfaces.
H. Set the clock rate for all DCE serial interfaces at 128000.
I. Copy the running configuration to the startup
configuration.
Router R1 Configuration:
A. Router(config)# no ip domain lookup
B. Router(config)#hostname R1
C. R1(config)#enable password execpass
D. R1(config)#line console 0
R1(config-line)#password conpass
R1(config-line)#login
R1(config)#exit
R1(config)#line vty 0 4
R1(config-line)#password vtypass
R1(config-line)#login
R1(config)#exit
E. R1(config)#banner motd #” unauthorized access is
prohibited”#
F. R1(config)#line console 0
R1(config-line)#logging synchronous
R1(config-line)#exit
G. R1(config)#interface g0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shut
R1(config)#exit
R1(config)#interface s0/0/0
R1(config-if)#ip address 10.1.1.1 255.255.255.252
H. R1(config-if)#clock rate 128000
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#interface s0/0/1
R1(config-if)#ip address 10.3.3.1 255.255.255.252
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#exit
I. R1# copy running-config startup-config
Router R2 Configuration:
A. Router(config)# no ip domain lookup
B. Router(config)#hostname R2
C. R2(config)#enable password execpass
D. R2(config)#line console 0
R2(config-line)#password conpass
R2(config-line)#login
R2(config)#exit
R2(config)#line vty 0 4
R2(config-line)#password vtypass
R2(config-line)#login
R2(config)#exit
E. R2(config)#banner motd #” unauthorized access is
prohibited”#
F. R2(config)#line console 0
R2(config-line)#logging synchronous
R2(config-line)#exit
G. R2(config)#interface g0/0
R2(config-if)#ip address 192.168.2.1 255.255.255.0
R2(config-if)#no shut
R2(config)#exit
R2(config)#interface s0/0/0
R2(config-if)#ip address 10.1.1.2 255.255.255.252
H. R2(config-if)#clock rate 128000
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#interface s0/0/1
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1078
R2(config-if)#ip address 10.2.2.2 255.255.255.252
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#exit
I. R2# copy running-config startup-config
Router R3 Configuration:
A. Router(config)# no ip domain lookup
B. Router(config)#hostname R3
C. R3(config)#enable password execpass
D. R3(config)#line console 0
R3(config-line)#password conpass
R3(config-line)#login
R3(config)#exit
R3(config)#line vty 0 4
R3(config-line)#password vtypass
R3(config-line)#login
R3(config)#exit
E. R3(config)#banner motd #” unauthorized access is
prohibited”#
F. R3(config)#line console 0
R3(config-line)#logging synchronous
R3(config-line)#exit
G. R3(config)#interface g0/0
R3(config-if)#ip address 192.168.3.1 255.255.255.0
R3(config-if)#no shut
R3(config)#exit
R3(config)#interface s0/0/0
R3(config-if)#ip address 10.3.3.2 255.255.255.252
H. R3(config-if)#clock rate 128000
R3(config-if)#no shut
R3(config-if)#exit
R3(config)#interface s0/0/1
R3(config-if)#ip address 10.2.2.1 255.255.255.252
R3(config-if)#no shut
R3(config-if)#exit
R3(config)#exit
I. R3# copy running-config startup-config
Step 4 : Configure PC hosts.
Step 5 : Test connectivity.
Part 2: Configure EIGRP Routing
Step 1 : Configure EIGRP on R1
R1(config)#router eigrp 10
R1(config-router)#network 192.168.1.0 0.0.0.255
R1(config-router)#network 10.1.1.0 0.0.0.3
R1(config-router)#network 10.3.3.0 0.0.0.3
R1(config-router)#exit
Step 2 :Configure EIGRP on R2
R2(config)#router eigrp 10
R2(config-router)#network 192.168.2.0 0.0.0.255
R2(config-router)#network 10.1.1.0 0.0.0.3
R2(config-router)#network 10.2.2.0 0.0.0.3
R2(config-router)#exit
Step 3 :Configure EIGRP on R3
R3(config)#router eigrp 10
R3(config-router)#network 192.168.3.0 0.0.0.255
R3(config-router)#network 10.3.3.0 0 0.0.0.3
R3(config-router)#network 10.2.2.0.0 0.0.0.3
R3(config-router)#exit
Part 3 : Verify ERGIP Routing
Step 1 : Verify EIGRP neighbors and routing information.
Step 2 : Verify EIGRP protocol setting.
Step 3 : Verify end-to-end connectivity.
Figure 2 Ping test from PC-1 to PC-4 and PC-5
Figure 3 Ping test from PC-1 to PC-6 and PC-7
Figure 4 Ping test from PC-1 to PC-8 and PC-9
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1079
Figure 5 Ping test from PC-2 to PC-4 and PC-5
Figure 6 Ping test from PC-2 to PC-6 and PC-7
Figure 7 Ping test from PC-2 to PC-8 and PC-9
Figure 8 Ping test from PC-3 to PC-4 and PC-5
Figure 9 Ping test from PC-3 to PC-6 and PC-7
Figure 10 Ping test from PC-3 to PC-8 and PC-9
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1080
Figure 11 ip eigrp neighbors and ip route eigrp for R1
Figure 12 ip eigrp neighbors and ip route eigrp for R2
Figure 13 ip eigrp neighbors and ip route eigrp for R3
CONCLUSION
EIGRP provided between networks for communication.
EIGRP is an enhanced version of IGRP. The same distance
vector technology found in IGRP used in EIGRP and the
underlying distance information remains unchanged. The
convergence properties and the operating efficiency of this
protocol have improved significantly. EIGRP allows for
improved architecturewhileretaining existinginvestmentin
IGRP.
REFERENCES
[1] CCNA Routing and Switching Courses, University of
Computer Studies, Mandalay, 2013.
[2] JAMES F.KUROSE, KEITH W.ROSS, “Routing
Algorithms” COMPUTER NETWORKING, A Top-Down
Approach.
[3] ANCHIT BANSAL, “Simulation of Route Redistribution
among RIP, EIGRP & OSPF Routing Protocols”
International Journal of Application or Innovation in
Engineering & Management (IJAIEM) ISSN2319-4847,
Volume 6, Issue 7, July 2017.
[4] Lalu Zazuli Azhar Mardedi Academy of Information
Management and Computer AIMC Mataram
“Developing Computer Network Based on EIGRP
Performance Comparison and OSPF” (IJACSA)
International Journal of Advanced Computer Science
and Applications, Vol. 6, No. 9, 2015.

More Related Content

What's hot

What's hot (20)

CCNP Lab Guide CCIE University
CCNP Lab Guide CCIE UniversityCCNP Lab Guide CCIE University
CCNP Lab Guide CCIE University
 
Packet Tracer Tutorial # 1
Packet Tracer Tutorial # 1Packet Tracer Tutorial # 1
Packet Tracer Tutorial # 1
 
Networking Lab Report
Networking Lab ReportNetworking Lab Report
Networking Lab Report
 
Network technology Paper 2
Network technology Paper 2Network technology Paper 2
Network technology Paper 2
 
Packet tracer
Packet tracerPacket tracer
Packet tracer
 
CCNA Packet Tracer 1.6.1
CCNA Packet Tracer 1.6.1CCNA Packet Tracer 1.6.1
CCNA Packet Tracer 1.6.1
 
M3 – cisco packet tracer lab
M3 – cisco packet tracer labM3 – cisco packet tracer lab
M3 – cisco packet tracer lab
 
ip v6
ip v6ip v6
ip v6
 
Ccna 2 Final V4 1
Ccna 2 Final V4 1Ccna 2 Final V4 1
Ccna 2 Final V4 1
 
lab1
lab1lab1
lab1
 
Day 17.1 nat pat (2)
Day 17.1 nat pat  (2)Day 17.1 nat pat  (2)
Day 17.1 nat pat (2)
 
Chapter11ccna
Chapter11ccnaChapter11ccna
Chapter11ccna
 
Ethernet
EthernetEthernet
Ethernet
 
Cisco CCNA module 10
Cisco CCNA module 10Cisco CCNA module 10
Cisco CCNA module 10
 
Lan Network with Redundancy.ppt
Lan Network with Redundancy.pptLan Network with Redundancy.ppt
Lan Network with Redundancy.ppt
 
Ipv6 Alp
Ipv6 AlpIpv6 Alp
Ipv6 Alp
 
Access list-cheatsheet
Access list-cheatsheetAccess list-cheatsheet
Access list-cheatsheet
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
Chapter10ccna
Chapter10ccnaChapter10ccna
Chapter10ccna
 

Similar to Configuration of Residential Network using Enhanced Interior Gateway Routing Protocol

Network Level Redundancy for Campus LAN
Network Level Redundancy for Campus LANNetwork Level Redundancy for Campus LAN
Network Level Redundancy for Campus LANijtsrd
 
All About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : NotesAll About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : NotesSubhajit Sahu
 
IRJET- Constructing Inter Domain Packet Filter for Controlling IP Spoofing
IRJET- Constructing Inter Domain Packet Filter for Controlling IP SpoofingIRJET- Constructing Inter Domain Packet Filter for Controlling IP Spoofing
IRJET- Constructing Inter Domain Packet Filter for Controlling IP SpoofingIRJET Journal
 
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIRJET Journal
 
Respond 3 of your colleagues postings in one or more of the fol.docx
 Respond  3 of your colleagues postings in one or more of the fol.docx Respond  3 of your colleagues postings in one or more of the fol.docx
Respond 3 of your colleagues postings in one or more of the fol.docxaryan532920
 
Analysis of RIP, EIGRP, and OSPF Routing Protocols in a Network
Analysis of RIP, EIGRP, and OSPF Routing Protocols in a NetworkAnalysis of RIP, EIGRP, and OSPF Routing Protocols in a Network
Analysis of RIP, EIGRP, and OSPF Routing Protocols in a Networkijtsrd
 
Generating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip IdentifierGenerating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip IdentifierIJERA Editor
 
Serial interface module for ethernet based applications
Serial interface module for ethernet based applicationsSerial interface module for ethernet based applications
Serial interface module for ethernet based applicationseSAT Journals
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPVERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPEditor IJMTER
 
Wireless adhoc multi access networks
Wireless adhoc multi access networksWireless adhoc multi access networks
Wireless adhoc multi access networksIJCNCJournal
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptxAyaanMohamed4
 
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET Journal
 

Similar to Configuration of Residential Network using Enhanced Interior Gateway Routing Protocol (20)

Network Level Redundancy for Campus LAN
Network Level Redundancy for Campus LANNetwork Level Redundancy for Campus LAN
Network Level Redundancy for Campus LAN
 
All About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : NotesAll About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : Notes
 
Ch5
Ch5Ch5
Ch5
 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
 
IRJET- Constructing Inter Domain Packet Filter for Controlling IP Spoofing
IRJET- Constructing Inter Domain Packet Filter for Controlling IP SpoofingIRJET- Constructing Inter Domain Packet Filter for Controlling IP Spoofing
IRJET- Constructing Inter Domain Packet Filter for Controlling IP Spoofing
 
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
 
Respond 3 of your colleagues postings in one or more of the fol.docx
 Respond  3 of your colleagues postings in one or more of the fol.docx Respond  3 of your colleagues postings in one or more of the fol.docx
Respond 3 of your colleagues postings in one or more of the fol.docx
 
Analysis of RIP, EIGRP, and OSPF Routing Protocols in a Network
Analysis of RIP, EIGRP, and OSPF Routing Protocols in a NetworkAnalysis of RIP, EIGRP, and OSPF Routing Protocols in a Network
Analysis of RIP, EIGRP, and OSPF Routing Protocols in a Network
 
Generating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip IdentifierGenerating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip Identifier
 
Arun project-Final
Arun project-FinalArun project-Final
Arun project-Final
 
Serial interface module for ethernet based applications
Serial interface module for ethernet based applicationsSerial interface module for ethernet based applications
Serial interface module for ethernet based applications
 
C0343015019
C0343015019C0343015019
C0343015019
 
CCNA
CCNACCNA
CCNA
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPVERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
 
Cisco Activity
Cisco ActivityCisco Activity
Cisco Activity
 
Wireless adhoc multi access networks
Wireless adhoc multi access networksWireless adhoc multi access networks
Wireless adhoc multi access networks
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptx
 
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Configuration of Residential Network using Enhanced Interior Gateway Routing Protocol

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1076 Configuration of Residential Network using Enhanced Interior Gateway Routing Protocol Khin Aye Thu, Soe Soe Mon, Thida Soe Lecturer, Faculty of Computer Systems and Technologies, University of Computer Studies, Hinthada, Myanmar How to cite this paper: Khin Aye Thu | Soe Soe Mon | Thida Soe "Configuration of Residential Network using Enhanced Interior Gateway Routing Protocol" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.1076-1080, https://doi.org/10.31142/ijtsrd26581 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT A residential area is used in housing predominates, as opposed to industrial and commercial areas. These include single-family housing, multi-family residential, or mobile homes. Enhanced Interior Gateway Routing Protocol (EIGRP) is a network protocol that is routers exchange information more efficiently than other protocols. EIGRP is an advanced distance-vectorrouting protocol used on a computer network for automating routing decisions and configuration. EIGRP is used to share routes on a router with other routers within the same autonomous system. Unlike other routing protocols, such as RIP, EIGRP only sends incremental updates, reducing the workload on the router and the amount of data that needs to be transmitted. EIGRP evolved from Interior Gateway Routing Protocol (IGRP) and routers using EIGRP and IGRP can interoperate for selecting a route with one protocol. Using EIGRP, a router keeps a copy of it's neighbor's routing tables. If it can't find a route to a destination in one of these tables, it queries its neighbors forarouteandquery their neighbors until a route is found. When a routing table entry changes in one of the routers, it notifies its neighbors of the change only. KEYWORDS: EIGRP, IGRP INTRODUCTION A computer network is a groupofcomputersystems and connected togetherfor the purpose of sharing resources. The types of networks have many kinds. A router is a network device and layer threeof theOSIreferencemodel.Routing is sent IP packets from one network to another network. Cisco Packet Tracer is software allows users to simulate the complete network by adding and connecting different network devices. The configuration of Cisco routers used a command-line interface. ROUTING ALGORITHM A routing algorithm is a set of step-by-step operations used to direct Internet traffic efficiently. When a packet of data leaves its source, there are many different paths it can take to its destination. The routingalgorithmis usedtodetermine mathematically the best path to take. Different routing algorithms use different methods to determine the best path. A distance-vector algorithm calculates a graph of all available routes determines the cost of traveling to each immediate neighbor. This information is collected for every node to create a distance table used to determine the best path from any one node to another. ROUTING TABLE For a network router to know where to send packets of data it receives, it uses a routing table. The routing table contains a list of specific routing destinations, and when the router receives a packet of data, it references the routing table to know where to send that data. The routing table may also contain information on how far each destination is from the router. In essence, a routing table is a map for the router. A routing table does not contain a list of all possible destinations. Rather, it contains a list of destinations. Each router contains this list and when it received packets of data it directs that packet to the next link or hops in the network until it reaches its final destination. The routing table contains a list of IP addresses, Gatewayaddresses, andother information. Table 1: Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.1.1 255.255.255.0 N/A S0/0/0 (DCE) 10.1.1.1 255.255.255.252 N/A S0/0/1 10.3.3.1 255.255.255.252 N/A R2 G0/0 192.168.2.1 255.255.255.0 N/A S0/0/0 10.1.1.2 255.255.255.252 N/A S0/0/1 (DCE) 10.2.2.2 255.255.255.252 N/A R3 G0/0 192.168.3.1 255.255.255.0 N/A S0/0/0 10.3.3.2 255.255.255.252 N/A S0/0/1 (DCE) 10.2.2.1 255.255.255.252 N/A IJTSRD26581
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1077 PC-1 NIC 192.168.1.2 255.255.255.0 192.168.1.1 PC-2 NIC 192.168.1.3 255.255.255.0 192.168.1.1 PC-3 NIC 192.168.1.4 255.255.255.0 192.168.1.1 PC-4 NIC 192.168.2.2 255.255.255.0 192.168.2.1 PC-5 NIC 192.168.2.3 255.255.255.0 192.168.2.1 PC-6 NIC 192.168.2.4 255.255.255.0 192.168.2.1 PC-7 NIC 192.168.3.2 255.255.255.0 192.168.3.1 PC-8 NIC 192.168.3.3 255.255.255.0 192.168.3.1 PC-9 NIC 192.168.3.4 255.255.255.0 192.168.3.1 Figure1 Residential network created using cisco packet tracer Objectives Part 1 : Build the Network and Configure Basic Device Settings Part 2 : Configure EIGRP Routing Part 3 : Verify ERGIP Routing Part 1 : Build the Network and Configure Basic Device Settings Step 1: Cable the network. Step 2: Initialize and reload the routers. Step 3: Configure basic settings for each router. A. Disable DNS lookup. B. Configure device name as shown in the topology. C. Assign class as the privileged EXEC password. D. Assign cisco as the console and cisco as vty passwords. E. Configure a message of the day (MOTD) banner to warn users that unauthorized access is prohibited. F. Configure logging synchronous for the console line. G. Configure the IP address listed in the Addressing Table for all interfaces. H. Set the clock rate for all DCE serial interfaces at 128000. I. Copy the running configuration to the startup configuration. Router R1 Configuration: A. Router(config)# no ip domain lookup B. Router(config)#hostname R1 C. R1(config)#enable password execpass D. R1(config)#line console 0 R1(config-line)#password conpass R1(config-line)#login R1(config)#exit R1(config)#line vty 0 4 R1(config-line)#password vtypass R1(config-line)#login R1(config)#exit E. R1(config)#banner motd #” unauthorized access is prohibited”# F. R1(config)#line console 0 R1(config-line)#logging synchronous R1(config-line)#exit G. R1(config)#interface g0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shut R1(config)#exit R1(config)#interface s0/0/0 R1(config-if)#ip address 10.1.1.1 255.255.255.252 H. R1(config-if)#clock rate 128000 R1(config-if)#no shut R1(config-if)#exit R1(config)#interface s0/0/1 R1(config-if)#ip address 10.3.3.1 255.255.255.252 R1(config-if)#no shut R1(config-if)#exit R1(config)#exit I. R1# copy running-config startup-config Router R2 Configuration: A. Router(config)# no ip domain lookup B. Router(config)#hostname R2 C. R2(config)#enable password execpass D. R2(config)#line console 0 R2(config-line)#password conpass R2(config-line)#login R2(config)#exit R2(config)#line vty 0 4 R2(config-line)#password vtypass R2(config-line)#login R2(config)#exit E. R2(config)#banner motd #” unauthorized access is prohibited”# F. R2(config)#line console 0 R2(config-line)#logging synchronous R2(config-line)#exit G. R2(config)#interface g0/0 R2(config-if)#ip address 192.168.2.1 255.255.255.0 R2(config-if)#no shut R2(config)#exit R2(config)#interface s0/0/0 R2(config-if)#ip address 10.1.1.2 255.255.255.252 H. R2(config-if)#clock rate 128000 R2(config-if)#no shut R2(config-if)#exit R2(config)#interface s0/0/1
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1078 R2(config-if)#ip address 10.2.2.2 255.255.255.252 R2(config-if)#no shut R2(config-if)#exit R2(config)#exit I. R2# copy running-config startup-config Router R3 Configuration: A. Router(config)# no ip domain lookup B. Router(config)#hostname R3 C. R3(config)#enable password execpass D. R3(config)#line console 0 R3(config-line)#password conpass R3(config-line)#login R3(config)#exit R3(config)#line vty 0 4 R3(config-line)#password vtypass R3(config-line)#login R3(config)#exit E. R3(config)#banner motd #” unauthorized access is prohibited”# F. R3(config)#line console 0 R3(config-line)#logging synchronous R3(config-line)#exit G. R3(config)#interface g0/0 R3(config-if)#ip address 192.168.3.1 255.255.255.0 R3(config-if)#no shut R3(config)#exit R3(config)#interface s0/0/0 R3(config-if)#ip address 10.3.3.2 255.255.255.252 H. R3(config-if)#clock rate 128000 R3(config-if)#no shut R3(config-if)#exit R3(config)#interface s0/0/1 R3(config-if)#ip address 10.2.2.1 255.255.255.252 R3(config-if)#no shut R3(config-if)#exit R3(config)#exit I. R3# copy running-config startup-config Step 4 : Configure PC hosts. Step 5 : Test connectivity. Part 2: Configure EIGRP Routing Step 1 : Configure EIGRP on R1 R1(config)#router eigrp 10 R1(config-router)#network 192.168.1.0 0.0.0.255 R1(config-router)#network 10.1.1.0 0.0.0.3 R1(config-router)#network 10.3.3.0 0.0.0.3 R1(config-router)#exit Step 2 :Configure EIGRP on R2 R2(config)#router eigrp 10 R2(config-router)#network 192.168.2.0 0.0.0.255 R2(config-router)#network 10.1.1.0 0.0.0.3 R2(config-router)#network 10.2.2.0 0.0.0.3 R2(config-router)#exit Step 3 :Configure EIGRP on R3 R3(config)#router eigrp 10 R3(config-router)#network 192.168.3.0 0.0.0.255 R3(config-router)#network 10.3.3.0 0 0.0.0.3 R3(config-router)#network 10.2.2.0.0 0.0.0.3 R3(config-router)#exit Part 3 : Verify ERGIP Routing Step 1 : Verify EIGRP neighbors and routing information. Step 2 : Verify EIGRP protocol setting. Step 3 : Verify end-to-end connectivity. Figure 2 Ping test from PC-1 to PC-4 and PC-5 Figure 3 Ping test from PC-1 to PC-6 and PC-7 Figure 4 Ping test from PC-1 to PC-8 and PC-9
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1079 Figure 5 Ping test from PC-2 to PC-4 and PC-5 Figure 6 Ping test from PC-2 to PC-6 and PC-7 Figure 7 Ping test from PC-2 to PC-8 and PC-9 Figure 8 Ping test from PC-3 to PC-4 and PC-5 Figure 9 Ping test from PC-3 to PC-6 and PC-7 Figure 10 Ping test from PC-3 to PC-8 and PC-9
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26581 | Volume – 3 | Issue – 5 | July - August 2019 Page 1080 Figure 11 ip eigrp neighbors and ip route eigrp for R1 Figure 12 ip eigrp neighbors and ip route eigrp for R2 Figure 13 ip eigrp neighbors and ip route eigrp for R3 CONCLUSION EIGRP provided between networks for communication. EIGRP is an enhanced version of IGRP. The same distance vector technology found in IGRP used in EIGRP and the underlying distance information remains unchanged. The convergence properties and the operating efficiency of this protocol have improved significantly. EIGRP allows for improved architecturewhileretaining existinginvestmentin IGRP. REFERENCES [1] CCNA Routing and Switching Courses, University of Computer Studies, Mandalay, 2013. [2] JAMES F.KUROSE, KEITH W.ROSS, “Routing Algorithms” COMPUTER NETWORKING, A Top-Down Approach. [3] ANCHIT BANSAL, “Simulation of Route Redistribution among RIP, EIGRP & OSPF Routing Protocols” International Journal of Application or Innovation in Engineering & Management (IJAIEM) ISSN2319-4847, Volume 6, Issue 7, July 2017. [4] Lalu Zazuli Azhar Mardedi Academy of Information Management and Computer AIMC Mataram “Developing Computer Network Based on EIGRP Performance Comparison and OSPF” (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 6, No. 9, 2015.