12-25-2014 07:59 PM - edited 03-07-2019 10:00 PM
Hi,
I have 2 L2 link that access to 2 different site, and that 2 site can access site D.
What is the best way to configure the 2 L2 link and not cause loop?
Can I configure it etherchannel active passive or any alternate way?
12-26-2014 03:39 AM
Hello
Where is this new interconnected being connected to?
what is it connecting to?
Whats the reasoninbg behind wanting a etherchannel?
res
Paul
12-29-2014 12:06 AM
Hello,
The new interconnected link is at C site as below diagram.
Any advise to on the best way configure C new link, and the site A and site B have VLAN span across 2 site A and B.
12-30-2014 04:03 PM
With everything running at Layer 2 you will always have a link (or at least some VLANs with PVST or MST) that will not pass traffic because of spanning tree. I would recommend looking at getting the site to site links configured with L3 and routing to better utilize the connections. All connections will carry traffic with L3 connections and routing configured.
12-31-2014 03:48 AM
Hello
What are your cores switches- A- B ?
Are sites A B running VRRP, HRSP, GLBP etc. between each other?
Are the links between A B higher than link to A C , B C or are they all the same?
"Assuming" Site A is your primary stp root and Site B is secondary stp root and If the switch at site C, it is going to be a switch just to extend the lan from A B
The I would suggest to treat it like a adding a additional access switch to the LAN, However PRIOR to linking this "new switch" to sites A B
On Site switch C
1) give it a management IP address and Default-gateway ( presumably the vip address of the first hop routing protocol- if applicable)
2) change its vtp domain to that of the existing vtp domain running on A B
3) change the vtp mode to transparent and then back to client ( this will reset the vtp revision number to 0)
4) change the stp mode to the exiting stp domain running on A B
5) Change stp bridge priority's for al vlans to a higher value then the STP roots of site A B (but not to high so it becomes higher than that of any additional access switch's running inside site C)
4) create two trunks interfaces and connect to site A B respectively
This way, due to the manually applied stp bridge/cost values between AB,,AC BC STP will block the Lan segment between B C and push traffic between site A C and if to link between A C goes down then traffic will be pushed through B C
Flex links:
You can apply this to the two trunks or L3 interfaces if applicable for a physical connection failure, setting it up like
Link C A active
Link C B backup
or vice versa, however this kind of setup negates any possible chances for future requests of utilising both up links at the same time if the need arises.
C gig0/1-----------A
C gig0/2-----------B
int gig0/1
backup interface gig0/2
( this will drop the gig0/2 adjecency and only be used whrn the primary is down.
sh backup
res
Paul
01-01-2015 07:07 AM
Hi,
Site A (C4500) and Site B (C3750), running HRSP VLAN SPAN.
Site B Config>
spanning-tree mode rapid-pvst
spanning-tree extend system-id
spanning-tree vlan 10-90 priority 28672
I have tried Flex Link on 2 L2 link between Site A and Site B, the link seems switch from one link to the other, but the traffic connection between 2 site never up.
However, I have tested it further with etherchannel to group the 2 L2 link between Site A and Site B, both on the link change to suspend status and impacted network connectivity on Site A.
Any advise on this?
12-27-2014 03:52 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Generally, L2 loops are managed by some variant of STP. The "better" variants being rapid-STP or MST.
Some other options, which might be better, include Flex Links (http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/flexlink.pdf) and REP (http://www.cisco.com/c/en/us/support/docs/lan-switching/ethernet/116384-technote-rep-00.pdf).
12-28-2014 11:57 PM
Hello,
Thanks. I need your advise when looking Flex Link.
If the configuration without the below config, the backup line will not fail back to active link in the event active line back to service?
switchport backup interface gigabitethernet0/X preemption mode forced
For the mac address-table move update transmit, Is that a need config. that require on Flex Link.
Is that any impact to configure above configuration? or any consideration needed?
12-29-2014 04:32 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
I'm sorry, but I'm unable to advise in configuring Flex Link as I'm only aware of the feature, I've newer used it. (I've only used variants of STP to manage L2 loops.)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide