Computing.Net > Forums > Windows NT > Creating IP and MAC table

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Creating IP and MAC table

Reply to Message Icon

Name: Clark
Date: June 29, 2000 at 09:55:30 Pacific
Comment:

How do i create a printable table listing the corresponding mac addresses with the computers IP addresses ? If possible, please reply to slice@cadvision.com



Sponsored Link
Ads by Google

Response Number 1
Name: Andrew
Date: June 29, 2000 at 09:57:48 Pacific
Reply:

ipconfig /all command can be used to find IP and MAC from copmuter. But I suggest using the ARP command from the server.


0

Response Number 2
Name: Geoff
Date: June 29, 2000 at 13:59:55 Pacific
Reply:

You could write a simple batch file that pings each IP (to cache for arp) then runs the arp command on that same IP and directs it to a file. For example:

ping 10.0.0.1
arp -a 10.0.0.1 >> trace.txt

Repeat for each IP you want and clean up the extraneous info in the trace file when its done.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Connecting NT SQL Server ... Download problems



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Creating IP and MAC table

NT 4.0 and Mac over a WAN www.computing.net/answers/windows-nt/nt-40-and-mac-over-a-wan/7303.html

Find a IP@ when you only have the MAC@ www.computing.net/answers/windows-nt/find-a-ip-when-you-only-have-the-mac/10554.html

share folder between window and mac? www.computing.net/answers/windows-nt/share-folder-between-window-and-mac/7081.html