cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
690
Views
10
Helpful
4
Replies

Route Leaking?

CiscoBrownBelt
Level 6
Level 6

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.

4 Replies 4

Hello,

 

what route leaking do you have configured so far ? Post the running configs of R1 and R2...

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

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Great. What IP address would I use to point to? The 10.1.1.1 is the IP of the VRF interface.

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card