link
This command manages Ethernet interfaces in the aggregate interface.
Syntax
- Add an Ethernet interface
- link name
- Delete an Ethernet interface
- no link name
Parameters
- name
- Specifies the name of an Ethernet interface.
Guidelines
The link command manages Ethernet interfaces in the aggregate interface.
- For each Ethernet interface to add to the aggregate interface, use the link command.
- For each Ethernet interface to delete from the aggregate interface, use the no link command.
You cannot add members to an aggregate interface in the following
situations:
- The Ethernet interface is part of a VLAN interface
- The Ethernet interface is part of another aggregate interface
- The Ethernet interface is not enabled for link aggregation with the link-aggregate-mode command in Ethernet mode.
Examples
Add the
eth10
, eth11
,
and eth12
Ethernet interfaces to the aggregate interface.
# link eth10
# link eth11
# link eth12
Deletes the
eth12
Ethernet
interface from the aggregate interface.
# no link eth12