Rabu, 24 Oktober 2012

Lab 56. Network Broadcast


Objective : Selain menggunakan perintah neighbor, bisa juga dengan merubah tipe networknya menjadi broadcast

Topologi dan konfigurasinya sebagai berikut.
Konfigurasi R1
  
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Serial0/0
 ip address 123.123.123.1 255.255.255.0
 encapsulation frame-relay
 ip ospf priority 255
 frame-relay map ip 123.123.123.2 102 broadcast
 frame-relay map ip 123.123.123.3 103 broadcast
 serial restart-delay 0
!
router ospf 1
 network 1.1.1.1 0.0.0.0 area 0
 network 123.123.123.1 0.0.0.0 area 0
 neighbor 123.123.123.2
 neighbor 123.123.123.3
!

Konfigurasi R2
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface Serial0/0
 ip address 123.123.123.2 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 123.123.123.1 201 broadcast
 frame-relay map ip 123.123.123.3 201
 ip ospf priority 0
 serial restart-delay 0
!
router ospf 2
 network 2.2.2.2 0.0.0.0 area 0
 network 123.123.123.2 0.0.0.0 area 0
!

Konfigurasi R3
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface Serial0/0
 ip address 123.123.123.3 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 123.123.123.1 301 broadcast
 frame-relay map ip 123.123.123.2 301
 ip ospf priority 0
 serial restart-delay 0
!
router ospf 3
 network 3.3.3.3 0.0.0.0 area 0
 network 123.123.123.3 0.0.0.0 area 0
!

Hapus dulu konfigurasi neighbor nya pada Router R1
Kemudian rubah tipe network nya menjadi broadcast
Cek IP OSPF Interface nya.
Cek routing tabel nya.
Lakukan test ping.

Tidak ada komentar:

Posting Komentar