- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Layer 2 loop issue
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
03-31-2015 07:40 AM
03-31-2015 07:40 AM
Layer 2 loop issue
Hi Gurus,
I've attached the network topologies below.
I've 2 A10 Thunder Loadbalancer connected to my stack of switches in Active / Passive Mode.
Note that A10 Thunder doesn't support STP but forward STP packet.
In the attached configuration, if I disabled interfaces connected to the standby Loadbalancer, everything is working as expected, but as soon as the secondary device is connected I see "Potential Loop Issue".
My stack of switch has STP disabled because there is one single logical uplink port.
Mar 31 2015 14:35:24 Warning [ACOS]:<TEST> Potential loop detected on Port 3 VLAN 709 Src MAC 001f.a011.58a2 Dst MAC ffff.ffff.ffff
Mar 31 2015 14:35:24 Warning [ACOS]:<TEST> Potential loop detected on Port 3 VLAN 710 Src MAC 001f.a011.58a2 Dst MAC ffff.ffff.ffff
[...]
Mar 31 2015 14:26:30 Warning [ACOS]:<TEST> The total broadcast packets 1002 per second on VLAN 710 has exceeded the configured limit of 1000
Mar 31 2015 14:26:30 Warning [ACOS]:<TEST> The total broadcast packets 1002 per second on VLAN 709 has exceeded the configured limit of 1000
Anyone has an idea how I could resolve my issue ?
Thanks & Best Regards,
Jean-Christophe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2015 07:20 AM
04-01-2015 07:20 AM
Re: Layer 2 loop issue
Hello.
Since you have a HA solution using these A10 load balancers, I think you are using a virtual IP address in this cluster scenario, am I correct?
If this is the case, the better solution is to create a link-aggregation group in static mode (don't use the LACP enabled, just the static mode). Create an static ARP entry resolving the virtual MAC and IP Address, in order to the switch ignores the real MAC entries on the ports.
This will provide a failover link, working in active/passive way. In a similar case, it works well to me. This is a workaround and I am not considering any other settings supported by your A10 devices, ok?
The settings will look like this:
interface bridge N
description "description"
interface giga 1/0/26
port link-aggregation group N
interface giga 2/0/26
port link-aggregation group N
interface bridge N
port link-type access
port access vlan 710
arp static <ip_address> <mac_address>
Hope it helps.
Regards.
Fred Mancen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2016 05:31 AM
02-19-2016 05:31 AM
Re: Layer 2 loop issue
Hi,
Sorry for the very late answer.
I'll give a try a let you know the results.
By the way it should do the trick.
Jean-Christophe