

If there’s a single port on a managed device, you can disable/shutdown the port.įailing that, if you find that the MAC is in the table, but on a port with other devices too, say, port 1 has 5 other things, and the rogue is one of them, then that indicates that there’s another distribution switch on port 1, and the rogue is connected to that. Looking at the list of address tables (I find it’s helpful to copy/paste them into a text editor, then do a search on the MAC of the rogue.) see if you can track down a port that has only that MAC assigned to it. Every switch has a MAC Address Table where it keeps track of physical switchports, and the learned MAC addresses it’s seen on those ports. Next, you want to open the management pages of all of the switches on the fabric of your network. We’ll need this to confirm that it’s been killed when we start unplugging/disabling ports.

This works because all MAC address prefixes are registered by IANA, so you can look up a MAC address and it’ll tell you who made the thing (roughly).įrom the client with the rogue-assigned IP address, set up a long-running ping to the default gateway. Go to and paste the found Physical/MAC address of the rogue.What you’re looking for is the mapping between the IP address and the Physical (MAC) address. In a Powershell/Cmd/Terminal window, run the command to view the ARP table. We need to do this to populate the ARP table. Ping the default gateway for a few seconds. Once you’ve got an IP from the rogue, look at the ethernet adaptor’s status, and get the IP of the default gateway.

#How to check mac address on your network windows
info or /var/lib/NetworkManager/ will contain the dhcp-server-identifier info on Linux, and something in the Windows Event Logs will show similar :-) Kyle Gordon pointed out that this initially assumes that the DHCP server is the same as the default gateway. You might need to disable the main DHCP server to allow this to happen, as DHCP is a broadcast protocol, so it’s really a case of the early bird getting the worm.
