cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4503
Views
10
Helpful
3
Replies

find IP of device attached to Catalyst 2960G-24TC

Hristo Todorov
Level 1
Level 1

HI,

Using Cisco Network Assistant... Can I find out the IP of a host which is connected to port 6 in my Catalyst 2960-24TC...

Many thanks in advance...

3 Replies 3

Leo Laohoo
Hall of Fame
Hall of Fame

Try this: 

conf t

ip device tracking

interface range g0/1 - 24

ip device tracking max 10

end

wr

-- Wait for 15 seconds --

Command:  sh ip device tracking

or if you know what interface, "sh ip device tracking interface ".

Please don't forget to rate our useful posts.  Thanks.

Sandeep Choudhary
VIP Alumni
VIP Alumni

adding to Leo...

There is really no easy way to discover the IP address of the device connected to a port.

1. If  you can get the MAC address of the device by using the 'show mac-address-table' command.  Once you have these, you can do:

- if the switch is a L3 switch, issue the command 'sh ip arp'or '"show ip arp | include "' to see if the MAC address is one that has been resolved recently.  In that case, the IP address associated with that MAC address is the IP of the device connected to that port.

2. You can also download a freeware tool, ccgetmacaddress, with this tool you can get the IP to MAC or MAC to IP.

Hope it helps.

Regards

There is really no easy way to discover the IP address of the device connected to a port.

Sandeep,

Try the "ip device tracking" feature.  It'll pick up the IP addresses very easily, including 169.X.Y.Z.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: