Dear Experts,
I am trying to set the config for Aerohive access point in ether channel LACP. here is my juniper config:
AE13:
description AP230LACP;
native-vlan-id 198;
aggregated-ether-options {
lacp {
active;
}
}
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members all;
}
}
}
Link:
ge-1/0/38.0 <-- down
Interface ge-1/0/38:
description AP230LACP;
ether-options {
802.3ad ae13;
}
1. With this one port configured as LACP I cannot connect ap to hive manager.
2. I cannot ad another port to ae13 becasue of this error:
error: xSTP configuration disallowed on interface et-0/0/24 as it is part of an aggregate bundle
error: configuration check-out failed
Please advice, Thank You