Text Tools take 2 (10 of 30)

If you missed my first post on Text Tools, you can find it here, where you can also read my full disclaimer. In that example, you replace multiple items in one config, in this example you have a few variables for highly repeatable configs. Think you have a bunch of interfaces and the only thing that changes is interface, vlan, and description.

Go to http://itdependsnetworks.com/text_tools.php, and fill the left side with your variable replacements, and the right side with the repeatable configs. The variable to replace is on the first line, each subsequent line is the configs to be replaced. You can have as many variables and lines as you want. e.g.

<test1>,<test2>,<test3>
GigabitEthernet1/0/1,Device01,100
GigabitEthernet1/0/2,Device02,200
GigabitEthernet1/0/3,Device03,300

interface <test1>
description <test2>
switchport access vlan <test3>

 

Fill Out Form
multiple-1

*ensure correct radio button is marked.

Results
multiple-2

I have put together little scripts like these over and over, I find them useful, but this is the first time I am consolidating them all. I will eventually integrate them into a cleaner jquery based interface, but for now I am just working on functionality.

 

 

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>