You are on page 1of 9

Redistributing Between EIGRP & RIP (Vice Versa)

RIP Configuration
A(config)#router rip
A(config-router)#net 200.100.50.0
A(config-router)#net 1.0.0.0
A(config-router)#exit

B(config)#router rip
B(config-router)#net 1.0.0.0
B(config-router)#exit

EIGRP Configuration
B(config)#router eigrp 10
B(config-router)#net 2.0.0.0
B(config-router)#exit

C(config)#router eigrp 10
C(config-router)#net 2.0.0.0
C(config-router)#net 200.100.150.0
C(config-router)#exit

After Configuring RIP & EIGRP

A#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.2/32 is directly connected, Serial0/0
C 200.100.50.0/24 is directly connected, FastEthernet0/0
A#

PMYDSP Training under NAVTTC


Corvit Systems Faisalabad
B#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.1/32 is directly connected, Serial0/0
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1C
2.0.0.2/32 is directly connected, Serial0/1
R 200.100.50.0/24 [120/1] via 1.0.0.1, 00:00:06, Serial0/0
D 200.100.150.0/24 [90/3074560] via 2.0.0.2, 00:02:57, Serial0/1
B#

C#show ip route
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0
C#

Redistributing EIGRP into RIP


B(config)#router rip
B(config-router)#redistribute eigrp 10 metric 2

Note Default-Metric should be less than 15 because rip can perform routing upto 15 hops only.

A#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.2/32 is directly connected, Serial0/0
R 2.0.0.0/8 [120/2] via 1.0.0.2, 00:00:04, Serial0/0
C 200.100.50.0/24 is directly connected, FastEthernet0/0
R 200.100.150.0/24 [120/2] via 1.0.0.2, 00:00:04, Serial0/0
A#
Note: Router A Received Router C Networks with the help of RIP, but Router C still didn’t receive Router A Network.

C#show ip route
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0
C#

Redistribution RIP into EIGRP


B(config)#router eigrp 10
B(config-router)#redistribute rip metric 1500 20000 1 100 1500

C#show ip route
D EX 1.0.0.0/8 [170/8192000] via 2.0.0.1, 00:00:11, Serial0/1
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
PMYDSP Training under NAVTTC
Corvit Systems Faisalabad
D EX 200.100.50.0/24 [170/8192000] via 2.0.0.1, 00:00:11, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0

PMYDSP Training under NAVTTC


Corvit Systems Faisalabad
Redistribution between RIPv2 and OSPF

RIP Configuration
A(config)#router rip
A(config-router)#version 2
A(config-router)#net 200.100.50.0
A(config-router)#net 1.0.0.0

B(config)#router rip
B(config-router)#version 2
B(config-router)#net 1.0.0.0

OSPF Configuration
B(config)#router ospf 10
B(config-router)#net 2.0.0.0 0.255.255.255 area 0
B(config-router)#exit

C(config)#router ospf 10
C(config-router)#net 2.0.0.0 0.255.255.255 area 0
C(config-router)#net 200.100.150.0 0.0.0.255 area 0

After Configuring RIP & OSPF

A#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.2/32 is directly connected, Serial0/0
C 200.100.50.0/24 is directly connected, FastEthernet0/0
A#

PMYDSP Training under NAVTTC


Corvit Systems Faisalabad
B#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.1/32 is directly connected, Serial0/0
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.2/32 is directly connected, Serial0/1
R 200.100.50.0/24 [120/1] via 1.0.0.1, 00:00:07, Serial0/0
O 200.100.150.0/24 [110/101] via 2.0.0.2, 00:00:40, Serial0/1
B#

C#show ip route
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0
C#

Redistributing OSPF into RIP

B(config)#router rip
B(config-router)#redistribute ospf 10 metric 2

A#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.2/32 is directly connected, Serial0/0
R 2.0.0.0/8 [120/2] via 1.0.0.2, 00:00:11, Serial0/0
C 200.100.50.0/24 is directly connected, FastEthernet0/0
R 200.100.150.0/24 [120/2] via 1.0.0.2, 00:00:11, Serial0/0
A#

Note : Router C still Missing Router A networks

C#show ip route
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0
C#

Redistribution RIP into OSPF

B(config)#router ospf 10
B(config-router)#redistribute rip metric 100
% Only classful networks will be redistributed

OR
B(config)#router ospf 10
B(config-router)# redistribute rip metric 100 subnets

PMYDSP Training under NAVTTC


Corvit Systems Faisalabad
C#show ip route
O E2 1.0.0.0/8 [110/100] via 2.0.0.1, 00:00:09, Serial0/1
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
O E2 200.100.50.0/24 [110/100] via 2.0.0.1, 00:00:09, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0
C#

A#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.2/32 is directly connected, Serial0/0
R 2.0.0.0/8 [120/2] via 1.0.0.2, 00:00:16, Serial0/0
C 200.100.50.0/24 is directly connected, FastEthernet0/0
R 200.100.150.0/24 [120/2] via 1.0.0.2, 00:00:16, Serial0/0
A#

PMYDSP Training under NAVTTC


Corvit Systems Faisalabad
Redistribution between EIGRP and OSPF

EIGRP Configuration
A(config)#router eigrp 10
A(config-router)#net 1.0.0.0
A(config-router)#net 200.100.50.0

B(config)#router eigrp 10
B(config-router)#net 1.0.0.0

OSPF Configuration
B(config)#router ospf 50
B(config-router)#net 2.0.0.0 0.255.255.255 area 0

C(config)#router ospf 50
C(config-router)#net 2.0.0.0 0.255.255.255 a 0
C(config-router)#net 200.100.150.0 0.0.0.255 a 0

C#show ip route
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0
C#

B#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.1/32 is directly connected, Serial0/0
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.2/32 is directly connected, Serial0/1
D 200.100.50.0/24 [90/3074560] via 1.0.0.1, 00:02:27, Serial0/0
PMYDSP Training under NAVTTC
Corvit Systems Faisalabad
O 200.100.150.0/24 [110/101] via 2.0.0.2, 00:01:35, Serial0/1
B#

PMYDSP Training under NAVTTC


Corvit Systems Faisalabad
A#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.2/32 is directly connected, Serial0/0
C 200.100.50.0/24 is directly connected, FastEthernet0/0
A#

Redistribution
B(config)#router ospf 50
B(config-router)#redistribute eigrp 10 metric 1 subnets

B(config)#router eigrp 10
B(config-router)#redistribute ospf 50 metric 1500 100 255 1 1500

A#show ip route
1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 1.0.0.0/8 is directly connected, Serial0/0
C 1.0.0.2/32 is directly connected, Serial0/0
D EX 2.0.0.0/8 [170/3097600] via 1.0.0.2, 00:00:12, Serial0/0
C 200.100.50.0/24 is directly connected, FastEthernet0/0
D EX 200.100.150.0/24 [170/3097600] via 1.0.0.2, 00:00:12, Serial0/0
A#

C#show ip route
O E2 1.0.0.0/8 [110/1] via 2.0.0.1, 00:00:47, Serial0/1
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 2.0.0.0/8 is directly connected, Serial0/1
C 2.0.0.1/32 is directly connected, Serial0/1
O E2 200.100.50.0/24 [110/1] via 2.0.0.1, 00:00:47, Serial0/1
C 200.100.150.0/24 is directly connected, FastEthernet0/0
C#

PMYDSP Training under NAVTTC


Corvit Systems Faisalabad

You might also like