Header Ads

Header ADS

Configurasi OSPF Router IP Infusion

 

Fiber Connect 2024


Kali ini kita akan melakukan configurasi dasar OSPF pada router IP Infusion, pada dasarnya configurasi OSPF pada perangkat IP Infusion mirip dengan CISCO. langsung saja ke contoh topology berikut.


Untuk default username dan passwordnya adalah "ocnos"

Berikut adalah configurasinya

==================================================================================
==R1==

enable
configure terminal
hostname R1-Infusion
interface eth0
ip address 192.20.20.1/31
no shutdown
exit
interface eth1
ip address 192.20.20.2/31
no shutdown
exit
interface lo
ip address 20.20.20.1/32 secondary
exit

router ospf 20
network 192.20.20.0/31 area 20
network 192.20.20.2/31 area 20
network 20.20.20.1/32 area 20
exit
commit

==================================================================================
==R2==

enable
configure terminal
hostname R2-Infusion
interface eth0
ip address 192.20.20.0/31
no shutdown
exit
interface eth1
ip address 192.20.20.4/31
no shutdown
exit
interface lo
ip address 20.20.20.2/32 secondary
exit

router ospf 20
network 192.20.20.0/31 area 20
network 192.20.20.4/31 area 20
network 20.20.20.2/32 area 20
exit
commit

==================================================================================
==R3==

enable
configure terminal
hostname R3-Infusion
interface eth1
ip address 192.20.20.3/31
no shutdown
exit
interface eth2
ip address 192.20.20.5/31
no shutdown
exit
interface lo
ip address 20.20.20.3/32 secondary
exit

router ospf 20
network 192.20.20.2/31 area 20
network 192.20.20.4/31 area 20
network 20.20.20.3/32 area 20
exit
commit


Setelah semua router di konfigurasi dilanjutkan dengan validasi ospf neighbor dan test ping



Tidak ada komentar

Diberdayakan oleh Blogger.