Konfigurasi Superlab 1
Nama: Amelia lidya ningrum
12 TKJ 2
Redistribute itu fungsinya untuk menyatukan atau menyambungkan routing protokol yang berbeda.misalnya kota A menggunakan routing protokol Rip dan di kota B menggunakan routing protokol EIGRP lalu kita ingin agar si kota A dan B dapat terkoneksi jadi kalian harus melakukan konfigurasi Redistribute ini,karena jika ada router yang mempunyai protokol berbeda tidak akan bisa terhubung
Langkah-langkah
Setting Router RIP
Setting Router 0
#en
#conf t
#int se0/0/0
#ip add 172.16.1.1 255.255.255.0
#n sh
#ex
#int fa0/0
#ip add 192.168.1.1 255.255.255.0
#n sh
#ex
#router rip
#ver 2
#net 192.168.1.0
#net 172.16.1.0
#no auto-summary
#ex
Kemudian setting router 1
#no
#en
#conf t
#int s0/0/0
#ip add 172.16.1.2 255.255.255.0
#n sh
#ex
#int s0/0/1
#ip add 172.16.2.1 255.255.255.0
#n sh
#ex
#router rip
#ver 2
#net 172.16.1.0
#net 172.16.2.0
#no auto-summary
#ex
2. Setting router OSPF
Setting router 3
Router 3
#no
#en
#conf t
#int s0/0/0
#ip add 172.16.3.2 255.255.255.0
#n sh
#ex
#int s0/0/1
#ip add 172.16.4.1 255.255.255.0
N SH
Ex
#router ospf 100
#net 172.16.3.0 0.0.0.255 area 0
#net 172.16.4.0 0.0.0.255 area 0
#ex
Setting router 4
#no
#en
#conf t
#int s0/0/0
#ip add 172.16.4.2 255.255.255.0
#n sh
#ex
#int fa0/0
#ip add 192.168.3.1 255.255.255.0
#n sh
#ex
#router ospf 1
#net 172.16.4.0 0.0.0.255 area 0
#net 192.168.3.0 0.0.0.255 area 0
#ex
3.Setting Router EIGRP
Setting router 5
#no
#en
#conf t
#int s0/0/0
#ip add 172.16.5.2 255.255.255.0
#n sh
#ex
#int s0/0/1
#ip add 172.16.6.1 255.255.255.0
#n sh
#ex
#router eigrp 10
#net 172.16.6.0 0.0.0.255
#net 172.16.5.0 0.0.0.255
#no auto-summary
#ex
Setting router 6
#no
#en
#conf t
#int s0/0/0
#ip add 172.16.6.2 255.255.255.0
#n sh
#ex
#int fa0/0. S0/0/1
#ip add 192.168.2.1 255.255.255.0
#n sh
#router eigrp 100
#net 192.168.2.0 0.0.0.255
#net 172.16.6.0 0.0.0.255
#no auto-summary
#ex
SETTING ROUTER REDISTRIBUTE
#no
#en
#conf t
#int s0/0/0
#ip add 172.16.2.2 255.255.255.0
#n sh
#ex
#int s0/0/1
#ip add 172.16.5.1 255.255.255.0
#n sh
#ex
#int s0/1/0
#ip add 172.16.3.1 255.255.255.0
#n sh
#ex
#router rip
#ver 2
#net 172.16.2.0
#redistribute ospf 100 metric 1
#redistribute eigrp 100 metric 1
#ex
#router eigrp 100
#net 172.16.5.0 0.0.0.255
#redistribute rip metric 1 1 1 1 1
#redistribute ospf metric 1 1 1 1 1
#ex
#router ospf 100
#net 172.16.3.0 0.0.0.255 area 0
#redistribute rip subnets
#redistribute eigrp 100 subnets
#ex
Setting IP pada PC
Pc0
Ip add: 192.168.1.2
Gatwey: 192.168.1.1
Pc1
Ip add: 192.168.1.3
Gatwey: 192.168.1.1
Pc3
Ip add: 192.168.3.3
Gatwey: 192.168.3.1
Pc 4
Ip add: 192.168.2.2
Gatwey: 192.168.2.1
Pc 5
Ip: 192.168.2.3
Gatwey: 192.168.2.1





Komentar