Who moved this PC here aka Locate which port on switch a PC is plugged into
Posted
by ggonsalv
on Server Fault
See other posts from Server Fault
or by ggonsalv
Published on 2010-04-22T14:21:03Z
Indexed on
2010/04/23
2:13 UTC
Read the original article
Hit count: 392
The catch is you have no SNMP access, not even public.
The end vision is locate a PC in building easily even if PC's are moved around.
The MAC address of the PC is known and the software would run as client on each desktop, reporting back which port the PC was plugged into.
Well from a programmer perspective, my network skills are not the best. Yes I could use SNMP, download the MAC port table, load it into SQL, match it to the PC name. Seems alot of work.
Lets say I ping a single point from the PC. Would the echo have some thing unique for each device on the same switch? All I need to identify some thing unique for each PC plugged into each port.
If the PC was moved from location A to a different location then the unique response would change.
© Server Fault or respective owner