- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- 5130 JH325A Routing issues
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
Forums
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
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
10-23-2020 07:44 AM
10-23-2020 07:44 AM
I'm already loosing my mind over this. Am I missing something stupid or that switch simply can't do it.
Switch in question HPE 5130 JH325A
I'm trying a simple setup with the below config
vlan 200
#
vlan 300
#
dhcp server ip-pool test
gateway-list 192.168.1.1
network 192.168.1.0 mask 255.255.255.0
address range 192.168.1.31 192.168.1.222
dns-list 194.168.4.100 194.168.8.100
domain-name test
#
interface Vlan-interface200
description LAN
ip address 192.168.1.1 255.255.255.0
dhcp server apply ip-pool test
#
interface Vlan-interface300
description WAN
ip address 192.168.0.254 255.255.255.0
#
interface GigabitEthernet1/0/1
port access vlan 200
description client
#
interface Ten-GigabitEthernet1/0/25
port access vlan 300
description connection to internet GW
#
ip route-static 0.0.0.0 0 192.168.0.1
my client in vlan 200 gets IP address and all required details from the switch
Connection-specific DNS Suffix . : test
Description . . . . . . . . . . . : Intel(R) Ethernet Connection (6) I219-LM
Physical Address. . . . . . . . . : xxxxxxxxxx
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : xxxxxxxx (Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.31(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 23 October 2020 15:35:20
Lease Expires . . . . . . . . . . : 24 October 2020 15:35:20
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : xxx
DHCPv6 Client DUID. . . . . . . . : xxx
DNS Servers . . . . . . . . . . . : 194.168.4.100
194.168.8.100
NetBIOS over Tcpip. . . . . . . . : Enabled
I can ping anything on the internet from the switch.
I can ping 192.168.1.1, 192.168.0.254 but I can't ping 192.168.0.1 from the client which is internet gateway
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 07:47 AM
10-23-2020 07:47 AM
SolutionHi @pattap !
Most probably your Internet gateway lacks the reverse route to the 192.168.1.0/24 with next-hop 192.168.0.254
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 08:33 AM
10-23-2020 08:33 AM
Re: 5130 JH325A Routing issues
embarrassing but yes! It's been a long day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 11:08 AM