Lab 18. Mutual Redistribution
Pada topologi di atas menjalankan beberapa routing protocol dan tujuan kita adalah redistribute semua routing..
IDN1
interface FastEthernet0/0
ip address 12.12.12.1 255.255.255.0
!
router rip
network 12.0.0.0
IDN2
interface FastEthernet0/0
ip address 12.12.12.2 255.255.255.0
!
interface FastEthernet0/1
ip address 23.23.23.2 255.255.255.0
!
router eigrp 1
redistribute rip metric 1 1 1 1 1
network 23.0.0.0
no auto-summary
!
router rip
redistribute eigrp 1 metric 1
network 12.0.0.0
IDN3
interface FastEthernet0/0
ip address 34.34.34.3 255.255.255.0
ip ospf 1 area 0
!
interface FastEthernet0/1
ip address 23.23.23.3 255.255.255.0
!
router eigrp 1
redistribute ospf 1 metric 1 1 1 1 1
network 23.0.0.0
no auto-summary
!
router ospf 1
log-adjacency-changes
redistribute eigrp 1 subnets
IDN4
interface FastEthernet0/0
ip address 34.34.34.4 255.255.255.0
ip ospf 1 area 0
!
router ospf 1
log-adjacency-changes
Redistribute hanya dilakukan pada IDN2 dan IDN3
Router IDN4 sudah memiliki semua route
0 komentar :
Posting Komentar