CCNA • Mock Exam 81
Free CCNA mock exam — 25 questions with explanations. Set 81. No signup required.
You are connected to Switch1. Configure an LACP EtherChannel between Switch1 and Switch2 using interfaces GigabitEthernet0/1 and GigabitEthernet0/2. The channel must be in active mode on both sides, and the port-channel interface must have VLAN 10 as the access VLAN. The current configuration has a speed/duplex mismatch and inconsistent VLAN assignments preventing the channel from forming. Verify the channel is up using 'show etherchannel summary'.
Switch1# show running-config | include interface|channel|speed|duplex|switchport
interface GigabitEthernet0/1
switchport mode access
switchport access vlan 10
speed 100
duplex half
channel-group 1 mode passive
!
interface GigabitEthernet0/2
switchport mode access
switchport access vlan 20
speed 1000
duplex full
channel-group 1 mode passive
!
interface Port-channel1
switchport mode access
switchport access vlan 1
!
Switch1# show etherchannel summary
Flags: D - down P - in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use N - not in use, no aggregation
f - failed to allocate aggregator
M - not in use, no aggregation due to minimum links not met
m - not in use, port not aggregated due to minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
1 Po1(SD) LACP Gi0/1(I) Gi0/2(I)