Running a shell script during boot on Junos
I had recently to work on a situation where specific Junos configuration had to be applied on a device after reboot as a workaround. There are multiple solutions to this problem and the simplest one is to create a shell script that crontab will run after reboot. However, you need to make sure that you… Keep reading »