Recusrsive Static route

Hi,

is possible implement the following in ros

route add x.x.x.x dev eth0
route add default gw x.x.x.x
?

Under linux work fine, but I don’t know how to implement in ros.

I tried with setting scope and target-scope, but without success.

greetings
Pasquale

can anyone help me?

Please read manual more carefully
http://wiki.mikrotik.com/wiki/Manual:IP/Route#Nexthop_lookup

“Routes with interface name as the value of gateway are not used for nexthop lookup.”

Thanks for your reply.

I had already read the documentation, but … according to my opinion is a big limitation considering that ros has the linux kernel. If linux does not understand why ros does not allow it.

Regards

because it was not implemented, maybe in version 7.

Good news. It is useful, for example, when there is an cheaper ADSL with dynamic IP addresses to implement an automatic failover.

The question arises: “When is for version 7?”

Thanks anyway
Pasquale