ā09-10-2020 12:01 PM
I have a few 4800 and 4900 switches. Is it possible to get the IP address of connected devices? The only way I can get any IP address of a device is for Avaya VoIP phones using the command show lldp neighbor med inventory.
ā09-10-2020 07:48 PM
We normally set the dhc-snooping trusted on the trunk ports and to the PC VLAN.
ip dhcp-snooping vlan 100
interface ethernet 49-50
ip dhcp-snooping trusted
How would it affect if it is set to binding?
ā09-10-2020 05:57 PM
It depends on the switch configuration. For example if you are using feature called dhcp-snooping you can get the binding table.
show ip dhcp-snooping binding
But of course only for clients who are using dynamic addresses.
ā09-10-2020 03:08 PM
show lldp neighbors and sh mac-address-table only shows me MAC addresses.
sh arp shows me the IP and MAC addresses of our cores which are ERS8810
ā09-10-2020 02:14 PM
To check the IPs for the end device, i guess "show lldp neighbors" would be the only way to check. You might can check the IPs using ARP table as well if that can help.
ā09-10-2020 12:19 PM
It only shows IPs of connected switches not PCs.