Limit Local Routing

Hi,

I want to try to disable local routing between interfaces on my router. And force all routing to go to my upstream router for the routing decision.
Lets say router have 3 interfaces.
Interface 1 (192.168.1.0/24)
Interface 2 (192.168.2.0/24)
Interface 3 (10.1.2.1/31) “Uplink to core”

What I want to achieve is that if a client on interface 1 tries to ping a client on interface 2 that the router don’t do this locally. I want it to send it to my core for the routing decision.

Is this possible? I was thinking on VRF’s but I was hoping on another resolution.
This is not in an live environment so I can try some different approaches. :slight_smile:

Any Ideas how to do this or if it is possible?

Best Regards,
Frank

Vrf

Gesendet von meinem XT890 mit Tapatalk 2

Hi,

VRF worked as intended :slight_smile:

However I can ping other router interfaces from inside the VRF?
It looks like the VRF is isolating everything except router interfaces?

Best Regards,
Frank