Create a special asp file that reports these values, cut and paste from your browser to a text file and import into XL or similar to edit and sort.
i.e. Cut and paste this into a file called "DeviceIPList.asp" and place it into your web directory --------start file-------- <html> <head> </head> <body> <h3>Raw list of all loaded devices</h3> <%START_LOADED_MAP_LIST%> <%START_DEVICE_LIST%> <%DEVICE% DISPLAY_NAME>, <%DEVICE% HOSTNAME>, <%DEVICE% IP_ADDRESS><br> <%END_DEVICE_LIST%> <%END_LOADED_MAP_LIST%> </body> </html> --------end file-------- Then hit it with your browser http://127.0.0.1/DeviceIPList.asp Cut and paste the results into notepad then import into XL as a comma delimited file hth Adrian ----- Original Message ----- From: "Katie Nakayama" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 10:10 AM Subject: RE: [WhatsUp Forum] Device list > I've done that, but it doesn't seem to let me export the list into a text file. > I need to compile all the devices and put them in an alphabetical or IP address > order - basically, I need to be able to manipulate the list. Any other > suggestions? Thanks! > > --- "Welsh, Jeff" <[EMAIL PROTECTED]> wrote: > > >From console, select statistics tab [version 7.x] > > > > Jeff Welsh > > Technical Support Specialist > > State of Maine Network Services > > Office:207-624-8842 Cell: 207-446-0818 > > Pager: 207-818-3868 > > Epager: [EMAIL PROTECTED] > > Email [EMAIL PROTECTED] > > > > > > -----Original Message----- > > From: Katie Nakayama [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 08, 2002 4:58 PM > > To: Whatsup Gold > > Subject: [WhatsUp Forum] Device list > > > > > > Is there a quick and easy way to get a device list, just the names and IPs, > > in a plain text format? I don't care if it's per-map or global. Thanks! > > > > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
