- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Re: HP Procurve 4204vl Layer 3 switch routing prob...
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
11-28-2012 04:01 AM
11-28-2012 04:01 AM
Hi all, thanks in advance for your help. I have a Procurve 4204vl switch with four modules, (modules 1,3 & 4 are J8768A and module 2 is a J9033A). I have set up two new Vlans on the switch VLAN 2 (TELEPHONY) & VLAN 3 (SERVERS). We have a DHCP server on our network that hands out ip addresses. IP routing is enabled on the switch and I have 2 untagged ports assigned to each Vlan.
The problem I am having is that routing is not happening between the vlans. Here is the result of Show Run
module 1 type J8768A
module 3 type J8768A
module 4 type J8768A
module 2 type J9033A
ip default-gateway 192.168.20.167
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A1-A24,B1-B18,B21-B24,C1-C24,D1-D24
ip address 192.168.20.2 255.255.255.0
no untagged B19-B20
ip igmp
exit
vlan 2
name "TELEPHONY"
untagged B20
ip address 10.20.1.254 255.255.0.0
ip helper-address 192.168.20.209
exit
vlan 3
name "SERVERS"
untagged B19
ip address 10.21.1.254 255.255.0.0
ip helper-address 192.168.20.209
exit
qos type-of-service ip-precedence
stack join 00256196f040
spanning-tree
password manager
Ip address 192.168.20.2 is the address of the Switch. 192.168.20.209 is the address of our DHCP server.
Here is the result of the ip route command
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
10.20.0.0/16 TELEPHONY 2 connected 0 0
10.21.0.0/16 SERVERS 3 connected 0 0
127.0.0.0/8 reject static 0 250
127.0.0.1/32 lo0 connected 0 0
192.168.20.0/24 DEFAULT_VLAN 1 connected 0 0
I think the problem lies in the ip route table but I'm not sure what to put in to get the vlan's talking to each other. Clients on ports B19 or B20 can't get a DHCP address either.
Any ideas would be much appreciated.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 04:25 AM
11-28-2012 04:25 AM
Re: HP Procurve 4204vl Layer 3 switch routing problem
Did You configured corresponding DHCP address pool for 10.20.0.0/16 - TELEPHONY and 10.21.0.0/16 - SERVERS
with proper gateways 10.20.1.254 and 10.21.1.254 on DHCP Server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 04:32 AM
11-28-2012 04:32 AM
Re: HP Procurve 4204vl Layer 3 switch routing problem
I believe I have, have a look I've attached some screenshots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 12:52 PM
11-28-2012 12:52 PM
Re: HP Procurve 4204vl Layer 3 switch routing problem
If the former, try "dhcp-relay option 82 replace ip". If the latter i think it's far more likely that your end nodes have incorrect default gateways.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2012 02:14 AM
12-03-2012 02:14 AM
Re: HP Procurve 4204vl Layer 3 switch routing problem
Hi thanks for the reply, but there's something that I'm still missing. I have configured a laptop with an ip address of
ip address: 10.21.1.100
mask 255.255.0.0
Gateway 10.21.1.254
I cannot ping anything further than this. If I do a tracert I can only get as far as 10.21.1.254.
What did you mean exactly when you said the end nodes have incorrect default gateways? Can you provide an example of what would be a correct route for the procurve routers?
Many thanks for you help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2012 02:55 AM
12-03-2012 02:55 AM
SolutionEnd nodes means PCs, servers, printers, etc. For example, the PC you set up has the correct default gateway, but what were you pinging on the other end? Does it have the correct gateway settings? If it's using another gateway (presumably you have some sort of router to connect to the Internet), does that gateway know the correct route to 10.21.0.0/16? Routing is a bi-directional process, and you have to have both ends pointing at the right places to get connectivity - the reverse path is often neglected in troubleshooting.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2012 03:39 AM
12-03-2012 03:39 AM
Re: HP Procurve 4204vl Layer 3 switch routing problem
Well, as an example the servers on the 192 range are configured like so
ipaddress 192.168.20.200
Mask 255.255.255.0
Gateway 192.168.20.167
I am not sure how to configure a route to the 192 addresses and vice versa. I know you use the ip route command but not sure what it should be exactly. i.e. would
ip route 192.168.20.0 255.255.255.0 192.168.20.167
ip route 10.21.1.254 255.255.0.0 192.168.20.167
be correct. Or does the gateway need to be something else? I know I'm missing something and I'll kick myself when I've solved it but at the moment.....
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2012 03:10 AM
12-10-2012 03:10 AM
Re: HP Procurve 4204vl Layer 3 switch routing problem
Got this sorted now there were a couple of things on the switch that needed to be unset so that the routing would work correctly.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2016 08:49 PM
07-14-2016 08:49 PM
Re: HP Procurve 4204vl Layer 3 switch routing problem
i have same your problem please tell me for config it