Switches, Hubs, and Modems
1756739 Members
2510 Online
108852 Solutions
New Discussion

doubt - Removing Bridge aggregation

 
Wabertoni
Occasional Visitor

doubt - Removing Bridge aggregation

Hi guys

 

I would like to know what it happens to the link between two switches if I remove a bridge aggregation, using :

 

interface ten-giga 7/0/1
    undo port link-aggregation group

interface ten giga 7/0/2
    undo port link-aggregation group

undo interface bridge-aggregation 1

 

Theses interfaces are trunk , connecting 2 switches.

 

If I remove that bridge-aggregation, will the link stay UP?

theses interfaces will remain trunk and the link won't miss any packets?

 

In fact, I want to remove the bridge and I dont know the consequences :(

 

Thank you

 

William

2 REPLIES 2
Vince-Whirlwind
Honored Contributor

Re: doubt - Removing Bridge aggregation

If the two interfaces connecting to another device are no longer in a link-aggregation group, then spanning-tree will have to block one of the links.

Wabertoni
Occasional Visitor

Re: doubt - Removing Bridge aggregation

I got it.

I was thinking that STP would not work once I had not configured the interfaces, only the bridge.

However, once STP is enabled, it will operate for the whole switch.

Thanks!