Configuring Device Information 355
Configuring a Port to a LAG or LACP
1
Open the
LAG Membership
page.
2
In the LAG row (the second row), toggle the button to a specific number to aggregate or remove the
port to that LAG number.
3
In the LACP row (the first row), toggle the button under the port number to assign either the LACP or
the static LAG.
4
Click
Apply Changes
.
The port is added to the LAG or LACP, and the device is updated.
Assigning Ports to LAGs Using CLI Commands
The following table summarizes the equivalent CLI commands for assigning ports to LAGs as displayed
in the LAG Membership page.
The following is an example of the CLI commands:
Multicast Forwarding Support
Multicast forwarding allows a single packet to be forwarded to multiple destinations. L2 Multicast
service is based on L2 switch receiving a single packet addressed to a specific Multicast address.
Multicast forwarding creates copies of the packet, and transmits the packets to the relevant ports.
Table 7-37. LAG Membership CLI Commands
CLI Command Description
interface port-channel port-
channel-number
Enters the interface configuration mode of a
specific port-channel.
channel-group
port-
channel-number
mode
{on | auto}
Associates a port with a port-channel. Use the
no form of this command to remove the
channel-group configuration from the
interface.
show interfaces port-channel
[port-channel-number]
Displays port-channel information.
console# config
console(config)# interface ethernet g1
console(config-if)# channel-group 1 mode on
console(config-if)# 01-Jan-2000 01:47:18 %LINK-W-Down: ch1
console(config-if)#