Posts

Showing posts from November, 2015

Redistributing routes between VRF and INET.0 with logical tunnels

Vendor: Juniper Device: MX series Software: 11.4R9.4 If you don't want to use RIB groups to leak routes between the inet.0 \ VRF routing tables do not fear there is another solution. Using logical tunnels we can form adjancies between the inet.0 and l3vpn tables and redistribute routes. In this example we will use ibgp as the igp.  Note: MX Series routers must be equipped with a Trio MPC/MIC module ################################################################### set interfaces lt-1/2/0 unit 13 description "GLOBAL" Configure the Global IBGP Session set routing-instances L3VPN_(groupname) interface lt-1/2/0.14 show route receive-protocol bgp 1.1.1.2 Configure the lt interfaces  set interfaces lt-1/2/0 unit 13 encapsulation ethernet set interfaces lt-1/2/0 unit 13 peer-unit 14 set interfaces lt-1/2/0 unit 13 family inet address 192.168.0.1/30 set interfaces lt-1/2/0 unit 14 description "L3VPN" set interfaces lt-1/2/0 unit 14 encapsulation...