Extracting location from ip address relevance to reimport

(imported topic written by SystemAdmin)

We are trying to update the Location by IP address as many new subnets magically appeared (surprise). It appears that the source file that was used to paste into the wizard is not available so we need to do it all over again. Is there a way already to extract this key to value pair or do I have to write something to do it?

Thanks

(imported comment written by BenKus)

You will need to find the action that you last sent to the agents to set the location by IP… the IP addresses will be stored in the action script of that action (and you will need to do some text parsing to get the list in a readable format).

Ben

(imported comment written by SystemAdmin)

We were looking at that and I was thinking of writing a PERL script to parse. I was just hoping that someone had already done this or there was some tool available to do it.

Thanks

(imported comment written by BenKus)

You can certainly script it… but you might get a lot of it done by using a powerful text editor and replace the delimiter with a newline or tab…

Ben