redistribution of rip, eigrp and ospf routing …eigrp uses same autonomous system number with in a...

8
Redistribution of RIP, EIGRP and OSPF Routing protocols 1 S.Anitha, 2 Ch.HimaBindu, 3 N. Devisri, 4 E. Aswini, 5 M. Haseena, 6 M. Leenapranutha. [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] AbstractRoute Redistribution involves the communication between different routing protocols. In this we discuss how the router communicate with other routers using different types of routing protocols. A company having two branches with different routing protocols and if two branches suddenly want to communicate with each other then we have to change the routing protocol of any one of the branches which is very difficult. This problem can overcome by using redistribution KeywordsRIP,EIGRP,OSPF,routing protocols,AD I. INTRODUCTION In general, protocols means set of rules. Routing protocols means set of rules used for routing purpose. Redistribution allows us to communicate between the networks, which are using the different routing protocols. Routing is the process of choosing a route for transferring the data packets across the networks. All the packets forwarding in routing process is based on its routing table, which contains a note of all the possible routes to various networks. II. ROUTING PROTOCOLS RIP: RIP stands for routing information protocol, It works based on its hop count value. Hop count is the way between the routers(i.e., if there are two neighbor routers, the route between those two neighbor routers is referred as one hop). The maximum number of routers we can use in RIP routing protocol network is only 16. RIP is a good choice for simple network. but, it is not preferred choice for large networks. It is easy to configure RIP. In RIP, the routing updates for every 30sec. The AD value of RIP is 120. EIGRP: EIGRP stands for enhanced interior gateway routing protocol. It automatically update its routing table. EIGRP uses BANDWIDTH, DELAY, LOAD, RELIABILITY and MTU as its metrics. EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open Shortest Path First, it is used to find the best possible route to reach the destination. The AD value of OSPF is 110. OSPF routing protocol uses the area division concept. The single autonomous system is divided into areas. Where each area contains a group of connected routers. The main area is called area0 or backbone area. This routing protocol use cost as metric. JASC: Journal of Applied Science and Computations Volume VI, Issue V, May/2019 ISSN NO: 1076-5131 Page No:142

Upload: others

Post on 26-May-2020

17 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

Redistribution of RIP, EIGRP and OSPF Routing

protocols 1S.Anitha,

2Ch.HimaBindu,

3N. Devisri,

4 E. Aswini,

5 M. Haseena,

6 M. Leenapranutha.

[email protected], [email protected], [email protected], [email protected],

[email protected], [email protected]

Abstract— Route Redistribution involves the communication between different routing protocols. In this we discuss how the router

communicate with other routers using different types of routing protocols. A company having two branches with different routing

protocols and if two branches suddenly want to communicate with each other then we have to change the routing protocol of any one

of the branches which is very difficult. This problem can overcome by using redistribution

Keywords— RIP,EIGRP,OSPF,routing protocols,AD

I. INTRODUCTION

In general, protocols means set of rules. Routing protocols means set of rules used for routing purpose.

Redistribution allows us to communicate between the networks, which are using the different routing

protocols. Routing is the process of choosing a route for transferring the data packets across the networks.

All the packets forwarding in routing process is based on its routing table, which contains a note of all the

possible routes to various networks.

II. ROUTING PROTOCOLS

RIP:

RIP stands for routing information protocol, It works based on its hop count value. Hop count is

the way between the routers(i.e., if there are two neighbor routers, the route between those two neighbor

routers is referred as one hop). The maximum number of routers we can use in RIP routing protocol

network is only 16. RIP is a good choice for simple network. but, it is not preferred choice for large

networks. It is easy to configure RIP. In RIP, the routing updates for every 30sec. The AD value of RIP is

120.

EIGRP:

EIGRP stands for enhanced interior gateway routing protocol. It automatically update its routing

table. EIGRP uses BANDWIDTH, DELAY, LOAD, RELIABILITY and MTU as its metrics. EIGRP uses same

autonomous system number with in a network. The AD value of EIGRP is 5(for summary route).

OSPF:

OSPF stands for Open Shortest Path First, it is used to find the best possible route to reach the

destination. The AD value of OSPF is 110. OSPF routing protocol uses the area division concept. The

single autonomous system is divided into areas. Where each area contains a group of connected routers.

The main area is called area0 or backbone area. This routing protocol use cost as metric.

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:142

Page 2: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

III. REDISTRIBUTION OF ROUTING PROTOCOLS

EIGRP:

This syntax shows that, the EIGRP router redistribution with other routers,

ROUTER EIGRP 1

NETWORK –NETWORK ID

REDISTRIBUTE OSPF 1 MERIC VALUES OF EIGRP

REDISTRIBUTE RIP METRIC VALUES OF EIGRP

OSPF:

This syntax shows that, OSPF router redistribution with other routers.

ROUTER OSPF process-id

NETWORK - network id -wildcard mask - (area-id)

REDISTRIBUTE RIP METRIC (COST VALUE)

REDISTRIBUTE EIGRP (AS) METRIC (COST VALUE) SUBNETS

RIP:

This syntax shows that, the RIP router redistribution with other routers

ROUTER RIP

NETWORK (NETWORK ID)

REDISTRIBUTE EIGRP 1

REDISTRIBUTE OSPF 1

IV. SIMULATION AND RESULTS OF REDISTRIBUTION

In this we are going to discuss about the simulation and results of redistribution of rip, eigrp and

ospf routing protocols.

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:143

Page 3: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

Figure 1 simulation of redistribution

Configuration for RIP routers:

R1>ENABLE

R1#CONFIGURE TERMINAL

R1#(configuration)#ROUTER RIP

R1#(configuration router)#NETWORK 2.0.0.0

R1#(configuration router)#NETWORK 192.168.2.0

CONFIGURATION OF EIGRP ROUTER:

R2>ENABLE

R2#CONFIGURE TERMINAL

R2#(configuration)#ROUTER EIGRP 100(AS NUMBER)

R2#(configuration router)#NETWORK 192.168.3.0 0.0.0.255

R2#(configuration router)#NETWORK 2.2.2.4 0.0.0.3

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:144

Page 4: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

CONFIGURATION OF OSPF ROUTERS:

FOR AREA 1:

R3#CONFIGURE TERMINAL

R3#(configuration)#ROUTER OSPF 1

R3#(configuration router)#NETWORK 192.168.0.0 0.0.0.255 AREA 1

R3#(configuration router)#NETWORK 2.2.2.8 0.0.0.3 AREA 1

R3#(configuration router)#NETWORK 10.0.0.0 0.0.0.3 AREA 0

FOR AREA 2:

R5#(configuration)#ROUTER OSPF 1

R5#(configuration router)#NETWORK 192.168.1.0 0.0.0.255 AREA 2

R5#(configuration router)#NETWORK 10.0.0.4 0.0.0.3 AREA 0

FOR AREA 0:

R4#(configuration)#ROUTER OSPF 1

R4#(configuration router)#NETWORK 10.0.0.4 0.0.0.3 AREA 0

R4#(configuration router)#NETWORK 10.0.0.0 0.0.0.3 AREA 0

CONFIGURATION FOR REDISTRIBUTED ROUTERS:

R6>ENABLE

R6#CONFIGURE TERMINAL

R6#(configuration)#ROUTER RIP

R6#(configuration router)#VERSION 2

R6#(configuration router)#REDISTRIBUTES EIGRP 100 METRIC 0

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:145

Page 5: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

R6# (CONFIGuration ROUTER) #REDISTRIBUTES OSPF 1 METRIC 0

R6#(configuration router)#NETWORK 2.0.0.0

R6#(configuration router)#EXIT

R6#(configuration)#ROUTER EIGRP 100

R6#(configuration router)#REDISTRIBUTE RIP METRIC 100000 0 255 100 1500

R6#(configuration router)#REDISTRIBUTE OSPF 1 METRIC 100000 100 255 100 1500

R6#(configuration router)#NETWORK 2.2.2.4 0.0.0.3

R6#(configuration router)#EXIT

R6#(configuration)# ROUTER OSPF 1

R6#(configuration router)#REDISTRIBUTES RIP SUBNETS

R6#(configuration router)#REDISTRIBUTES EIGRP 100 SUBNETS

R6#(configuration router)#NETWORK 2.2.2.8 0.0.0.3 AREA 1

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:146

Page 6: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

communication between RIP and OSPF routing protocols:

Figure 2 communication between rip and ospf

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:147

Page 7: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

communication between RIP and EIGRP routing protocols:

Figure 3 communication between rip and eigrp

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:148

Page 8: Redistribution of RIP, EIGRP and OSPF Routing …EIGRP uses same autonomous system number with in a network. The AD value of EIGRP is 5(for summary route). OSPF: OSPF stands for Open

communication between OSPF and EIGRP routing protocols:

Figure 4 communication between ospf and eigrp

IV. CONCLUSIONS

In this we have analyzed the concert of the redistribution amongst three various routing protocols.

First we analyzed the rip, eigrp and ospf protocols individually. Then we executed redistribution among

the rip, eigrp and ospf routing protocols using CISCO PACKET TRACER software. In first scenario we

observed the redistribution between RIP and OSPF, in second scenario we observed the redistribution

between RIP and EIGRP,in third scenario we observed the redistribution between EIGRP and OSPF. By

observing these three scenarios, we can conclude how the information is distributed among different

routing protocols.

REFERENCES

[1] Cisco, Redistributing Routing Protocols, Mar, 2012.

[2] Cisco, OSPF Design Guide, Aug, 2005.

[3] G. K. Dey, M. M. Ahmed and K. T. Ahmmed, "Performance analysis and redistribution among RIPv2, EIGRP & OSPF Routing Protocol", International

Conference on Computer and Information Engineering, Rajshahi, 2015, pp. 21-24.

[4] Komal Gehlot and N.C. Barwar, "Performance Evaluation of EIGRP and OSPF Routing Protocols in Real Time Applications", IJETTCS. Inter6national

Journal of Emerging Trends & Technology in Computer Science, vol. 3, no. 1, pp. 137-143, January – February, 2014.

[5] F. Le, G. G. Xie and H. Zhang, "Understanding Route Redistribution," 2007 IEEE International Conference on Network Protocols, Beijing, 2007, pp.

81-92.

[6] IKram Ud Din, Saeed Mahfooz and Muhammad Adnan, "Analysis of the Routing Protocols in Real Time Transmission: A Comparative Study", Global

Journal of Computer Science and Technology, vol. 10, no. 5, pp. 18-22, July, 2010.

JASC: Journal of Applied Science and Computations

Volume VI, Issue V, May/2019

ISSN NO: 1076-5131

Page No:149