Configuring LACP PDU forwarding on a physical interface

Perform the following steps to configure LACP PDU forwarding on a physical interface.

  1. Enter the global configuration mode.
    device# configure terminal
    device(config)# 
  2. Specify the physical interface on which LACP PDU forwarding needs to enabled.
    device(config)# interface ethernet 0/1
  3. Configure LACP PDU forwarding on the physical interface.
    device(conf-if-eth-0/1)# lacp-pdu-forward enable

Example

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

device# configure terminal
device(config)# interface ethernet 0/1
device(conf-if-eth-0/1)# lacp-pdu-forward enable