Comware

 View Only
last person joined: 2 days ago 

Expand all | Collapse all

doubt - Removing Bridge aggregation

This thread has been viewed 0 times
  • 1.  doubt - Removing Bridge aggregation

    Posted Jul 23, 2014 12:45 PM

    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


    #bridgeaggregation


  • 2.  RE: doubt - Removing Bridge aggregation

    Posted Jul 23, 2014 07:25 PM

    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.



  • 3.  RE: doubt - Removing Bridge aggregation

    Posted Jul 24, 2014 11:54 AM

    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!