Case Project 9-1: Creating a List of MAC Addresses You have been asked to create
ID: 3725086 • Letter: C
Question
Case Project 9-1: Creating a List of MAC Addresses You have been asked to create a list of all MAC addresses and corresponding IP addresses and computer names in your network. Propose at least two methods for performing this task. Your network has almost 100 computers in a Windows Server 2012 R2 domain network with statically assigned IP addresses. Using the tools available in Windows Server 2012 R2, carry out the procedure you think will work best. Write a short report of your results and submit it to your instructor.Explanation / Answer
The Answer for yur question is given below clearly:
The First method is given below
1.The manual method is using ipconfig /allat each computer to display the necessary information and writing it down.
2.A more automated method is having each computer run a startup script containing ipconfig /all > \serverShare%computername%.txt,
3. which creates a text file with the required information on a share on the server. The information then has to be extracted from each file. (The script could also use the command ipconfig /all >>\serverXXShareIPconfigs.txt, which has the advantage of sending output to a single file because >>appends output to a file.)
4. second method: Another possibility is pinging all the IP addresses in the range of IP addresses you’re using. Using the -aoption, you can get the computer name, and then use ARP to display the MAC address. However, this method has the drawback of being labor intensive, and the computers would have to be on at the time you pinged them.
Hope This Helps, if you have any doubts Please comment i will get back to you, thank you and please thumbs up