- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- HP 5412ZL Routing
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
11-27-2012 11:32 PM
11-27-2012 11:32 PM
HP 5412ZL Routing
We have a requirement that I need some help with
Here is what we have:
vlan 1 - 10.10.10.x/24 Switch ip - 10.10.10.1
vlan 100 - 10.10.100.x/24 Switch ip - 10.10.100.2
vlan 110 - 10.10.110.x/24 Switch ip - 10.10.110.2
vlan 112 - 10.10.112.x/24 Switch ip - 10.10.112.2
On all vlan's the default gateway is the local switch ip and then we have a firewall on vlan 1 at ip 10.10.10.6
On the Switch there is a static route of 0.0.0.0 / 0.0.0.0 GW 10.10.10.6
What we have added is routers on each vlan for internet that we would like to route to.
vlan 100 - 10.10.100.5
vlan 110 - 10.10.110.5
vlan 112 - 10.10.112.5
So desired out come is that client routing for inter-vlan traffic remains on the switch but that for internet traffic each vlan would use the .5 address in the local subnet for internet access.
Thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 05:14 AM
11-28-2012 05:14 AM
Re: HP 5412ZL Routing
Hello,
you should take into consideration that it is not a good network design to have severaly gateways in a client subnet. You may face problems concerning redirects and asymetrical routing. I would rather put all gateways into one "transfer" network - let's say 10.10.99.0/24 which is a vlan 99 on your 5400 switch.
In such network you can have multiple internet routers on that network - let's say 10.10.99.100 for VLAN 100, 10.10.99.110 for VLAN 110 and so on. Using policy based routing feature you can use these gateway based on source IP addresses.
For example:
Client 10.10.100.123 is using router 10.10.99.100
Client 10.10.110.123 is using router 10.10.99.110 and so on
If you are running K.15.08.XX you can use these route policies:
for details see page 4-145 http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c03277344/c03277344.pdf
Cheers,
Michael
Ingentive Networks - www.ingentive.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 08:20 AM
11-28-2012 08:20 AM
Re: HP 5412ZL Routing
Yeah you look to be correct, Policy Based routing looks to be what I need, the problem is that it looks like the modules need to be version 2.
Do you know if all moduels need to be version 2 in the switch with PBR enabled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 08:38 AM
11-28-2012 08:38 AM
Re: HP 5412ZL Routing
You could also set up routes on the firewall for the other VLANs IP ranges back to 10.10.0.1.
That way it will route internally for the internal networks and use the default gateay for anything else.
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 03:50 PM
11-28-2012 03:50 PM
Re: HP 5412ZL Routing
... where "problems concerning redirects" means: Windows will ignore ICMP redirects even when it shouldn't (i.e. from its own default gateway), which means you have to update firewalls on all your Windows machines. :-(
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2012 06:36 AM
11-29-2012 06:36 AM
Re: HP 5412ZL Routing
Indeed, PBR (policy based routing) is only supported in a switch using V2 modules only.
Page 3 foot note : http://h20195.www2.hp.com/v2/GetPDF.aspx/4AA2-9182ENW.pdf
Cheers,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2012 12:14 PM
12-01-2012 12:14 PM
Re: HP 5412ZL Routing
+1 for Policy based routes...work great.