Got it. I see where you are going with this, however I don't think it will work in our case. I need to find out the IP address of the device connected to Port E14 on our switch. This port is 1 of 4 ports on a VLAN. This VLAN is a public VLAN.
Basically we have the ISP cable running into the VLAN (4 port VLAN). One of these ports runs straight to the firewall, and then the firewall back into the private VLAN on that same switch.
ISP > Public Vlan > Firewall > Private Vlan
We need the public VLAN because we have the video conference system that needs to sit on the outside. So it is one of the things plugged into the public vlan.
necati_cehreli
Does your switch have SVI on the public VLAN with an IP address. If yes then you can issue a ping and check the IP,MAc,PORT associations via show arp
Well our Private broadcast is 10.81.255.255. The arp table was populated with a bunch of private addresses. I then tried pinging all of our public IP addresses, and they all pinged successfully, but when I try to see the arp table, it continuous to only show private addresses.
Thanks, your guidance has been extremely helpful, but no luck. The vlan is not routing that is why the arp tables are empty: Show arp vlan 30
Also found Link Layer Discover Protocol useful: Show lldp i r
and Cisco Discover Protocol useful:
show cdp -- Show CDP configuration and neighbors discovered (p. 459)
neighbors -- Show CDP neighbors. See 'show cdp help' for details. (p. 492)
detail -- Show neighbor information field-per-line instead of shortened table format. (p. 467)
neighbors-port -- Show CDP neighbors on specified port only. ([ethernet] PORT-NUM) (p.
(Ex. SHOW CDP NEIGHBORS E14)