Options

Command "trunk-group (id group) lacp" is not enable in partition

Hi experts,

I have a trouble when i config in CLI the command "trunk-group" (ex: trunk-group 1 lacp) on Thunder 1030S device.

It still actives in part shared, but not actives in part LV3.

My configuraion is below:

Netpo_Thunder_1030S#conf t

Netpo_Thunder_1030S(config)#active-pa

Netpo_Thunder_1030S(config)#active-partition par1

Current active partition: par1

Netpo_Thunder_1030S[par1](config)#interface ethernet 1

Netpo_Thunder_1030S[par1](config-if:ethernet:1)#trunk-group 1 lacp

                        ^

% Unrecognized command.Invalid input detected at '^' marker.

I got it that the command "trunk-group" is not enable in partition except part shared, that's right?

How can i fix it?

Best regards for all advice!

Tagged:

Comments

  • Options
    mdunnmdunn Member ✭✭
    edited January 2022

    Hi Alden,

    You are correct that the trunk-group config is handled in shared. Within the L3V partition, you can specify the tagged interface as the trunk without any additional config in the L3V. Here's a simplified example. Hopefully this works for you:

    active-partition shared
    interface ethernet 1 
      enable 
      trunk-group 1 lacp 
        timeout short 
    !
    interface ethernet 2 
      enable
      trunk-group 1 lacp 
        timeout short 
    !
    !
    active-partition L3V
    !
    vlan 10 
      tagged trunk 1
      router-interface ve 10 
    !
    vlan 11 
      tagged trunk 1
      router-interface ve 11
    !
    vlan 12 
      tagged trunk 1
      router-interface ve 12 
    
  • Options
    AldenAlden Member

    Hi mdunn,

    Thanks for your advice. I also have a case with A10 support about that problem and the experts give me information same with you. My work are cleared.

    Thank you again!

Sign In or Register to comment.