You can add or remove members from an aggregate interface, and change properties such as the IP address, default gateway, or the Maximum Transition Unit (MTU). You can also change the aggregation policy.
Console aggregate-interface:myAgg> aggregation-policy lacp
Console aggregate-interface:myAgg> transmit-hash-policy layer3+4
Console aggregate-interface:myAgg> exit
Console> show aggregate-interface myAgg
aggregate-interface myAgg: [Up]
name "myAgg"
AdminState "Enabled"
use-arp "true"
mtu "1500"
ip
use-dhcp "false"
address "10.5.5.5/24"
use-slaac "false"
dad-transmits "1"
dad-retransmit-timer "1000"
end ip
aggregation-policy "lacp"
lacp-selection-logic "stable"
transmit-hash-policy "layer3+4"
member "eth3" "eth4"
primary-member "eth3"
Specifies the Ethernet interface with the largest bandwidth. When you choose the stable setting, the Ethernet interface is selected again when an enabled aggregate interface has no members available. The stable setting is the default.
Specifies the Ethernet interface with the largest bandwidth. This Ethernet interface is selected again when another member is either added or removed or the aggregate interface is enabled or disabled.
Specifies the aggregate interface with the largest number of Ethernet interfaces as members.
Specifies the exclusive OR (XOR) result of MAC addresses to generate a hash.
Specifies the XOR result of MAC addresses and IP addresses to generate a hash.
Specifies the XOR result of IP addresses and port numbers to generate a hash.