A network administrator is attempting to establish an operational Layer 3 EtherChannel using LACP between two Cisco switches. After applying the initial configuration, the administrator issues the `show etherchannel summary` command on Switch1 and observes the following output:
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby s - Layer2
R - Layer3 U - in use
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SD) LACP Gi0/1(D) Gi0/2(D)
Which configuration change on Switch1 is required to allow Port-Channel 1 to operate successfully as a Layer 3 EtherChannel?
- Configure the `no switchport` command on physical member interfaces GigabitEthernet0/1 and GigabitEthernet0/2 before adding them to the channel group.Answer
- BChange the LACP mode on physical member interfaces GigabitEthernet0/1 and GigabitEthernet0/2 from `active` to `desirable`.
- CConfigure the channel group mode to `passive` on both switches to initialize LACP negotiation.
- DSet matching native VLANs on GigabitEthernet0/1 and GigabitEthernet0/2 to enable Layer 3 packet transmission.
Answer
Configure the `no switchport` command on physical member interfaces GigabitEthernet0/1 and GigabitEthernet0/2 before adding them to the channel group.
For a Layer 3 EtherChannel to operate correctly, physical member interfaces must be explicitly configured as routed ports using the `no switchport` command. The flag `S` in `Po1(SD)` indicates the interface bundle is operating at Layer 2. Converting the physical member ports to Layer 3 allows the EtherChannel to transition to the `RU` (Layer 3, in use) operational state.
Step-by-Step Solution
Key Concept
Layer 3 EtherChannel Member Configuration
Estimated Time:1m 30s