Junos OS

last person joined: 6 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  IS-IS Overload Or Graceful Restart

    Posted 03-15-2011 21:10

    Hello Community

     

    Do someone have idea what should we use Overload or Graceful restart when we want a  router should not attract any transit traffic for 60 second   after RP restart.

     

    Thanks & Regards

     

    Malik

     

     



  • 2.  RE: IS-IS Overload Or Graceful Restart
    Best Answer

     
    Posted 03-16-2011 03:25

    Hi,

     

    For this case, setting overload with timeout option will make router not to attract the transit traffic for specified time interval after routing process restart.

     

    The config should look like:

     

    protocols {

        isis {

              overload timeout 60;

              .......................

              .......................

       }

    }

     

    Regards

    Surya Prakash