01-19-2018 01:42 PM - edited 03-08-2019 01:29 PM
I have a situation where i have a default vrf and a Video vrf. Is there a way without BGP to route between the two. The reason being is my Video needs to get an ip from a dhcp server on the default and all the multicast is originating from the default as well. I've been trying to figure it out, but it seems like it can't happen which i would understand.
01-19-2018 01:47 PM
01-20-2018 04:56 AM
Hi
Have you tried importing the route-targe on each other VRF or using mapping to leak specific networks?
01-22-2018 09:13 AM
01-22-2018 10:13 AM - edited 01-22-2018 10:14 AM
Hi
For example:
ip vrf A
rd 1:1
route-target export 1:1
route-target import 1:1
route-target import 2:2
ip vrf B
rd 2:2
route-target export 2:2
route-target import 2:2
route-target import 1:1
Other way could be, (im a little bit rusty but I will test it later)
access-list 10 permit x.x.x.x <wildcard> ---> Host or subnet to be leaked into the other VRF.
route-map LEAKING permit 5
match ip address 10
set extcommunity rt <route-target> additive --> the route target should be the other VRF route target.
ip vrf A
rd 1:1
route-target export 1:1
route-target import 1:1
export map LEAKING
:-)
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