cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2138
Views
3
Helpful
4
Replies

obtain ip connected to an interface

ccrespoh
Level 1
Level 1

Hello,

In a catalyst 6500 series we can know the mac of the machines connected to a port, but, can we know the ip of the machine?

Thanks in advance

4 Replies 4

peterledwidge
Level 1
Level 1

Hi,

you could - ping the subnet broadcast address

sh ip arp and match them up in this way.

you could then add a des to each int if the addresses don't change etween ports.

HTH

des = description :)

Hi,

Doesn't exist any command to do it? Well, you have the interface and it will be enough to sniffer to know the source address of the packets incoming from that interface.

To ping the broadcast address... Imagine a 255.255.248.0 network.... It will be a ping storm.

Once you have the mac you will need to do a sh arp | inc from the router for the subnet.