On Wed, Apr 15, 2015 at 10:23:42AM +0000, Lalit Kameshwar wrote:
 
> I'm facing the same challenge where control nodes have BGP established 
> with vSRX used as an external gateway and receiving routes into the VRF 
> configured on the SRX. however since the routes aren't available in the 
> default routing instance the VM's are not reachable. 
> 
> Instance Import doesn't seem to work here as the Routing Instance is a 
> VPN Instance (that's what commit check mentions on SRX) 
> 
> It will be of great help if anyone can help with the SRX/MX 
> configuration exactly as used in your setup. 

Hi

You use a logical tunnel interface to leak routes.

set interfaces lt-0/0/0 unit 0 encapsulation frame-relay
set interfaces lt-0/0/0 unit 0 dlci 1
set interfaces lt-0/0/0 unit 0 peer-unit 1
set interfaces lt-0/0/0 unit 0 family inet
set interfaces lt-0/0/0 unit 1 encapsulation frame-relay
set interfaces lt-0/0/0 unit 1 dlci 1
set interfaces lt-0/0/0 unit 1 peer-unit 0
set interfaces lt-0/0/0 unit 1 family inet

set routing-options static route <overlay network> next-hop lt-0/0/0.0

set routing-instances cust1 interface lt-0/0/0.1
set routing-instances cust1 routing-options static route 0.0.0.0/0 next-hop 
lt-0/0/0.1

Regards

/marcus

_______________________________________________
Users mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org

Reply via email to