Comware

 View Only
Expand all | Collapse all

Adding new ports to existing Bridge Aggregation Interface

This thread has been viewed 11 times
  • 1.  Adding new ports to existing Bridge Aggregation Interface

    Posted Jan 08, 2023 07:26 AM
    Hello!

    I have to add two additional ports to my existing Bridge Aggregation interface. 
    Comware has process like this.
    1. Create Bridge Agg interface.
    interface Bridge-Aggregation 12
    2. Then you go to Physical interface

    interface GigabitEthernet 1/0/29
    port link-aggregation group 12

    interface GigabitEthernet 2/0/29
    port link-aggregation group 12

    3. Now you go back to Bridge AGG interface and add the settings like port access vlan 30 and it will be added to physical interface as well.

    interface Bridge-Aggregation 12
    port access vlan 30

    Now that I have to add additional 2 ports and I go to these ports 
    interface GigabitEthernet 1/0/30
    port link-aggregation group 12

    Then it will not take the effect as I have to perform the step 3 again. Can I just copy paste the existing config like go to 
    interface Bridge-Aggregation 12
    and add 
    port access vlan 30 again and it will effect on 4 ports or I can run some other command just for 2 additional ports to have the same configuration.?

    Thanks


  • 2.  RE: Adding new ports to existing Bridge Aggregation Interface

    Posted Jan 09, 2023 03:46 AM
    Hi, I simply get the config for the bridge interface and paste the whole thing into the CLI.

    So my steps would be

    1) create and fully configure BAGG9
    2) go to each physical and use port link-aggregation group 9 command
    3) display cur int b9
    4) copy and paste whole of b9 config


    So to add new interfaces just skip step 1.
    You get the verification that each physical receives the relevant commands, the BAGG specific commands like LACP are ignored.