SlideShare a Scribd company logo
1 of 20
Download to read offline
Traffic engineering
Simulation Based EIGRP with two Autonomous
systems
Performance Analysis
Lecturer: Dr inz. Janusz Klink
Nzavatunga Luwawa 197671
Table of contents
Objectives .....................................................................................................................................................1
Introduction ..................................................................................................................................................2
Advantages and Disadvantages of EIGRP .....................................................................................................3
Technical Overview of Routing Protocols.....................................................................................................4
Classification of Routing Protocols ...............................................................................................................4
Static versus Dynamic Routing......................................................................................................................5
Autonomous System (AS) .............................................................................................................................6
Scenario.........................................................................................................................................................6
Configuration IP subnet addressing..............................................................................................................7
Simulation.....................................................................................................................................................8
Ping test ........................................................................................................................................................8
Global statistics...........................................................................................................................................10
Ethernet Server(FTP)...................................................................................................................................11
Route redistribution....................................................................................................................................14
Conclusion and future use ..........................................................................................................................16
References ..................................................................................................................................................17
Abstract
Routing protocol is taking a vital role in the modern communication networks. A routing
protocol is a protocol which is responsible to determine how routers communicate with each
other and forward the packets through the optimal path to travel from a source node to a
destination node. Among the routing protocols, Enhanced Interior Gateway Routing Protocol
(EIGRP) and Open Shortest Path First (OSPF) are the pre-eminent routing protocols. EIGRP is a
Cisco proprietary distance-vector protocol based on Diffusing Update Algorithm (DUAL).
This Project presents s a simulation based comparative performance analysis between EIGRP
using different Autonomy System AS for real time applications by using OPNET.
1
Objectives
- Introduce the EIGRP Dynamic Routing Protocol model
- To demonstrate implemented features of EIGRP
- To describe how to configure and study the EIGRP model
2
Introduction
Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced distance-
vector routing protocol that is used on a computer network to help automate routing decisions
and configuration.
EIGRP is used on a router to share routes with other routers within the same autonomous
system. Unlike other well known 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.
3
Advantages and Disadvantages of EIGRP
 Easy to configure.
 Loop free routes are offered.
 It keeps a back up path in the network to get the destination.
 Multiple network layer protocols are included.
 EIGRP convergence time is low and it is responsible for the reduction of the bandwidth
utilization.
 It can work with Variable Length Subnet Mask (VLSM) and Class Less Inter Domain
Routing (CIDR).
 EIGRP also supports the routing update authentication.
Disadvantages of EIGRP are:
 Considered as Cisco proprietary routing protocol.
 Routers from other vendors are not able to utilize EIGRP.
4
Technical Overview of Routing Protocols
In IP networks, a routing protocol usually carries packets by transferring them between
different nodes. When considering a network, routing takes place hop by hop.
Routing protocols have the following objectives:
 To communicate between routers
 To construct routing tables
 To make routing decisions
 To learn existing routes
 To share information amongst neighbor’s routers.
The routers are used mainly by connecting several networks and providing packet forwarding
to different networks. The main idea for routing protocols is to establish the best path from the
source to the destination. A routing algorithm employs several metrics, which are used to resolve
the best method of reaching to a given network. These are established either on a single or on
several properties of the path. For conventional routing protocols, networks are classified as Link
State Routing Protocols and Distance Vector Routing Protocols. The conventional routing
protocol is usually used for other types of communication networks such as Wireless Ad-Hoc
Networks, Wireless Mesh Networks etc. This chapter mainly presents the basic techniques of
different routing protocols.
Classification of Routing Protocols
The classifications of routing protocols are:
 Static and dynamic routing protocols.
 Distance Vector and Link State routing protocols.
 Classful and Classless routing protocols
5
Static versus Dynamic Routing
Static routing is a routing process whose routing table follows a manual construction and
fixed routes at boot time. The routing table needs to be updated by the network administrator
when a new network is added and discarded in the AS. Static routing is mainly used for small
networks. Its performance degrades when the network topology is changed routing. It usually
provides more control for the system administrator in order to maintain the whole network. In
static routing, the network has more control over the network. It’s simple functionality and less
CPU processing time are also an advantage but poor performance experienced when network
topology changes, complexity of reconfiguring network topology changes and difficult manual
setup procedure are still major drawbacks of static routing.
On the contrary, dynamic routing is a routing protocol in which the routing tables are
formed automatically such that the neighboring routers exchange messages with each other. The
best route procedure is conducted based on bandwidth, link cost, hop number and delay. The
protocol usually updates these values. Dynamic routing protocol has the advantage of shorter
time spent by the administrator in maintaining and configuring routes. However it has diversity
problems like routing loops and route inconsistency.
6
Autonomous System (AS)
In network administration with WLAN is a complex and very hard process for an
administrator, so that’s why there is a need do divide the administration tasks by different areas,
so each administration area has his own dedicated network, using routing protocols which satisfy
network needs.
Scenario
The key scenario is to analyze the performance of the network where it is divided in two
autonomic systems with routes being distributed between then, where route maps are used to
prevent particular route from being distributed
There are 3 demands configured
1. From Rock to Lily – Demand inside AS 100
2. From Rock to Veron – Demand from AS 100 to AS 200
3. From Lily to Kristin – Demand from AS100 to AS 200
The project consist of an EIGRP network with different autonomous systems, where the
network is divided into 2 EIGRP autonomous systems-100 and 200. Routers on AS 100 learn
about routers on AS 200 via redistribution on router Boundary and vice versa.
Fig.1-EIGRP Network domain with 2 autonomous system.
7
Configuration IP subnet addressing
Fig.3- ip subnet addressing table
8
Simulation
Simulation can be defined to show the eventual real behavior of the selected system model .It is
used for performance optimization on the basis of creating a model of the system in order to gain
insight into their functioning. We can predict the estimation and assumption of the real system by
using simulation results.
Ping test
To test the reachability of the network I used the Router Pike to send ping throughout the
networks and check the performance of the network, here is some results of this experiment.
To configure Ping in Pike Router right click on the router >Choose Individual DES
statistics >Node statistics>IP>Ping requests
Fig.4-Ping test configuration
9
Fig.5-Ping response
The graph above shows the ping response time sent from the Router Pike to
router Kristin and router Veron, it can be seen that during a one hour simulation Ping
time response is slightly higher in Enterprise_Network _Kristin with a response time of
0.037 second than Enterprise_network_Veron with has 0.032 seconds.
10
Global statistics
It is used to check whether the load or the delay in secodns of our network.
To configure, right click in an empty area then choose individual DES statistics>Global
nodes>Ethernet>Delay
Fig.6- EIGRP traffic sent/received
The graph above shows the average traffic received and sent during one hour of
network test, it is seen that the number of traffic sent is slightly higher that the number of
traffic received in bit/sec.
11
Ethernet Server(FTP)
To configure a FTP server, you should right click on the sever >Edit attributes>applications
supported Profiles> edit > create a FTP
Fig.7 FTP configuaration
12
Fig.8 – FTP Load in the network
The graph above show the average rate of traffic received using File Transfer Protocol which is a
Protocol which is used to transfer computer files from one host to another through internet. Here it can be
seen how the average of traffic quickly received quickly increases in the first 2,5 minutes with a average
of 2,90 bits and we can also a big variation from the minute 5 where the average decreases up to 2,70 bit
and it stabilizes until the end of our network test.
13
Routing Protocols
Configuring routing protocols allows an administrator to have a better control of his
network, the two types of routing are: static with is administrated in small LAN, and dynamic is
a routing administrated in MAN where there are different autonomous systems.
To configure routing Protocol in this scenario click on Protocols>Routing >configure
routing protocols>Eigrp.
Fig.9 EIGRP routing protocol
14
Route redistribution
Redistribution are used to facilitate administration, traffic and efficiency along the network , it is
recommended to isolate routing protocols in well defined zones to guarantee the correct routing
between devices which belong to different zones.
Fig.10- AS traffic received [AS 100] and [AS 200]
15
Fig.11 AS traffic sent [AS 100] and [AS 200]
The graphs above show the redistribution on the Boundary router. In the figure 7 it can be seen
the average of traffic received and sent both with AS 100 and AS 200 in the network, It is seen
that in AS 100 the average rapidly decreases from 135 bit/s to 60 bit/s in a period of seven
minutes, while in AS 200 there is a decrease of the average of the received packets from 250 up
to 150 bit/s which means that the network is faster when the packets are sent than when packets
are received.
16
Conclusion and future use
Interior routing protocols like EIGRP are widely being used in the computer networking. In this
work, I have presented a comparative analysis of different autonomous system in EIGRP, where
Boundary route has role to do redistribution and find the best route table to communicate through
the network.
As results the network between Rock and Lily is tested with Ping packets and these packets were
reachable positively, as well I as the Demand from Rock to veron are not routed because there is
a route map configured to prevent routes from AS 100 from learning about Veron.
Finally the demand from Lilly to Kristin is was redistributed to AS 100 on router Boundary and
then sent in EIGRP update message to Lily
17
References
[1] Rick Graziani and Allan Jonson, “Routing protocols and concepts: CCNA exploration
companion guide” Pearson Education. London, 2008.
[2] http://www.dei.isep.ipp.pt/~andre/disciplinas/ASIST/PL2.pdf
[3] Online source. (2004, Aug 27), “Advanced IP Addressing Management, Cisco Systems”
http://www.informit.com/articles/

More Related Content

What's hot

AODV (adhoc ondemand distance vector routing)
AODV (adhoc ondemand distance vector routing) AODV (adhoc ondemand distance vector routing)
AODV (adhoc ondemand distance vector routing) ArunChokkalingam
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...eSAT Journals
 
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH ProtocolAnalysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH ProtocolIJTET Journal
 
Enhancing the Energy Parameter of Leach Protocol For Wireless Sensor Network
Enhancing the Energy Parameter of Leach Protocol For Wireless Sensor NetworkEnhancing the Energy Parameter of Leach Protocol For Wireless Sensor Network
Enhancing the Energy Parameter of Leach Protocol For Wireless Sensor NetworkIJERD Editor
 
Report star topology using noc router
Report star topology using noc router Report star topology using noc router
Report star topology using noc router Vikas Tiwari
 
Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...
Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...
Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...rameraja
 
Designing a Routing Protocol for Ubiquitous Networks Using ECA Scheme
Designing a Routing Protocol for Ubiquitous Networks Using ECA SchemeDesigning a Routing Protocol for Ubiquitous Networks Using ECA Scheme
Designing a Routing Protocol for Ubiquitous Networks Using ECA Schemecsandit
 
Routing table and routing algorithms
Routing table and routing algorithmsRouting table and routing algorithms
Routing table and routing algorithmslavanyapathy
 
DesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellites
DesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellitesDesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellites
DesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellitesBrenden Hogan
 
Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...
Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...
Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...Eswar Publications
 
Versatile Low Power Media Access for Wireless Sensor Networks
Versatile Low Power Media Access for Wireless Sensor NetworksVersatile Low Power Media Access for Wireless Sensor Networks
Versatile Low Power Media Access for Wireless Sensor NetworksMichael Rushanan
 
WSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC ProtocolWSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC ProtocolArunChokkalingam
 
BASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKSBASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKSKABILESH RAMAR
 
Multiple routing configuration
Multiple routing configurationMultiple routing configuration
Multiple routing configurationIAEME Publication
 
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...IRJET Journal
 

What's hot (20)

AODV (adhoc ondemand distance vector routing)
AODV (adhoc ondemand distance vector routing) AODV (adhoc ondemand distance vector routing)
AODV (adhoc ondemand distance vector routing)
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...
 
Routing basic
Routing basicRouting basic
Routing basic
 
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH ProtocolAnalysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
 
Enhancing the Energy Parameter of Leach Protocol For Wireless Sensor Network
Enhancing the Energy Parameter of Leach Protocol For Wireless Sensor NetworkEnhancing the Energy Parameter of Leach Protocol For Wireless Sensor Network
Enhancing the Energy Parameter of Leach Protocol For Wireless Sensor Network
 
Report star topology using noc router
Report star topology using noc router Report star topology using noc router
Report star topology using noc router
 
Lecture 7
 Lecture 7 Lecture 7
Lecture 7
 
Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...
Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...
Prevention of Data Loss in physical implementation of FIFOs and Data Synchron...
 
Designing a Routing Protocol for Ubiquitous Networks Using ECA Scheme
Designing a Routing Protocol for Ubiquitous Networks Using ECA SchemeDesigning a Routing Protocol for Ubiquitous Networks Using ECA Scheme
Designing a Routing Protocol for Ubiquitous Networks Using ECA Scheme
 
Routing table and routing algorithms
Routing table and routing algorithmsRouting table and routing algorithms
Routing table and routing algorithms
 
DesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellites
DesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellitesDesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellites
DesignOfAnExtensibleTelemetry&CommandArcitectureForSmallSatellites
 
Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...
Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...
Implementation of Mobility and QoS Aware Energy Efficient Anycast Routing in ...
 
Versatile Low Power Media Access for Wireless Sensor Networks
Versatile Low Power Media Access for Wireless Sensor NetworksVersatile Low Power Media Access for Wireless Sensor Networks
Versatile Low Power Media Access for Wireless Sensor Networks
 
WSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC ProtocolWSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC Protocol
 
BASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKSBASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKS
 
Routing Techniques
Routing TechniquesRouting Techniques
Routing Techniques
 
Lte mobility optimization
Lte mobility optimizationLte mobility optimization
Lte mobility optimization
 
Multiple routing configuration
Multiple routing configurationMultiple routing configuration
Multiple routing configuration
 
Router architectures in no c
Router architectures in no cRouter architectures in no c
Router architectures in no c
 
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
 

Similar to Simulation Based EIGRP with two Autonomous systems Performance Analysis

Performance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University NetworkPerformance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University Networkijtsrd
 
Automatic Analyzing System for Packet Testing and Fault Mapping
Automatic Analyzing System for Packet Testing and Fault MappingAutomatic Analyzing System for Packet Testing and Fault Mapping
Automatic Analyzing System for Packet Testing and Fault MappingIRJET Journal
 
Performance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPPerformance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPIRJET Journal
 
Large Scale Data center Solution Guide: eBGP based design
Large Scale Data center Solution Guide: eBGP based designLarge Scale Data center Solution Guide: eBGP based design
Large Scale Data center Solution Guide: eBGP based designDhiman Chowdhury
 
Comprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoTComprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoTsulaiman_karim
 
Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Kimberly Jones
 
Enterprise Routing Protocol Migration
Enterprise Routing Protocol MigrationEnterprise Routing Protocol Migration
Enterprise Routing Protocol MigrationJeffrey Sicuranza
 
Cloud data management
Cloud data managementCloud data management
Cloud data managementambitlick
 
Advanced Traffic Engineering (TE++)
Advanced Traffic Engineering (TE++)Advanced Traffic Engineering (TE++)
Advanced Traffic Engineering (TE++)Pravin Bhandarkar
 
A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE IJERA Editor
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networksguesta81d4b
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyIOSR Journals
 
bank network design.pptx
bank network design.pptxbank network design.pptx
bank network design.pptxsuraj855239
 
Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...Cisco Service Provider
 
Crowd management system
Crowd management systemCrowd management system
Crowd management systemMumbaikar Le
 
OSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangOSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangAnil Nembang
 

Similar to Simulation Based EIGRP with two Autonomous systems Performance Analysis (20)

Group 1
Group 1Group 1
Group 1
 
Performance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University NetworkPerformance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University Network
 
C0343015019
C0343015019C0343015019
C0343015019
 
Automatic Analyzing System for Packet Testing and Fault Mapping
Automatic Analyzing System for Packet Testing and Fault MappingAutomatic Analyzing System for Packet Testing and Fault Mapping
Automatic Analyzing System for Packet Testing and Fault Mapping
 
5 ijcse-01219
5 ijcse-012195 ijcse-01219
5 ijcse-01219
 
Performance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPPerformance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRP
 
Large Scale Data center Solution Guide: eBGP based design
Large Scale Data center Solution Guide: eBGP based designLarge Scale Data center Solution Guide: eBGP based design
Large Scale Data center Solution Guide: eBGP based design
 
Comprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoTComprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoT
 
Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...
 
Enterprise Routing Protocol Migration
Enterprise Routing Protocol MigrationEnterprise Routing Protocol Migration
Enterprise Routing Protocol Migration
 
11 ijcse-01219
11 ijcse-0121911 ijcse-01219
11 ijcse-01219
 
Cloud data management
Cloud data managementCloud data management
Cloud data management
 
Advanced Traffic Engineering (TE++)
Advanced Traffic Engineering (TE++)Advanced Traffic Engineering (TE++)
Advanced Traffic Engineering (TE++)
 
A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation Study
 
bank network design.pptx
bank network design.pptxbank network design.pptx
bank network design.pptx
 
Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...
 
Crowd management system
Crowd management systemCrowd management system
Crowd management system
 
OSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangOSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil Nembang
 

Recently uploaded

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
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

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
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
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🔝
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Simulation Based EIGRP with two Autonomous systems Performance Analysis

  • 1. Traffic engineering Simulation Based EIGRP with two Autonomous systems Performance Analysis Lecturer: Dr inz. Janusz Klink Nzavatunga Luwawa 197671
  • 2. Table of contents Objectives .....................................................................................................................................................1 Introduction ..................................................................................................................................................2 Advantages and Disadvantages of EIGRP .....................................................................................................3 Technical Overview of Routing Protocols.....................................................................................................4 Classification of Routing Protocols ...............................................................................................................4 Static versus Dynamic Routing......................................................................................................................5 Autonomous System (AS) .............................................................................................................................6 Scenario.........................................................................................................................................................6 Configuration IP subnet addressing..............................................................................................................7 Simulation.....................................................................................................................................................8 Ping test ........................................................................................................................................................8 Global statistics...........................................................................................................................................10 Ethernet Server(FTP)...................................................................................................................................11 Route redistribution....................................................................................................................................14 Conclusion and future use ..........................................................................................................................16 References ..................................................................................................................................................17
  • 3. Abstract Routing protocol is taking a vital role in the modern communication networks. A routing protocol is a protocol which is responsible to determine how routers communicate with each other and forward the packets through the optimal path to travel from a source node to a destination node. Among the routing protocols, Enhanced Interior Gateway Routing Protocol (EIGRP) and Open Shortest Path First (OSPF) are the pre-eminent routing protocols. EIGRP is a Cisco proprietary distance-vector protocol based on Diffusing Update Algorithm (DUAL). This Project presents s a simulation based comparative performance analysis between EIGRP using different Autonomy System AS for real time applications by using OPNET.
  • 4. 1 Objectives - Introduce the EIGRP Dynamic Routing Protocol model - To demonstrate implemented features of EIGRP - To describe how to configure and study the EIGRP model
  • 5. 2 Introduction Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced distance- vector routing protocol that is used on a computer network to help automate routing decisions and configuration. EIGRP is used on a router to share routes with other routers within the same autonomous system. Unlike other well known 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.
  • 6. 3 Advantages and Disadvantages of EIGRP  Easy to configure.  Loop free routes are offered.  It keeps a back up path in the network to get the destination.  Multiple network layer protocols are included.  EIGRP convergence time is low and it is responsible for the reduction of the bandwidth utilization.  It can work with Variable Length Subnet Mask (VLSM) and Class Less Inter Domain Routing (CIDR).  EIGRP also supports the routing update authentication. Disadvantages of EIGRP are:  Considered as Cisco proprietary routing protocol.  Routers from other vendors are not able to utilize EIGRP.
  • 7. 4 Technical Overview of Routing Protocols In IP networks, a routing protocol usually carries packets by transferring them between different nodes. When considering a network, routing takes place hop by hop. Routing protocols have the following objectives:  To communicate between routers  To construct routing tables  To make routing decisions  To learn existing routes  To share information amongst neighbor’s routers. The routers are used mainly by connecting several networks and providing packet forwarding to different networks. The main idea for routing protocols is to establish the best path from the source to the destination. A routing algorithm employs several metrics, which are used to resolve the best method of reaching to a given network. These are established either on a single or on several properties of the path. For conventional routing protocols, networks are classified as Link State Routing Protocols and Distance Vector Routing Protocols. The conventional routing protocol is usually used for other types of communication networks such as Wireless Ad-Hoc Networks, Wireless Mesh Networks etc. This chapter mainly presents the basic techniques of different routing protocols. Classification of Routing Protocols The classifications of routing protocols are:  Static and dynamic routing protocols.  Distance Vector and Link State routing protocols.  Classful and Classless routing protocols
  • 8. 5 Static versus Dynamic Routing Static routing is a routing process whose routing table follows a manual construction and fixed routes at boot time. The routing table needs to be updated by the network administrator when a new network is added and discarded in the AS. Static routing is mainly used for small networks. Its performance degrades when the network topology is changed routing. It usually provides more control for the system administrator in order to maintain the whole network. In static routing, the network has more control over the network. It’s simple functionality and less CPU processing time are also an advantage but poor performance experienced when network topology changes, complexity of reconfiguring network topology changes and difficult manual setup procedure are still major drawbacks of static routing. On the contrary, dynamic routing is a routing protocol in which the routing tables are formed automatically such that the neighboring routers exchange messages with each other. The best route procedure is conducted based on bandwidth, link cost, hop number and delay. The protocol usually updates these values. Dynamic routing protocol has the advantage of shorter time spent by the administrator in maintaining and configuring routes. However it has diversity problems like routing loops and route inconsistency.
  • 9. 6 Autonomous System (AS) In network administration with WLAN is a complex and very hard process for an administrator, so that’s why there is a need do divide the administration tasks by different areas, so each administration area has his own dedicated network, using routing protocols which satisfy network needs. Scenario The key scenario is to analyze the performance of the network where it is divided in two autonomic systems with routes being distributed between then, where route maps are used to prevent particular route from being distributed There are 3 demands configured 1. From Rock to Lily – Demand inside AS 100 2. From Rock to Veron – Demand from AS 100 to AS 200 3. From Lily to Kristin – Demand from AS100 to AS 200 The project consist of an EIGRP network with different autonomous systems, where the network is divided into 2 EIGRP autonomous systems-100 and 200. Routers on AS 100 learn about routers on AS 200 via redistribution on router Boundary and vice versa. Fig.1-EIGRP Network domain with 2 autonomous system.
  • 10. 7 Configuration IP subnet addressing Fig.3- ip subnet addressing table
  • 11. 8 Simulation Simulation can be defined to show the eventual real behavior of the selected system model .It is used for performance optimization on the basis of creating a model of the system in order to gain insight into their functioning. We can predict the estimation and assumption of the real system by using simulation results. Ping test To test the reachability of the network I used the Router Pike to send ping throughout the networks and check the performance of the network, here is some results of this experiment. To configure Ping in Pike Router right click on the router >Choose Individual DES statistics >Node statistics>IP>Ping requests Fig.4-Ping test configuration
  • 12. 9 Fig.5-Ping response The graph above shows the ping response time sent from the Router Pike to router Kristin and router Veron, it can be seen that during a one hour simulation Ping time response is slightly higher in Enterprise_Network _Kristin with a response time of 0.037 second than Enterprise_network_Veron with has 0.032 seconds.
  • 13. 10 Global statistics It is used to check whether the load or the delay in secodns of our network. To configure, right click in an empty area then choose individual DES statistics>Global nodes>Ethernet>Delay Fig.6- EIGRP traffic sent/received The graph above shows the average traffic received and sent during one hour of network test, it is seen that the number of traffic sent is slightly higher that the number of traffic received in bit/sec.
  • 14. 11 Ethernet Server(FTP) To configure a FTP server, you should right click on the sever >Edit attributes>applications supported Profiles> edit > create a FTP Fig.7 FTP configuaration
  • 15. 12 Fig.8 – FTP Load in the network The graph above show the average rate of traffic received using File Transfer Protocol which is a Protocol which is used to transfer computer files from one host to another through internet. Here it can be seen how the average of traffic quickly received quickly increases in the first 2,5 minutes with a average of 2,90 bits and we can also a big variation from the minute 5 where the average decreases up to 2,70 bit and it stabilizes until the end of our network test.
  • 16. 13 Routing Protocols Configuring routing protocols allows an administrator to have a better control of his network, the two types of routing are: static with is administrated in small LAN, and dynamic is a routing administrated in MAN where there are different autonomous systems. To configure routing Protocol in this scenario click on Protocols>Routing >configure routing protocols>Eigrp. Fig.9 EIGRP routing protocol
  • 17. 14 Route redistribution Redistribution are used to facilitate administration, traffic and efficiency along the network , it is recommended to isolate routing protocols in well defined zones to guarantee the correct routing between devices which belong to different zones. Fig.10- AS traffic received [AS 100] and [AS 200]
  • 18. 15 Fig.11 AS traffic sent [AS 100] and [AS 200] The graphs above show the redistribution on the Boundary router. In the figure 7 it can be seen the average of traffic received and sent both with AS 100 and AS 200 in the network, It is seen that in AS 100 the average rapidly decreases from 135 bit/s to 60 bit/s in a period of seven minutes, while in AS 200 there is a decrease of the average of the received packets from 250 up to 150 bit/s which means that the network is faster when the packets are sent than when packets are received.
  • 19. 16 Conclusion and future use Interior routing protocols like EIGRP are widely being used in the computer networking. In this work, I have presented a comparative analysis of different autonomous system in EIGRP, where Boundary route has role to do redistribution and find the best route table to communicate through the network. As results the network between Rock and Lily is tested with Ping packets and these packets were reachable positively, as well I as the Demand from Rock to veron are not routed because there is a route map configured to prevent routes from AS 100 from learning about Veron. Finally the demand from Lilly to Kristin is was redistributed to AS 100 on router Boundary and then sent in EIGRP update message to Lily
  • 20. 17 References [1] Rick Graziani and Allan Jonson, “Routing protocols and concepts: CCNA exploration companion guide” Pearson Education. London, 2008. [2] http://www.dei.isep.ipp.pt/~andre/disciplinas/ASIST/PL2.pdf [3] Online source. (2004, Aug 27), “Advanced IP Addressing Management, Cisco Systems” http://www.informit.com/articles/