OSPF Lab 14 : . OSPF Redistribution – RIP

 LAB 14

Topologi yang digunakan masih sama dengan Lab sebelumnya.

R1

R1(config)#router rip 
R1(config-router)#version 2 
R1(config-router)#network 100.100.100.0 
R1(config-router)#no auto-summary 
R1(config-router)#exit

R1(config)#router ospf 1 
R1(config-router)#no redistribute connected subnets 
R1(config-router)#redistribute rip subnets 
R1(config-router)#exit

Cek di R3…..

R3

R3#sh ip route ospf 
 1.0.0.0/32 is subnetted, 1 subnets 
O IA 1.1.1.1 [110/3] via 23.23.23.2, 01:53:47, FastEthernet1/0 
 2.0.0.0/32 is subnetted, 1 subnets 
O 2.2.2.2 [110/2] via 23.23.23.2, 01:53:47, FastEthernet1/0 
 12.0.0.0/24 is subnetted, 1 subnets 
O IA 12.12.12.0 [110/2] via 23.23.23.2, 01:53:47, FastEthernet1/0 
 100.0.0.0/32 is subnetted, 7 subnets 
O IA 100.100.100.1 [110/3] via 23.23.23.2, 01:50:20, FastEthernet1/0 
O IA 100.100.100.2 [110/3] via 23.23.23.2, 01:50:20, FastEthernet1/0 
O IA 100.100.100.3 [110/3] via 23.23.23.2, 01:50:20, FastEthernet1/0 
O E2 100.100.100.4 [110/20] via 23.23.23.2, 00:00:05, FastEthernet1/0 
O E2 100.100.100.5 [110/20] via 23.23.23.2, 00:00:05, FastEthernet1/0 
O E2 100.100.100.6 [110/20] via 23.23.23.2, 00:00:05, FastEthernet1/0 
O E2 100.100.100.7 [110/20] via 23.23.23.2, 00:00:05, FastEthernet1/0


Comments