Limitations and Compatible Characteristics of Ethernet Link Bundles
This list describes the properties and limitations of ethernet link bundles:
-
Any type of Ethernet interfaces can be bundled, with or without the use of LACP (Link Aggregation Control Protocol).
-
Physical layer and link layer configuration are performed on individual member links of a bundle.
-
Configuration of network layer protocols and higher layer applications is performed on the bundle itself.
-
IPv4 and IPv6 addressing is supported on ethernet link bundles.
-
A bundle can be administratively enabled or disabled.
-
Each individual link within a bundle can be administratively enabled or disabled.
-
Ethernet link bundles are created in the same way as Ethernet channels, where the user enters the same configuration on both end systems.
-
QoS is supported and is applied proportionally on each bundle member.
-
In case static MAC address is configured on a bundle-ether interface, the following limitations are applied: -
Locally generated packets, such as ICMP, BGP, and so on, going out from the interface have the source MAC address as the statically configured MAC address.
-
Transit (forwarded) packets going out of the interface do not have the configured static MAC as source MAC address. In such a scenario, the upper 36-bits come from the system MAC address (or the original/dynamic MAC address) and the lower 12-bits come from the MAC address configured on the bundle. To check the dynamic pool of MAC addresses included, use the
show ethernet mac-allocation detail
command.For example, if the dynamic MAC address was 008A.9624.48D8 and the configured static MAC address is 0011.2222.ABCD. Then, the source MAC for transit (forwarded) traffic will be 008A.9624.4BCD.
Note
This limitation can cause traffic blackholing for the transit traffic, in case there is L2 ACL applied for security purpose. In such case, it is necessary to add permit statement for both MAC addresses in the L2 ACL.
-
-
Load balancing (the distribution of data between member links) is done by flow instead of by packet. Data is distributed to a link in proportion to the bandwidth of the link in relation to its bundle.
-
All links within a single bundle must terminate on the same two systems.
-
Bundled interfaces are point-to-point.
-
A link must be in the up state before it can be in distributing state in a bundle.
-
Only physical links can be bundle members.
-
Multicast traffic is load balanced over the members of a bundle. For a given flow, the internal processes selects the member link, and the traffic for the flow is sent over that member.