DMVPN Lab 5 Implement VRF

Any copyright material exchange is strictly forbidden. Any member violate this rule will be banned without warning.

Moderator: mike

Post Reply
labsproject
Posts: 16
Joined: Fri Dec 06, 2019 5:35 pm

DMVPN Lab 5 Implement VRF

Post by labsproject » Fri Dec 06, 2019 6:16 pm

Visit my blog for more labs: https://www.labsproject.net/

Image needed: Cisco IOSv


Description:

In this lab, you will modify DMVPN configurations to implement VRF in the topology, you need to understand the reason behind this project, VRF will partition the global routing table into multiple routing tables. The global routing table will still carry information for ISP connectivities, while VRF instance will have DMVPN routes in it, the reason for doing this is simple, currently, in global routing tables across all DMVPN routers, you have statically configured default routes pointing to ISP over which DMPVPN routers establish GRE multipoint tunnel connections, but what if LAN networks of the spokes need to access the internet, which is not going to be current ISP, connecting routers in DMVPN topology but HQ router using different ISP connection, in this case, spokes routers will use current static default routes pointing to current ISP and not to HQ router even though HQ router will advertise default route over OSPF, due to the higher AD of OSPF, spoke routers will choose statically configured default route, leading all traffic distant for the Internet to the current ISP where traffic will be dropped because ISP does not accept packets with private IP addresses. Your goal is to direct traffic from spokes LAN distant to the Internet through HQ router by using VRF and NAT. Lab details included within the .unl file.



Topology:
Image
You do not have the required permissions to view the files attached to this post.

Uldis (UD)
Posts: 5060
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: DMVPN Lab 5 Implement VRF

Post by Uldis (UD) » Fri Dec 06, 2019 8:32 pm

Please add Screenshots from each of lab you piosted

Post Reply