10-17-2019 02:09 PM
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
10-17-2019 02:12 PM
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?