On Tue, 15 Jan 2002, Aleksander Zawisza wrote:
> Is it possible to create a separate forwarding table that doesn't have the
> same directly connected routes, essentially splitting the router in two?
>
> Let me know if you have any ideas,
Hi Aleks,
You can easily do it with two vrf routing instances - check the Junos VPN
manual..
You can also do it with filter-based forwarding, but the configuration
becomes uglier.. the trick is to specify the next-hop as an interface
rather than as IP address:
.. in the routing instance...
routing-options {
static {
route address_of_Ge_B/32 next-hop so-7/2/1;
}
I hope this helps!
Cheers,
Saverio
This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:38 EDT