Wired

 View Only
last person joined: yesterday 

Aruba 6200F LACP Trunk to Auba 5406

This thread has been viewed 12 times
  • 1.  Aruba 6200F LACP Trunk to Auba 5406

    Posted May 15, 2023 09:58 AM

    Dear Community

    I want connect a 6200F to a 5406, this way works "untagged":

    6200F: 

    interface lag 1
        no shutdown
        vlan trunk native 1
        vlan trunk allowed 1,12,15,16,654
      ...
    interface 1/1/51
        no shutdown
        lag 1
    interface 1/1/52
        no shutdown
        lag 1

    5406 :

    vlan 1
       name "MGMT-LAN2"
       untagged Trk10
       ip address 172.19.2.1 255.255.254.0
       ip helper-address 172.19.4.2
       ip igmp
       exit

    ...
    trunk A5,A6 trk10 lacp

    ====

    But this doesn't "tagged":

    6200F: 

    interface lag 1
        no shutdown
        vlan trunk native 1tag
        vlan trunk allowed 1,1001-1021,1501,3333
      ...
    interface 1/1/51
        no shutdown
        lag 1
    interface 1/1/52
        no shutdown
        lag 1

    5406 :

    vlan 1
       name "MGMT-LAN2"
       tagged Trk10
       ip address 172.19.2.1 255.255.254.0
       ip helper-address 172.19.4.2
       ip igmp
       exit

    ...
    trunk A5 trk10 lacp


    I want to transfer vlan 1 tagged over the connection of the two switches...
    vlan 1 is not used as primary vlan on the 5406, 

    where is my error in reasoning? what I am missing?

    Best regards
    Jürgen