Experts,
Looks like trivial issue:
AE11
##
## inactive: interfaces ae11
##
aggregated-ether-options {
lacp {
active;
periodic fast;
}
}
unit 0 {
family ethernet-switching {
vlan {
members 101;
}
}
}
When I run: sh interface description - ae11 is not listed. Also two ports belongs to the ae11:
ge-0/0/16
inactive: ether-options {
802.3ad ae11;
}
unit 0 {
family ethernet-switching {
vlan {
members 101;
}
}
}
ge-2/0/14
inactive: ether-options {
802.3ad ae11;
}
unit 0 {
family ethernet-switching {
vlan {
members 101;
}
}
}
How can I activate them both again? Thank You