XG210 (SFOS 19.0.1 MR-1-Build365)
Hello,
I have to create a lot of static routes and would like to do this via SSH.
When I create a static route via "ip route add 10.xxx.xxx.xxx/24 via 10.xxx.xxx.xxx" it is clearly visible in the overview "route -n" BUT not visible via GUI.I can create the same route again within GUI and it will not say "route already exist"
When I create a static route in the GUI in the first place I can see it directly within shell.
Question: Does it take some time to show the routes (that I created within the shell) in the GUI?
RegardsJanek
Routes via console (ip route commands) are never be reflected on the UI.
That is not how it works - SFOS UI will build your routes, changes on the advanced shell are not supported by the UI / GUI in any way.
__________________________________________________________________________________________________________________
Hello LuCar Toni,
would be a shame if everything were only be a database and advanced shell and gui can read out those database entries. But it seems that the gui is only an interface for the advanced shell (like Windows 95 :-) )
Anyway. I can't change it and I will work with your tutorial for XML import/export (which works great for most of my jobs). Thanks for that