Yes, you can use the Link Aggregation Control protocol on any of the Downlink ports. However, the maximum number of ports that can be bundled together is 16.
Configuration Example
Example: The below example creates a link aggregation across GigabitEthernet 1/1 – 1/5 and 1/7.
configure terminal
interface GigabitEthernet 1/1-5 GigabitEthernet 1/7
aggregation group <group_id> mode {active | on | passive}
end
copy running-config startup-config
Explanation of commands | aggregation group mode {active | on | passive}
<group_id> acts as an index number for the aggregation. <group_id> must be a value from 1-13 inclusive.
A single interface can only be a member of one group-id at one time.
Active: Link Aggregation with LACP. Active links will initiate the aggregation.
Passive: Link Aggregation with LACP. Passive links will not initiate the aggregation.
On: Static aggregation. Once this command is executed, a new logical interface named llag <group_id> will be created.
You’ll find additional resources like the Datasheet, Admin Guide, A&E spec sheet, etc on the product page here.
For more assistance,
|
Comments
0 comments
Please sign in to leave a comment.