ether channel question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2015 10:23 AM - edited 03-08-2019 01:17 AM
When we configure ether channels on switches the ports are shown up at layer 1 and layer 2. So how does it prevents formation of loop in ports at physical layer in case if the packet comes back. The spanning tree thinks it as a single bridge port.
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2015 10:28 AM
Hi,
The frame should not come back - that is the trick. If both switches treat the link bundle as a single EtherChannel then every received frame is considered to have arrived through the associated Port-channel interface, not through the physical interface anymore. When the receiving switch decides where to forward the frame further, it can forward it out any other port except the one through which the frame arrived - but because the switch believes the frame arrived through the Port-channel interface, it will never forward it back through any member link of the bundle. This is in fact about pure switching essentials, you do not need STP in any way so far.
Best regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2015 10:56 AM
Thanks peter
