Community discussions

MikroTik App
 
gcsuri
newbie
Topic Author
Posts: 35
Joined: Wed Sep 03, 2008 10:20 am

7.x OSPF

Mon Jun 20, 2022 8:59 pm

Hi,

I have a simple ospf config in 6.x
/routing ospf network
add area=backbone network=10.1.0.0/16
add area=backbone network=195.219.144.0/22
How can I set it up in 7.x ?

best regards, Gabor
 
User avatar
StubArea51
Trainer
Trainer
Posts: 1739
Joined: Fri Aug 10, 2012 6:46 am
Location: stubarea51.net
Contact:

Re: 7.x OSPF  [SOLVED]

Mon Jun 20, 2022 9:07 pm

MikroTik has a great example on mvoing from v6 OSPF to v7 OSPF. Here is a basic OSPF setup for IPv4 and IPv6 referenced from that link. You should be able to use this to modify your config. Alternatively, you could create a ROSv6 CHR, paste your config in and then upgrade to ROSv7 and the config will be automatically converted.

https://help.mikrotik.com/docs/display/ ... figuration
/routing ospf instance
add name=v2inst version=2 router-id=1.2.3.4
add name=v3inst version=3 router-id=1.2.3.4
/routing ospf area
add name=backbone_v2 area-id=0.0.0.0 instance=v2inst
add name=backbone_v3 area-id=0.0.0.0 instance=v3inst
/routing ospf interface-template
add network=192.168.0.0/24 area=backbone_v2
add network=2001:db8::/64 area=backbone_v3
add network=ether1 area=backbone_v3

Who is online

Users browsing this forum: No registered users and 22 guests