import not working properly

I was preparing Recovery procedure for a MT-ROS running ver=2.9.38

I prepared a second router with fresh MT-ROS also in ver=2.9.38

From the 1st router I exported comand specific parts hoping to be able to import them in coeren sequence at the backup router.

everything seamed to be imported properly, with no reporting errors, but when I checked the backup instalation I realised that the static routes have been imported all with distance=1, eaven having right distance setings in the static_route.rsc file exported from 1st router.

It seams that import of routes just ignore the distance parameter, without giving any warn or error.

Is this issue known and perhaps fixed in latesd version ?

Thanks,

Alexander

Alexander, I’m using 2.9.43 I have tried to export rules with non-default distance and then import them to the router, rules were imported successfully.
Open export file by any text editor to make sure distance is not equal to 1 for ‘ip route’ entries.

I had already chacked that the exported comands had the apropriate ‘distance=xx’ parameter.

I repeated my procedure in several diferent ways (with and without booting before creating routes, separate route comands from the rest of ‘ip’ comands and hole ‘ip’ comands in one file), but couldn’t reproduce the problem. Now the import executed over the same comand files (I did not uploaded other versions) creates correct routes with expected distance :frowning:

If I later could reproduce the problem, I post again.

Thanks,

Alexander