cancel
Showing results for 
Search instead for 
Did you mean: 

650 with Link Aggregation Juniper can anybody tell me if 650 support link aggregation aka LACP Juniper , from what I see 650 supports only load sharing not load balance and does not support LACP of Juniper which is really disappointing.

650 with Link Aggregation Juniper can anybody tell me if 650 support link aggregation aka LACP Juniper , from what I see 650 supports only load sharing not load balance and does not support LACP of Juniper which is really disappointing.

agroch
New Contributor

set interfaces ae0 vlan-tagging

set interfaces ae0 aggregated-ether-options lacp active

set interfaces ae0 aggregated-ether-options lacp periodic slow

set interfaces ae0 unit 0 family ethernet-switching interface-mode trunk

set interfaces ae0 unit 0 family ethernet-switching vlan members all

 

which is real LACP config from Juniper does not work for 650

1 REPLY 1

agroch
New Contributor

I see this:

 

State=Operational state; Chan=Channel;

Radio=Radio profile; U=up; D=down;

 

Name      MAC addr   Mode  State Chan(Width) VLAN  Radio   Hive                                                                                   SSID

----------- -------------- -------- ----- ------------- ---- ---------- --------                                                                               -- ----------

Mgt0    3485:8416:d740  -    U   -       1   -   VHM-SVK.                                                                               ..   -

Agg0    3485:8416:d743 backhaul  U   -       1   -   VHM-SVK.                                                                               ..   -

Eth0(agg0) 3485:8416:d740  -    U   -       -   -   VHM-SVK.                                                                               ..   -

Eth1(agg0) 3485:8416:d741  -    U   -       -   -   VHM-SVK.                                                                               ..   -

Red0    3485:8416:d742 backhaul  D   -       1   -   VHM-SVK.                                                                               ..   -

Wifi0    3485:8416:d750 access   U   11(20MHz)   - radio_n...   -                                                                                    -

Wifi0.1   3485:8416:d754 access   D   11(20MHz)   - radio_n... VHM-SVK.                                                                               .. BZAEDS_...

Wifi0.2   3485:8416:d755 access   U   11(20MHz)   - radio_n... VHM-SVK.   

 

with Juniper config:

 

description "AP650 Link Aggregation";

native-vlan-id 70;

unit 0 {

  family ethernet-switching {

    interface-mode trunk;

    vlan {

      members all;

    }

  }

}

 

this is not real LACP, when I use this:

 

 

description "AP650 Link Aggregation";

native-vlan-id 70;

aggregated-ether-options {

  lacp {

    active;

    periodic fast;

  }

}

unit 0 {

  family ethernet-switching {

    interface-mode trunk;

    vlan {

      members all;

    }

  }

}

 

does not work with 650 - any thoughts?

GTM-P2G8KFN