• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Easiest way to get IP of a managed switch?

BZeto

Platinum Member
How do I find the IP of a managed HP ProCurve switch? They dont have it documented anywhere. Would I need to use a network scanning utility or a packet sniffer to inspect all L2 traffic?

Thanks
 
just use nmap and scan for open telnet ports. once you have all the IP's, telnet to each one until you find it, or use nmap's OS detection which should identify an HP ProCurve.
 
Originally posted by: jlazzaro
just use nmap and scan for open telnet ports. once you have all the IP's, telnet to each one until you find it, or use nmap's OS detection which should identify an HP ProCurve.

How do I scan the entire network and not a single host?
 
Originally posted by: BZeto
Originally posted by: jlazzaro
just use nmap and scan for open telnet ports. once you have all the IP's, telnet to each one until you find it, or use nmap's OS detection which should identify an HP ProCurve.

How do I scan the entire network and not a single host?

nmap 192.168.1.*

use a * when you need to. a basic nmap scan like that will scan for open ports on all hosts it finds. you can limit the port number with (i think) -p $PORT

i dont use it often, or for anything very specific. if you dont intend to either you can get a graphical front end with it thats too simple to misunderstand, or open the manual and search for terms.

 
Back
Top