- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: VLANs Across Switches With LACP Trunks
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
04-14-2006 07:10 AM
04-14-2006 07:10 AM
I'm new to the HP Procurve world. Could anyone help me on configuring Procurve 2848 switches with VLANs across multiple switches and LACP trunks presence? I couldn't find any examples from manuals. Below is the situation:
There are three 2848 switches (A,B,C) with three VLANS (VLAN 1, VLAN 100, VLAN 200). A has four ports configured as LACP Trk1 connecting to B (as Dyn1 showing on B). B has two ports configured as LACP Trk2 connecting to C (as Dyn3 showing on C). The IP routing is enabled on A but not on B or C. Trunking ports are tagged.
Before I configured LACP trunking, routing and VLANs seemed to work fine since pinging from workstation on one VLAN to another workstation on another VLAN worked.
However, after I configured trunking, the pinging connectivity broke. Is there any examples? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 08:20 AM
04-14-2006 08:20 AM
Re: VLANs Across Switches With LACP Trunks
Without seeing your configs, I would compare the below configs with yours.
Switch A
ip routing
interface 1
no lacp
interface 2
no lacp
interface 3
no lacp
interface 4
no lacp
trunk 1-4 Trk1 Trunk
vlan 1
tagged Trk1
ip address 1.1.1.1/24
exit
vlan 100
tagged Trk1
ip address 1.1.100.1/24
exit
vlan 200
tagged Trk1
ip address 1.1.200.1/24
exit
Switch B
ip default-gateway 1.1.1.1
interface 1
no lacp
interface 2
no lacp
interface 3
no lacp
interface 4
no lacp
interface 5
no lacp
interface 6
no lacp
trunk 1-4 Trk1 trunk
trunk 5-6 Trk2 trunk
vlan 1
tagged Trk1-Trk2
exit
vlan 100
tagged Trk1-Trk2
exit
vlan 200
tagged Trk1-Trk2
exit
Switch C
ip default-gateway 1.1.1.1
interface 1
no lacp
interface 2
no lacp
trunk 1-2 Trk1 Trunk
vlan 1
tagged Trk1
exit
vlan 100
tagged Trk1
exit
vlan 200
tagged Trk1
exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 10:10 AM
04-14-2006 10:10 AM
Re: VLANs Across Switches With LACP Trunks
With LACP configured as a static trunk on one end only, it will create a dynamic trunk on the other switch which can't be a member of multiple VLANs unless you configure GVRP (from memory).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 10:21 AM
04-14-2006 10:21 AM
Re: VLANs Across Switches With LACP Trunks
Thank you for the prompt reply with the example and your valuable suggestion. Please refer to the attachment for the configurations on the three switches.
After I submitted the question, I found that my default gateway was specified wrong on one of the PCs used for testing. This caused the network connectivity to be lost. I used 192.168.20.3 and it should be always 192.168.20.1 for any devices connecting to VLAN 200. After I corrected the default gateway setting on that PC, the network connectivity was then restored.
There are two 3Com 3c17203 switches used for inter-building links using fibres. From one of the two switches, there is a port connecting to the Procurve 2848 switch which is currently in production. There are two Asante FM2900 switches used for another inter-building links. There exists a link between one of the FM2900 switches and the production 2848 switch. I'm configuring three new 2848 switches to upgrade the network. In order to avoid looping and accommodating switches only capable of doing 802.1d, could you make recommendations with examples? Although we don't have VLANs now, I would like to have VLANs configured to allow an upgrade in the near future.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 12:02 AM
04-18-2006 12:02 AM
Re: VLANs Across Switches With LACP Trunks
From your configs, I'm assuming they're inteconnected via a few different ports, 33, 34, trunk1, trunk2.. if you could clarify this in the way of a network map it would really help.
When running with other devices that don't support 802.1w RSTP - you should set the interconnecting ports on the procurve to disable 'mcheck', and you should also change the port costs to match throughout the network. The spanning-tree chapter goes into more detail on this - ftp://ftp.hp.com/pub/networking/software/AdvTraff-Oct2005-59908853-Chap05-STP_RSTP.pdf
Most of the time though spanning-tree should figure itself out so you may not need to change anything at all, the above recommendations are really just that, recommendations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 12:39 PM
04-19-2006 12:39 PM
Re: VLANs Across Switches With LACP Trunks
I've modified the configurations on the three new Procurve switches and used Procurve trunking but not LACP per Judy. Currently, there is only one Procurve 2848 switch with a flat subnet configured on it. I configured vlans across the three new switches with port trunking and would like to put these switches into production when the scheduled time comes. Then, I'll re-configure the cuurent production 2848. Additionally, I'll use SW1 as the new default gateway for servers, printers, and desktop computers (currently a Sonicwall firewall is being used as the default gateway). I'll also replace the Sonicwall with a CISCO ASA.
According to the current STP topology, the FM2900 SWA in building 3 is the root switch. FM2900 doesn't support RSTP. I'd like to use SW1 as the root switch instead.
Any ideas and/or recommendations? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 01:59 PM
04-19-2006 01:59 PM
SolutionThere is a good chance though that the bottom switch may prefer this link to the trunk, so you may need to study spanning-tree priorities to make sure the links you wish to be blocked remain blocked in normal operation.
Also if you could include some extra links going to the second 2848 to the 3com and Cisco it would obviously help in the event that the top 2848 died.
This is all very paranoid of course, it's fairly rare that switches go faulty and if you can live with the possible downtime and move links manually in the event of a failure, then I would probably do that instead. (Keep it simple).
As for making your preferred swith the spanning-tree root, use the command 'spanning-tree priority 0'. That should do it, if not, you'll need to check the current root and give it a lower priority.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 03:10 AM
04-21-2006 03:10 AM
Re: VLANs Across Switches With LACP Trunks
In any case I would definetly leave all the ports with LACP ENABLED! This will detect, adjust and report any port/connectivity problem right away, LACP will block your port if something is wrong about it. Disabling LACP has no justification unless you want to avoid certain issues. It is a great feature you definetly want to use. If you decide to go with an LACP trunk or not that depends on your configuration and what you wish to achieve of course.
You can check the Management and Configuration guide there is a chapter which explains all about port trunking.
Hope this helps,
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 09:47 AM
04-27-2006 09:47 AM
Re: VLANs Across Switches With LACP Trunks
What I'd like to know is that if I run RSTP on the Procurve switches and STP is disabled while 3com and Asante FM2009 switches do not support RSTP, will I be able to use the command, spanning-tree priority 0, to force the top Procurve switch to act as the root bridge or I have to manipulate other paramenters on all switches to make it happen? What if the top switch acting as the default gateway fails, would there be a way for the middle or the bottom switch take over the default gateway IP originaaly assigned to VLAN 1 on the top switch?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:11 AM
04-27-2006 10:11 AM
Re: VLANs Across Switches With LACP Trunks
I hesitate to make too much change now since I have been informed that, for some reasons, I won't be able to do console access to those switches located in other buildings at the time when I perform the network change because the change must be done outside regular hours and the buildings will not open then.
Does it make sense if I continue to use trunk type of trunks but create LACP type of trunks for redundancy in the future?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:45 AM
04-27-2006 10:45 AM
Re: VLANs Across Switches With LACP Trunks
One issue is choosing which is the root switch, those links will have the highest priority and because they all have the same speed you will have to define each port/link priority manually. You can choose them as they are in the diagram, doesn't matter.
To make the whole setup redundant, make sure you tag all the vlans on the ports used for trunking.
Other than these issues, your setup will be fully redundant and pretty simple to configure as well.
Check the manual because there are some parameters you need to play with, you need to tell the switch basically not to send BPDUs on the links connected to the 3Com and CISCO, so they would not "complain" in any way. But that is for "fine tuning" if you experience any issues.
Are your 3Com and CISCO LACP capable? If yes then it will help, I would leave ALL the ports LACP enabled to make sure there are no loops "by mistake". With no STP enabled LACP will save you and disable the appropriate ports to avoid the loops!
Hope this helps,
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:53 AM
04-27-2006 10:53 AM
Re: VLANs Across Switches With LACP Trunks
Even if you add another vlan, IP it and want to use it for management purposes, you can simply UNTAG (and not TAG) the uplink ports to the Cisco and 3Com. The packets should be switched by the VLAN "unaware" devices at the other end just fine. If they would be tagged then certainly it won't work. The only reason I would use the DEFAULT_VLAN VID 1 would be tagging the trunk ports. For servers and everything else I would create separate vlans as needed. You could use a "chassis like" setup this way especially if you run out of ports on the HPs.
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 06:52 AM
04-28-2006 06:52 AM
Re: VLANs Across Switches With LACP Trunks
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 07:15 AM
04-28-2006 07:15 AM
Re: VLANs Across Switches With LACP Trunks
How the STP will route the traffic is set in the 4-th column which is the path COST. That means the links with the lowest number have the highest priority. This has nothing to do with the fact that this is my root switch or not.
The primary link is the one with path cost 20000 and the Trk1 is higher which means lower priority (my backup).
With these being said, STP's job is to block the Trk1 path while my port#48 is still active because there have to be no loops. The path costs is something you will have to come up with that depending on your network infrastructure and where do you want to send the traffic through.
The documentation about STP is a great help. I would recommend using MSTP even on 2800 series. I noticed a lower CPU load when using vlans intensively (as the manual says).
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 08:21 AM
04-28-2006 08:21 AM
Re: VLANs Across Switches With LACP Trunks
I am confused somewhat. I know RSTP has been enabled but does it co-exist with STP on the Procurves?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 08:32 AM
04-28-2006 08:32 AM
Re: VLANs Across Switches With LACP Trunks
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 08:36 AM
04-28-2006 08:36 AM
Re: VLANs Across Switches With LACP Trunks
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 09:30 AM
04-28-2006 09:30 AM
Re: VLANs Across Switches With LACP Trunks
I am revising my configurations to switch from trunk type of trunks to lacp type. Can I have examples showing how may I configure lacp type trunks to enable the detection/adjustment/report of connectivity issues?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 09:34 AM
04-28-2006 09:34 AM
Re: VLANs Across Switches With LACP Trunks
Why that happened?