07-Design and Simulation of Traffic Engineering Using MPLS in GNS3 Environment.2018
07-Design and Simulation of Traffic Engineering Using MPLS in GNS3 Environment.2018
07-Design and Simulation of Traffic Engineering Using MPLS in GNS3 Environment.2018
Abstract ---Traffic engineering[1] is one of the best In order of handling such a problem, the network designer
solution of IP routing when the routes are overloaded. came up with the idea of Tag switching[4]. This technology
Generally the router uses the shortest path solution from was first introduced by one of the leading network designer
source to destination, so if at the same time all routers are company of its time CISCO. It was then further processed
looking for shortest path, their might be possibility of and formalized as MPLS i.e. Multiprotocol Label
overloading and delay. So MPLS not just rely on shortest Switching[5]. The terms tag and label are synonymous to
path. It utilized the underutilized paths, when all shortest each other.
paths are over utilized. The main objective of this work is
to simulate the workings of MPLS with Traffic The key idea is labeling of each packet when it is injected
Engineering[2] in a network and to perform analysis of into network. After a packet is labeled, the routing is
the advantages provided by MPLS as opposed to other performed across the network using a label forwarding table
commonly used network protocols. Additional objective is or in other words Label Forwarding Instance based. The
to assimilate exhaustive information on MPLS basics and another notable thing here is that the network still depend on
fundamentals which helps beginners. Also, simulation of the basic routing protocol for trafficking of the packets
IP, ATM, FR etc based networks forms a part of the from source to destination using traditional routing
additional targets of this article. We have used GNS3 protocols like OSPF, EIGRP or BGP for internetwork[6].
Simulator and Cisco 2691 Router iso image.
The MPLS is an integration of framework for packet
Keywords— MPLS, OVERLAY MODELING ATM, transfer by using an added advantages of labeling. In this
BGP, IGP, IS-IS, OSPF procedure, the formation of IP routing table is similar in
manner as always with another routing table at network
I. Introduction layer with added layer of labeling. Hence separating the
traffic which is not provided by IP without setting up VPN`s
In last decades numerous technologies have been unearthed on an individual system.
for the understanding of network traffic in both the If we insight of the operating layer of MPLS, it seems that
termination as well as transmission of the network traffic neither it is working in layer 2 of TCP/IP for e.g. ATM,
form source to destination. Some of the most commonly relay, Ethernet nor on layer 3 of the same protocol but it
used technologies includes ATM (Asynchronous Transfer switched in between. Because of this nature, it is also called
Mode)[3], PPP, Ethernet and frame relay etc. The listed as layer 2.5 protocol.
network technology has their own pros and cons which
make them effective in traffic routing but what made it Construction of routing table is same mostly similar to other
complicated is internetwork routing of traffic. Besides their routing with added advantageous layer of label forwarding
effective capabilities, the companies also have to make a which enhances the routing speed of packets equipped with
trade-off between performance and cost of the actual label nos. Hence a traffic segregation is performed by
implementation of network design. So the technologies MPLS which is absent in other routing protocols like IP
which have been listed above can be taken as a solution of routing.
the arising problem; for example in order to connect various
offices of the same company, one might configure VPN The MPLS[7] is a layer 2.5 protocol which means that it
between various offices or one can purchase a dedicated works in between data link layer and network layer which
lease line at premium cost. enhances forwarding of packet in more reliable way. Some
of the data link protocols are ATM. relay, Ethernet and in
layer 3, IP as well as IPv6 fit in. So at 2.5 layer, MPLS
LDP[8] aka label distribution protocol is also utilized by the Network flow across network is an exhaustive task[13]. In
MPLS traffic protocol. Which works when a network is not order to maintain a trade-off between routing cost,
running in BGP in order to distribute labels. Generally when bandwidth requirement, and better resource utilization, the
BGP protocol is in inactive mode or not running, advertises only promising solution is traffic engineering. It is an
labels within protocols. But the main problem is that it is not optimal solution to provide a better framework for ISPs in
supported by natively protocol likewise IGP protocol, terms of latency and delay.
OSPF, EIGRP etc.
Traffic engineering[1] is an alternative approach over
The organization of the rest of paper contains various overlay modeling. This model is currently used by some of
section where section II gives briefing of MPLS traffic service providers. The overlay model is used by layer 2
engineering and its importance as well as necessity in switching in terms of transmission of packets across
modern networking. Section III describes the design and network[14]. In such type of model, the connecting routers
implementation of traffic engineering[9] on GNS3 on the network is able to view only virtual topology.
Simulator using Cisco 2691 Router iso image. Simulation Besides all of facilities provided by overlay modeling, it
results and analysis is described in section IV. Conclusion also have some flaws which is overcame by traffic
of the MPLS simulation is contained in section V. engineering. Traffic engineering need not to run a separate
network and also it also removes the requirement for the
non-scalable[15], fully interconnected mesh network.
II. LITERATURE REVIEW
MPLS traffic engineering has the following features[12]:
A. MPLS Traffic Engineering
➢ MPLS packet forwarding over Multihop Label-
The basic of networking is to transfer the packets between Switched path (LSP).
endpoints also known as source and destination. The ➢ Understanding of better network topology and
tendency of any routing protocol is finding always the least better resource utilization.
distance path to travel with lower cost generated[10][11]. In ➢ capability of determining the link bandwidth and
some network. In exploration of possibility for finding the traffic flow strength by creating separate account
least cost path, it also leads to recurrence of traffic within for such parameter
network. ➢ The network adaptation mechanism is fully
Such a scenario can be tackled by using TE aka traffic automated and dynamic in nature, which makes
engineering[12]. IGP protocols like EIGRP etc. collects the reduced possibility of network failure.
blueprint of the network topology and hence determines the
all the available path lead to source to destination from
various hop counts i.e. availability of resources. III. DESIGN & IMPLEMENTATION
Simulation
a. Network Design
Similarly all the routers are configured in the same manner.
c. Verifying MPLS
V. CONCLUSION
REFERENCES