in reply to Re^3: How do I use a template, csv file and script to generate multiple switch configurations
in thread How do I use a template, csv file and script to generate multiple switch configurations
I can also add that my .csv now looks like this:
and my config template looks something like this:# ip,hostname,location 172.30.240.1,CUSOM-176-SWI-001,1st Fl N IDF 172.30.240.2,CUSOM-176-SWI-002,1st Fl N IDF
or at least, those are the lines from it that contain the variables.hostname ##hostname## interface Vlan1 ip address ##ip## 255.255.255.0 snmp-server location ##location##
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How do I use a template, csv file and script to generate multiple switch configurations
by hdb (Monsignor) on Apr 16, 2013 at 06:06 UTC | |
by hvh2000 (Initiate) on Apr 16, 2013 at 16:22 UTC | |
by prasath1017 (Initiate) on Jun 26, 2014 at 22:41 UTC |