EIGRP – Redistribution – OSPF
Hapus routing RIP sebelumnya dan diganti dengan routing OSPF
LAB LANJUTAN
R1
R1#conf t
R1(config)#no router rip
R1(config)#router ospf 10
R1(config-router)#network 1.1.1.1 0.0.0.0 area 0
R1(config-router)#network 100.100.100.100 0.0.0.0 area 0
R1(config-router)#exit
Redistribute ke dalam EIGRP
R1
R1(config)#router eigrp 10
R1(config-router)#redistribute ospf 10 metric 1 1 1 1 1
Cek di R3
R3
R3#sh ip route eigrp
1.0.0.0/32 is subnetted, 1 subnets
D EX 1.1.1.1 [170/2560005376] via 23.23.23.2, 00:03:39, FastEthernet0/0
2.0.0.0/32 is subnetted, 1 subnets
D 2.2.2.2 [90/156160] via 23.23.23.2, 01:58:03, FastEthernet0/0
12.0.0.0/24 is subnetted, 1 subnets
D 12.12.12.0 [90/30720] via 23.23.23.2, 01:58:03, FastEthernet0/0
100.0.0.0/32 is subnetted, 1 subnets
D EX 100.100.100.100 [170/2560005376] via 23.23.23.2, 00:03:39, FastEthernet0/0
SETELAH ITU KITA TEST PING
R3
R3#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/43/56 ms
DAN BERHASIL
SELESAI
Comments
Post a Comment