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