Hello,
It does support LACP and doesn't require a license for this feature.
Examples:
To aggregate ports 0/2/0 and 0/2/1 into a LACP static aggregation group in ingress mode, run the following command:
huawei(config)#link-aggregation
{ add-member<K>|delete-member<K>|frame/slot<S><Length 3-4> }:0/2
{ port-list<S><Length 1-255> }:0-1
{ frame/slot<S><Length 3-4>|mode<E><ingress,egress-ingress> }:ingress
{ <cr>|workmode<K> }:workmode
{ lacp-static<K> }:lacp-static
Command:
link-aggregation 0/2 0-1 ingress workmode lacp-static To aggregate ports 0/2/0 and 0/2/1 into a LACP static aggregation group in egress-ingress mode, run the following command:
huawei(config)#link-aggregation
{ frame/slot<S><Length 3-4> }:0/2
{ port-list<S><Length 1-255> }:0
{ frame/slot<S><Length 3-4>|mode<E><ingress,egress-ingress> }:0/2
{ port-list<S><Length 1-255> }:1
{ mode<E><ingress,egress-ingress> }:egress-ingress
{ <cr>|workmode<K> }:workmode
{ lacp-static<K> }:lacp-static
Command:
link-aggregation 0/2 0 0/2 1 egress-ingress workmode lacp-static
To add port 0/20/1 to the aggregation group, do as follows:
huawei(config)#link-aggregation add-member
{ frame/slot/port<S><Length 5-7> }:0/2/0
{ frame/slot<S><Length 3-4> }:0/2
{ port-list<S><Length 1-255> }:1
{ <cr>|frame/slot<S><Length 3-4> }:
Command:
link-aggregation add-member 0/2/0 0/2 1
To delete port 0/20/1 from the aggregation group, run the following command:
huawei(config)#link-aggregation delete-member
{ frame/slot/port<S><Length 5-7> }:0/2/0
{ frame/slot<S><Length 3-4> }:0/2
{ port-list<S><Length 1-255> }:1
{ <cr>|frame/slot<S><Length 3-4> }:
Command:
link-aggregation delete-member 0/2/0 0/2 1
To set the maximum number of links in an aggregation group to 6, run the following command:
huawei#link-aggregation max-link-number
{ frame/slot/port<S><Length 5-7> }:0/0/0
{ index<U><1,8> }:2
Command:
link-aggregation max-link-number 0/0/0 2
To restore the maximum number of links in an aggregation group to the default value, run the following command:
huawei#undo link-aggregation max-link-number
{ frame/slot/port<S><Length 5-7> }:0/0/0
Command:
undo link-aggregation max-link-number 0/0/0