lacp-pdu-forward enable

Configures the device to forward LACP PDUs received on an interface where LACP is not configured, to the VLAN on which the LACP PDUs are received.

Syntax

lacp-pdu-forward enable
no lacp-pdu-forward enable

Command Default

LACP PDUs received on an interface where LACP is not configured are discarded.

Modes

Interface subtype configuration mode

Usage Guidelines

LACP PDUs are forwarded only when they are received on a physical interface or static port channel interface. LACP PDUs cannot be forwarded if they are received on a LACP based dynamic port channel.

LACP PDU forwarding enabled on a static port channel applies to all the member ports.

When LACP is enabled on a port, it overrides LACP PDU forwarding configuration and the PDUs are trapped to CPU.

Enabling and disabling of BPDU drop on a bridge domain does not impact LACP PDU forwarding.

Use the no form of the command to disable LACP PDU forwarding.

Examples

The following example configures LACP PDU forwarding on a physical interface.

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

The following example configures LACP PDU forwarding on a static port channel interface.

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