- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- ProCurve 2510, multiple vlans and port trunking
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
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
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
06-03-2014 06:48 AM
06-03-2014 06:48 AM
ProCurve 2510, multiple vlans and port trunking
Hi,
I'd like to connect 2 procurves with trunked ports (2 aggregated ports).
And I also would like this link to transport more than 1 vlan tag (3 likely). The HP manual doesn't mention this type of configuration at all. Looks like static LACP is the way to do it but I'd like to make sure it is possible before wasting time on testing.
Any ideas ?
BR
Nico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2014 03:02 AM
06-04-2014 03:02 AM
Re: ProCurve 2510, multiple vlans and port trunking
To configure the trunk between the 2 switches you should configure a trunk on both procurve devices.
HP-Switch(Config)#trunk a4-a7 trk1 trunk
After the trunk has been configured you should add the trunk interface to the requiered VLAN's
HP-Switch(Config)#Vlan 10 (Creates VLAN 10)
HP-Switch(Config)#Vlan 20
HP-Switch(Config)#Vlan 30
HP-Switch(vlan-10)#tagged trk1 (Makes interface trk1 an 802.1q trunked port. Tagging this port with vlan 10 means that interface trk1 accepts vlan 10 tagged packets)
HP-Switch(vlan-20)#tagged trk1
HP-Switch(vlan-30)#tagged trk1
If you want to add untagged ports on the procurve switch you should add them too
HP-Switch(vlan-10)#untagged 1-5 (Puts interface 1 to 5 into vlan 10 as untagged, meaning any packets that are untagged are on vlan 10)
HP-Switch(vlan-20)#untagged 6-10
HP-Switch(vlan-20)#untagged 11-15