Hello everybody,
I have a router with two interfaces in separate routing tables. G1 in vrf A with 192.168.0.0/24 being an overlay network and G2 in GRT with 1.1.12.0/24 being an underlay network. Both interfaces serve as Default gateway to two devices which are:
USER 192.168.0.1 - GW 192.168.0.254/24 (G1 interface)
SERVER 1.1.12.1 - GW 1.1.12.254/24 (G2 interface)
I need to get access to underlay network SERVER from overlay network USER but the routes shouldn't appear on each others routing tables. This is needed because of the future collabs with other networks and for separating a strong underlay and overlay networks.
Are there any possible solutions for this problem?
I've tried route leaking, route leaking with PBR but could not archive the result that i wanted.
Any ideas?
Thank you in advance