OSPF Lab 15 : OSPF Redistribution - EIGRP
LAB 15
Topologi yang digunakan masih sama dengan Lab sebelumnya
R1
R1(config)#no router ripR1(config)#router eigrp 10
R1(config-router)#network 100.100.100.4 0.0.0.7
R1(config-router)#no auto-summary
R1(config-router)#exit
R1(config)#router ospf 1
R1(config-router)#redistribute eigrp 10 subnets
R1(config-router)#exit
R3#sh ip route ospf Cek di R3
R3
1.0.0.0/32 is subnetted, 1 subnets
O IA 1.1.1.1 [110/3] via 23.23.23.2, 02:03:26, FastEthernet1/0
2.0.0.0/32 is subnetted, 1 subnets
O 2.2.2.2 [110/2] via 23.23.23.2, 02:03:26, FastEthernet1/0
12.0.0.0/24 is subnetted, 1 subnets
O IA 12.12.12.0 [110/2] via 23.23.23.2, 02:03:26, 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:59:59, FastEthernet1/0
O IA 100.100.100.2 [110/3] via 23.23.23.2, 01:59:59, FastEthernet1/0
O IA 100.100.100.3 [110/3] via 23.23.23.2, 01:59:59, FastEthernet1/0
O E2 100.100.100.4 [110/20] via 23.23.23.2, 00:03:28, FastEthernet1/0
O E2 100.100.100.5 [110/20] via 23.23.23.2, 00:03:28, FastEthernet1/0
O E2 100.100.100.6 [110/20] via 23.23.23.2, 00:03:28, FastEthernet1/0
O E2 100.100.100.7 [110/20] via 23.23.23.2, 00:03:28, FastEthernet1/0
Comments
Post a Comment