An engineer is attempting to deploy a routed Layer 3 EtherChannel between two distribution switches. The logical interface `Port-channel 1` has been configured with `no switchport` and assigned an IPv4 address. However, executing `show etherchannel summary` reveals the following output:
text
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
Group Port-channel Protocol Ports
------+-------------+----------+-----------------------------------------------
1 Po1(SD) LACP Gi0/1(I) Gi0/2(I)
Which configuration step is required on the local switch to resolve this issue and bring the EtherChannel to an operational `SU` state?
- Execute the `no switchport` command on physical interfaces GigabitEthernet0/1 and GigabitEthernet0/2 before bundling them into the channel group.Answer
- BChange the LACP mode on GigabitEthernet0/1 and GigabitEthernet0/2 from `passive` to `desirable` to force channel negotiation.
- CConfigure matching native VLAN identifiers on GigabitEthernet0/1 and GigabitEthernet0/2 to match the Port-channel interface.
- DChange the LACP channel-group mode from `active` to `passive` on both member interfaces of the switch.