Hi @jhonnywblue ,
What is it that you are trying to achieve? Is the goal for the PC to be able to reach the router interfaces in the VRF or for the PC to reach something beyond the router VRF (i.e. 4.0.100.3)?
The latter should work.
Regards,
Hi @Steven-Williams-83 ,
In NXOS, you need to configure a route-map and "match route-type internal" to allow iBGP prefixes to be redistributed into an IGP, as follow:
router ospf 109
redistribute bgp 109 route-map bgp2ospf
!
route-map bgp2ospf permit...
Hi @jhonnywblue ,
This works for me with a CSR1000v running 16.12.5. The issue might be with the way the ASR1000 ESP handles the communication between the GRT and the VRF.
Regards,
Hi @jhonnywblue ,
The routes I included in my previous message did not permit pinging from the loopback interface, but should be fine if you ping from 0/1/1.123. Can you please show us the ping command that you are using?
You would need to add the fo...