Access Switch IP MAC
Use nmap's ping sweeper to get the IP address of each machine: (assuming your LAN is 10. 0/24) As for mac address, you can use arp to get that per host: As for the switch port connection, you're going to have to get to your switch console or interface to show the arp. A MAC address (Media Access Control address) is essentially a digital fingerprint uniquely assigned to network-enabled devices like computers, smartphones, and printers. Is there a way to find the IP address using its MAC address? a) Ping the whole network range, than check the ARP table for the MAC address of the switch b) use a tool like nmap.
Read More