Hi,
I am having an issue with traffic being forwarded correctly. I have a VRF with a static route pointing to the inet.0 table, as shown below.
set interfaces xe-1/1/2 unit 0 family inet address 192.168.2.1
set routing-instances vrf-2 instance-type virtual-router
set routing-instances vrf-2 interface xe-1/1/2.0
set routing-instances vrf-2 routing-options static route 192.168.3.0/24 next-table inet.0
The traffic then gets sent down a ipsec tunnel in inet.0 to the destination.
The problem I am having is inet.0 has no knowledge of the source network 192.168.2.0/24 so when traffic is returned to 192.168.2.1 its being dropped, for example when i do "show route 192.168.2.1" an entry is only shown under vrf-2.inet.0
Is there some configuration I can add to inet.0 so traffic can get back into vrf-2 (192.168.2.0/24), I want this to be as simple as possible and scalable as I add more VRF's.
Thanks.
#vrf#virtual-router