- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Setting up VLANs on 5308XL
Switches, Hubs, and Modems
1819927
Members
3145
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО06-21-2006 12:20 AM
тАО06-21-2006 12:20 AM
Hi,
I'm working on a server project at work at the moment and we're just configuring the ProCurve switch with VLANs - hopefully as follows...
- most servers left on the default VLAN with IP addresses 192.168.88.x
- 2 fiber channels that communicate between our NAS boxes with IP addresses 172.168.89.x
- 3 Heartbeat connections for our Exchange Cluster with IP addresses 172.16.88.x
My question is that if we set up the 2 static VLANs in addition to the default one and set the ports as Untagged (same as on the default VLAN settings) will that seperate the traffic e.g. packets going between the NAS devices won't be transmitted to the main servers etc?
We tried testing that theory out before with a 192.168.88.x address on one of the new VLANs and tried a ping to another 192.168.88.x address on the other new VLAN. THe ping was successful - is that normal operation as I wondered if they should be able to "see" each other?
Sorry if this might sound a bit basic but I#m only 19 and in the last few weeks have installed all the rackmount kit, re-configured our SCSI arrays on the NAS box and am currently having "fun" with Clustering!
Thanks in advance,
Gerrard Shaw,
Network Technician,
Redbridge Institute of Adult Education
I'm working on a server project at work at the moment and we're just configuring the ProCurve switch with VLANs - hopefully as follows...
- most servers left on the default VLAN with IP addresses 192.168.88.x
- 2 fiber channels that communicate between our NAS boxes with IP addresses 172.168.89.x
- 3 Heartbeat connections for our Exchange Cluster with IP addresses 172.16.88.x
My question is that if we set up the 2 static VLANs in addition to the default one and set the ports as Untagged (same as on the default VLAN settings) will that seperate the traffic e.g. packets going between the NAS devices won't be transmitted to the main servers etc?
We tried testing that theory out before with a 192.168.88.x address on one of the new VLANs and tried a ping to another 192.168.88.x address on the other new VLAN. THe ping was successful - is that normal operation as I wondered if they should be able to "see" each other?
Sorry if this might sound a bit basic but I#m only 19 and in the last few weeks have installed all the rackmount kit, re-configured our SCSI arrays on the NAS box and am currently having "fun" with Clustering!
Thanks in advance,
Gerrard Shaw,
Network Technician,
Redbridge Institute of Adult Education
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 12:44 AM
тАО06-21-2006 12:44 AM
Solution
Hi Gerrard,
Sounds like you're having fun there...
When setting VLANs on the switch you are limiting the broadcast domain. So if you have 2 port-based VLANs set on the switch, 192.168.88.1/24 and 172.16.88.1/24, then these two networks will not be able to communicate to each other.
That is until you enable 'ip routing' on the 5300. When you have enabled ip routing, if the clients have their default gateways pointing to 192.168.88.1 and 172.16.88.1, then they will be able to communicate with each other.
In your test where you had 2 VLANs configured and had clients with the same IP address range on each VLAN, normally they should not be able to ping each other. The only situations in which I could imagine that happening would be if 'proxy-arp' was enabled or there was actually a second client on one of the VLANs that had the same IP address by accident.
By default though, even without VLANs normal unicast traffic will not be forwarded to other ports that do not require it (unlike hubs where traffic is flooded out all ports). It is only broadcast and multicast traffic that is seen on all ports.
I recommend you have a look through the ProCurve Networking Primer to understand some of these concepts better.
http://www.hp.com/rnd/training/technical/primer.htm
Matt
Sounds like you're having fun there...
When setting VLANs on the switch you are limiting the broadcast domain. So if you have 2 port-based VLANs set on the switch, 192.168.88.1/24 and 172.16.88.1/24, then these two networks will not be able to communicate to each other.
That is until you enable 'ip routing' on the 5300. When you have enabled ip routing, if the clients have their default gateways pointing to 192.168.88.1 and 172.16.88.1, then they will be able to communicate with each other.
In your test where you had 2 VLANs configured and had clients with the same IP address range on each VLAN, normally they should not be able to ping each other. The only situations in which I could imagine that happening would be if 'proxy-arp' was enabled or there was actually a second client on one of the VLANs that had the same IP address by accident.
By default though, even without VLANs normal unicast traffic will not be forwarded to other ports that do not require it (unlike hubs where traffic is flooded out all ports). It is only broadcast and multicast traffic that is seen on all ports.
I recommend you have a look through the ProCurve Networking Primer to understand some of these concepts better.
http://www.hp.com/rnd/training/technical/primer.htm
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 02:26 AM
тАО06-21-2006 02:26 AM
Re: Setting up VLANs on 5308XL
Thanks for the link - much appreciated :)
Think I've sorted the VLANs now - turns out the "HP" fiber card we bought is actually a rebadged Intel Pro 1000MT so because of that we labelled the connections up wrong initially! A quick renaming later et voila all works as expected :D
As a side point the Web UI seems to be a bit moody at times - it wouldn't remove ports from the new VLANs "error your configuration has not been saved". However using the config menu through Telnet let me change whatever I wanted - sometimes the retro ways work best eh ;)
Regards,
Gerrard
Think I've sorted the VLANs now - turns out the "HP" fiber card we bought is actually a rebadged Intel Pro 1000MT so because of that we labelled the connections up wrong initially! A quick renaming later et voila all works as expected :D
As a side point the Web UI seems to be a bit moody at times - it wouldn't remove ports from the new VLANs "error your configuration has not been saved". However using the config menu through Telnet let me change whatever I wanted - sometimes the retro ways work best eh ;)
Regards,
Gerrard
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP