Jul 16, 2004 #1 turbo1000 Technical User Joined Jul 16, 2004 Messages 1 Location US How can I trace back the computer name on each interface.
Jul 16, 2004 1 #2 lui3 MIS Joined Feb 15, 2002 Messages 356 Location US find the ip address of each computer using the following show arp | include xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx equals ip address of each computer once you find that look at the mac-address corresponding to the ip address and use the command show mac-address-table | include xxxx.xxxx.xxxx xxxx.xxxx.xxxx equals the mac address you are querying the result will be the interface that the host is located on in order to get the host name you can also use the ping -a arp -a or nbtstat -a command from a windows prompt Upvote 0 Downvote
find the ip address of each computer using the following show arp | include xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx equals ip address of each computer once you find that look at the mac-address corresponding to the ip address and use the command show mac-address-table | include xxxx.xxxx.xxxx xxxx.xxxx.xxxx equals the mac address you are querying the result will be the interface that the host is located on in order to get the host name you can also use the ping -a arp -a or nbtstat -a command from a windows prompt