Junos OS

last person joined: 6 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Instance-import and received routing updates

    Posted 06-24-2017 20:58

     

    Hi everybody,

     

    Please consider the following toplogy:

     

    10.10.10.0/24   R1--199.199.199.1-----199.199.199.4 JUNOS4

    10.10.11.0/24

    Above, 10.10.10.0/24, 10.10.11.0/24 are behind R1, R1 is Cisco router, JUNOS is Juniper, both are running RIP Ver2,

     

    Objective:

    Can we use instance-import command on master table on JUNOS to control which RIP announced prefix will enter master table?

     

    Capture59.PNG

     

     

    I noticed :

    INSTANCE-IMPORT can not be used to control what routes learned via RIP , running within master instance, get installed into master table.

    INSTANCE-IMPORT controls if  routes  from other routing instances can be installed into a particular routing instance where INSTANCE-IMPORT is appled.

     

    Am I correct?  I am a newbie , just trying to learn Juniper, little by little.

     

    Capture60.PNG

     

     

    Thanks and have a nice weekend!!

     

     

     



  • 2.  RE: Instance-import and received routing updates
    Best Answer

    Posted 06-25-2017 00:47
    Yes, Instance-import will be used for route redistribution between custom routing instances .
    If we need to apply routing policies to the dynamic routing protocols, we need to use the import / export keyword under respective protocols .

    In this case , we can apply the policy BIG to RIP protocol, some thing like this ...
    set protocols rip import BIG

    For more details ..https://www.juniper.net/documentation/en_US/junos/topics/topic-map/rip-import-policy.html


  • 3.  RE: Instance-import and received routing updates

    Posted 07-04-2017 10:39

    Thanks Pradeep