ipspace / netlab

Making virtual networking labs suck less
https://netlab.tools
Other
428 stars 63 forks source link

[BUG] Multi-area OSPFv2/OSPFv3 configuration does not work on RouterOS7 #1127

Closed ipspace closed 4 months ago

ipspace commented 4 months ago

It looks like the OSPFv2/OSPFv3 configuration templates fail to configure any interfaces on RouterOS7 when the interfaces are in different areas.

OSPFv2

OSPFv3

This is the configuration printout from the above OSPFv2 topology:

[admin@dut] > /routing/ospf/export
# 2024-04-27 17:27:24 by RouterOS 7.14.3
# software id =
#
/routing ospf instance
add disabled=no name=default4 router-id=10.0.0.1

And this is the configuration printout from a single-area configuration:

[admin@dut] > /routing/ospf/export
# 2024-04-27 17:24:53 by RouterOS 7.14.3
# software id =
#
/routing ospf instance
add disabled=no name=default4 router-id=10.0.0.1
/routing ospf area
add disabled=no instance=default4 name=main_2_0.0.0.0
/routing ospf interface-template
add area=main_2_0.0.0.0 disabled=no interfaces=loopback passive
add area=main_2_0.0.0.0 disabled=no interfaces=ether2
add area=main_2_0.0.0.0 disabled=no interfaces=ether3 type=ptp
ssasso commented 4 months ago

Apparently, RouterOS 7 now requires that the Area-ID is in the form x.x.x.x... will fix that.