LAN Routing
1753331 Members
5401 Online
108792 Solutions
New Discussion

Finding IP Addresses of Devices connected to a switch

 
itisok4me
Occasional Contributor

Finding IP Addresses of Devices connected to a switch

I have a few HPE 1920-48G Switch JG927A and 1920S 48G -JL382A in the network. How can i find the ip address of devices connected on each port of these switches. Going through the forums suggested me a few commands including

 show lldp info remote-device
show cdp neighbors detail

I am unable to see the show command on the 1920-48G Switch JG927A  model. Enabling the _cmdline-mode on command does not help either. 

Any help on this would be appreciated. 

 

5 REPLIES 5
-Alex-
HPE Pro

Re: Finding IP Addresses of Devices connected to a switch

Hello  itisok4me,

You may try:

display arp

In the command line. Note it will work if layer 3 traffic is sent to the devices like ping or the switches are default gateways for the devices.

Hope this helps!

I am an HPE Employee

Accept or Kudo

akg7
HPE Pro

Re: Finding IP Addresses of Devices connected to a switch

Hello,

You have to enable LLDP globally  

Network > LLDP. and Click the Global Setup tab

You can refer pg.213 and 214 from below user guide:

https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c04463799

 

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
itisok4me
Occasional Contributor

Re: Finding IP Addresses of Devices connected to a switch

Thank you. This works a treat on 1920 model. 

Is there a similar way to find the ip on devices connected on the 1920s. 

akg7
HPE Pro

Re: Finding IP Addresses of Devices connected to a switch

Hello @itisok4me ,

For 1920s switch, you can refer 'LLDP Remote Device Summary' on pg.104 into below link:

https://support.hpe.com/hpesc/public/docDisplay?docId=a00003478en_us

 

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
Ihaqueit
Trusted Contributor

Re: Finding IP Addresses of Devices connected to a switch

sh arp

I Haq