Senin, 10 Desember 2012

Router EIGRP, OSPF, RIP dan Redistribute (Hari Kedua)

Yak, 2 hari sudah berlalu di sini dan aq baru buat blog yang kemarin pagi hari ini jam 7 pagi. Udah mau masuk lagi, belum mandi lagi, hufft… tapi udah doa donk, kan harus doa dulu karena doa itu kan nafas hidup. J
Hari kedua kemarin dilalui dengan sangat amazing pren… Kami belajar tentang router eigrp, router ospf dan mutual redistribution. Hari yang sangat melelahkan bagiku pribadi tapi sangat menyenangkan. Melelahkan karena imbas dari hari pertama akan tetapi sangat menyenangkan karena aku mendapat tambahan ilmu baru dari rekan-rekanku di bootcamp ini yang sangat luar biasa… (salute buat mereka, that’s why I join bootcap, networking guys….) Dari semua yang kupelajari kemarin, ada satu yang ingin aku angkat menjadi topic di blog kali ini yaitu tentang redistribute ke jenis routing yang sama seperti eigrp ke igrp dan ospf ke ospf rupanya bisa woy… amazing , wonderful, mengagumkan, kwkwkwkw….. (kalau blog ku ini dibaca master-master jaringan pasti dibilang katrok, cupu, newbie, lebay, hahaha.. ) Sorry para suhu, aku agak euphoria, soalnya kemarin ada case dan aku menyelesaikan nya dengan cara mendelete routing yang sebenarnya perlu. Hufft, kalau udah ujian pasti nilai gw di ground.. ga hanya diground, dikubur, terus dibuang ke dasar danau, dan di danau nya dikasih pemberat, kwkwkkww….

Begini nih soal yang dikasih:



Soalnya sih sangat sesederhana, sesederhana kit abaca headline koran POSKOTA (hehehe…):
PASTIKAN SEMUA IP LOOPBACK BISA DI PING DI SEMUA ROUTER
Sederhana kan, J???


Konfigurasi awalnya:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
no ip domain lookup
!
multilink bundle-name authenticated
archive
 log config
  hidekeys
!
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 12.12.12.1 255.255.255.0
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
router eigrp 100
 redistribute rip
 network 12.0.0.0
 auto-summary
!
router rip
 network 1.0.0.0
!
no ip http server
no ip http secure-server
!
control-plane
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4








R2:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
no aaa new-model
memory-size iomem 5
ip cef
!
no ip domain lookup
!
multilink bundle-name authenticated
!
archive
 log config
  hidekeys
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
 ip address 23.23.23.2 255.255.255.0
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 12.12.12.2 255.255.255.0
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
router eigrp 100
 network 12.0.0.0
 auto-summary
!
router eigrp 200
 redistribute ospf 1
 network 23.0.0.0
 auto-summary
!
router ospf 1
 log-adjacency-changes
 network 2.0.0.0 0.0.0.0 area 0
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
End


R3:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
no ip domain lookup
!
multilink bundle-name authenticated
!
archive
 log config
  hidekeys
!
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
 ip address 23.23.23.3 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 34.34.34.3 255.255.255.0
 shutdown
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
router eigrp 200
 redistribute rip
 network 23.0.0.0
 network 34.0.0.0
 auto-summary
!
router rip
 network 3.0.0.0
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
End


R4:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
no aaa new-model
memory-size iomem 5
ip cef
!
no ip domain lookup
!
multilink bundle-name authenticated
!
archive
 log config
  hidekeys
!
interface Loopback0
 ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
 ip address 45.45.45.4 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 34.34.34.4 255.255.255.0
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
router eigrp 200
 redistribute rip
 network 34.0.0.0
 auto-summary
!
router eigrp 100
 network 45.0.0.0
 auto-summary
!
router ospf 1
 log-adjacency-changes
 network 4.4.4.4 0.0.0.0 area 0
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4

R5:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
no aaa new-model
memory-size iomem 5
ip cef
!
no ip domain lookup
!
multilink bundle-name authenticated
!
archive
 log config
  hidekeys
!
interface Loopback0
 ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
 ip address 45.45.45.5 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
router eigrp 100
 redistribute rip
 network 45.0.0.0
 auto-summary
!
router rip
 network 5.0.0.0
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
End

Awal mengerjakan kasus ini, say amelihat lho kok ada router-router lainnya. Ada router ospf, router rip, dsb. Tanpa banyak neka-neko saya hapus semua network di dalam router lain, terus saya masukin networknya ke router eigrp nya. Dan, fantastic hasilnya bisa di ping semua (hebat donk pemikiran gw, hahahaha…) Tapi kalau di ujian sebenarnya, setelah saya keluar, bisa dipastikan gw harus ngulang lagi alias failed,hiks, hiks…..
Terus gw coba lagi dan dengan bantuan teman saya dengan clue sesame jenis routing igp ternyata bisa di redistribute (ini clue yang sangat bermafaat) akhirnya saya coba dengan metode yang lain. Begini langkah-langkah pekerjaannya:
1.       Pastikan setiap link yang terkoneksi dalam kondisi no shut.
2.       Lihat command-command jebakan pada setiap interface. Lakukan verifikasi dengan ngeping sesame neighbor connection.
3.       Perhatikan tiap-tiap jenis routing untuk setiap route. Attention: usahakan sebisa mungkin jangan melakukan penghapusan config, minimal konfigurasi kita ubah.
4.       Setelah melihat konfigurasi di atas, maka saya menggunakan perintah redistribute untuk ke masing-masing routing dalam satu router. Hal yang menarik adalah terdapat dua router eigrp dengan autonomous system yang berbeda pada R4. Nah disinilah berguna clue teman saya yang menyatakan ke sesame jenis routing IGP bisa dilakukan redistribute. Karena mereka sesa, command metric tidak diperlukan.
Setelah saya coba metode kedua, amazing, semua nya juga bisa di ping, tanpa mendelete konfigurasi. Kalau begini hasilnya kan sama, tapi proses berbeda. Kalau di ujian, malamnya pasti keluar pass, dan semoga itu terjadi bulan Maret nanti. Amin JJJ

Tidak ada komentar:

Posting Komentar