- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Can't ping hpe 5130 switch although it is on the n...
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
02-15-2019 07:07 AM
02-15-2019 07:07 AM
Hi people,
have set an IP address on the management vlan of the switch however I can't ping it. (It is connected to the network and has a device attached to it which gets an Ip address on the default vlan) I couldn't find a command to set the default gateway for the management vlan. (as in HP switches) so that's probably why.
Any ideas on that ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2019 07:37 AM
02-15-2019 07:37 AM
Re: Can't ping hpe 5130 switch although it is on the network
I you want to configure a default gateway, you have to create a static route:
ip route-static 0.0.0.0 0.0.0.0 <your default gateway>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2019 02:03 AM
02-18-2019 02:03 AM
Re: Can't ping hpe 5130 switch although it is on the network
Hi Thanks,
I have created the static route: So the configuration looks like so:
Vlan 1128
name management
ip-subnet-vlan 0 ip 172.26.128.90 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 172.26.128.1
The uplink to the network is on a trunk port allowing all vlans
G 1/0/18
Port link-type trunk
Vlan passing: 1, 101-102 107, 898, 1128-1129, 1134, 2624
Vlan permitted: 1, 2-4094
other Vlans which have connectivity
vlan 101
name admin
Port g 0/1/17 is an access port on vlan 101 and is getting an IP address and has connectivity.
I can’t ping the default gateway from the switch though
Ping 172.26.128.1 gets a request timeout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2019 03:37 AM - edited 02-18-2019 03:38 AM
02-18-2019 03:37 AM - edited 02-18-2019 03:38 AM
Solutionhello
Execute follwowing command:
vlan 1128 undo ip-subnet-vlan 0 quit interface vlan 1128 ip address 172.26.128.90 255.255.255.0 quit
You need to configure ip adresses in vlan interfaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2019 05:41 AM
02-18-2019 05:41 AM
Re: Can't ping hpe 5130 switch although it is on the network
Great Thank you !
I can now ping the default gateway.