Minggu, 16 Februari 2025

OSPF mikrotik dengan EVE NG

 Cara Mengkonfigurasi OSPF routing Mikrotik di Eve NG












[admin@MikroTik] > system identity set name=RB1

[admin@RB1] > interface bridge add name=loopback

[admin@RB1] > ip address add address=12.12.12.2/24 interface=ether1

[admin@RB1] > ip address add address=10.10.10.1/24 interface=ether3

[admin@RB1] > ip address add address=1.1.1.1/32 interface=loopback



[admin@MikroTik] > system identity set name=RB2

[admin@RB2] > interface bridge add name=loopback

[admin@RB2] > ip address add address=12.12.12.2/24 interface=ether1

[admin@RB2] > ip address add address=23.23.23.1/24 interface=ether2

[admin@RB2] > ip address add address=20.20.20.1/24 interface=ether3

[admin@RB2] > ip address add address=2.2.2.2/32 interface=loopback


[admin@MikroTik] > system identity set name=RB3

[admin@RB3] > interface bridge add name=loopback

[admin@RB3] > ip address add address=23.23.23.2/24 interface=ether1

[admin@RB3] > ip address add address=30.30.30.1/24 interface=ether3

[admin@RB3] > ip address add address=3.3.3.3/32 interface=loopback


Selanjutnya Menseting Router-ID


admin@RB1] > routing ospf instance set 0 redistribute-connected=as-type-1 router-id=1.1.1.1

admin@RB2> routing ospf instance set 0 redistribute-connected=as-type-1 router-id=2.2.2.2

admin@RB3] > routing ospf instance set 0 redistribute-connected=as-type-1 router-id=3.3.3.3