Trying to setup Maximum path ospf scenario between my RB1100 and 2 Cisco 7200’s
should be able to receive 2 ospf default routes and load balance the traffic.
Any Ideas on what Mikrotik calls the maximum paths ?
Thanx
Trying to setup Maximum path ospf scenario between my RB1100 and 2 Cisco 7200’s
should be able to receive 2 ospf default routes and load balance the traffic.
Any Ideas on what Mikrotik calls the maximum paths ?
Thanx
There are no such Cisco like parameter as maximum-paths in RouterOS. ECMP route can have up to 128 gateways and you can’t limit this number.
I have 2 routers connected to the internet and both announce a default route with OSPF to the internal Network Routers.
The internal network routers are peered to both edge routers and only has one default OSPF route in the routing table.
I would like it to see both default paths and pass traffic to both.
How would I accomplish this?
There will be only one route in routing table but it will have multiple gateways (ECMP route).
Ahh I see.the multiple gateways defined to the right of the default route.. I wasn’t paying attention.
Thanx so much for the clarification