Hi @all.
I really like the export feature of mikrotik. It’s the perfect way to migrate and change the configuration to other devices.
However mikrotik really likes to change the topology of the configuration…
Till now it was no Problem, if my config-script wasn’t compatible with a newer version, i just exported the same config from anothe device which i updated to the same ROS-version as the other device.
However I’ve found a problem with the config changes in IPsec.
My last config was from ROS 6.44.3, updated the Firmware to ROS 6.45.2 and exported the config.
In the new exported config is stil:
/ip ipsec profile
add dh-group=modp1024 enc-algorithm=aes-256 name=profile_1
/ip ipsec peer
add address=***.***.***.***/** name=**** profile=profile_1
However i cant’t run that config on another Mikrotik with ROS 6.45.2 because Mikrotik removed the IPsec Profile O.O
My question now is: Is that a Bug? If not, WTF, can’t i rely now anymore on the config export?
BR