- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- VLAN Bridging
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
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
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
тАО03-28-2006 06:26 AM
тАО03-28-2006 06:26 AM
VLAN Bridging
I'm currently using an Procurve 2626 and I need to have two VLAN's that originate from an external VLAN trunk to come into the switch where they are both untagged and have a range of ports that can access both untagged VLAN's.
I.E:
Port 26 = VLAN Trunk (Two VLAN's at present)
Port 24 = Untagged VLAN ID 750
Port 23 = Untagged VLAN ID 751
Switch Config for above:
vlan 750
name "VLAN_750"
tagged 26
untagged 24
exit
vlan 751
name "VLAN_751"
tagged 26
untagged 23
exit
primary-vlan 750
I would like to use both untagged ports 23 and 24 in a port grouping on the switch, say ports 1-8. How is this possible? Can I use port trunking?
Thanks,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2006 06:57 AM
тАО03-28-2006 06:57 AM
Re: VLAN Bridging
Do you want to tut more untagged ports to vlan 751 and 750?
Use this
vlan 750
name "VLAN_750"
tagged 26
untagged 1-8, 24
exit
vlan 751
name "VLAN_751"
tagged 26
untagged 9-16, 23
exit
primary-vlan 750
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2006 07:23 AM
тАО03-28-2006 07:23 AM
Re: VLAN Bridging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2006 11:38 AM
тАО03-28-2006 11:38 AM
Re: VLAN Bridging
You might be able to do what you're trying to achieve by creating a 3rd VLAN and then connecting both of those untagged links from the other VLANs into this 3rd VLAN. You would effectively be joining all 3 VLANs into 1 VLAN.
You would really want to test this thoroughly though, I have a feeling that that spanning-tree wouldn't like it at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2006 11:59 AM
тАО03-28-2006 11:59 AM
Re: VLAN Bridging
I don't need the two VLAN's to talk to one another directly or via IP, I jest need the traffic from each one to be aggregated into a port grouping on the switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2006 03:46 PM
тАО03-28-2006 03:46 PM
Re: VLAN Bridging
Can you please describe you business needs? It is looks like you are wrongly wraps you business needs to a technical details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2006 06:08 AM
тАО03-29-2006 06:08 AM
Re: VLAN Bridging
Please see the attachment. Simply, I want the traffic from two different VLAN's to be aggregated into a group of ports. The equipment that is plugged into those ports will take care of itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2006 03:59 AM
тАО03-30-2006 03:59 AM
Re: VLAN Bridging
Each VLAN will create a virtual network card. Assign different IP addresses for each VLAN interface on the "equipment". Configure switch side for Q-trunking also. That will do the trick.
What kind of the equipment do you have?