The aggregate interfaces added to a LAG (link aggregation group) are removed when the appliance reboots.
The event log displays the following messages:
LAGG: Member intf 1:0 attached to bridge!
LAGG: Member intf 1:1 attached to bridge!
The interfaces were detected to be members of a bridge group at the same time as the LAG.
The interfaces can only participate in one group at a time, so the initialization code removes them from the LAG.
SG#show interface 1:0
SG#show interface 1:1
Member of the bridge: passthru-1SG#conf tSG#(config)bridgeSG#(config bridge)edit passthru-1SG#(config bridge passthru-1)mode disableRemoving and reprogramming the attached bridge interfaces okMember of the bridge: noneSG#(config)interface aggr:1SG#(config interface aggr:1)add 1:0 okSG#(config interface aggr:1)add 1:1 okThis issue has been resolved in SGOS 7.3.13.1.