03-05-2020 05:53 PM - edited 03-05-2020 07:14 PM
If I have a Router2 interface that is assigned to a VRF on g1, and I want to be able to still reach IP addresses and or devices beyond the VRF interface towards the right, what is the best way to do route leakes between the VRF assigned interface and other IPs on the router so Router 1 can still reach thos and R3, R4, etc.?
Router1-------------(gi1/VRF Blue 10.1.1.1-ROUTER2-gi2 20.1.1.1)-----------------Router3, >>>R4>>>R5, etc.
03-05-2020 11:42 PM
Hello,
what route leaking do you have configured so far ? Post the running configs of R1 and R2...
03-06-2020 05:25 AM
Hello
@CiscoBrownBelt wrote:
If I have a Router2 interface that is assigned to a VRF on g1, and I want to be able to still reach IP addresses and or devices beyond the VRF interface towards the right, what is the best way to do route leakes between the VRF assigned interface and other IPs on the router so Router 1 can still reach thos and R3, R4, etc.?
Router1-------------(gi1/VRF Blue 10.1.1.1-ROUTER2-gi2 20.1.1.1)-----------------Router3, >>>R4>>>R5, etc.
Append a default route into the vrf rib to point to the global route table of the router
ip roite 0.0.0.0 0.0.0.0 g1 10..1.1.x global
03-06-2020 09:22 AM
03-08-2020 02:05 PM
Hello
the outside interface next hop ip address 20.1.1.2?
you may also need to tmake your own rtr aware of the vrf host for return traffic
ip route 10.1.1.1 255.255.255.255 gig1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide