- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Different gatways for different VLANS
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-12-2006 04:50 AM
07-12-2006 04:50 AM
So, is it possible on a 5308 to have 2 gateways and have traffic routed based on their VLAN. If so, can you point me to any documentation? If not, I guess I could always let our sonicwall device route to different gateways based on subnets?
Thanks for your help! =)
Grant
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-12-2006 07:20 AM
07-12-2006 07:20 AM
Solutionin the menu under IP config, enable IP routing... note this will kick everyone off the network, so I would console into the swtich or make sure you are on the same subnet as the switch before doing this.
then go to the command line and go into configure terminal and add:
ip route "subnet" "mask" "gateway" ie ip route 0.0.0.0 0.0.0.0 192.168.1.254 (it is good to have a 0.0.0.0, this is a catch all for any unknown/ outbound traffic
then add a route for each subnet
ie
vlan 1 uses 172.24.192.0 ip range
ip route 172.24.192.0 255.255.255.0 172.24.192.254
vlan 2 uses 10.100.0.0 ip range
ip route 10.100.0.0 255.255.0.0 10.100.255.254
I have heard rumors that adding a lot of static routes on many of the HP switches can cause a lot of CPU load... especially with the 2600's.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-12-2006 10:59 AM
07-12-2006 10:59 AM
Re: Different gatways for different VLANS
For example, if for both of these VLANs they require internet access through different gateways, you'll need a default route 0.0.0.0 for each, this is not possible on the 5300xl.
Maybe your sonicwall can do some form of load sharing or Policy Based Routing which is what you need.
You may want to have a look through this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1022139
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-12-2006 12:07 PM
07-12-2006 12:07 PM
Re: Different gatways for different VLANS
What about blocking certain vlans from other vlans, can you do that? Basically, if I have dorms on VLAN 1 and Labs on VLAN2, can I keep VLAN 1 from seeing VLAN 2 on the 5308? I'm asking before I researched it, so I apologize.
Thanks!
Grant
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-12-2006 12:38 PM
07-12-2006 12:38 PM
Re: Different gatways for different VLANS
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP