HPE GreenLake Administration
- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Procurve vlan question
Switches, Hubs, and Modems
1831162
Members
3067
Online
110021
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
Forums
Discussions
Discussions
Discussions
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
02-09-2009 07:57 AM
02-09-2009 07:57 AM
Procurve vlan question
Hello
We have multiple 2900 Series 48g switches. 3 in one building and 2 in another with a single fibre link between them.
What I want to configure is two vlans, the default one for normal network use, and a second one for visitors only. What I need is for both to share the same fibre link to cross the buildings and then to seperate off either side. Something like this...
default_vlan \ /default_vlan
single fibre
Visitor vlan / \Visitor vlan
Both will have independnant gateways and neither will need to see the other (whole point is that visitors dont see our network)
Is this possible?
Thanks
We have multiple 2900 Series 48g switches. 3 in one building and 2 in another with a single fibre link between them.
What I want to configure is two vlans, the default one for normal network use, and a second one for visitors only. What I need is for both to share the same fibre link to cross the buildings and then to seperate off either side. Something like this...
default_vlan \ /default_vlan
single fibre
Visitor vlan / \Visitor vlan
Both will have independnant gateways and neither will need to see the other (whole point is that visitors dont see our network)
Is this possible?
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 08:35 AM
02-09-2009 08:35 AM
Re: Procurve vlan question
Yes. Simply create the VLANs where necessary and set the ports between the switches to be tagged members of both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 09:24 AM
02-09-2009 09:24 AM
Re: Procurve vlan question
yes Morphius this is possible
please look my example config
int 28 your fibre link
switch 1
vlan 1
name "DEFAULT_VLAN"
untagged 1-17,23-28
no untagged 18-22
ip address 10.0.10.1 255.255.255.0
exit
vlan 2
name "VLAN2"
untagged 18-22
tagged 28
exit
switch 2
vlan 1
name "DEFAULT_VLAN"
untagged 1-19,23-28
no untagged 20-22
ip address 10.0.10.2 255.255.255.0
exit
vlan 2
name "VLAN2"
untagged 20-22
tagged 28
exit
vlan 1 must be untag member on up link port ,link port must be all other vlan tag member
good luck
vlan 1 ip address for managemet
please look my example config
int 28 your fibre link
switch 1
vlan 1
name "DEFAULT_VLAN"
untagged 1-17,23-28
no untagged 18-22
ip address 10.0.10.1 255.255.255.0
exit
vlan 2
name "VLAN2"
untagged 18-22
tagged 28
exit
switch 2
vlan 1
name "DEFAULT_VLAN"
untagged 1-19,23-28
no untagged 20-22
ip address 10.0.10.2 255.255.255.0
exit
vlan 2
name "VLAN2"
untagged 20-22
tagged 28
exit
vlan 1 must be untag member on up link port ,link port must be all other vlan tag member
good luck
vlan 1 ip address for managemet
cenk
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP