A network engineer is configuring a routed (Layer 3) EtherChannel between Switch-A and Switch-B using LACP.
Switch-A is configured with the following commands:
text
interface Port-channel 1
no switchport
ip address 10.1.1.1 255.255.255.252
!
interface range GigabitEthernet1/0/1 - 2
no switchport
channel-group 1 mode passive
When verifying the EtherChannel status on Switch-B, the engineer observes the following output from `show etherchannel summary`:
text
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
R - Layer3 S - Layer2
U - in use
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SD) LACP Gi1/0/1(D) Gi1/0/2(D)
Which configuration change on Switch-B will successfully resolve the issue and convert Port-channel 1 into an operational Layer 3 link?
- Configure 'no switchport' under interface Port-channel 1 and member interfaces GigabitEthernet1/0/1 - 2, and set 'channel-group 1 mode active' on the member interfaces.Answer
- BConfigure 'no switchport' under interface Port-channel 1 and member interfaces GigabitEthernet1/0/1 - 2, and set 'channel-group 1 mode passive' on the member interfaces.
- CSet 'switchport trunk native vlan 10' under interface Port-channel 1 and set 'channel-group 1 mode active' on member interfaces GigabitEthernet1/0/1 - 2.
- DConfigure 'no switchport' under interface Port-channel 1 and set 'channel-group 1 mode desirable' on member interfaces GigabitEthernet1/0/1 - 2.