Configuring LACP PDU forwarding on a port-channel interface

Perform the following steps to configure LACP PDU forwarding on a port-channel interface.

  1. Enter the global configuration mode.
    device# configure terminal
  2. Enter the interface port-channel command to add a port channel interface at the global configuration level.
    device(config)# interface port-channel 10
  3. Configure LACP PDU forwarding on the port-channel interface.
    device(conf-Port-channel-10)# lacp-pdu-forward enable
    LACP PDU forwarding is supported only on static port channel interfaces.

Example

The following example enables LACP forwarding on a port-channel interface.

device# configure terminal
device(config)# interface port-channel 10
device(conf-Port-channel-10)# lacp-pdu-forward enable