Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco switches 3550XL 1

Status
Not open for further replies.

turbo1000

Technical User
Joined
Jul 16, 2004
Messages
1
Location
US
How can I trace back the computer name on each interface.
 
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top