Dear All,
For documentation purpose i have to export all the network object to a spreadsheet with 3 columns (object-name, ip, description)
With the PIX it was an easy task to perform with quick shell script (to create a csv file) as PIX was using the name directive (name YOUROBJECT 1.2.3.4)
But now i wonder how-to do it properly with ASA as it is more complicated entries...
object network TEST
host 1.2.3.4
description This is a test host
Is there any existing tool where i can put my running-config on to perform that action ?
Please let me know.
Kind regards,