By using show mac address-table interface I can see the mac's of the devices connected to the interface, is there any way that I can find the IP address on the device connected that perticular interface, lets say for example I connect a PC to fast ethernet port 4 of cisco 2960, by using:
show mac address-table interface fastEthernet0/4
I get the result as given below,
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
999 001e.8c16.c362 DYNAMIC Fa0/4
Total Mac Addresses for this criterion: 1
now from the switch it self I want to see whats the IP on the device 001e.8c16.c362. How can I do it?