The following is a script I would use for testing. I used it for viewing colors and layout; it’s good for enhancing script feed-back when the script is interactive. [sourcecode language=”bash”] #!/bin/bash #——————————— # # Script Name: color_run.sh # Version: 0.1.1 # Created on: 3/2/2011 Jeff Neuffer Jr # Updated on: $Id: color_run.sh 105 2013-03-17 […]
Continue ReadingTag: Script
Calling a Juniper JUNOSe Macro Script
In the post titled Juniper JUNOSe Macro Backup Script I detailed a method I used to backup the configuration of the broadband router. What I didn’t include was the command used to call the macro script; kind-of an important item to define. host1(config)#macro run_backup_rtrname.mac
Continue ReadingJuniper JUNOSe Macro Backup Script
For many years I maintained a Juniper ERX1410 running JUNOSe. Over time I created a backup script in 2007 that would allow me to initiate a backup of the broadband router and move on to another task while the backup processed. “An E Series router has an embedded macro language that enables you to define […]
Continue Reading