I was given a spreadsheet with several thousand IP addresses (hosts), networks (/23, /24, /25, /26, /29, etc.), ranges (x.x.x.x - x.x.y.y) and FQDN's that need to be built as Network Objects in a Cisco ASA.
Ugh.
What method would you use to automate this process so NCM can be used to push it into the ASA?
- Don't automate, just start copying & pasting from the GUI
- Build one of each with the GUI and then see their syntax. Then create the portions of the syntax in new columns before and after the actual spreadsheet's information, save the spreadsheet as text, and let NCM run it at the CLI
- Automate using this really cool scripting tool you discovered, that works well with ASA's and Excel
- Something else--please be as specific as you can
This is exactly the kind of job computers are built for, but for the life of me, I can't find a great way to do it. I'm looking to Thwack for ideas.