An enterprise network team is troubleshooting an LACP-based routed EtherChannel between Switch-1 and Switch-2.
Switch-1 configuration snippet:
interface range GigabitEthernet0/1 - 2
no switchport
channel-group 12 mode active
!
interface Port-channel 12
no switchport
ip address 10.1.12.1 255.255.255.252
Switch-2 command output:
# show etherchannel summary
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
------+-------------+-----------+-----------------------------------------------
12 Po12(SD) LACP Gi0/1(I) Gi0/2(I)
Which configuration change on Switch-2 will successfully establish the Layer 3 EtherChannel and bring Port-channel 12 to the operational Layer 3 state (RU)?
- Configure 'no switchport' and 'channel-group 12 mode passive' on physical interfaces GigabitEthernet0/1 and GigabitEthernet0/2, then assign the IP address under interface Port-channel 12.Cevap
- BAssign the IP address 10.1.12.2 255.255.255.252 directly to physical interfaces GigabitEthernet0/1 and GigabitEthernet0/2 and set 'channel-group 12 mode passive' under both interfaces.
- CExecute 'channel-group 12 mode auto' on physical interfaces GigabitEthernet0/1 and GigabitEthernet0/2 on Switch-2 to initiate dynamic channel negotiation with Switch-1.
- DModify the native VLAN setting on GigabitEthernet0/1 and GigabitEthernet0/2 to match Switch-1, then execute 'channel-group 12 mode active' on both physical interfaces.