02-26-2012 06:10 PM
I am new to Junos and trying to figure out how the router makes a decision which routing table to use in the case where multiple instances of routing tables are defined in addition to the master routing table.
Thanks..
02-26-2012 11:13 PM
There are some default behaviors regarding multiple routing-tables.
By default:
And after all that default behavior you have the self-created routing tables using routing-instances. These are specific routing tables that are only used for the interfaces belonging to the routing-instance.
Or you can steer traffic into the routing-instance using filter based forwarding (FBF).
Using rib-group functionality you can 'leake' route between routing tables.