interface Port-channel 1
channel-group 1 mode active
chassis {
aggregated-devices {
ethernet {
device-count 1;
}
}
network-services all-ethernet;
}
ge-1/0/0 {
gigether-options {
802.3ad ae0;
}
}
ae0 {
aggregated-ether-options {
minimum-links 1;
link-speed 1g;
lacp {
active;
periodic fast;
}
}
unit 0 {
family inet {
address 10.100.0.1/30;
}
}
}
policy-options {
policy-statement balance {
then {
load-balance per-packet;
}
}
}
Source: https://habr.com/ru/post/174399/