I have installed 2 static routes (non-BGP), because I have 2 uplink with 2 gateways (e.g. 10.0.1/24 & 10.0.2/24)
By default we all know only one static route could be active and could forward packets to next hop destination.
So how can I use both routes?
this is what I read on wiki page:
For non-BGP routes this can happen only if you are playing with filters. Scope attribute also determines which routes can be active.
Should I use scope attribute?How?
thanks