- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- What is the switch IP?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2015 05:23 PM
06-29-2015 05:23 PM
What is the switch IP?
I walked into an environment that has some edge switches (Procurve 5412zL) w/ no IP listed. I have ordered the console cable for the switch but is there anything that I can do in the mean time to get into these switches? I'm in a time crunch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2015 11:02 PM
06-29-2015 11:02 PM
Re: What is the switch IP?
Hello,
The switch is a DHCP client by default. So if no one configured static IP addresses, there is a chance that the switches are obtaining IP addresses from the DHCP server. The MAC address of the switch should be visible on the same label where the serial number is printed. You could check whether this MAC address appears in the DHCP leases and then use the assigned IP address to access the switch.
Another option are the neighbor discovery protocols LLDP and CDP. If the switches are connected to a managed switch that supports LLDP or CDP this switch should have information about the 5412zls in his neighbor table. You can basically access this information with a CLI command. For example on the HP ProVision switches:
show lldp info remote-device <port number>
show cdp neighbors detail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 08:00 AM
06-30-2015 08:00 AM
Re: What is the switch IP?
It is also possible to get lldp information from the switch using lldp software on a computer connected to the switch. One example of such software is lldpd: http://vincentbernat.github.io/lldpd/
As a last resort you could also try to ping the broadcast address and then look in the arp table, searching for the mac address of the switch.