Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
See matching posts in thread - EX-2200 Can't ping RVI interfac...
See matching posts in thread - Policy-based routing on the EX ...
See matching posts in thread - Restrict inter-vlan routing on ex...
See matching posts in thread - Hi 1- I have a vMX router(JMX1). on this router ...
*/ template util:quiesce-startup($con, $holdTime) ( var $now = date:seconds(); var $bootTime = jcs:sysctl("kern.boottime","i"); var $startAfterTime = $bootTime + $holdTime; var $waitTime = $startAfterTime - $now; /* sleep $waitTime seconds, if we're still inside our hold-down window */ if ($waitTime > 0) ( expr util:emit-msg('info', concat("Script execution quiesced for ", $waitTime, " seconds due to recent reboot.")); expr jcs:sleep($waitTime); expr util:emit-msg('info', "Script execution continuing."); ) ) As shown in this example, this template simply checks whether more time has passed than $holdTime since the RE booted
See matching posts in thread - Hi, Your config doesn’t seem to be correct. You ...
See matching posts in thread - if yes, then please: 1/ change Your misleading d...
See matching posts in thread - Hi, if the summarization is done inside...
See matching posts in thread - Hi, Thanks for your responce. i have few questio...
See matching posts in thread - OSPF sees all the routes inside...