Routing

last person joined: 4 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  how to copy routes from inet.0 to certain instance without rib-group

    Posted 04-30-2014 08:59

    Hi Experts,

     

    Is there any way to copy  routes from inet.0 to certain instance without rib-group

     

    or can do routing lookup from instance to inet.0 without rib-group

     

    Regards 



  • 2.  RE: how to copy routes from inet.0 to certain instance without rib-group
    Best Answer

    Posted 04-30-2014 12:04

    Hello,

    You can use "instance-import" with "from instance master" match condition if target routing instance is "instance-type virtual-router" or "instance-type forwarding".

    If target routing instance is VRF, the only way to import routes from inet.0 to VRF avoiding rib-groups is to use lt-* interface pair or physical cable loop and setup Your favourite routing protocol across this lt-* pair/cable loop to exchange routes between inet.0 and VRF.

    HTH

    Thanks

    Alex

     



  • 3.  RE: how to copy routes from inet.0 to certain instance without rib-group

    Posted 05-06-2014 01:57

    Thanks Alex

     

    it is working perfectly 



  • 4.  RE: how to copy routes from inet.0 to certain instance without rib-group

    Posted 05-01-2014 11:15

    As arsnieve indicated instance-import is far simpler to configure. If you want to do route lookup in inet.0 you can use the next-table option for your route lookup. You can also create your own routing table to use and import specific routes in it and refer to that table, but that is just one other option which would still require one of the above methods to put the routes in it.