Hi,
We have a multi tenant DC environment, with MPLS running on our 7010's. I want to leak a specific network between two VRFs, but I don't want to share the complete vrf routing table. I can't seem to do any of the standard IOS tricks on Nexus. Does anyone know how to leak one subnet between two VRFs on NX-OS 6.1(5)?
Here's a sample configuration:
vrf context RED
rd 1.1.1.1:100
address-family ipv4 unicast
route-target export 1.1.1.1:100
!
vrf context BLUE
rd 1.1.1.2:100
address-family ipv4 unicast
route-target export 1.1.1.2:100
!
Desired network is (10.10.10.0/29) in VRF BLUE, we need to import into VRF RED.
Thank you,
Sami