I want to automate a process to generate a text file for loading into Cisco routers. These units can accept text file data as a configuration source. But odd spaces and hidden characters cause problems, which may (or may not) be an issue here.
So I have an excel spreadsheet that contains all the IP addressing and other details that someone has to manually add into a text file template. Question is, can this process be automated, and if so how?
For example, this text file needs an ip address entering:
Int f0/0
ip address x.x.x.x 255.255.255.0
Could I somehow replace the x.x.x.x value with a cell value from excel?
Then repeat this step for many different addresses?
So I have an excel spreadsheet that contains all the IP addressing and other details that someone has to manually add into a text file template. Question is, can this process be automated, and if so how?
For example, this text file needs an ip address entering:
Int f0/0
ip address x.x.x.x 255.255.255.0
Could I somehow replace the x.x.x.x value with a cell value from excel?
Then repeat this step for many different addresses?