- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Sending VLan to another Procurve over the fibe...
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
03-07-2014 09:47 AM
03-07-2014 09:47 AM
Sending VLan to another Procurve over the fiber port
Hi - I am a very very new to HP procurves. I need some guidance on how to configure the switch to send the Vlan over the fiber links. I have created the new vlan on both switches, but i am unsure on how to program the switch to send the Vlan to the next switch that is connected by fiber on fiber port 4. Does it require an HP gigabit?
Any help would be greatly appreciated - thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2014 11:39 PM
03-08-2014 11:39 PM
Re: Sending VLan to another Procurve over the fiber port
Hi
VLANs are supported on all the ports, not only Gigabit.
If you want the uplink to send the traffic only of one VLAN to the next switch, configure the following on both sides.
config
vlan X untagged Y
(where X is the VLAN numner, Y is the port number)
All ports are untagged in VLAN 1 by default. If X is not 1, the port is removed from VLAN 1
If you have defined multiple VLAN on your switches and you want the uplink to transport the traffic of all VLANs, you can add one VLAN as untagged and all other VLANs have to be tagged.
Assuming you want VLAN 2 to be untagged and VLANs 3 anf 4 to be tagged
config
vlan 2 untagged Y
vlan 3 tagged Y
vlan 4 tagged Y
For more information the Advanced Traffic Management Guide of the respective switch can be consulted, chapter Static Virtual LANs.
Here the link for the switches 3500yl, 6200yl, 6600, 5400zl, 8200zl
http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c03844739-1.pdf
regards