Tag: scripting

scripting commands in junos

One of the things that I need during troubleshooting sessions is to run a specific command at regular intervals. Instead of doing this manually you can create a tiny script to run your command every second for you. Here is how you can do it; while [ 1 ] do cli -c "show route receive-protocol
Read More »